@flanksource/clicky-ui 0.3.21 → 0.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.md +14 -0
- package/README.md +8 -1
- package/dist/ai.cjs +10 -0
- package/dist/ai.cjs.map +1 -1
- package/dist/ai.js +10 -0
- package/dist/ai.js.map +1 -1
- package/dist/comments/MentionTextarea.cjs +1 -1
- package/dist/comments/MentionTextarea.cjs.map +1 -1
- package/dist/comments/MentionTextarea.js +1 -1
- package/dist/comments/MentionTextarea.js.map +1 -1
- package/dist/components/AccordionList.cjs +320 -0
- package/dist/components/AccordionList.cjs.map +1 -0
- package/dist/components/AccordionList.d.ts +93 -0
- package/dist/components/AccordionList.d.ts.map +1 -0
- package/dist/components/AccordionList.js +320 -0
- package/dist/components/AccordionList.js.map +1 -0
- package/dist/components/Combobox.cjs +41 -3
- package/dist/components/Combobox.cjs.map +1 -1
- package/dist/components/Combobox.d.ts.map +1 -1
- package/dist/components/Combobox.js +42 -4
- package/dist/components/Combobox.js.map +1 -1
- package/dist/components/ComboboxControl.cjs +6 -0
- package/dist/components/ComboboxControl.cjs.map +1 -1
- package/dist/components/ComboboxControl.d.ts +7 -3
- package/dist/components/ComboboxControl.d.ts.map +1 -1
- package/dist/components/ComboboxControl.js +6 -0
- package/dist/components/ComboboxControl.js.map +1 -1
- package/dist/components/ComboboxMenu.cjs +2 -1
- package/dist/components/ComboboxMenu.cjs.map +1 -1
- package/dist/components/ComboboxMenu.d.ts +3 -1
- package/dist/components/ComboboxMenu.d.ts.map +1 -1
- package/dist/components/ComboboxMenu.js +2 -1
- package/dist/components/ComboboxMenu.js.map +1 -1
- package/dist/components/ComboboxTags.cjs +42 -11
- package/dist/components/ComboboxTags.cjs.map +1 -1
- package/dist/components/ComboboxTags.d.ts +5 -2
- package/dist/components/ComboboxTags.d.ts.map +1 -1
- package/dist/components/ComboboxTags.js +42 -11
- package/dist/components/ComboboxTags.js.map +1 -1
- package/dist/components/ConnectionLoggingPolicy.cjs +268 -0
- package/dist/components/ConnectionLoggingPolicy.cjs.map +1 -0
- package/dist/components/ConnectionLoggingPolicy.d.ts +3 -0
- package/dist/components/ConnectionLoggingPolicy.d.ts.map +1 -0
- package/dist/components/ConnectionLoggingPolicy.js +268 -0
- package/dist/components/ConnectionLoggingPolicy.js.map +1 -0
- package/dist/components/ConnectionLoggingPolicy.model.cjs +52 -0
- package/dist/components/ConnectionLoggingPolicy.model.cjs.map +1 -0
- package/dist/components/ConnectionLoggingPolicy.model.d.ts +35 -0
- package/dist/components/ConnectionLoggingPolicy.model.d.ts.map +1 -0
- package/dist/components/ConnectionLoggingPolicy.model.js +52 -0
- package/dist/components/ConnectionLoggingPolicy.model.js.map +1 -0
- package/dist/components/DaemonSetIcon.cjs +20 -0
- package/dist/components/DaemonSetIcon.cjs.map +1 -0
- package/dist/components/DaemonSetIcon.d.ts +8 -0
- package/dist/components/DaemonSetIcon.d.ts.map +1 -0
- package/dist/components/DaemonSetIcon.js +20 -0
- package/dist/components/DaemonSetIcon.js.map +1 -0
- package/dist/components/DateField.cjs.map +1 -1
- package/dist/components/DateField.d.ts +11 -3
- package/dist/components/DateField.d.ts.map +1 -1
- package/dist/components/DateField.js.map +1 -1
- package/dist/components/DatePicker.cjs +6 -1
- package/dist/components/DatePicker.cjs.map +1 -1
- package/dist/components/DatePicker.d.ts +11 -3
- package/dist/components/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker.js +6 -1
- package/dist/components/DatePicker.js.map +1 -1
- package/dist/components/EndpointSelector.cjs +29 -8
- package/dist/components/EndpointSelector.cjs.map +1 -1
- package/dist/components/EndpointSelector.d.ts +1 -1
- package/dist/components/EndpointSelector.d.ts.map +1 -1
- package/dist/components/EndpointSelector.js +29 -8
- package/dist/components/EndpointSelector.js.map +1 -1
- package/dist/components/EndpointSelector.model.cjs.map +1 -1
- package/dist/components/EndpointSelector.model.d.ts +5 -0
- package/dist/components/EndpointSelector.model.d.ts.map +1 -1
- package/dist/components/EndpointSelector.model.js.map +1 -1
- package/dist/components/FilterBar.cjs +43 -19
- package/dist/components/FilterBar.cjs.map +1 -1
- package/dist/components/FilterBar.d.ts +21 -1
- package/dist/components/FilterBar.d.ts.map +1 -1
- package/dist/components/FilterBar.js +41 -17
- package/dist/components/FilterBar.js.map +1 -1
- package/dist/components/InputField.cjs +14 -2
- package/dist/components/InputField.cjs.map +1 -1
- package/dist/components/InputField.d.ts +6 -0
- package/dist/components/InputField.d.ts.map +1 -1
- package/dist/components/InputField.js +14 -2
- package/dist/components/InputField.js.map +1 -1
- package/dist/components/ItemActions.cjs +87 -0
- package/dist/components/ItemActions.cjs.map +1 -0
- package/dist/components/ItemActions.d.ts +33 -0
- package/dist/components/ItemActions.d.ts.map +1 -0
- package/dist/components/ItemActions.js +87 -0
- package/dist/components/ItemActions.js.map +1 -0
- package/dist/components/JsonSchemaForm.cjs +1 -1
- package/dist/components/JsonSchemaForm.cjs.map +1 -1
- package/dist/components/JsonSchemaForm.js +1 -1
- package/dist/components/JsonSchemaForm.js.map +1 -1
- package/dist/components/MdxEditorCallout.cjs +108 -0
- package/dist/components/MdxEditorCallout.cjs.map +1 -0
- package/dist/components/MdxEditorCallout.d.ts +27 -0
- package/dist/components/MdxEditorCallout.d.ts.map +1 -0
- package/dist/components/MdxEditorCallout.js +108 -0
- package/dist/components/MdxEditorCallout.js.map +1 -0
- package/dist/components/MdxEditorField.cjs.map +1 -1
- package/dist/components/MdxEditorField.d.ts +1 -1
- package/dist/components/MdxEditorField.d.ts.map +1 -1
- package/dist/components/MdxEditorField.js.map +1 -1
- package/dist/components/MdxEditorToolbar.cjs +10 -2
- package/dist/components/MdxEditorToolbar.cjs.map +1 -1
- package/dist/components/MdxEditorToolbar.d.ts.map +1 -1
- package/dist/components/MdxEditorToolbar.js +10 -2
- package/dist/components/MdxEditorToolbar.js.map +1 -1
- package/dist/components/MultiSelect.cjs +3 -1
- package/dist/components/MultiSelect.cjs.map +1 -1
- package/dist/components/MultiSelect.d.ts.map +1 -1
- package/dist/components/MultiSelect.js +3 -1
- package/dist/components/MultiSelect.js.map +1 -1
- package/dist/components/NamespacePicker.cjs +1 -0
- package/dist/components/NamespacePicker.cjs.map +1 -1
- package/dist/components/NamespacePicker.d.ts.map +1 -1
- package/dist/components/NamespacePicker.js +1 -0
- package/dist/components/NamespacePicker.js.map +1 -1
- package/dist/components/WorkloadPicker.cjs +117 -31
- package/dist/components/WorkloadPicker.cjs.map +1 -1
- package/dist/components/WorkloadPicker.d.ts +29 -5
- package/dist/components/WorkloadPicker.d.ts.map +1 -1
- package/dist/components/WorkloadPicker.js +119 -33
- package/dist/components/WorkloadPicker.js.map +1 -1
- package/dist/components/button-variants.d.ts +1 -1
- package/dist/components/button.d.ts +1 -1
- package/dist/components/combobox-types.d.ts +13 -0
- package/dist/components/combobox-types.d.ts.map +1 -1
- package/dist/components/combobox-utils.cjs +16 -0
- package/dist/components/combobox-utils.cjs.map +1 -1
- package/dist/components/combobox-utils.d.ts +1 -0
- package/dist/components/combobox-utils.d.ts.map +1 -1
- package/dist/components/combobox-utils.js +16 -0
- package/dist/components/combobox-utils.js.map +1 -1
- package/dist/components/filter-bar-multi.cjs +1 -1
- package/dist/components/filter-bar-multi.cjs.map +1 -1
- package/dist/components/filter-bar-multi.js +1 -1
- package/dist/components/filter-bar-multi.js.map +1 -1
- package/dist/components/filter-bar-utils.cjs +14 -2
- package/dist/components/filter-bar-utils.cjs.map +1 -1
- package/dist/components/filter-bar-utils.d.ts +2 -1
- package/dist/components/filter-bar-utils.d.ts.map +1 -1
- package/dist/components/filter-bar-utils.js +14 -2
- package/dist/components/filter-bar-utils.js.map +1 -1
- package/dist/components/jotai-bindings-core.cjs +11 -0
- package/dist/components/jotai-bindings-core.cjs.map +1 -1
- package/dist/components/jotai-bindings-core.d.ts +3 -2
- package/dist/components/jotai-bindings-core.d.ts.map +1 -1
- package/dist/components/jotai-bindings-core.js +11 -0
- package/dist/components/jotai-bindings-core.js.map +1 -1
- package/dist/components/json-schema-form-accordion-array.cjs +54 -190
- package/dist/components/json-schema-form-accordion-array.cjs.map +1 -1
- package/dist/components/json-schema-form-accordion-array.d.ts.map +1 -1
- package/dist/components/json-schema-form-accordion-array.js +59 -195
- package/dist/components/json-schema-form-accordion-array.js.map +1 -1
- package/dist/components/json-schema-form-array.cjs +46 -146
- package/dist/components/json-schema-form-array.cjs.map +1 -1
- package/dist/components/json-schema-form-array.d.ts.map +1 -1
- package/dist/components/json-schema-form-array.js +47 -147
- package/dist/components/json-schema-form-array.js.map +1 -1
- package/dist/components/json-schema-form-cards-array.cjs +9 -7
- package/dist/components/json-schema-form-cards-array.cjs.map +1 -1
- package/dist/components/json-schema-form-cards-array.d.ts.map +1 -1
- package/dist/components/json-schema-form-cards-array.js +11 -9
- package/dist/components/json-schema-form-cards-array.js.map +1 -1
- package/dist/components/json-schema-form-error-display.js +1 -1
- package/dist/components/json-schema-form-errors.cjs +17 -4
- package/dist/components/json-schema-form-errors.cjs.map +1 -1
- package/dist/components/json-schema-form-errors.d.ts +1 -0
- package/dist/components/json-schema-form-errors.d.ts.map +1 -1
- package/dist/components/json-schema-form-errors.js +16 -3
- package/dist/components/json-schema-form-errors.js.map +1 -1
- package/dist/components/json-schema-form-fields.cjs +18 -2
- package/dist/components/json-schema-form-fields.cjs.map +1 -1
- package/dist/components/json-schema-form-fields.d.ts.map +1 -1
- package/dist/components/json-schema-form-fields.js +18 -2
- package/dist/components/json-schema-form-fields.js.map +1 -1
- package/dist/components/json-schema-form-item-row.cjs +17 -46
- package/dist/components/json-schema-form-item-row.cjs.map +1 -1
- package/dist/components/json-schema-form-item-row.d.ts +3 -10
- package/dist/components/json-schema-form-item-row.d.ts.map +1 -1
- package/dist/components/json-schema-form-item-row.js +18 -47
- package/dist/components/json-schema-form-item-row.js.map +1 -1
- package/dist/components/json-schema-form-item-summary.cjs +18 -4
- package/dist/components/json-schema-form-item-summary.cjs.map +1 -1
- package/dist/components/json-schema-form-item-summary.d.ts +2 -1
- package/dist/components/json-schema-form-item-summary.d.ts.map +1 -1
- package/dist/components/json-schema-form-item-summary.js +15 -1
- package/dist/components/json-schema-form-item-summary.js.map +1 -1
- package/dist/components/json-schema-form-lookup-tree.cjs +2 -5
- package/dist/components/json-schema-form-lookup-tree.cjs.map +1 -1
- package/dist/components/json-schema-form-lookup-tree.d.ts.map +1 -1
- package/dist/components/json-schema-form-lookup-tree.js +2 -5
- package/dist/components/json-schema-form-lookup-tree.js.map +1 -1
- package/dist/components/json-schema-form-object.cjs +3 -2
- 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 +2 -1
- package/dist/components/json-schema-form-object.js.map +1 -1
- package/dist/components/json-schema-form-render.cjs +4 -1
- 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 +5 -2
- package/dist/components/json-schema-form-render.js.map +1 -1
- package/dist/components/json-schema-form-resolve.cjs +21 -13
- package/dist/components/json-schema-form-resolve.cjs.map +1 -1
- package/dist/components/json-schema-form-resolve.d.ts +2 -2
- package/dist/components/json-schema-form-resolve.d.ts.map +1 -1
- package/dist/components/json-schema-form-resolve.js +16 -8
- package/dist/components/json-schema-form-resolve.js.map +1 -1
- package/dist/components/json-schema-form-table-array.cjs +4 -3
- package/dist/components/json-schema-form-table-array.cjs.map +1 -1
- package/dist/components/json-schema-form-table-array.d.ts.map +1 -1
- package/dist/components/json-schema-form-table-array.js +2 -1
- package/dist/components/json-schema-form-table-array.js.map +1 -1
- package/dist/components/json-schema-form-tags-combobox.cjs +55 -0
- package/dist/components/json-schema-form-tags-combobox.cjs.map +1 -0
- package/dist/components/json-schema-form-tags-combobox.d.ts +17 -0
- package/dist/components/json-schema-form-tags-combobox.d.ts.map +1 -0
- package/dist/components/json-schema-form-tags-combobox.js +55 -0
- package/dist/components/json-schema-form-tags-combobox.js.map +1 -0
- package/dist/components/json-schema-form-types.d.ts +8 -1
- package/dist/components/json-schema-form-types.d.ts.map +1 -1
- package/dist/components/json-schema-form-utils.cjs +5 -28
- package/dist/components/json-schema-form-utils.cjs.map +1 -1
- package/dist/components/json-schema-form-utils.d.ts +1 -5
- package/dist/components/json-schema-form-utils.d.ts.map +1 -1
- package/dist/components/json-schema-form-utils.js +5 -28
- package/dist/components/json-schema-form-utils.js.map +1 -1
- package/dist/components/jsonPathTree.cjs +10 -3
- package/dist/components/jsonPathTree.cjs.map +1 -1
- package/dist/components/jsonPathTree.d.ts +17 -0
- package/dist/components/jsonPathTree.d.ts.map +1 -1
- package/dist/components/jsonPathTree.js +10 -3
- package/dist/components/jsonPathTree.js.map +1 -1
- package/dist/components/mdx-editor-callout-model.cjs +26 -0
- package/dist/components/mdx-editor-callout-model.cjs.map +1 -0
- package/dist/components/mdx-editor-callout-model.d.ts +14 -0
- package/dist/components/mdx-editor-callout-model.d.ts.map +1 -0
- package/dist/components/mdx-editor-callout-model.js +26 -0
- package/dist/components/mdx-editor-callout-model.js.map +1 -0
- package/dist/components/mdx-editor-callout.cjs +39 -0
- package/dist/components/mdx-editor-callout.cjs.map +1 -0
- package/dist/components/mdx-editor-callout.d.ts +27 -0
- package/dist/components/mdx-editor-callout.d.ts.map +1 -0
- package/dist/components/mdx-editor-callout.js +39 -0
- package/dist/components/mdx-editor-callout.js.map +1 -0
- package/dist/components/mdx-editor-field-plugins.cjs +14 -0
- package/dist/components/mdx-editor-field-plugins.cjs.map +1 -1
- package/dist/components/mdx-editor-field-plugins.d.ts.map +1 -1
- package/dist/components/mdx-editor-field-plugins.js +14 -0
- package/dist/components/mdx-editor-field-plugins.js.map +1 -1
- package/dist/components/mdx-editor-jsx-attributes.cjs +23 -0
- package/dist/components/mdx-editor-jsx-attributes.cjs.map +1 -0
- package/dist/components/mdx-editor-jsx-attributes.d.ts +29 -0
- package/dist/components/mdx-editor-jsx-attributes.d.ts.map +1 -0
- package/dist/components/mdx-editor-jsx-attributes.js +23 -0
- package/dist/components/mdx-editor-jsx-attributes.js.map +1 -0
- package/dist/components/mdx-editor-options.d.ts +79 -0
- package/dist/components/mdx-editor-options.d.ts.map +1 -1
- package/dist/components/workload-picker-utils.cjs +17 -4
- package/dist/components/workload-picker-utils.cjs.map +1 -1
- package/dist/components/workload-picker-utils.d.ts +3 -1
- package/dist/components/workload-picker-utils.d.ts.map +1 -1
- package/dist/components/workload-picker-utils.js +18 -5
- package/dist/components/workload-picker-utils.js.map +1 -1
- package/dist/components.cjs +13 -0
- package/dist/components.cjs.map +1 -1
- package/dist/components.d.ts +8 -3
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +13 -0
- package/dist/components.js.map +1 -1
- package/dist/data/Callout.cjs +48 -0
- package/dist/data/Callout.cjs.map +1 -0
- package/dist/data/Callout.d.ts +58 -0
- package/dist/data/Callout.d.ts.map +1 -0
- package/dist/data/Callout.js +48 -0
- package/dist/data/Callout.js.map +1 -0
- package/dist/data/Clicky.cjs +307 -248
- package/dist/data/Clicky.cjs.map +1 -1
- package/dist/data/Clicky.d.ts +37 -2
- package/dist/data/Clicky.d.ts.map +1 -1
- package/dist/data/Clicky.js +310 -251
- package/dist/data/Clicky.js.map +1 -1
- package/dist/data/DataTable.cjs +245 -115
- package/dist/data/DataTable.cjs.map +1 -1
- package/dist/data/DataTable.d.ts +48 -3
- package/dist/data/DataTable.d.ts.map +1 -1
- package/dist/data/DataTable.grouping.cjs.map +1 -1
- package/dist/data/DataTable.grouping.d.ts +11 -1
- package/dist/data/DataTable.grouping.d.ts.map +1 -1
- package/dist/data/DataTable.grouping.js.map +1 -1
- package/dist/data/DataTable.js +247 -117
- package/dist/data/DataTable.js.map +1 -1
- package/dist/data/Markdown.cjs +31 -2
- package/dist/data/Markdown.cjs.map +1 -1
- package/dist/data/Markdown.d.ts +10 -1
- package/dist/data/Markdown.d.ts.map +1 -1
- package/dist/data/Markdown.js +31 -2
- package/dist/data/Markdown.js.map +1 -1
- package/dist/data/MarkdownEditor.cjs +1 -1
- package/dist/data/MarkdownEditor.cjs.map +1 -1
- package/dist/data/MarkdownEditor.js +1 -1
- package/dist/data/MarkdownEditor.js.map +1 -1
- package/dist/data/ObjectGraph.cjs +108 -23
- package/dist/data/ObjectGraph.cjs.map +1 -1
- package/dist/data/ObjectGraph.d.ts +28 -22
- package/dist/data/ObjectGraph.d.ts.map +1 -1
- package/dist/data/ObjectGraph.js +109 -24
- package/dist/data/ObjectGraph.js.map +1 -1
- package/dist/data/PromptBanner.cjs +1 -1
- package/dist/data/PromptBanner.cjs.map +1 -1
- package/dist/data/PromptBanner.js +1 -1
- package/dist/data/PromptBanner.js.map +1 -1
- package/dist/data/Tree.cjs +39 -35
- package/dist/data/Tree.cjs.map +1 -1
- package/dist/data/Tree.d.ts +7 -1
- package/dist/data/Tree.d.ts.map +1 -1
- package/dist/data/Tree.js +39 -35
- package/dist/data/Tree.js.map +1 -1
- package/dist/data/ai/ChatButton.cjs +26 -0
- package/dist/data/ai/ChatButton.cjs.map +1 -0
- package/dist/data/ai/ChatButton.d.ts +5 -0
- package/dist/data/ai/ChatButton.d.ts.map +1 -0
- package/dist/data/ai/ChatButton.js +26 -0
- package/dist/data/ai/ChatButton.js.map +1 -0
- package/dist/data/ai/ChatFab.cjs +11 -6
- package/dist/data/ai/ChatFab.cjs.map +1 -1
- package/dist/data/ai/ChatFab.d.ts +5 -3
- package/dist/data/ai/ChatFab.d.ts.map +1 -1
- package/dist/data/ai/ChatFab.js +11 -6
- package/dist/data/ai/ChatFab.js.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.cjs +16 -4
- package/dist/data/ai/PromptRunEditor/index.cjs.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.d.ts +7 -2
- package/dist/data/ai/PromptRunEditor/index.d.ts.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.js +16 -4
- package/dist/data/ai/PromptRunEditor/index.js.map +1 -1
- package/dist/data/ai/SandboxConnectionsSection.cjs +71 -0
- package/dist/data/ai/SandboxConnectionsSection.cjs.map +1 -0
- package/dist/data/ai/SandboxConnectionsSection.d.ts +8 -0
- package/dist/data/ai/SandboxConnectionsSection.d.ts.map +1 -0
- package/dist/data/ai/SandboxConnectionsSection.js +71 -0
- package/dist/data/ai/SandboxConnectionsSection.js.map +1 -0
- package/dist/data/ai/SandboxCreateWizard.cjs +288 -0
- package/dist/data/ai/SandboxCreateWizard.cjs.map +1 -0
- package/dist/data/ai/SandboxCreateWizard.d.ts +11 -0
- package/dist/data/ai/SandboxCreateWizard.d.ts.map +1 -0
- package/dist/data/ai/SandboxCreateWizard.js +288 -0
- package/dist/data/ai/SandboxCreateWizard.js.map +1 -0
- package/dist/data/ai/SandboxCreateWizard.model.cjs +77 -0
- package/dist/data/ai/SandboxCreateWizard.model.cjs.map +1 -0
- package/dist/data/ai/SandboxCreateWizard.model.d.ts +32 -0
- package/dist/data/ai/SandboxCreateWizard.model.d.ts.map +1 -0
- package/dist/data/ai/SandboxCreateWizard.model.js +77 -0
- package/dist/data/ai/SandboxCreateWizard.model.js.map +1 -0
- package/dist/data/ai/SpecRuntimeEditor/CommitSection.cjs +6 -6
- package/dist/data/ai/SpecRuntimeEditor/CommitSection.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/CommitSection.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/CommitSection.js +6 -6
- package/dist/data/ai/SpecRuntimeEditor/CommitSection.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.cjs +11 -8
- package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.js +11 -8
- package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/SandboxSection.cjs +247 -0
- package/dist/data/ai/SpecRuntimeEditor/SandboxSection.cjs.map +1 -0
- package/dist/data/ai/SpecRuntimeEditor/SandboxSection.d.ts +12 -0
- package/dist/data/ai/SpecRuntimeEditor/SandboxSection.d.ts.map +1 -0
- package/dist/data/ai/SpecRuntimeEditor/SandboxSection.js +247 -0
- package/dist/data/ai/SpecRuntimeEditor/SandboxSection.js.map +1 -0
- package/dist/data/ai/SpecRuntimeEditor/fields.cjs +31 -22
- package/dist/data/ai/SpecRuntimeEditor/fields.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/fields.d.ts +6 -4
- package/dist/data/ai/SpecRuntimeEditor/fields.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/fields.js +32 -23
- package/dist/data/ai/SpecRuntimeEditor/fields.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.cjs +15 -1
- package/dist/data/ai/SpecRuntimeEditor/index.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.d.ts +8 -3
- package/dist/data/ai/SpecRuntimeEditor/index.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.js +15 -1
- package/dist/data/ai/SpecRuntimeEditor/index.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/types.cjs +11 -0
- package/dist/data/ai/SpecRuntimeEditor/types.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/types.d.ts +53 -1
- package/dist/data/ai/SpecRuntimeEditor/types.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/types.js +11 -0
- package/dist/data/ai/SpecRuntimeEditor/types.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/update.cjs +23 -0
- package/dist/data/ai/SpecRuntimeEditor/update.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/update.d.ts +23 -1
- package/dist/data/ai/SpecRuntimeEditor/update.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/update.js +23 -0
- package/dist/data/ai/SpecRuntimeEditor/update.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor.model.cjs +28 -0
- package/dist/data/ai/SpecRuntimeEditor.model.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor.model.d.ts +35 -0
- package/dist/data/ai/SpecRuntimeEditor.model.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor.model.js +28 -0
- package/dist/data/ai/SpecRuntimeEditor.model.js.map +1 -1
- package/dist/data/ai/index.d.ts +6 -2
- package/dist/data/ai/index.d.ts.map +1 -1
- package/dist/data/ai/sandbox-kind-meta.cjs +16 -0
- package/dist/data/ai/sandbox-kind-meta.cjs.map +1 -0
- package/dist/data/ai/sandbox-kind-meta.d.ts +8 -0
- package/dist/data/ai/sandbox-kind-meta.d.ts.map +1 -0
- package/dist/data/ai/sandbox-kind-meta.js +16 -0
- package/dist/data/ai/sandbox-kind-meta.js.map +1 -0
- package/dist/data/badge-variants.d.ts +1 -1
- package/dist/data/cache-browser/CacheTree.cjs +1 -1
- package/dist/data/cache-browser/CacheTree.cjs.map +1 -1
- package/dist/data/cache-browser/CacheTree.js +1 -1
- package/dist/data/cache-browser/CacheTree.js.map +1 -1
- package/dist/data/callout-tones.cjs +95 -0
- package/dist/data/callout-tones.cjs.map +1 -0
- package/dist/data/callout-tones.d.ts +32 -0
- package/dist/data/callout-tones.d.ts.map +1 -0
- package/dist/data/callout-tones.js +95 -0
- package/dist/data/callout-tones.js.map +1 -0
- package/dist/data/chat/PromptInput.cjs +1 -1
- package/dist/data/chat/PromptInput.cjs.map +1 -1
- package/dist/data/chat/PromptInput.js +1 -1
- package/dist/data/chat/PromptInput.js.map +1 -1
- package/dist/data/clicky-export/ClickyExportDialog.cjs +145 -0
- package/dist/data/clicky-export/ClickyExportDialog.cjs.map +1 -0
- package/dist/data/clicky-export/ClickyExportDialog.d.ts +43 -0
- package/dist/data/clicky-export/ClickyExportDialog.d.ts.map +1 -0
- package/dist/data/clicky-export/ClickyExportDialog.js +145 -0
- package/dist/data/clicky-export/ClickyExportDialog.js.map +1 -0
- package/dist/data/clicky-export/index.d.ts +3 -0
- package/dist/data/clicky-export/index.d.ts.map +1 -0
- package/dist/data/clicky-export/useClickyExport.cjs +44 -0
- package/dist/data/clicky-export/useClickyExport.cjs.map +1 -0
- package/dist/data/clicky-export/useClickyExport.d.ts +30 -0
- package/dist/data/clicky-export/useClickyExport.d.ts.map +1 -0
- package/dist/data/clicky-export/useClickyExport.js +44 -0
- package/dist/data/clicky-export/useClickyExport.js.map +1 -0
- package/dist/data/data-table-server-filters.cjs +15 -2
- package/dist/data/data-table-server-filters.cjs.map +1 -1
- package/dist/data/data-table-server-filters.d.ts +12 -1
- package/dist/data/data-table-server-filters.d.ts.map +1 -1
- package/dist/data/data-table-server-filters.js +15 -2
- package/dist/data/data-table-server-filters.js.map +1 -1
- package/dist/data/diagnostics/ErrorDetails.cjs +29 -7
- package/dist/data/diagnostics/ErrorDetails.cjs.map +1 -1
- package/dist/data/diagnostics/ErrorDetails.d.ts +2 -1
- package/dist/data/diagnostics/ErrorDetails.d.ts.map +1 -1
- package/dist/data/diagnostics/ErrorDetails.js +29 -7
- package/dist/data/diagnostics/ErrorDetails.js.map +1 -1
- package/dist/data/diagnostics/error-diagnostics.cjs +17 -2
- package/dist/data/diagnostics/error-diagnostics.cjs.map +1 -1
- package/dist/data/diagnostics/error-diagnostics.d.ts +5 -0
- package/dist/data/diagnostics/error-diagnostics.d.ts.map +1 -1
- package/dist/data/diagnostics/error-diagnostics.js +17 -2
- package/dist/data/diagnostics/error-diagnostics.js.map +1 -1
- package/dist/data/logs-normalize.cjs +18 -3
- package/dist/data/logs-normalize.cjs.map +1 -1
- package/dist/data/logs-normalize.d.ts +17 -0
- package/dist/data/logs-normalize.d.ts.map +1 -1
- package/dist/data/logs-normalize.js +18 -3
- package/dist/data/logs-normalize.js.map +1 -1
- package/dist/data/object-graph-nodes.cjs +24 -0
- package/dist/data/object-graph-nodes.cjs.map +1 -0
- package/dist/data/object-graph-nodes.d.ts +34 -0
- package/dist/data/object-graph-nodes.d.ts.map +1 -0
- package/dist/data/object-graph-nodes.js +24 -0
- package/dist/data/object-graph-nodes.js.map +1 -0
- package/dist/data/query-browser/QueryBrowser.cjs +52 -32
- package/dist/data/query-browser/QueryBrowser.cjs.map +1 -1
- package/dist/data/query-browser/QueryBrowser.d.ts +1 -1
- package/dist/data/query-browser/QueryBrowser.d.ts.map +1 -1
- package/dist/data/query-browser/QueryBrowser.js +53 -33
- package/dist/data/query-browser/QueryBrowser.js.map +1 -1
- package/dist/data/query-browser/QueryBrowser.types.cjs.map +1 -1
- package/dist/data/query-browser/QueryBrowser.types.d.ts +12 -0
- package/dist/data/query-browser/QueryBrowser.types.d.ts.map +1 -1
- package/dist/data/query-browser/QueryBrowser.types.js.map +1 -1
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.cjs +58 -10
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.cjs.map +1 -1
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.d.ts.map +1 -1
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.js +58 -10
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.js.map +1 -1
- package/dist/data/query-browser/QueryBrowserResults.cjs +4 -4
- package/dist/data/query-browser/QueryBrowserResults.cjs.map +1 -1
- package/dist/data/query-browser/QueryBrowserResults.d.ts +4 -2
- package/dist/data/query-browser/QueryBrowserResults.d.ts.map +1 -1
- package/dist/data/query-browser/QueryBrowserResults.js +4 -4
- package/dist/data/query-browser/QueryBrowserResults.js.map +1 -1
- package/dist/data/query-info/QueryInfoDialog.cjs +106 -0
- package/dist/data/query-info/QueryInfoDialog.cjs.map +1 -0
- package/dist/data/query-info/QueryInfoDialog.d.ts +16 -0
- package/dist/data/query-info/QueryInfoDialog.d.ts.map +1 -0
- package/dist/data/query-info/QueryInfoDialog.js +106 -0
- package/dist/data/query-info/QueryInfoDialog.js.map +1 -0
- package/dist/data/query-info/index.d.ts +4 -0
- package/dist/data/query-info/index.d.ts.map +1 -0
- package/dist/data/query-info/queryInfo.cjs +42 -0
- package/dist/data/query-info/queryInfo.cjs.map +1 -0
- package/dist/data/query-info/queryInfo.d.ts +45 -0
- package/dist/data/query-info/queryInfo.d.ts.map +1 -0
- package/dist/data/query-info/queryInfo.js +42 -0
- package/dist/data/query-info/queryInfo.js.map +1 -0
- package/dist/data/query-info/useQueryInfo.cjs +48 -0
- package/dist/data/query-info/useQueryInfo.cjs.map +1 -0
- package/dist/data/query-info/useQueryInfo.d.ts +26 -0
- package/dist/data/query-info/useQueryInfo.d.ts.map +1 -0
- package/dist/data/query-info/useQueryInfo.js +48 -0
- package/dist/data/query-info/useQueryInfo.js.map +1 -0
- package/dist/data/use-infinite-rows.cjs +20 -0
- package/dist/data/use-infinite-rows.cjs.map +1 -0
- package/dist/data/use-infinite-rows.d.ts +20 -0
- package/dist/data/use-infinite-rows.d.ts.map +1 -0
- package/dist/data/use-infinite-rows.js +20 -0
- package/dist/data/use-infinite-rows.js.map +1 -0
- package/dist/data/version-info.cjs +3 -3
- package/dist/data/version-info.js +3 -3
- package/dist/data.cjs +44 -0
- package/dist/data.cjs.map +1 -1
- package/dist/data.d.ts +8 -3
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +44 -0
- package/dist/data.js.map +1 -1
- package/dist/hooks/use-log-tail.cjs +213 -0
- package/dist/hooks/use-log-tail.cjs.map +1 -0
- package/dist/hooks/use-log-tail.d.ts +112 -0
- package/dist/hooks/use-log-tail.d.ts.map +1 -0
- package/dist/hooks/use-log-tail.js +213 -0
- package/dist/hooks/use-log-tail.js.map +1 -0
- package/dist/hooks.cjs +10 -0
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.d.ts +2 -0
- package/dist/hooks.d.ts.map +1 -1
- package/dist/hooks.js +10 -0
- package/dist/hooks.js.map +1 -1
- package/dist/icons/components/UiArrowsCounterClockwise.cjs +15 -0
- package/dist/icons/components/UiArrowsCounterClockwise.cjs.map +1 -0
- package/dist/icons/components/UiArrowsCounterClockwise.d.ts +15 -0
- package/dist/icons/components/UiArrowsCounterClockwise.d.ts.map +1 -0
- package/dist/icons/components/UiArrowsCounterClockwise.js +15 -0
- package/dist/icons/components/UiArrowsCounterClockwise.js.map +1 -0
- package/dist/icons/components/UiClipboardText.cjs +15 -0
- package/dist/icons/components/UiClipboardText.cjs.map +1 -0
- package/dist/icons/components/UiClipboardText.d.ts +15 -0
- package/dist/icons/components/UiClipboardText.d.ts.map +1 -0
- package/dist/icons/components/UiClipboardText.js +15 -0
- package/dist/icons/components/UiClipboardText.js.map +1 -0
- package/dist/icons/components/UiIdentificationCard.cjs +15 -0
- package/dist/icons/components/UiIdentificationCard.cjs.map +1 -0
- package/dist/icons/components/UiIdentificationCard.d.ts +15 -0
- package/dist/icons/components/UiIdentificationCard.d.ts.map +1 -0
- package/dist/icons/components/UiIdentificationCard.js +15 -0
- package/dist/icons/components/UiIdentificationCard.js.map +1 -0
- package/dist/icons/components/UiLockKey.cjs +15 -0
- package/dist/icons/components/UiLockKey.cjs.map +1 -0
- package/dist/icons/components/UiLockKey.d.ts +15 -0
- package/dist/icons/components/UiLockKey.d.ts.map +1 -0
- package/dist/icons/components/UiLockKey.js +15 -0
- package/dist/icons/components/UiLockKey.js.map +1 -0
- package/dist/icons/components/UiSteps.cjs +15 -0
- package/dist/icons/components/UiSteps.cjs.map +1 -0
- package/dist/icons/components/UiSteps.d.ts +15 -0
- package/dist/icons/components/UiSteps.d.ts.map +1 -0
- package/dist/icons/components/UiSteps.js +15 -0
- package/dist/icons/components/UiSteps.js.map +1 -0
- package/dist/icons/components/UiUserGear.cjs +15 -0
- package/dist/icons/components/UiUserGear.cjs.map +1 -0
- package/dist/icons/components/UiUserGear.d.ts +15 -0
- package/dist/icons/components/UiUserGear.d.ts.map +1 -0
- package/dist/icons/components/UiUserGear.js +15 -0
- package/dist/icons/components/UiUserGear.js.map +1 -0
- package/dist/icons/components/UiUsersFour.cjs +15 -0
- package/dist/icons/components/UiUsersFour.cjs.map +1 -0
- package/dist/icons/components/UiUsersFour.d.ts +15 -0
- package/dist/icons/components/UiUsersFour.d.ts.map +1 -0
- package/dist/icons/components/UiUsersFour.js +15 -0
- package/dist/icons/components/UiUsersFour.js.map +1 -0
- package/dist/icons/index.d.ts +14 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/registry.cjs +15 -1
- package/dist/icons/registry.cjs.map +1 -1
- package/dist/icons/registry.d.ts.map +1 -1
- package/dist/icons/registry.js +15 -1
- package/dist/icons/registry.js.map +1 -1
- package/dist/icons.cjs +21 -0
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.js +21 -0
- package/dist/icons.js.map +1 -1
- package/dist/index.cjs +75 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +75 -0
- package/dist/index.js.map +1 -1
- package/dist/jotai.d.ts +1 -1
- package/dist/jotai.d.ts.map +1 -1
- package/dist/lib/collections.cjs +31 -0
- package/dist/lib/collections.cjs.map +1 -0
- package/dist/lib/collections.d.ts +6 -0
- package/dist/lib/collections.d.ts.map +1 -0
- package/dist/lib/collections.js +31 -0
- package/dist/lib/collections.js.map +1 -0
- package/dist/mdx-editor.cjs +12 -0
- package/dist/mdx-editor.cjs.map +1 -1
- package/dist/mdx-editor.css +1 -1
- package/dist/mdx-editor.d.ts +4 -1
- package/dist/mdx-editor.d.ts.map +1 -1
- package/dist/mdx-editor.js +13 -1
- package/dist/mdx-editor.js.map +1 -1
- package/dist/overlay/CommandPalette.cjs +1 -1
- package/dist/overlay/CommandPalette.cjs.map +1 -1
- package/dist/overlay/CommandPalette.js +1 -1
- package/dist/overlay/CommandPalette.js.map +1 -1
- package/dist/profiles/cel/celEditor.cjs +395 -0
- package/dist/profiles/cel/celEditor.cjs.map +1 -0
- package/dist/profiles/cel/celEditor.d.ts +51 -0
- package/dist/profiles/cel/celEditor.d.ts.map +1 -0
- package/dist/profiles/cel/celEditor.js +395 -0
- package/dist/profiles/cel/celEditor.js.map +1 -0
- package/dist/profiles/cel/celEditorExtension.cjs +15 -0
- package/dist/profiles/cel/celEditorExtension.cjs.map +1 -0
- package/dist/profiles/cel/celEditorExtension.d.ts +5 -0
- package/dist/profiles/cel/celEditorExtension.d.ts.map +1 -0
- package/dist/profiles/cel/celEditorExtension.js +15 -0
- package/dist/profiles/cel/celEditorExtension.js.map +1 -0
- package/dist/profiles/cel/celExpression.cjs +174 -0
- package/dist/profiles/cel/celExpression.cjs.map +1 -0
- package/dist/profiles/cel/celExpression.d.ts +138 -0
- package/dist/profiles/cel/celExpression.d.ts.map +1 -0
- package/dist/profiles/cel/celExpression.js +174 -0
- package/dist/profiles/cel/celExpression.js.map +1 -0
- package/dist/profiles/cel/celPath.cjs +47 -0
- package/dist/profiles/cel/celPath.cjs.map +1 -0
- package/dist/profiles/cel/celPath.d.ts +31 -0
- package/dist/profiles/cel/celPath.d.ts.map +1 -0
- package/dist/profiles/cel/celPath.js +47 -0
- package/dist/profiles/cel/celPath.js.map +1 -0
- package/dist/profiles/cel/index.d.ts +5 -0
- package/dist/profiles/cel/index.d.ts.map +1 -0
- package/dist/profiles/connections/catalogTree.cjs +133 -0
- package/dist/profiles/connections/catalogTree.cjs.map +1 -0
- package/dist/profiles/connections/catalogTree.d.ts.map +1 -0
- package/dist/profiles/connections/catalogTree.js +133 -0
- package/dist/profiles/connections/catalogTree.js.map +1 -0
- package/dist/profiles/connections/connectionBrowserModel.cjs +191 -0
- package/dist/profiles/connections/connectionBrowserModel.cjs.map +1 -0
- package/dist/profiles/connections/connectionBrowserModel.d.ts +177 -0
- package/dist/profiles/connections/connectionBrowserModel.d.ts.map +1 -0
- package/dist/profiles/connections/connectionBrowserModel.js +191 -0
- package/dist/profiles/connections/connectionBrowserModel.js.map +1 -0
- package/dist/profiles/connections/connectionQueryWorkspace.cjs +196 -0
- package/dist/profiles/connections/connectionQueryWorkspace.cjs.map +1 -0
- package/dist/profiles/connections/connectionQueryWorkspace.d.ts +63 -0
- package/dist/profiles/connections/connectionQueryWorkspace.d.ts.map +1 -0
- package/dist/profiles/connections/connectionQueryWorkspace.js +196 -0
- package/dist/profiles/connections/connectionQueryWorkspace.js.map +1 -0
- package/dist/profiles/connections/connectionQueryWorkspaceModel.cjs +28 -0
- package/dist/profiles/connections/connectionQueryWorkspaceModel.cjs.map +1 -0
- package/dist/profiles/connections/connectionQueryWorkspaceModel.d.ts +38 -0
- package/dist/profiles/connections/connectionQueryWorkspaceModel.d.ts.map +1 -0
- package/dist/profiles/connections/connectionQueryWorkspaceModel.js +28 -0
- package/dist/profiles/connections/connectionQueryWorkspaceModel.js.map +1 -0
- package/dist/profiles/connections/index.d.ts +5 -0
- package/dist/profiles/connections/index.d.ts.map +1 -0
- package/dist/profiles/editor/index.d.ts +12 -0
- package/dist/profiles/editor/index.d.ts.map +1 -0
- package/dist/profiles/editor/profileBuilder.cjs +65 -0
- package/dist/profiles/editor/profileBuilder.cjs.map +1 -0
- package/dist/profiles/editor/profileBuilder.d.ts.map +1 -0
- package/dist/profiles/editor/profileBuilder.js +65 -0
- package/dist/profiles/editor/profileBuilder.js.map +1 -0
- package/dist/profiles/editor/profileBuilderExtension.cjs.map +1 -0
- package/dist/profiles/editor/profileBuilderExtension.d.ts +5 -0
- package/dist/profiles/editor/profileBuilderExtension.d.ts.map +1 -0
- package/dist/profiles/editor/profileBuilderExtension.js.map +1 -0
- package/dist/profiles/editor/profileBuilderModel.cjs +44 -0
- package/dist/profiles/editor/profileBuilderModel.cjs.map +1 -0
- package/dist/profiles/editor/profileBuilderModel.d.ts +4 -0
- package/dist/profiles/editor/profileBuilderModel.d.ts.map +1 -0
- package/dist/profiles/editor/profileBuilderModel.js +44 -0
- package/dist/profiles/editor/profileBuilderModel.js.map +1 -0
- package/dist/profiles/editor/profileBuilderWorkspace.cjs +333 -0
- package/dist/profiles/editor/profileBuilderWorkspace.cjs.map +1 -0
- package/dist/profiles/editor/profileBuilderWorkspace.d.ts +21 -0
- package/dist/profiles/editor/profileBuilderWorkspace.d.ts.map +1 -0
- package/dist/profiles/editor/profileBuilderWorkspace.js +333 -0
- package/dist/profiles/editor/profileBuilderWorkspace.js.map +1 -0
- package/dist/profiles/editor/profileEditor.cjs +471 -0
- package/dist/profiles/editor/profileEditor.cjs.map +1 -0
- package/dist/profiles/editor/profileEditor.d.ts +20 -0
- package/dist/profiles/editor/profileEditor.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditor.js +471 -0
- package/dist/profiles/editor/profileEditor.js.map +1 -0
- package/dist/profiles/editor/profileEditorModel.cjs +206 -0
- package/dist/profiles/editor/profileEditorModel.cjs.map +1 -0
- package/dist/profiles/editor/profileEditorModel.d.ts +76 -0
- package/dist/profiles/editor/profileEditorModel.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditorModel.js +206 -0
- package/dist/profiles/editor/profileEditorModel.js.map +1 -0
- package/dist/profiles/editor/profileEditorPreview.cjs.map +1 -0
- package/dist/profiles/editor/profileEditorPreview.d.ts +12 -0
- package/dist/profiles/editor/profileEditorPreview.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditorPreview.js.map +1 -0
- package/dist/profiles/editor/profileEditorRail.cjs.map +1 -0
- package/dist/profiles/editor/profileEditorRail.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditorRail.js.map +1 -0
- package/dist/profiles/editor/profileEditorRaw.cjs +118 -0
- package/dist/profiles/editor/profileEditorRaw.cjs.map +1 -0
- package/dist/profiles/editor/profileEditorRaw.d.ts +7 -0
- package/dist/profiles/editor/profileEditorRaw.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditorRaw.js +118 -0
- package/dist/profiles/editor/profileEditorRaw.js.map +1 -0
- package/dist/profiles/editor/profileEditorRoutes.cjs.map +1 -0
- package/dist/profiles/editor/profileEditorRoutes.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditorRoutes.js.map +1 -0
- package/dist/profiles/editor/profileEditorSections.cjs +247 -0
- package/dist/profiles/editor/profileEditorSections.cjs.map +1 -0
- package/dist/profiles/editor/profileEditorSections.d.ts +26 -0
- package/dist/profiles/editor/profileEditorSections.d.ts.map +1 -0
- package/dist/profiles/editor/profileEditorSections.js +247 -0
- package/dist/profiles/editor/profileEditorSections.js.map +1 -0
- package/dist/profiles/editor/profileYaml.cjs +19 -0
- package/dist/profiles/editor/profileYaml.cjs.map +1 -0
- package/dist/profiles/editor/profileYaml.d.ts +4 -0
- package/dist/profiles/editor/profileYaml.d.ts.map +1 -0
- package/dist/profiles/editor/profileYaml.js +19 -0
- package/dist/profiles/editor/profileYaml.js.map +1 -0
- package/dist/profiles/editor/testSchema.d.ts +3 -0
- package/dist/profiles/editor/testSchema.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esFieldValues.cjs +57 -0
- package/dist/profiles/elasticsearch/esFieldValues.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esFieldValues.d.ts +45 -0
- package/dist/profiles/elasticsearch/esFieldValues.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esFieldValues.js +57 -0
- package/dist/profiles/elasticsearch/esFieldValues.js.map +1 -0
- package/dist/profiles/elasticsearch/esParamMappingModel.cjs +301 -0
- package/dist/profiles/elasticsearch/esParamMappingModel.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esParamMappingModel.d.ts +37 -0
- package/dist/profiles/elasticsearch/esParamMappingModel.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esParamMappingModel.js +301 -0
- package/dist/profiles/elasticsearch/esParamMappingModel.js.map +1 -0
- package/dist/profiles/elasticsearch/esParamMappingPill.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esParamMappingPill.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esParamMappingPill.js.map +1 -0
- package/dist/profiles/elasticsearch/esParamOperandExtension.cjs +75 -0
- package/dist/profiles/elasticsearch/esParamOperandExtension.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esParamOperandExtension.d.ts +11 -0
- package/dist/profiles/elasticsearch/esParamOperandExtension.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esParamOperandExtension.js +75 -0
- package/dist/profiles/elasticsearch/esParamOperandExtension.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilder.cjs +249 -0
- package/dist/profiles/elasticsearch/esQueryBuilder.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilder.d.ts +35 -0
- package/dist/profiles/elasticsearch/esQueryBuilder.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilder.js +249 -0
- package/dist/profiles/elasticsearch/esQueryBuilder.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderExtension.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderExtension.d.ts +5 -0
- package/dist/profiles/elasticsearch/esQueryBuilderExtension.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderExtension.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderForm.cjs +59 -0
- package/dist/profiles/elasticsearch/esQueryBuilderForm.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderForm.d.ts +25 -0
- package/dist/profiles/elasticsearch/esQueryBuilderForm.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderForm.js +59 -0
- package/dist/profiles/elasticsearch/esQueryBuilderForm.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderModel.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderModel.d.ts +110 -0
- package/dist/profiles/elasticsearch/esQueryBuilderModel.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryBuilderModel.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryClauseGroup.cjs +144 -0
- package/dist/profiles/elasticsearch/esQueryClauseGroup.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryClauseGroup.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryClauseGroup.js +144 -0
- package/dist/profiles/elasticsearch/esQueryClauseGroup.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryCompile.cjs +48 -0
- package/dist/profiles/elasticsearch/esQueryCompile.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryCompile.d.ts +40 -0
- package/dist/profiles/elasticsearch/esQueryCompile.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryCompile.js +48 -0
- package/dist/profiles/elasticsearch/esQueryCompile.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryConditionRow.cjs +168 -0
- package/dist/profiles/elasticsearch/esQueryConditionRow.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryConditionRow.d.ts +37 -0
- package/dist/profiles/elasticsearch/esQueryConditionRow.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryConditionRow.js +168 -0
- package/dist/profiles/elasticsearch/esQueryConditionRow.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryGroupModel.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryGroupModel.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryGroupModel.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOccur.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOccur.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOccur.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperandEditors.cjs +279 -0
- package/dist/profiles/elasticsearch/esQueryOperandEditors.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperandEditors.d.ts +24 -0
- package/dist/profiles/elasticsearch/esQueryOperandEditors.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperandEditors.js +279 -0
- package/dist/profiles/elasticsearch/esQueryOperandEditors.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperandModel.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperandModel.d.ts +17 -0
- package/dist/profiles/elasticsearch/esQueryOperandModel.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperandModel.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperators.cjs +166 -0
- package/dist/profiles/elasticsearch/esQueryOperators.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperators.d.ts +84 -0
- package/dist/profiles/elasticsearch/esQueryOperators.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOperators.js +166 -0
- package/dist/profiles/elasticsearch/esQueryOperators.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOutputEditor.cjs +138 -0
- package/dist/profiles/elasticsearch/esQueryOutputEditor.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOutputEditor.d.ts +7 -0
- package/dist/profiles/elasticsearch/esQueryOutputEditor.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOutputEditor.js +138 -0
- package/dist/profiles/elasticsearch/esQueryOutputEditor.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOutputModel.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOutputModel.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryOutputModel.js.map +1 -0
- package/dist/profiles/elasticsearch/esQueryPreview.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQueryPreview.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQueryPreview.js.map +1 -0
- package/dist/profiles/elasticsearch/esQuerySortEditor.cjs +143 -0
- package/dist/profiles/elasticsearch/esQuerySortEditor.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQuerySortEditor.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQuerySortEditor.js +143 -0
- package/dist/profiles/elasticsearch/esQuerySortEditor.js.map +1 -0
- package/dist/profiles/elasticsearch/esQuerySortModel.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esQuerySortModel.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esQuerySortModel.js.map +1 -0
- package/dist/profiles/elasticsearch/esValueCombobox.cjs +86 -0
- package/dist/profiles/elasticsearch/esValueCombobox.cjs.map +1 -0
- package/dist/profiles/elasticsearch/esValueCombobox.d.ts.map +1 -0
- package/dist/profiles/elasticsearch/esValueCombobox.js +86 -0
- package/dist/profiles/elasticsearch/esValueCombobox.js.map +1 -0
- package/dist/profiles/elasticsearch/index.d.ts +23 -0
- package/dist/profiles/elasticsearch/index.d.ts.map +1 -0
- package/dist/profiles/fields/index.d.ts +9 -0
- package/dist/profiles/fields/index.d.ts.map +1 -0
- package/dist/profiles/fields/profileColumnModel.cjs.map +1 -0
- package/dist/profiles/fields/profileColumnModel.d.ts +8 -0
- package/dist/profiles/fields/profileColumnModel.d.ts.map +1 -0
- package/dist/profiles/fields/profileColumnModel.js.map +1 -0
- package/dist/profiles/fields/profileColumnPicker.cjs +68 -0
- package/dist/profiles/fields/profileColumnPicker.cjs.map +1 -0
- package/dist/profiles/fields/profileColumnPicker.d.ts +11 -0
- package/dist/profiles/fields/profileColumnPicker.d.ts.map +1 -0
- package/dist/profiles/fields/profileColumnPicker.js +68 -0
- package/dist/profiles/fields/profileColumnPicker.js.map +1 -0
- package/dist/profiles/fields/profileFieldControls.cjs +50 -0
- package/dist/profiles/fields/profileFieldControls.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldControls.d.ts +37 -0
- package/dist/profiles/fields/profileFieldControls.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldControls.js +50 -0
- package/dist/profiles/fields/profileFieldControls.js.map +1 -0
- package/dist/profiles/fields/profileFieldEditor.cjs +198 -0
- package/dist/profiles/fields/profileFieldEditor.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldEditor.d.ts +34 -0
- package/dist/profiles/fields/profileFieldEditor.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldEditor.js +198 -0
- package/dist/profiles/fields/profileFieldEditor.js.map +1 -0
- package/dist/profiles/fields/profileFieldFilterEditor.cjs +122 -0
- package/dist/profiles/fields/profileFieldFilterEditor.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldFilterEditor.d.ts +16 -0
- package/dist/profiles/fields/profileFieldFilterEditor.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldFilterEditor.js +122 -0
- package/dist/profiles/fields/profileFieldFilterEditor.js.map +1 -0
- package/dist/profiles/fields/profileFieldIcons.cjs +102 -0
- package/dist/profiles/fields/profileFieldIcons.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldIcons.d.ts +10 -0
- package/dist/profiles/fields/profileFieldIcons.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldIcons.js +102 -0
- package/dist/profiles/fields/profileFieldIcons.js.map +1 -0
- package/dist/profiles/fields/profileFieldList.cjs +215 -0
- package/dist/profiles/fields/profileFieldList.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldList.d.ts +24 -0
- package/dist/profiles/fields/profileFieldList.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldList.js +215 -0
- package/dist/profiles/fields/profileFieldList.js.map +1 -0
- package/dist/profiles/fields/profileFieldManager.cjs +103 -0
- package/dist/profiles/fields/profileFieldManager.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldManager.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldManager.js +103 -0
- package/dist/profiles/fields/profileFieldManager.js.map +1 -0
- package/dist/profiles/fields/profileFieldState.cjs +136 -0
- package/dist/profiles/fields/profileFieldState.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldState.d.ts +41 -0
- package/dist/profiles/fields/profileFieldState.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldState.js +136 -0
- package/dist/profiles/fields/profileFieldState.js.map +1 -0
- package/dist/profiles/fields/profileFieldTypes.cjs.map +1 -0
- package/dist/profiles/fields/profileFieldTypes.d.ts +8 -0
- package/dist/profiles/fields/profileFieldTypes.d.ts.map +1 -0
- package/dist/profiles/fields/profileFieldTypes.js.map +1 -0
- package/dist/profiles/fields/profileParamModel.cjs.map +1 -0
- package/dist/profiles/fields/profileParamModel.d.ts +3 -0
- package/dist/profiles/fields/profileParamModel.d.ts.map +1 -0
- package/dist/profiles/fields/profileParamModel.js.map +1 -0
- package/dist/profiles/processor/index.d.ts +6 -0
- package/dist/profiles/processor/index.d.ts.map +1 -0
- package/dist/profiles/processor/processorConfig.cjs +185 -0
- package/dist/profiles/processor/processorConfig.cjs.map +1 -0
- package/dist/profiles/processor/processorConfig.d.ts +34 -0
- package/dist/profiles/processor/processorConfig.d.ts.map +1 -0
- package/dist/profiles/processor/processorConfig.js +185 -0
- package/dist/profiles/processor/processorConfig.js.map +1 -0
- package/dist/profiles/processor/processorPipeline.cjs +300 -0
- package/dist/profiles/processor/processorPipeline.cjs.map +1 -0
- package/dist/profiles/processor/processorPipeline.d.ts +11 -0
- package/dist/profiles/processor/processorPipeline.d.ts.map +1 -0
- package/dist/profiles/processor/processorPipeline.js +300 -0
- package/dist/profiles/processor/processorPipeline.js.map +1 -0
- package/dist/profiles/processor/processorPipelineEditor.cjs +330 -0
- package/dist/profiles/processor/processorPipelineEditor.cjs.map +1 -0
- package/dist/profiles/processor/processorPipelineEditor.d.ts +16 -0
- package/dist/profiles/processor/processorPipelineEditor.d.ts.map +1 -0
- package/dist/profiles/processor/processorPipelineEditor.js +330 -0
- package/dist/profiles/processor/processorPipelineEditor.js.map +1 -0
- package/dist/profiles/processor/processorPipelineExtension.cjs +28 -0
- package/dist/profiles/processor/processorPipelineExtension.cjs.map +1 -0
- package/dist/profiles/processor/processorPipelineExtension.d.ts +5 -0
- package/dist/profiles/processor/processorPipelineExtension.d.ts.map +1 -0
- package/dist/profiles/processor/processorPipelineExtension.js +28 -0
- package/dist/profiles/processor/processorPipelineExtension.js.map +1 -0
- package/dist/profiles/processor/processorPreview.cjs +55 -0
- package/dist/profiles/processor/processorPreview.cjs.map +1 -0
- package/dist/profiles/processor/processorPreview.d.ts +20 -0
- package/dist/profiles/processor/processorPreview.d.ts.map +1 -0
- package/dist/profiles/processor/processorPreview.js +55 -0
- package/dist/profiles/processor/processorPreview.js.map +1 -0
- package/dist/profiles/processor/processorPreviewTable.cjs +103 -0
- package/dist/profiles/processor/processorPreviewTable.cjs.map +1 -0
- package/dist/profiles/processor/processorPreviewTable.d.ts +6 -0
- package/dist/profiles/processor/processorPreviewTable.d.ts.map +1 -0
- package/dist/profiles/processor/processorPreviewTable.js +103 -0
- package/dist/profiles/processor/processorPreviewTable.js.map +1 -0
- package/dist/profiles/processor/processorSampleParams.cjs +38 -0
- package/dist/profiles/processor/processorSampleParams.cjs.map +1 -0
- package/dist/profiles/processor/processorSampleParams.d.ts +6 -0
- package/dist/profiles/processor/processorSampleParams.d.ts.map +1 -0
- package/dist/profiles/processor/processorSampleParams.js +38 -0
- package/dist/profiles/processor/processorSampleParams.js.map +1 -0
- package/dist/profiles/profileApi.cjs +16 -0
- package/dist/profiles/profileApi.cjs.map +1 -1
- package/dist/profiles/profileApi.d.ts +36 -3
- package/dist/profiles/profileApi.d.ts.map +1 -1
- package/dist/profiles/profileApi.js +16 -0
- package/dist/profiles/profileApi.js.map +1 -1
- package/dist/profiles/query/index.d.ts +9 -0
- package/dist/profiles/query/index.d.ts.map +1 -0
- package/dist/profiles/query/jsonPathSample.cjs +75 -0
- package/dist/profiles/query/jsonPathSample.cjs.map +1 -0
- package/dist/profiles/query/jsonPathSample.d.ts +27 -0
- package/dist/profiles/query/jsonPathSample.d.ts.map +1 -0
- package/dist/profiles/query/jsonPathSample.js +75 -0
- package/dist/profiles/query/jsonPathSample.js.map +1 -0
- package/dist/profiles/query/jsonPathSampleRow.cjs.map +1 -0
- package/dist/profiles/query/jsonPathSampleRow.d.ts.map +1 -0
- package/dist/profiles/query/jsonPathSampleRow.js.map +1 -0
- package/dist/profiles/query/kubernetesWorkloadTarget.cjs +43 -0
- package/dist/profiles/query/kubernetesWorkloadTarget.cjs.map +1 -0
- package/dist/profiles/query/kubernetesWorkloadTarget.d.ts +3 -0
- package/dist/profiles/query/kubernetesWorkloadTarget.d.ts.map +1 -0
- package/dist/profiles/query/kubernetesWorkloadTarget.js +43 -0
- package/dist/profiles/query/kubernetesWorkloadTarget.js.map +1 -0
- package/dist/profiles/query/kubernetesWorkloadTargetPicker.cjs +53 -0
- package/dist/profiles/query/kubernetesWorkloadTargetPicker.cjs.map +1 -0
- package/dist/profiles/query/kubernetesWorkloadTargetPicker.d.ts +12 -0
- package/dist/profiles/query/kubernetesWorkloadTargetPicker.d.ts.map +1 -0
- package/dist/profiles/query/kubernetesWorkloadTargetPicker.js +53 -0
- package/dist/profiles/query/kubernetesWorkloadTargetPicker.js.map +1 -0
- package/dist/profiles/query/profileSamplePayload.cjs.map +1 -0
- package/dist/profiles/query/profileSamplePayload.d.ts +13 -0
- package/dist/profiles/query/profileSamplePayload.d.ts.map +1 -0
- package/dist/profiles/query/profileSamplePayload.js.map +1 -0
- package/dist/profiles/query/prometheusResults.cjs +60 -0
- package/dist/profiles/query/prometheusResults.cjs.map +1 -0
- package/dist/profiles/query/prometheusResults.d.ts +7 -0
- package/dist/profiles/query/prometheusResults.d.ts.map +1 -0
- package/dist/profiles/query/prometheusResults.js +60 -0
- package/dist/profiles/query/prometheusResults.js.map +1 -0
- package/dist/profiles/query/queryRowLimits.cjs +82 -0
- package/dist/profiles/query/queryRowLimits.cjs.map +1 -0
- package/dist/profiles/query/queryRowLimits.d.ts +9 -0
- package/dist/profiles/query/queryRowLimits.d.ts.map +1 -0
- package/dist/profiles/query/queryRowLimits.js +82 -0
- package/dist/profiles/query/queryRowLimits.js.map +1 -0
- package/dist/profiles/query/queryRowLimitsModel.cjs.map +1 -0
- package/dist/profiles/query/queryRowLimitsModel.d.ts +9 -0
- package/dist/profiles/query/queryRowLimitsModel.d.ts.map +1 -0
- package/dist/profiles/query/queryRowLimitsModel.js.map +1 -0
- package/dist/profiles/query/queryTargetPicker.cjs +42 -0
- package/dist/profiles/query/queryTargetPicker.cjs.map +1 -0
- package/dist/profiles/query/queryTargetPicker.d.ts +8 -0
- package/dist/profiles/query/queryTargetPicker.d.ts.map +1 -0
- package/dist/profiles/query/queryTargetPicker.js +42 -0
- package/dist/profiles/query/queryTargetPicker.js.map +1 -0
- package/dist/profiles/wizard/index.d.ts +6 -0
- package/dist/profiles/wizard/index.d.ts.map +1 -0
- package/dist/profiles/wizard/profileWizard.cjs +257 -0
- package/dist/profiles/wizard/profileWizard.cjs.map +1 -0
- package/dist/profiles/wizard/profileWizard.d.ts +12 -0
- package/dist/profiles/wizard/profileWizard.d.ts.map +1 -0
- package/dist/profiles/wizard/profileWizard.js +257 -0
- package/dist/profiles/wizard/profileWizard.js.map +1 -0
- package/dist/profiles/wizard/profileWizardHelp.cjs.map +1 -0
- package/dist/profiles/wizard/profileWizardHelp.d.ts.map +1 -0
- package/dist/profiles/wizard/profileWizardHelp.js.map +1 -0
- package/dist/profiles/wizard/profileWizardModel.cjs +204 -0
- package/dist/profiles/wizard/profileWizardModel.cjs.map +1 -0
- package/dist/profiles/wizard/profileWizardModel.d.ts +266 -0
- package/dist/profiles/wizard/profileWizardModel.d.ts.map +1 -0
- package/dist/profiles/wizard/profileWizardModel.js +204 -0
- package/dist/profiles/wizard/profileWizardModel.js.map +1 -0
- package/dist/profiles/wizard/profileWizardQueryStep.cjs +215 -0
- package/dist/profiles/wizard/profileWizardQueryStep.cjs.map +1 -0
- package/dist/profiles/wizard/profileWizardQueryStep.d.ts.map +1 -0
- package/dist/profiles/wizard/profileWizardQueryStep.js +215 -0
- package/dist/profiles/wizard/profileWizardQueryStep.js.map +1 -0
- package/dist/profiles/wizard/profileWizardSteps.cjs +214 -0
- package/dist/profiles/wizard/profileWizardSteps.cjs.map +1 -0
- package/dist/profiles/wizard/profileWizardSteps.d.ts.map +1 -0
- package/dist/profiles/wizard/profileWizardSteps.js +214 -0
- package/dist/profiles/wizard/profileWizardSteps.js.map +1 -0
- package/dist/profiles.cjs +237 -178
- package/dist/profiles.cjs.map +1 -1
- package/dist/profiles.d.ts +8 -55
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +117 -58
- package/dist/profiles.js.map +1 -1
- package/dist/rpc/ChatLayer.cjs +27 -0
- package/dist/rpc/ChatLayer.cjs.map +1 -0
- package/dist/rpc/ChatLayer.d.ts +11 -0
- package/dist/rpc/ChatLayer.d.ts.map +1 -0
- package/dist/rpc/ChatLayer.js +27 -0
- package/dist/rpc/ChatLayer.js.map +1 -0
- package/dist/rpc/CommandForm.cjs +1 -1
- package/dist/rpc/CommandForm.cjs.map +1 -1
- package/dist/rpc/CommandForm.js +1 -1
- package/dist/rpc/CommandForm.js.map +1 -1
- package/dist/rpc/CommandOutput.cjs +29 -4
- package/dist/rpc/CommandOutput.cjs.map +1 -1
- package/dist/rpc/CommandOutput.d.ts +6 -2
- package/dist/rpc/CommandOutput.d.ts.map +1 -1
- package/dist/rpc/CommandOutput.js +29 -4
- package/dist/rpc/CommandOutput.js.map +1 -1
- package/dist/rpc/EndpointList.cjs +1 -1
- package/dist/rpc/EndpointList.cjs.map +1 -1
- package/dist/rpc/EndpointList.js +1 -1
- package/dist/rpc/EndpointList.js.map +1 -1
- package/dist/rpc/EntityExplorerApp.cjs +4 -1
- package/dist/rpc/EntityExplorerApp.cjs.map +1 -1
- package/dist/rpc/EntityExplorerApp.d.ts +3 -1
- package/dist/rpc/EntityExplorerApp.d.ts.map +1 -1
- package/dist/rpc/EntityExplorerApp.js +4 -1
- package/dist/rpc/EntityExplorerApp.js.map +1 -1
- package/dist/rpc/FilterForm.cjs +66 -80
- package/dist/rpc/FilterForm.cjs.map +1 -1
- package/dist/rpc/FilterForm.d.ts.map +1 -1
- package/dist/rpc/FilterForm.js +68 -82
- package/dist/rpc/FilterForm.js.map +1 -1
- package/dist/rpc/InlineError.cjs +19 -2
- package/dist/rpc/InlineError.cjs.map +1 -1
- package/dist/rpc/InlineError.d.ts +5 -1
- package/dist/rpc/InlineError.d.ts.map +1 -1
- package/dist/rpc/InlineError.js +19 -2
- package/dist/rpc/InlineError.js.map +1 -1
- package/dist/rpc/OperationCatalog.cjs +96 -100
- package/dist/rpc/OperationCatalog.cjs.map +1 -1
- package/dist/rpc/OperationCatalog.d.ts.map +1 -1
- package/dist/rpc/OperationCatalog.js +98 -102
- package/dist/rpc/OperationCatalog.js.map +1 -1
- package/dist/rpc/OperationCommandPage.cjs +19 -7
- package/dist/rpc/OperationCommandPage.cjs.map +1 -1
- package/dist/rpc/OperationCommandPage.d.ts.map +1 -1
- package/dist/rpc/OperationCommandPage.js +21 -9
- package/dist/rpc/OperationCommandPage.js.map +1 -1
- package/dist/rpc/OperationEntityContextPicker.cjs +25 -13
- package/dist/rpc/OperationEntityContextPicker.cjs.map +1 -1
- package/dist/rpc/OperationEntityContextPicker.d.ts.map +1 -1
- package/dist/rpc/OperationEntityContextPicker.js +26 -14
- package/dist/rpc/OperationEntityContextPicker.js.map +1 -1
- package/dist/rpc/OperationEntityPage.cjs +2 -8
- package/dist/rpc/OperationEntityPage.cjs.map +1 -1
- package/dist/rpc/OperationEntityPage.d.ts.map +1 -1
- package/dist/rpc/OperationEntityPage.js +2 -8
- package/dist/rpc/OperationEntityPage.js.map +1 -1
- package/dist/rpc/OperationResultView.cjs +13 -2
- package/dist/rpc/OperationResultView.cjs.map +1 -1
- package/dist/rpc/OperationResultView.d.ts +34 -2
- package/dist/rpc/OperationResultView.d.ts.map +1 -1
- package/dist/rpc/OperationResultView.js +13 -2
- package/dist/rpc/OperationResultView.js.map +1 -1
- package/dist/rpc/apiClient.cjs +11 -1
- package/dist/rpc/apiClient.cjs.map +1 -1
- package/dist/rpc/apiClient.d.ts +15 -5
- package/dist/rpc/apiClient.d.ts.map +1 -1
- package/dist/rpc/apiClient.js +12 -2
- package/dist/rpc/apiClient.js.map +1 -1
- package/dist/rpc/cursorStale.cjs +35 -0
- package/dist/rpc/cursorStale.cjs.map +1 -0
- package/dist/rpc/cursorStale.d.ts +23 -0
- package/dist/rpc/cursorStale.d.ts.map +1 -0
- package/dist/rpc/cursorStale.js +35 -0
- package/dist/rpc/cursorStale.js.map +1 -0
- package/dist/rpc/executionPages.cjs +94 -0
- package/dist/rpc/executionPages.cjs.map +1 -0
- package/dist/rpc/executionPages.d.ts +18 -0
- package/dist/rpc/executionPages.d.ts.map +1 -0
- package/dist/rpc/executionPages.js +94 -0
- package/dist/rpc/executionPages.js.map +1 -0
- package/dist/rpc/filterShapes.cjs +17 -0
- package/dist/rpc/filterShapes.cjs.map +1 -0
- package/dist/rpc/filterShapes.d.ts +22 -0
- package/dist/rpc/filterShapes.d.ts.map +1 -0
- package/dist/rpc/filterShapes.js +17 -0
- package/dist/rpc/filterShapes.js.map +1 -0
- package/dist/rpc/formMetadata.cjs +225 -50
- package/dist/rpc/formMetadata.cjs.map +1 -1
- package/dist/rpc/formMetadata.d.ts +18 -1
- package/dist/rpc/formMetadata.d.ts.map +1 -1
- package/dist/rpc/formMetadata.js +227 -52
- package/dist/rpc/formMetadata.js.map +1 -1
- package/dist/rpc/operationErrorDiagnostics.cjs +100 -0
- package/dist/rpc/operationErrorDiagnostics.cjs.map +1 -0
- package/dist/rpc/operationErrorDiagnostics.d.ts +4 -0
- package/dist/rpc/operationErrorDiagnostics.d.ts.map +1 -0
- package/dist/rpc/operationErrorDiagnostics.js +100 -0
- package/dist/rpc/operationErrorDiagnostics.js.map +1 -0
- package/dist/rpc/operationFilterSearch.cjs +1 -1
- package/dist/rpc/operationFilterSearch.cjs.map +1 -1
- package/dist/rpc/operationFilterSearch.js +2 -2
- package/dist/rpc/operationFilterSearch.js.map +1 -1
- package/dist/rpc/types.cjs.map +1 -1
- package/dist/rpc/types.d.ts +54 -3
- package/dist/rpc/types.d.ts.map +1 -1
- package/dist/rpc/types.js.map +1 -1
- package/dist/rpc/useOperationPages.cjs +111 -0
- package/dist/rpc/useOperationPages.cjs.map +1 -0
- package/dist/rpc/useOperationPages.d.ts +46 -0
- package/dist/rpc/useOperationPages.d.ts.map +1 -0
- package/dist/rpc/useOperationPages.js +111 -0
- package/dist/rpc/useOperationPages.js.map +1 -0
- package/dist/rpc/useOperations.cjs +7 -4
- package/dist/rpc/useOperations.cjs.map +1 -1
- package/dist/rpc/useOperations.d.ts.map +1 -1
- package/dist/rpc/useOperations.js +7 -4
- package/dist/rpc/useOperations.js.map +1 -1
- package/dist/rpc.cjs +2 -0
- package/dist/rpc.cjs.map +1 -1
- package/dist/rpc.d.ts +2 -1
- 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 +2 -2
- package/dist/tailwind-preset.cjs +6 -3
- package/dist/tailwind-preset.cjs.map +1 -1
- package/dist/tailwind-preset.d.ts.map +1 -1
- package/dist/tailwind-preset.js +6 -3
- package/dist/tailwind-preset.js.map +1 -1
- package/dist/utils.cjs +6 -0
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +1 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +6 -0
- package/dist/utils.js.map +1 -1
- package/package.json +5 -5
- package/dist/profiles/catalogTree.cjs +0 -133
- package/dist/profiles/catalogTree.cjs.map +0 -1
- package/dist/profiles/catalogTree.d.ts.map +0 -1
- package/dist/profiles/catalogTree.js +0 -133
- package/dist/profiles/catalogTree.js.map +0 -1
- package/dist/profiles/connectionBrowserModel.cjs +0 -185
- package/dist/profiles/connectionBrowserModel.cjs.map +0 -1
- package/dist/profiles/connectionBrowserModel.d.ts +0 -169
- package/dist/profiles/connectionBrowserModel.d.ts.map +0 -1
- package/dist/profiles/connectionBrowserModel.js +0 -185
- package/dist/profiles/connectionBrowserModel.js.map +0 -1
- package/dist/profiles/connectionQueryWorkspace.cjs +0 -185
- package/dist/profiles/connectionQueryWorkspace.cjs.map +0 -1
- package/dist/profiles/connectionQueryWorkspace.d.ts +0 -63
- package/dist/profiles/connectionQueryWorkspace.d.ts.map +0 -1
- package/dist/profiles/connectionQueryWorkspace.js +0 -185
- package/dist/profiles/connectionQueryWorkspace.js.map +0 -1
- package/dist/profiles/connectionQueryWorkspaceModel.cjs +0 -28
- package/dist/profiles/connectionQueryWorkspaceModel.cjs.map +0 -1
- package/dist/profiles/connectionQueryWorkspaceModel.d.ts +0 -38
- package/dist/profiles/connectionQueryWorkspaceModel.d.ts.map +0 -1
- package/dist/profiles/connectionQueryWorkspaceModel.js +0 -28
- package/dist/profiles/connectionQueryWorkspaceModel.js.map +0 -1
- package/dist/profiles/esFieldValues.cjs +0 -64
- package/dist/profiles/esFieldValues.cjs.map +0 -1
- package/dist/profiles/esFieldValues.d.ts +0 -48
- package/dist/profiles/esFieldValues.d.ts.map +0 -1
- package/dist/profiles/esFieldValues.js +0 -64
- package/dist/profiles/esFieldValues.js.map +0 -1
- package/dist/profiles/esParamMappingModel.cjs +0 -301
- package/dist/profiles/esParamMappingModel.cjs.map +0 -1
- package/dist/profiles/esParamMappingModel.d.ts +0 -37
- package/dist/profiles/esParamMappingModel.d.ts.map +0 -1
- package/dist/profiles/esParamMappingModel.js +0 -301
- package/dist/profiles/esParamMappingModel.js.map +0 -1
- package/dist/profiles/esParamMappingPill.cjs.map +0 -1
- package/dist/profiles/esParamMappingPill.d.ts.map +0 -1
- package/dist/profiles/esParamMappingPill.js.map +0 -1
- package/dist/profiles/esParamOperandExtension.cjs +0 -75
- package/dist/profiles/esParamOperandExtension.cjs.map +0 -1
- package/dist/profiles/esParamOperandExtension.d.ts +0 -11
- package/dist/profiles/esParamOperandExtension.d.ts.map +0 -1
- package/dist/profiles/esParamOperandExtension.js +0 -75
- package/dist/profiles/esParamOperandExtension.js.map +0 -1
- package/dist/profiles/esQueryBuilder.cjs +0 -205
- package/dist/profiles/esQueryBuilder.cjs.map +0 -1
- package/dist/profiles/esQueryBuilder.d.ts +0 -35
- package/dist/profiles/esQueryBuilder.d.ts.map +0 -1
- package/dist/profiles/esQueryBuilder.js +0 -205
- package/dist/profiles/esQueryBuilder.js.map +0 -1
- package/dist/profiles/esQueryBuilderExtension.cjs.map +0 -1
- package/dist/profiles/esQueryBuilderExtension.d.ts +0 -5
- package/dist/profiles/esQueryBuilderExtension.d.ts.map +0 -1
- package/dist/profiles/esQueryBuilderExtension.js.map +0 -1
- package/dist/profiles/esQueryBuilderForm.cjs +0 -26
- package/dist/profiles/esQueryBuilderForm.cjs.map +0 -1
- package/dist/profiles/esQueryBuilderForm.d.ts +0 -18
- package/dist/profiles/esQueryBuilderForm.d.ts.map +0 -1
- package/dist/profiles/esQueryBuilderForm.js +0 -26
- package/dist/profiles/esQueryBuilderForm.js.map +0 -1
- package/dist/profiles/esQueryBuilderModel.cjs.map +0 -1
- package/dist/profiles/esQueryBuilderModel.d.ts +0 -108
- package/dist/profiles/esQueryBuilderModel.d.ts.map +0 -1
- package/dist/profiles/esQueryBuilderModel.js.map +0 -1
- package/dist/profiles/esQueryClauseGroup.cjs +0 -144
- package/dist/profiles/esQueryClauseGroup.cjs.map +0 -1
- package/dist/profiles/esQueryClauseGroup.d.ts.map +0 -1
- package/dist/profiles/esQueryClauseGroup.js +0 -144
- package/dist/profiles/esQueryClauseGroup.js.map +0 -1
- package/dist/profiles/esQueryCompile.cjs +0 -47
- package/dist/profiles/esQueryCompile.cjs.map +0 -1
- package/dist/profiles/esQueryCompile.d.ts +0 -39
- package/dist/profiles/esQueryCompile.d.ts.map +0 -1
- package/dist/profiles/esQueryCompile.js +0 -47
- package/dist/profiles/esQueryCompile.js.map +0 -1
- package/dist/profiles/esQueryConditionRow.cjs +0 -168
- package/dist/profiles/esQueryConditionRow.cjs.map +0 -1
- package/dist/profiles/esQueryConditionRow.d.ts +0 -37
- package/dist/profiles/esQueryConditionRow.d.ts.map +0 -1
- package/dist/profiles/esQueryConditionRow.js +0 -168
- package/dist/profiles/esQueryConditionRow.js.map +0 -1
- package/dist/profiles/esQueryGroupModel.cjs.map +0 -1
- package/dist/profiles/esQueryGroupModel.d.ts.map +0 -1
- package/dist/profiles/esQueryGroupModel.js.map +0 -1
- package/dist/profiles/esQueryOccur.cjs.map +0 -1
- package/dist/profiles/esQueryOccur.d.ts.map +0 -1
- package/dist/profiles/esQueryOccur.js.map +0 -1
- package/dist/profiles/esQueryOperandEditors.cjs +0 -279
- package/dist/profiles/esQueryOperandEditors.cjs.map +0 -1
- package/dist/profiles/esQueryOperandEditors.d.ts +0 -24
- package/dist/profiles/esQueryOperandEditors.d.ts.map +0 -1
- package/dist/profiles/esQueryOperandEditors.js +0 -279
- package/dist/profiles/esQueryOperandEditors.js.map +0 -1
- package/dist/profiles/esQueryOperandModel.cjs.map +0 -1
- package/dist/profiles/esQueryOperandModel.d.ts +0 -17
- package/dist/profiles/esQueryOperandModel.d.ts.map +0 -1
- package/dist/profiles/esQueryOperandModel.js.map +0 -1
- package/dist/profiles/esQueryOperators.cjs +0 -165
- package/dist/profiles/esQueryOperators.cjs.map +0 -1
- package/dist/profiles/esQueryOperators.d.ts +0 -83
- package/dist/profiles/esQueryOperators.d.ts.map +0 -1
- package/dist/profiles/esQueryOperators.js +0 -165
- package/dist/profiles/esQueryOperators.js.map +0 -1
- package/dist/profiles/esQueryOutputEditor.cjs +0 -138
- package/dist/profiles/esQueryOutputEditor.cjs.map +0 -1
- package/dist/profiles/esQueryOutputEditor.d.ts +0 -7
- package/dist/profiles/esQueryOutputEditor.d.ts.map +0 -1
- package/dist/profiles/esQueryOutputEditor.js +0 -138
- package/dist/profiles/esQueryOutputEditor.js.map +0 -1
- package/dist/profiles/esQueryOutputModel.cjs.map +0 -1
- package/dist/profiles/esQueryOutputModel.d.ts.map +0 -1
- package/dist/profiles/esQueryOutputModel.js.map +0 -1
- package/dist/profiles/esQueryPreview.cjs.map +0 -1
- package/dist/profiles/esQueryPreview.d.ts.map +0 -1
- package/dist/profiles/esQueryPreview.js.map +0 -1
- package/dist/profiles/esQuerySortEditor.cjs +0 -143
- package/dist/profiles/esQuerySortEditor.cjs.map +0 -1
- package/dist/profiles/esQuerySortEditor.d.ts.map +0 -1
- package/dist/profiles/esQuerySortEditor.js +0 -143
- package/dist/profiles/esQuerySortEditor.js.map +0 -1
- package/dist/profiles/esQuerySortModel.cjs.map +0 -1
- package/dist/profiles/esQuerySortModel.d.ts.map +0 -1
- package/dist/profiles/esQuerySortModel.js.map +0 -1
- package/dist/profiles/esValueCombobox.cjs +0 -86
- package/dist/profiles/esValueCombobox.cjs.map +0 -1
- package/dist/profiles/esValueCombobox.d.ts.map +0 -1
- package/dist/profiles/esValueCombobox.js +0 -86
- package/dist/profiles/esValueCombobox.js.map +0 -1
- package/dist/profiles/jsonPathSample.cjs +0 -75
- package/dist/profiles/jsonPathSample.cjs.map +0 -1
- package/dist/profiles/jsonPathSample.d.ts +0 -27
- package/dist/profiles/jsonPathSample.d.ts.map +0 -1
- package/dist/profiles/jsonPathSample.js +0 -75
- package/dist/profiles/jsonPathSample.js.map +0 -1
- package/dist/profiles/jsonPathSampleRow.cjs.map +0 -1
- package/dist/profiles/jsonPathSampleRow.d.ts.map +0 -1
- package/dist/profiles/jsonPathSampleRow.js.map +0 -1
- package/dist/profiles/profileBuilder.cjs +0 -65
- package/dist/profiles/profileBuilder.cjs.map +0 -1
- package/dist/profiles/profileBuilder.d.ts.map +0 -1
- package/dist/profiles/profileBuilder.js +0 -65
- package/dist/profiles/profileBuilder.js.map +0 -1
- package/dist/profiles/profileBuilderExtension.cjs.map +0 -1
- package/dist/profiles/profileBuilderExtension.d.ts +0 -5
- package/dist/profiles/profileBuilderExtension.d.ts.map +0 -1
- package/dist/profiles/profileBuilderExtension.js.map +0 -1
- package/dist/profiles/profileBuilderWorkspace.cjs +0 -368
- package/dist/profiles/profileBuilderWorkspace.cjs.map +0 -1
- package/dist/profiles/profileBuilderWorkspace.d.ts +0 -21
- package/dist/profiles/profileBuilderWorkspace.d.ts.map +0 -1
- package/dist/profiles/profileBuilderWorkspace.js +0 -368
- package/dist/profiles/profileBuilderWorkspace.js.map +0 -1
- package/dist/profiles/profileColumnModel.cjs.map +0 -1
- package/dist/profiles/profileColumnModel.d.ts +0 -8
- package/dist/profiles/profileColumnModel.d.ts.map +0 -1
- package/dist/profiles/profileColumnModel.js.map +0 -1
- package/dist/profiles/profileColumnPicker.cjs +0 -68
- package/dist/profiles/profileColumnPicker.cjs.map +0 -1
- package/dist/profiles/profileColumnPicker.d.ts +0 -11
- package/dist/profiles/profileColumnPicker.d.ts.map +0 -1
- package/dist/profiles/profileColumnPicker.js +0 -68
- package/dist/profiles/profileColumnPicker.js.map +0 -1
- package/dist/profiles/profileEditor.cjs +0 -386
- package/dist/profiles/profileEditor.cjs.map +0 -1
- package/dist/profiles/profileEditor.d.ts +0 -19
- package/dist/profiles/profileEditor.d.ts.map +0 -1
- package/dist/profiles/profileEditor.js +0 -386
- package/dist/profiles/profileEditor.js.map +0 -1
- package/dist/profiles/profileEditorModel.cjs +0 -181
- package/dist/profiles/profileEditorModel.cjs.map +0 -1
- package/dist/profiles/profileEditorModel.d.ts +0 -74
- package/dist/profiles/profileEditorModel.d.ts.map +0 -1
- package/dist/profiles/profileEditorModel.js +0 -181
- package/dist/profiles/profileEditorModel.js.map +0 -1
- package/dist/profiles/profileEditorPreview.cjs.map +0 -1
- package/dist/profiles/profileEditorPreview.d.ts +0 -12
- package/dist/profiles/profileEditorPreview.d.ts.map +0 -1
- package/dist/profiles/profileEditorPreview.js.map +0 -1
- package/dist/profiles/profileEditorRail.cjs.map +0 -1
- package/dist/profiles/profileEditorRail.d.ts.map +0 -1
- package/dist/profiles/profileEditorRail.js.map +0 -1
- package/dist/profiles/profileEditorRaw.cjs +0 -118
- package/dist/profiles/profileEditorRaw.cjs.map +0 -1
- package/dist/profiles/profileEditorRaw.d.ts +0 -7
- package/dist/profiles/profileEditorRaw.d.ts.map +0 -1
- package/dist/profiles/profileEditorRaw.js +0 -118
- package/dist/profiles/profileEditorRaw.js.map +0 -1
- package/dist/profiles/profileEditorRoutes.cjs.map +0 -1
- package/dist/profiles/profileEditorRoutes.d.ts.map +0 -1
- package/dist/profiles/profileEditorRoutes.js.map +0 -1
- package/dist/profiles/profileEditorSections.cjs +0 -213
- package/dist/profiles/profileEditorSections.cjs.map +0 -1
- package/dist/profiles/profileEditorSections.d.ts +0 -23
- package/dist/profiles/profileEditorSections.d.ts.map +0 -1
- package/dist/profiles/profileEditorSections.js +0 -213
- package/dist/profiles/profileEditorSections.js.map +0 -1
- package/dist/profiles/profileFieldEditor.cjs +0 -200
- package/dist/profiles/profileFieldEditor.cjs.map +0 -1
- package/dist/profiles/profileFieldEditor.d.ts +0 -34
- package/dist/profiles/profileFieldEditor.d.ts.map +0 -1
- package/dist/profiles/profileFieldEditor.js +0 -200
- package/dist/profiles/profileFieldEditor.js.map +0 -1
- package/dist/profiles/profileFieldGrid.cjs +0 -250
- package/dist/profiles/profileFieldGrid.cjs.map +0 -1
- package/dist/profiles/profileFieldGrid.d.ts +0 -20
- package/dist/profiles/profileFieldGrid.d.ts.map +0 -1
- package/dist/profiles/profileFieldGrid.js +0 -250
- package/dist/profiles/profileFieldGrid.js.map +0 -1
- package/dist/profiles/profileFieldManager.cjs +0 -103
- package/dist/profiles/profileFieldManager.cjs.map +0 -1
- package/dist/profiles/profileFieldManager.d.ts.map +0 -1
- package/dist/profiles/profileFieldManager.js +0 -103
- package/dist/profiles/profileFieldManager.js.map +0 -1
- package/dist/profiles/profileFieldState.cjs +0 -136
- package/dist/profiles/profileFieldState.cjs.map +0 -1
- package/dist/profiles/profileFieldState.d.ts +0 -41
- package/dist/profiles/profileFieldState.d.ts.map +0 -1
- package/dist/profiles/profileFieldState.js +0 -136
- package/dist/profiles/profileFieldState.js.map +0 -1
- package/dist/profiles/profileFieldTypes.cjs.map +0 -1
- package/dist/profiles/profileFieldTypes.d.ts +0 -8
- package/dist/profiles/profileFieldTypes.d.ts.map +0 -1
- package/dist/profiles/profileFieldTypes.js.map +0 -1
- package/dist/profiles/profileParamModel.cjs.map +0 -1
- package/dist/profiles/profileParamModel.d.ts +0 -3
- package/dist/profiles/profileParamModel.d.ts.map +0 -1
- package/dist/profiles/profileParamModel.js.map +0 -1
- package/dist/profiles/profileSamplePayload.cjs.map +0 -1
- package/dist/profiles/profileSamplePayload.d.ts +0 -13
- package/dist/profiles/profileSamplePayload.d.ts.map +0 -1
- package/dist/profiles/profileSamplePayload.js.map +0 -1
- package/dist/profiles/profileWizard.cjs +0 -257
- package/dist/profiles/profileWizard.cjs.map +0 -1
- package/dist/profiles/profileWizard.d.ts +0 -12
- package/dist/profiles/profileWizard.d.ts.map +0 -1
- package/dist/profiles/profileWizard.js +0 -257
- package/dist/profiles/profileWizard.js.map +0 -1
- package/dist/profiles/profileWizardHelp.cjs.map +0 -1
- package/dist/profiles/profileWizardHelp.d.ts.map +0 -1
- package/dist/profiles/profileWizardHelp.js.map +0 -1
- package/dist/profiles/profileWizardModel.cjs +0 -198
- package/dist/profiles/profileWizardModel.cjs.map +0 -1
- package/dist/profiles/profileWizardModel.d.ts +0 -255
- package/dist/profiles/profileWizardModel.d.ts.map +0 -1
- package/dist/profiles/profileWizardModel.js +0 -198
- package/dist/profiles/profileWizardModel.js.map +0 -1
- package/dist/profiles/profileWizardQueryStep.cjs +0 -215
- package/dist/profiles/profileWizardQueryStep.cjs.map +0 -1
- package/dist/profiles/profileWizardQueryStep.d.ts.map +0 -1
- package/dist/profiles/profileWizardQueryStep.js +0 -215
- package/dist/profiles/profileWizardQueryStep.js.map +0 -1
- package/dist/profiles/profileWizardSteps.cjs +0 -214
- package/dist/profiles/profileWizardSteps.cjs.map +0 -1
- package/dist/profiles/profileWizardSteps.d.ts.map +0 -1
- package/dist/profiles/profileWizardSteps.js +0 -214
- package/dist/profiles/profileWizardSteps.js.map +0 -1
- package/dist/profiles/profileYaml.cjs +0 -19
- package/dist/profiles/profileYaml.cjs.map +0 -1
- package/dist/profiles/profileYaml.d.ts +0 -4
- package/dist/profiles/profileYaml.d.ts.map +0 -1
- package/dist/profiles/profileYaml.js +0 -19
- package/dist/profiles/profileYaml.js.map +0 -1
- package/dist/profiles/prometheusResults.cjs +0 -60
- package/dist/profiles/prometheusResults.cjs.map +0 -1
- package/dist/profiles/prometheusResults.d.ts +0 -7
- package/dist/profiles/prometheusResults.d.ts.map +0 -1
- package/dist/profiles/prometheusResults.js +0 -60
- package/dist/profiles/prometheusResults.js.map +0 -1
- package/dist/profiles/queryRowLimits.cjs +0 -82
- package/dist/profiles/queryRowLimits.cjs.map +0 -1
- package/dist/profiles/queryRowLimits.d.ts +0 -9
- package/dist/profiles/queryRowLimits.d.ts.map +0 -1
- package/dist/profiles/queryRowLimits.js +0 -82
- package/dist/profiles/queryRowLimits.js.map +0 -1
- package/dist/profiles/queryRowLimitsModel.cjs.map +0 -1
- package/dist/profiles/queryRowLimitsModel.d.ts +0 -9
- package/dist/profiles/queryRowLimitsModel.d.ts.map +0 -1
- package/dist/profiles/queryRowLimitsModel.js.map +0 -1
- package/dist/profiles/queryTargetPicker.cjs +0 -42
- package/dist/profiles/queryTargetPicker.cjs.map +0 -1
- package/dist/profiles/queryTargetPicker.d.ts +0 -8
- package/dist/profiles/queryTargetPicker.d.ts.map +0 -1
- package/dist/profiles/queryTargetPicker.js +0 -42
- package/dist/profiles/queryTargetPicker.js.map +0 -1
- package/dist/profiles/testSchema.d.ts +0 -3
- package/dist/profiles/testSchema.d.ts.map +0 -1
- /package/dist/profiles/{catalogTree.d.ts → connections/catalogTree.d.ts} +0 -0
- /package/dist/profiles/{profileBuilder.d.ts → editor/profileBuilder.d.ts} +0 -0
- /package/dist/profiles/{profileBuilderExtension.cjs → editor/profileBuilderExtension.cjs} +0 -0
- /package/dist/profiles/{profileBuilderExtension.js → editor/profileBuilderExtension.js} +0 -0
- /package/dist/profiles/{profileEditorPreview.cjs → editor/profileEditorPreview.cjs} +0 -0
- /package/dist/profiles/{profileEditorPreview.js → editor/profileEditorPreview.js} +0 -0
- /package/dist/profiles/{profileEditorRail.cjs → editor/profileEditorRail.cjs} +0 -0
- /package/dist/profiles/{profileEditorRail.d.ts → editor/profileEditorRail.d.ts} +0 -0
- /package/dist/profiles/{profileEditorRail.js → editor/profileEditorRail.js} +0 -0
- /package/dist/profiles/{profileEditorRoutes.cjs → editor/profileEditorRoutes.cjs} +0 -0
- /package/dist/profiles/{profileEditorRoutes.d.ts → editor/profileEditorRoutes.d.ts} +0 -0
- /package/dist/profiles/{profileEditorRoutes.js → editor/profileEditorRoutes.js} +0 -0
- /package/dist/profiles/{esParamMappingPill.cjs → elasticsearch/esParamMappingPill.cjs} +0 -0
- /package/dist/profiles/{esParamMappingPill.d.ts → elasticsearch/esParamMappingPill.d.ts} +0 -0
- /package/dist/profiles/{esParamMappingPill.js → elasticsearch/esParamMappingPill.js} +0 -0
- /package/dist/profiles/{esQueryBuilderExtension.cjs → elasticsearch/esQueryBuilderExtension.cjs} +0 -0
- /package/dist/profiles/{esQueryBuilderExtension.js → elasticsearch/esQueryBuilderExtension.js} +0 -0
- /package/dist/profiles/{esQueryBuilderModel.cjs → elasticsearch/esQueryBuilderModel.cjs} +0 -0
- /package/dist/profiles/{esQueryBuilderModel.js → elasticsearch/esQueryBuilderModel.js} +0 -0
- /package/dist/profiles/{esQueryClauseGroup.d.ts → elasticsearch/esQueryClauseGroup.d.ts} +0 -0
- /package/dist/profiles/{esQueryGroupModel.cjs → elasticsearch/esQueryGroupModel.cjs} +0 -0
- /package/dist/profiles/{esQueryGroupModel.d.ts → elasticsearch/esQueryGroupModel.d.ts} +0 -0
- /package/dist/profiles/{esQueryGroupModel.js → elasticsearch/esQueryGroupModel.js} +0 -0
- /package/dist/profiles/{esQueryOccur.cjs → elasticsearch/esQueryOccur.cjs} +0 -0
- /package/dist/profiles/{esQueryOccur.d.ts → elasticsearch/esQueryOccur.d.ts} +0 -0
- /package/dist/profiles/{esQueryOccur.js → elasticsearch/esQueryOccur.js} +0 -0
- /package/dist/profiles/{esQueryOperandModel.cjs → elasticsearch/esQueryOperandModel.cjs} +0 -0
- /package/dist/profiles/{esQueryOperandModel.js → elasticsearch/esQueryOperandModel.js} +0 -0
- /package/dist/profiles/{esQueryOutputModel.cjs → elasticsearch/esQueryOutputModel.cjs} +0 -0
- /package/dist/profiles/{esQueryOutputModel.d.ts → elasticsearch/esQueryOutputModel.d.ts} +0 -0
- /package/dist/profiles/{esQueryOutputModel.js → elasticsearch/esQueryOutputModel.js} +0 -0
- /package/dist/profiles/{esQueryPreview.cjs → elasticsearch/esQueryPreview.cjs} +0 -0
- /package/dist/profiles/{esQueryPreview.d.ts → elasticsearch/esQueryPreview.d.ts} +0 -0
- /package/dist/profiles/{esQueryPreview.js → elasticsearch/esQueryPreview.js} +0 -0
- /package/dist/profiles/{esQuerySortEditor.d.ts → elasticsearch/esQuerySortEditor.d.ts} +0 -0
- /package/dist/profiles/{esQuerySortModel.cjs → elasticsearch/esQuerySortModel.cjs} +0 -0
- /package/dist/profiles/{esQuerySortModel.d.ts → elasticsearch/esQuerySortModel.d.ts} +0 -0
- /package/dist/profiles/{esQuerySortModel.js → elasticsearch/esQuerySortModel.js} +0 -0
- /package/dist/profiles/{esValueCombobox.d.ts → elasticsearch/esValueCombobox.d.ts} +0 -0
- /package/dist/profiles/{profileColumnModel.cjs → fields/profileColumnModel.cjs} +0 -0
- /package/dist/profiles/{profileColumnModel.js → fields/profileColumnModel.js} +0 -0
- /package/dist/profiles/{profileFieldManager.d.ts → fields/profileFieldManager.d.ts} +0 -0
- /package/dist/profiles/{profileFieldTypes.cjs → fields/profileFieldTypes.cjs} +0 -0
- /package/dist/profiles/{profileFieldTypes.js → fields/profileFieldTypes.js} +0 -0
- /package/dist/profiles/{profileParamModel.cjs → fields/profileParamModel.cjs} +0 -0
- /package/dist/profiles/{profileParamModel.js → fields/profileParamModel.js} +0 -0
- /package/dist/profiles/{jsonPathSampleRow.cjs → query/jsonPathSampleRow.cjs} +0 -0
- /package/dist/profiles/{jsonPathSampleRow.d.ts → query/jsonPathSampleRow.d.ts} +0 -0
- /package/dist/profiles/{jsonPathSampleRow.js → query/jsonPathSampleRow.js} +0 -0
- /package/dist/profiles/{profileSamplePayload.cjs → query/profileSamplePayload.cjs} +0 -0
- /package/dist/profiles/{profileSamplePayload.js → query/profileSamplePayload.js} +0 -0
- /package/dist/profiles/{queryRowLimitsModel.cjs → query/queryRowLimitsModel.cjs} +0 -0
- /package/dist/profiles/{queryRowLimitsModel.js → query/queryRowLimitsModel.js} +0 -0
- /package/dist/profiles/{profileWizardHelp.cjs → wizard/profileWizardHelp.cjs} +0 -0
- /package/dist/profiles/{profileWizardHelp.d.ts → wizard/profileWizardHelp.d.ts} +0 -0
- /package/dist/profiles/{profileWizardHelp.js → wizard/profileWizardHelp.js} +0 -0
- /package/dist/profiles/{profileWizardQueryStep.d.ts → wizard/profileWizardQueryStep.d.ts} +0 -0
- /package/dist/profiles/{profileWizardSteps.d.ts → wizard/profileWizardSteps.d.ts} +0 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { Combobox } from "../../components/Combobox.js";
|
|
3
|
+
import { savedConnectionID, browserBaseUrl, useInspection } from "../connections/connectionBrowserModel.js";
|
|
4
|
+
import { emptyGroup, removeAt, insertAt, conditionAt, updateAt } from "./esQueryBuilderModel.js";
|
|
5
|
+
import { makeFieldValueLookup, valueLookupField } from "./esFieldValues.js";
|
|
6
|
+
import { EsQueryClauseGroup } from "./esQueryClauseGroup.js";
|
|
7
|
+
import { esBuilderVocabulary } from "./esQueryOperators.js";
|
|
8
|
+
import { EsQueryOutputEditor } from "./esQueryOutputEditor.js";
|
|
9
|
+
import { EsQueryPreview } from "./esQueryPreview.js";
|
|
10
|
+
import { EsQuerySortEditor } from "./esQuerySortEditor.js";
|
|
11
|
+
import { removeParamMapping, bindParamOperand, reconcileSearchParamMappings } from "./esParamMappingModel.js";
|
|
12
|
+
import { timeFieldFormatRequired, timeFieldMappings, selectTimeField, paramRoles, defaultParamValues, esQueryFields } from "./esQueryBuilderForm.js";
|
|
13
|
+
import { useCompiledSearch } from "./esQueryCompile.js";
|
|
14
|
+
function EsQueryBuilder({
|
|
15
|
+
search,
|
|
16
|
+
onChange,
|
|
17
|
+
fields,
|
|
18
|
+
vocabulary,
|
|
19
|
+
params = [],
|
|
20
|
+
onMappingChange,
|
|
21
|
+
values,
|
|
22
|
+
compilation,
|
|
23
|
+
className
|
|
24
|
+
}) {
|
|
25
|
+
const root = search.query ?? emptyGroup();
|
|
26
|
+
const requiresTimeFieldFormat = timeFieldFormatRequired(
|
|
27
|
+
fields,
|
|
28
|
+
search.timeField
|
|
29
|
+
);
|
|
30
|
+
const mappingFieldsChanged = (edit) => edit.params.some((param, index) => {
|
|
31
|
+
var _a;
|
|
32
|
+
return param.field !== ((_a = params[index]) == null ? void 0 : _a.field);
|
|
33
|
+
});
|
|
34
|
+
const commitMappingEdit = (edit) => {
|
|
35
|
+
if (onMappingChange) {
|
|
36
|
+
onMappingChange(edit);
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
if (mappingFieldsChanged(edit)) {
|
|
40
|
+
throw new Error(
|
|
41
|
+
"list parameter mappings require an atomic mapping change handler"
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
onChange(edit.search);
|
|
45
|
+
};
|
|
46
|
+
const commitSearchEdit = (nextSearch) => {
|
|
47
|
+
const edit = reconcileSearchParamMappings({
|
|
48
|
+
previousSearch: search,
|
|
49
|
+
nextSearch,
|
|
50
|
+
params
|
|
51
|
+
});
|
|
52
|
+
if (mappingFieldsChanged(edit)) {
|
|
53
|
+
commitMappingEdit(edit);
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
onChange(nextSearch);
|
|
57
|
+
};
|
|
58
|
+
const context = {
|
|
59
|
+
fields,
|
|
60
|
+
vocabulary,
|
|
61
|
+
params,
|
|
62
|
+
// The builder owns the tree, so it — not the host — decides what a lookup is
|
|
63
|
+
// scoped by: the query without the row being edited. Leaving that row in
|
|
64
|
+
// would filter the suggestions by the half-typed value they are meant to
|
|
65
|
+
// complete.
|
|
66
|
+
...values ? {
|
|
67
|
+
values: ({ path, field }) => {
|
|
68
|
+
const target = valueLookupField(fields, field);
|
|
69
|
+
if (!target) return void 0;
|
|
70
|
+
return values({ field: target, search: { ...search, query: removeAt(root, path) } });
|
|
71
|
+
}
|
|
72
|
+
} : {}
|
|
73
|
+
};
|
|
74
|
+
const actions = {
|
|
75
|
+
update: (path, update) => commitSearchEdit({ ...search, query: updateAt(root, path, update) }),
|
|
76
|
+
insert: (groupPath, condition) => {
|
|
77
|
+
var _a, _b;
|
|
78
|
+
return commitSearchEdit({
|
|
79
|
+
...search,
|
|
80
|
+
query: insertAt(
|
|
81
|
+
root,
|
|
82
|
+
groupPath,
|
|
83
|
+
((_b = (_a = conditionAt(root, groupPath)) == null ? void 0 : _a.conditions) == null ? void 0 : _b.length) ?? 0,
|
|
84
|
+
condition
|
|
85
|
+
)
|
|
86
|
+
});
|
|
87
|
+
},
|
|
88
|
+
remove: (path) => commitSearchEdit({ ...search, query: removeAt(root, path) }),
|
|
89
|
+
mapParam: (path, operand, name) => {
|
|
90
|
+
const edit = bindParamOperand({ search, params, path, operand, name });
|
|
91
|
+
commitMappingEdit(edit);
|
|
92
|
+
},
|
|
93
|
+
unmapParam: (path, name) => {
|
|
94
|
+
const edit = removeParamMapping({ search, params, name, path });
|
|
95
|
+
commitMappingEdit(edit);
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
return /* @__PURE__ */ jsxs("div", { className: className ?? "flex min-w-0 flex-col gap-3", children: [
|
|
99
|
+
/* @__PURE__ */ jsx(
|
|
100
|
+
EsQueryClauseGroup,
|
|
101
|
+
{
|
|
102
|
+
condition: root,
|
|
103
|
+
path: [],
|
|
104
|
+
context,
|
|
105
|
+
actions,
|
|
106
|
+
root: true
|
|
107
|
+
}
|
|
108
|
+
),
|
|
109
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
|
|
110
|
+
/* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground", children: "Time field" }),
|
|
111
|
+
/* @__PURE__ */ jsx(
|
|
112
|
+
Combobox,
|
|
113
|
+
{
|
|
114
|
+
ariaLabel: "Time field",
|
|
115
|
+
className: "min-w-48",
|
|
116
|
+
value: search.timeField ?? "",
|
|
117
|
+
onChange: (next) => onChange(selectTimeField(search, fields, next)),
|
|
118
|
+
options: timeFieldMappings(fields).map((field) => ({
|
|
119
|
+
value: field.name,
|
|
120
|
+
label: field.name
|
|
121
|
+
})),
|
|
122
|
+
placeholder: "Timestamp field…",
|
|
123
|
+
allowCustomValue: true
|
|
124
|
+
}
|
|
125
|
+
),
|
|
126
|
+
requiresTimeFieldFormat ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
127
|
+
/* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground", children: "Epoch unit" }),
|
|
128
|
+
/* @__PURE__ */ jsx(
|
|
129
|
+
Combobox,
|
|
130
|
+
{
|
|
131
|
+
ariaLabel: "Time field format",
|
|
132
|
+
ariaRequired: true,
|
|
133
|
+
required: true,
|
|
134
|
+
invalid: !search.timeFieldFormat,
|
|
135
|
+
className: "min-w-40",
|
|
136
|
+
value: search.timeFieldFormat ?? "",
|
|
137
|
+
onChange: (next) => onChange({
|
|
138
|
+
...search,
|
|
139
|
+
timeFieldFormat: next || void 0
|
|
140
|
+
}),
|
|
141
|
+
options: (vocabulary.timeFieldFormats ?? []).map((format) => ({
|
|
142
|
+
value: format,
|
|
143
|
+
label: timeFieldFormatLabel(format)
|
|
144
|
+
})),
|
|
145
|
+
placeholder: "Select epoch unit…",
|
|
146
|
+
allowCustomValue: false
|
|
147
|
+
}
|
|
148
|
+
)
|
|
149
|
+
] }) : null,
|
|
150
|
+
/* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground", children: "Where time-from and time-to parameters apply" })
|
|
151
|
+
] }),
|
|
152
|
+
/* @__PURE__ */ jsx(
|
|
153
|
+
EsQuerySortEditor,
|
|
154
|
+
{
|
|
155
|
+
sort: search.sort ?? [],
|
|
156
|
+
fields,
|
|
157
|
+
orders: vocabulary.sortOrders,
|
|
158
|
+
onChange: (sort) => onChange({ ...search, sort: sort.length ? sort : void 0 })
|
|
159
|
+
}
|
|
160
|
+
),
|
|
161
|
+
/* @__PURE__ */ jsx(
|
|
162
|
+
EsQueryOutputEditor,
|
|
163
|
+
{
|
|
164
|
+
search,
|
|
165
|
+
onChange: (patch) => onChange({ ...search, ...patch })
|
|
166
|
+
}
|
|
167
|
+
),
|
|
168
|
+
compilation ? /* @__PURE__ */ jsx(EsQueryPreview, { compilation }) : null
|
|
169
|
+
] });
|
|
170
|
+
}
|
|
171
|
+
function EsQueryBuilderField({
|
|
172
|
+
search,
|
|
173
|
+
onChange,
|
|
174
|
+
schema,
|
|
175
|
+
rootValue,
|
|
176
|
+
onRootChange
|
|
177
|
+
}) {
|
|
178
|
+
var _a, _b, _c;
|
|
179
|
+
const connectionID = savedConnectionID((_a = rootValue.provider) == null ? void 0 : _a.connection);
|
|
180
|
+
const baseUrl = connectionID ? browserBaseUrl(connectionID) : "";
|
|
181
|
+
const target = String(((_c = (_b = rootValue.provider) == null ? void 0 : _b.options) == null ? void 0 : _c.index) ?? "");
|
|
182
|
+
const inspection = useInspection({
|
|
183
|
+
cacheKey: "es-query-builder",
|
|
184
|
+
id: connectionID ?? "",
|
|
185
|
+
baseUrl,
|
|
186
|
+
enabled: baseUrl !== "",
|
|
187
|
+
database: "",
|
|
188
|
+
target
|
|
189
|
+
});
|
|
190
|
+
const roles = paramRoles(rootValue.params);
|
|
191
|
+
const params = defaultParamValues(rootValue.params);
|
|
192
|
+
const compilation = useCompiledSearch({
|
|
193
|
+
baseUrl,
|
|
194
|
+
index: target,
|
|
195
|
+
search,
|
|
196
|
+
params,
|
|
197
|
+
roles,
|
|
198
|
+
enabled: baseUrl !== ""
|
|
199
|
+
});
|
|
200
|
+
const values = makeFieldValueLookup({ baseUrl, index: target, params, roles });
|
|
201
|
+
return /* @__PURE__ */ jsx(
|
|
202
|
+
EsQueryBuilder,
|
|
203
|
+
{
|
|
204
|
+
search,
|
|
205
|
+
onChange: (next) => onChange(next),
|
|
206
|
+
fields: esQueryFields(inspection.completion),
|
|
207
|
+
vocabulary: esBuilderVocabulary({ properties: { search: schema } }),
|
|
208
|
+
params: rootValue.params ?? [],
|
|
209
|
+
onMappingChange: (edit) => {
|
|
210
|
+
var _a2;
|
|
211
|
+
if (!onRootChange) {
|
|
212
|
+
throw new Error(
|
|
213
|
+
"query parameter mappings require an atomic root form update"
|
|
214
|
+
);
|
|
215
|
+
}
|
|
216
|
+
onRootChange({
|
|
217
|
+
...rootValue,
|
|
218
|
+
params: edit.params,
|
|
219
|
+
provider: {
|
|
220
|
+
...rootValue.provider,
|
|
221
|
+
options: {
|
|
222
|
+
...(_a2 = rootValue.provider) == null ? void 0 : _a2.options,
|
|
223
|
+
search: edit.search
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
});
|
|
227
|
+
},
|
|
228
|
+
...values ? { values } : {},
|
|
229
|
+
compilation
|
|
230
|
+
}
|
|
231
|
+
);
|
|
232
|
+
}
|
|
233
|
+
function timeFieldFormatLabel(format) {
|
|
234
|
+
switch (format) {
|
|
235
|
+
case "epoch_second":
|
|
236
|
+
return "Seconds";
|
|
237
|
+
case "epoch_millis":
|
|
238
|
+
return "Milliseconds";
|
|
239
|
+
case "epoch_micros":
|
|
240
|
+
return "Microseconds";
|
|
241
|
+
case "epoch_nanos":
|
|
242
|
+
return "Nanoseconds";
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
export {
|
|
246
|
+
EsQueryBuilder,
|
|
247
|
+
EsQueryBuilderField
|
|
248
|
+
};
|
|
249
|
+
//# sourceMappingURL=esQueryBuilder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilder.js","sources":["../../../src/profiles/elasticsearch/esQueryBuilder.tsx"],"sourcesContent":["/**\n * The query builder panel and the form extension that mounts it. The panel is\n * pure: it takes a specification and the vocabulary the schema described, and\n * reports edits. Everything that needs a connection — field mappings and the\n * compiled preview — is wired by the host that has one.\n */\n\nimport { Combobox } from \"../../components/Combobox\";\nimport type { JsonSchemaProperty } from \"../../components/json-schema-form-types\";\nimport {\n browserBaseUrl,\n savedConnectionID,\n useInspection\n} from \"../connections/connectionBrowserModel\";\nimport {\n conditionAt,\n emptyGroup,\n insertAt,\n removeAt,\n updateAt,\n type EsSearch,\n type EsTimeFieldFormat,\n} from \"./esQueryBuilderModel\";\nimport {\n makeFieldValueLookup,\n valueLookupField,\n type FieldValuesSource\n} from \"./esFieldValues\";\nimport { EsQueryClauseGroup } from \"./esQueryClauseGroup\";\nimport type {\n EsQueryContext,\n EsQueryTreeActions\n} from \"./esQueryConditionRow\";\nimport {\n esBuilderVocabulary,\n type EsBuilderVocabulary,\n type EsFieldMapping\n} from \"./esQueryOperators\";\nimport { EsQueryOutputEditor } from \"./esQueryOutputEditor\";\nimport {\n EsQueryPreview\n } from \"./esQueryPreview\";\nimport { EsQuerySortEditor } from \"./esQuerySortEditor\";\nimport type { ProfileDraft } from \"../editor/profileBuilderWorkspace\";\nimport type { ParamDraft } from \"../wizard/profileWizardModel\";\nimport {\n bindParamOperand,\n reconcileSearchParamMappings,\n removeParamMapping,\n type ParamMappingEdit\n} from \"./esParamMappingModel\";\nimport {\n defaultParamValues,\n esQueryFields,\n paramRoles,\n selectTimeField,\n timeFieldFormatRequired,\n timeFieldMappings,\n} from \"./esQueryBuilderForm\";\nimport { useCompiledSearch, type EsCompilation } from \"./esQueryCompile\";\n\nexport type EsQueryBuilderProps = {\n search: EsSearch;\n onChange: (search: EsSearch) => void;\n fields: EsFieldMapping[];\n vocabulary: EsBuilderVocabulary;\n /** Declared profile parameters an operand can bind to. */\n params?: ParamDraft[];\n onMappingChange?: (edit: ParamMappingEdit) => void;\n /** Where a field's own values come from; absent without a connection. */\n values?: FieldValuesSource;\n compilation?: EsCompilation;\n className?: string;\n};\n\nexport function EsQueryBuilder({\n search,\n onChange,\n fields,\n vocabulary,\n params = [],\n onMappingChange,\n values,\n compilation,\n className\n}: EsQueryBuilderProps) {\n const root = search.query ?? emptyGroup();\n const requiresTimeFieldFormat = timeFieldFormatRequired(\n fields,\n search.timeField,\n );\n const mappingFieldsChanged = (edit: ParamMappingEdit) =>\n edit.params.some((param, index) => param.field !== params[index]?.field);\n const commitMappingEdit = (edit: ParamMappingEdit) => {\n if (onMappingChange) {\n onMappingChange(edit);\n return;\n }\n if (mappingFieldsChanged(edit)) {\n throw new Error(\n \"list parameter mappings require an atomic mapping change handler\",\n );\n }\n onChange(edit.search);\n };\n const commitSearchEdit = (nextSearch: EsSearch) => {\n const edit = reconcileSearchParamMappings({\n previousSearch: search,\n nextSearch,\n params\n });\n if (mappingFieldsChanged(edit)) {\n commitMappingEdit(edit);\n return;\n }\n onChange(nextSearch);\n };\n const context: EsQueryContext = {\n fields,\n vocabulary,\n params,\n // The builder owns the tree, so it — not the host — decides what a lookup is\n // scoped by: the query without the row being edited. Leaving that row in\n // would filter the suggestions by the half-typed value they are meant to\n // complete.\n ...(values\n ? {\n values: ({ path, field }) => {\n const target = valueLookupField(fields, field);\n if (!target) return undefined;\n return values({ field: target, search: { ...search, query: removeAt(root, path) } });\n }\n }\n : {})\n };\n const actions: EsQueryTreeActions = {\n update: (path, update) =>\n commitSearchEdit({ ...search, query: updateAt(root, path, update) }),\n insert: (groupPath, condition) =>\n commitSearchEdit({\n ...search,\n query: insertAt(\n root,\n groupPath,\n conditionAt(root, groupPath)?.conditions?.length ?? 0,\n condition,\n )\n }),\n remove: (path) =>\n commitSearchEdit({ ...search, query: removeAt(root, path) }),\n mapParam: (path, operand, name) => {\n const edit = bindParamOperand({ search, params, path, operand, name });\n commitMappingEdit(edit);\n },\n unmapParam: (path, name) => {\n const edit = removeParamMapping({ search, params, name, path });\n commitMappingEdit(edit);\n }\n };\n\n return (\n <div className={className ?? \"flex min-w-0 flex-col gap-3\"}>\n <EsQueryClauseGroup\n condition={root}\n path={[]}\n context={context}\n actions={actions}\n root\n />\n <div className=\"flex flex-wrap items-center gap-2\">\n <span className=\"text-xs text-muted-foreground\">Time field</span>\n <Combobox\n ariaLabel=\"Time field\"\n className=\"min-w-48\"\n value={search.timeField ?? \"\"}\n onChange={(next) => onChange(selectTimeField(search, fields, next))}\n options={timeFieldMappings(fields).map((field) => ({\n value: field.name,\n label: field.name,\n }))}\n placeholder=\"Timestamp field…\"\n allowCustomValue\n />\n {requiresTimeFieldFormat ? (\n <>\n <span className=\"text-xs text-muted-foreground\">Epoch unit</span>\n <Combobox\n ariaLabel=\"Time field format\"\n ariaRequired\n required\n invalid={!search.timeFieldFormat}\n className=\"min-w-40\"\n value={search.timeFieldFormat ?? \"\"}\n onChange={(next) =>\n onChange({\n ...search,\n timeFieldFormat: (next || undefined) as\n | EsTimeFieldFormat\n | undefined,\n })\n }\n options={(vocabulary.timeFieldFormats ?? []).map((format) => ({\n value: format,\n label: timeFieldFormatLabel(format),\n }))}\n placeholder=\"Select epoch unit…\"\n allowCustomValue={false}\n />\n </>\n ) : null}\n <span className=\"text-xs text-muted-foreground\">\n Where time-from and time-to parameters apply\n </span>\n </div>\n <EsQuerySortEditor\n sort={search.sort ?? []}\n fields={fields}\n orders={vocabulary.sortOrders}\n onChange={(sort) => onChange({ ...search, sort: sort.length ? sort : undefined })}\n />\n <EsQueryOutputEditor\n search={search}\n onChange={(patch) => onChange({ ...search, ...patch })}\n />\n {compilation ? <EsQueryPreview compilation={compilation} /> : null}\n </div>\n );\n}\n\n/**\n * The builder as the profile form mounts it. The form knows the connection and\n * the index, so the field mappings and the compiled preview come from the same\n * browser endpoints the connection browser uses.\n */\nexport function EsQueryBuilderField({\n search,\n onChange,\n schema,\n rootValue,\n onRootChange\n}: {\n search: EsSearch;\n onChange: (next: unknown) => void;\n schema: JsonSchemaProperty;\n rootValue: ProfileDraft;\n onRootChange?: ((next: Record<string, unknown>) => void) | undefined;\n}) {\n const connectionID = savedConnectionID(rootValue.provider?.connection);\n const baseUrl = connectionID ? browserBaseUrl(connectionID) : \"\";\n const target = String(rootValue.provider?.options?.index ?? \"\");\n const inspection = useInspection({\n cacheKey: \"es-query-builder\",\n id: connectionID ?? \"\",\n baseUrl,\n enabled: baseUrl !== \"\",\n database: \"\",\n target\n });\n const roles = paramRoles(rootValue.params);\n const params = defaultParamValues(rootValue.params);\n const compilation = useCompiledSearch({\n baseUrl,\n index: target,\n search,\n params,\n roles,\n enabled: baseUrl !== \"\"\n });\n const values = makeFieldValueLookup({ baseUrl, index: target, params, roles });\n\n return (\n <EsQueryBuilder\n search={search}\n onChange={(next) => onChange(next)}\n fields={esQueryFields(inspection.completion)}\n vocabulary={esBuilderVocabulary({ properties: { search: schema } })}\n params={rootValue.params ?? []}\n onMappingChange={(edit) => {\n if (!onRootChange) {\n throw new Error(\n \"query parameter mappings require an atomic root form update\",\n );\n }\n onRootChange({\n ...rootValue,\n params: edit.params,\n provider: {\n ...rootValue.provider,\n options: {\n ...rootValue.provider?.options,\n search: edit.search\n }\n }\n });\n }}\n {...(values ? { values } : {})}\n compilation={compilation}\n />\n );\n}\n\nfunction timeFieldFormatLabel(format: EsTimeFieldFormat): string {\n switch (format) {\n case \"epoch_second\":\n return \"Seconds\";\n case \"epoch_millis\":\n return \"Milliseconds\";\n case \"epoch_micros\":\n return \"Microseconds\";\n case \"epoch_nanos\":\n return \"Nanoseconds\";\n }\n}\n"],"names":["_a"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderExtension.cjs","sources":["../../../src/profiles/elasticsearch/esQueryBuilderExtension.tsx"],"sourcesContent":["/**\n * The JSON-schema form extension that swaps in the OpenSearch query builder.\n *\n * It lives apart from esQueryBuilder.tsx because it is not a component, and a\n * module that exports components must export nothing else for Fast Refresh to\n * work (react/only-export-components).\n */\n\nimport type { PostExtension } from \"../../components/json-schema-form-types\";\nimport { EsQueryBuilderField } from \"./esQueryBuilder\";\nimport type { EsSearch } from \"./esQueryBuilderModel\";\nimport type { ProfileDraft } from \"../editor/profileBuilderWorkspace\";\n\nconst esQueryBuilderPost: PostExtension = (field, nodes, ctx) => {\n if (field.schema[\"x-clicky-component\"] !== \"es-query-builder\") return nodes;\n return {\n label: nodes.label,\n value: (\n <EsQueryBuilderField\n search={(field.value ?? {}) as EsSearch}\n onChange={field.onChange}\n schema={field.schema}\n rootValue={(ctx?.rootValue ?? {}) as ProfileDraft}\n onRootChange={ctx?.onRootChange}\n />\n ),\n };\n};\n\nexport const esQueryBuilderFormExtensions = { post: [esQueryBuilderPost] };\n"],"names":["jsx","EsQueryBuilderField"],"mappings":";;;;AAaA,MAAM,qBAAoC,CAAC,OAAO,OAAO,QAAQ;AAC/D,MAAI,MAAM,OAAO,oBAAoB,MAAM,mBAAoB,QAAO;AACtE,SAAO;AAAA,IACL,OAAO,MAAM;AAAA,IACb,OACEA,2BAAAA;AAAAA,MAACC,eAAAA;AAAAA,MAAA;AAAA,QACC,QAAS,MAAM,SAAS,CAAA;AAAA,QACxB,UAAU,MAAM;AAAA,QAChB,QAAQ,MAAM;AAAA,QACd,YAAY,2BAAK,cAAa,CAAA;AAAA,QAC9B,cAAc,2BAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACrB;AAGN;AAEO,MAAM,+BAA+B,EAAE,MAAM,CAAC,kBAAkB,EAAA;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderExtension.d.ts","sourceRoot":"","sources":["../../../src/profiles/elasticsearch/esQueryBuilderExtension.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAqB7E,eAAO,MAAM,4BAA4B;;CAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderExtension.js","sources":["../../../src/profiles/elasticsearch/esQueryBuilderExtension.tsx"],"sourcesContent":["/**\n * The JSON-schema form extension that swaps in the OpenSearch query builder.\n *\n * It lives apart from esQueryBuilder.tsx because it is not a component, and a\n * module that exports components must export nothing else for Fast Refresh to\n * work (react/only-export-components).\n */\n\nimport type { PostExtension } from \"../../components/json-schema-form-types\";\nimport { EsQueryBuilderField } from \"./esQueryBuilder\";\nimport type { EsSearch } from \"./esQueryBuilderModel\";\nimport type { ProfileDraft } from \"../editor/profileBuilderWorkspace\";\n\nconst esQueryBuilderPost: PostExtension = (field, nodes, ctx) => {\n if (field.schema[\"x-clicky-component\"] !== \"es-query-builder\") return nodes;\n return {\n label: nodes.label,\n value: (\n <EsQueryBuilderField\n search={(field.value ?? {}) as EsSearch}\n onChange={field.onChange}\n schema={field.schema}\n rootValue={(ctx?.rootValue ?? {}) as ProfileDraft}\n onRootChange={ctx?.onRootChange}\n />\n ),\n };\n};\n\nexport const esQueryBuilderFormExtensions = { post: [esQueryBuilderPost] };\n"],"names":[],"mappings":";;AAaA,MAAM,qBAAoC,CAAC,OAAO,OAAO,QAAQ;AAC/D,MAAI,MAAM,OAAO,oBAAoB,MAAM,mBAAoB,QAAO;AACtE,SAAO;AAAA,IACL,OAAO,MAAM;AAAA,IACb,OACE;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,QAAS,MAAM,SAAS,CAAA;AAAA,QACxB,UAAU,MAAM;AAAA,QAChB,QAAQ,MAAM;AAAA,QACd,YAAY,2BAAK,cAAa,CAAA;AAAA,QAC9B,cAAc,2BAAK;AAAA,MAAA;AAAA,IAAA;AAAA,EACrB;AAGN;AAEO,MAAM,+BAA+B,EAAE,MAAM,CAAC,kBAAkB,EAAA;"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const esQueryOperators = require("./esQueryOperators.cjs");
|
|
4
|
+
const integralTimeFieldTypes = /* @__PURE__ */ new Set([
|
|
5
|
+
"byte",
|
|
6
|
+
"short",
|
|
7
|
+
"integer",
|
|
8
|
+
"long",
|
|
9
|
+
"unsigned_long"
|
|
10
|
+
]);
|
|
11
|
+
function paramNames(params) {
|
|
12
|
+
return (params ?? []).map((param) => param.name ?? "").filter((name) => name !== "");
|
|
13
|
+
}
|
|
14
|
+
function paramRoles(params) {
|
|
15
|
+
const roles = {};
|
|
16
|
+
for (const param of params ?? []) {
|
|
17
|
+
if (param.name && param.role) roles[param.name] = param.role;
|
|
18
|
+
}
|
|
19
|
+
return roles;
|
|
20
|
+
}
|
|
21
|
+
function defaultParamValues(params) {
|
|
22
|
+
return Object.fromEntries(
|
|
23
|
+
(params ?? []).filter((param) => param.name && param.default !== void 0).map((param) => [param.name, param.default])
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
function esQueryFields(completion) {
|
|
27
|
+
const typed = completion;
|
|
28
|
+
return (typed == null ? void 0 : typed.kind) === "json-fields" ? typed.fields ?? [] : [];
|
|
29
|
+
}
|
|
30
|
+
function timeFieldMappings(fields) {
|
|
31
|
+
return fields.filter((field) => {
|
|
32
|
+
var _a;
|
|
33
|
+
if (field.conflicting) return false;
|
|
34
|
+
const mapped = field.dataType ?? ((_a = field.types) == null ? void 0 : _a[0]) ?? "";
|
|
35
|
+
return esQueryOperators.fieldFamily(field) === "date" || integralTimeFieldTypes.has(mapped);
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
function timeFieldFormatRequired(fields, name) {
|
|
39
|
+
if (!name) return false;
|
|
40
|
+
const field = fields.find((entry) => entry.name === name);
|
|
41
|
+
return !field || field.conflicting === true || esQueryOperators.fieldFamily(field) !== "date";
|
|
42
|
+
}
|
|
43
|
+
function selectTimeField(search, fields, name) {
|
|
44
|
+
const {
|
|
45
|
+
timeField: _timeField,
|
|
46
|
+
timeFieldFormat: _timeFieldFormat,
|
|
47
|
+
...rest
|
|
48
|
+
} = search;
|
|
49
|
+
if (!name) return rest;
|
|
50
|
+
return timeFieldFormatRequired(fields, name) ? { ...search, timeField: name } : { ...rest, timeField: name };
|
|
51
|
+
}
|
|
52
|
+
exports.defaultParamValues = defaultParamValues;
|
|
53
|
+
exports.esQueryFields = esQueryFields;
|
|
54
|
+
exports.paramNames = paramNames;
|
|
55
|
+
exports.paramRoles = paramRoles;
|
|
56
|
+
exports.selectTimeField = selectTimeField;
|
|
57
|
+
exports.timeFieldFormatRequired = timeFieldFormatRequired;
|
|
58
|
+
exports.timeFieldMappings = timeFieldMappings;
|
|
59
|
+
//# sourceMappingURL=esQueryBuilderForm.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderForm.cjs","sources":["../../../src/profiles/elasticsearch/esQueryBuilderForm.ts"],"sourcesContent":["/**\n * The pure helpers behind the query builder: which parameters exist, what they\n * default to, and the field mappings a schema describes.\n *\n * Kept apart from esQueryBuilder.tsx so that module exports only components\n * (react/only-export-components).\n */\n\nimport type { EsFieldMapping } from \"./esQueryOperators\";\nimport { fieldFamily } from \"./esQueryOperators\";\nimport type { EsSearch } from \"./esQueryBuilderModel\";\nimport type { ParamDraft } from \"../wizard/profileWizardModel\";\n\nconst integralTimeFieldTypes = new Set([\n \"byte\",\n \"short\",\n \"integer\",\n \"long\",\n \"unsigned_long\",\n]);\n\n/** paramNames lists the parameters an operand may bind, in declared order. */\nexport function paramNames(params: ParamDraft[] | undefined): string[] {\n return (params ?? [])\n .map((param) => param.name ?? \"\")\n .filter((name) => name !== \"\");\n}\n\n/** paramRoles is the name-to-role table the compiler folds roles from. */\nexport function paramRoles(\n params: ParamDraft[] | undefined,\n): Record<string, string> {\n const roles: Record<string, string> = {};\n for (const param of params ?? []) {\n if (param.name && param.role) roles[param.name] = param.role;\n }\n return roles;\n}\n\n/**\n * defaultParamValues is what the declared parameters resolve to before anyone\n * filters. The compiler needs them to bind a {param:…} operand and to\n * interpolate a {{.params.…}} one, so the preview shows the DSL a run produces.\n */\nexport function defaultParamValues(\n params: ParamDraft[] | undefined,\n): Record<string, unknown> {\n return Object.fromEntries(\n (params ?? [])\n .filter((param) => param.name && param.default !== undefined)\n .map((param) => [param.name as string, param.default]),\n );\n}\n\n/**\n * esQueryFields reads the field mappings off a browser inspection. Only an\n * OpenSearch target carries them, so anything else builds against free text.\n */\nexport function esQueryFields(completion: unknown): EsFieldMapping[] {\n const typed = completion as { kind?: string; fields?: EsFieldMapping[] };\n return typed?.kind === \"json-fields\" ? (typed.fields ?? []) : [];\n}\n\n/** timeFieldMappings lists mappings that can store an instant unambiguously. */\nexport function timeFieldMappings(fields: EsFieldMapping[]): EsFieldMapping[] {\n return fields.filter((field) => {\n if (field.conflicting) return false;\n const mapped = field.dataType ?? field.types?.[0] ?? \"\";\n return fieldFamily(field) === \"date\" || integralTimeFieldTypes.has(mapped);\n });\n}\n\n/** Numeric and custom time fields need an explicit epoch unit. */\nexport function timeFieldFormatRequired(\n fields: EsFieldMapping[],\n name: string | undefined,\n): boolean {\n if (!name) return false;\n const field = fields.find((entry) => entry.name === name);\n return !field || field.conflicting === true || fieldFamily(field) !== \"date\";\n}\n\n/** selectTimeField removes a numeric format when the next mapping is native. */\nexport function selectTimeField(\n search: EsSearch,\n fields: EsFieldMapping[],\n name: string,\n): EsSearch {\n const {\n timeField: _timeField,\n timeFieldFormat: _timeFieldFormat,\n ...rest\n } = search;\n if (!name) return rest;\n return timeFieldFormatRequired(fields, name)\n ? { ...search, timeField: name }\n : { ...rest, timeField: name };\n}\n"],"names":["fieldFamily"],"mappings":";;;AAaA,MAAM,6CAA6B,IAAI;AAAA,EACrC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;AAGM,SAAS,WAAW,QAA4C;AACrE,UAAQ,UAAU,CAAA,GACf,IAAI,CAAC,UAAU,MAAM,QAAQ,EAAE,EAC/B,OAAO,CAAC,SAAS,SAAS,EAAE;AACjC;AAGO,SAAS,WACd,QACwB;AACxB,QAAM,QAAgC,CAAA;AACtC,aAAW,SAAS,UAAU,IAAI;AAChC,QAAI,MAAM,QAAQ,MAAM,YAAY,MAAM,IAAI,IAAI,MAAM;AAAA,EAC1D;AACA,SAAO;AACT;AAOO,SAAS,mBACd,QACyB;AACzB,SAAO,OAAO;AAAA,KACX,UAAU,CAAA,GACR,OAAO,CAAC,UAAU,MAAM,QAAQ,MAAM,YAAY,MAAS,EAC3D,IAAI,CAAC,UAAU,CAAC,MAAM,MAAgB,MAAM,OAAO,CAAC;AAAA,EAAA;AAE3D;AAMO,SAAS,cAAc,YAAuC;AACnE,QAAM,QAAQ;AACd,UAAO,+BAAO,UAAS,gBAAiB,MAAM,UAAU,CAAA,IAAM,CAAA;AAChE;AAGO,SAAS,kBAAkB,QAA4C;AAC5E,SAAO,OAAO,OAAO,CAAC,UAAU;;AAC9B,QAAI,MAAM,YAAa,QAAO;AAC9B,UAAM,SAAS,MAAM,cAAY,WAAM,UAAN,mBAAc,OAAM;AACrD,WAAOA,iBAAAA,YAAY,KAAK,MAAM,UAAU,uBAAuB,IAAI,MAAM;AAAA,EAC3E,CAAC;AACH;AAGO,SAAS,wBACd,QACA,MACS;AACT,MAAI,CAAC,KAAM,QAAO;AAClB,QAAM,QAAQ,OAAO,KAAK,CAAC,UAAU,MAAM,SAAS,IAAI;AACxD,SAAO,CAAC,SAAS,MAAM,gBAAgB,QAAQA,iBAAAA,YAAY,KAAK,MAAM;AACxE;AAGO,SAAS,gBACd,QACA,QACA,MACU;AACV,QAAM;AAAA,IACJ,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,GAAG;AAAA,EAAA,IACD;AACJ,MAAI,CAAC,KAAM,QAAO;AAClB,SAAO,wBAAwB,QAAQ,IAAI,IACvC,EAAE,GAAG,QAAQ,WAAW,KAAA,IACxB,EAAE,GAAG,MAAM,WAAW,KAAA;AAC5B;;;;;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EsFieldMapping } from './esQueryOperators';
|
|
2
|
+
import { EsSearch } from './esQueryBuilderModel';
|
|
3
|
+
import { ParamDraft } from '../wizard/profileWizardModel';
|
|
4
|
+
/** paramNames lists the parameters an operand may bind, in declared order. */
|
|
5
|
+
export declare function paramNames(params: ParamDraft[] | undefined): string[];
|
|
6
|
+
/** paramRoles is the name-to-role table the compiler folds roles from. */
|
|
7
|
+
export declare function paramRoles(params: ParamDraft[] | undefined): Record<string, string>;
|
|
8
|
+
/**
|
|
9
|
+
* defaultParamValues is what the declared parameters resolve to before anyone
|
|
10
|
+
* filters. The compiler needs them to bind a {param:…} operand and to
|
|
11
|
+
* interpolate a {{.params.…}} one, so the preview shows the DSL a run produces.
|
|
12
|
+
*/
|
|
13
|
+
export declare function defaultParamValues(params: ParamDraft[] | undefined): Record<string, unknown>;
|
|
14
|
+
/**
|
|
15
|
+
* esQueryFields reads the field mappings off a browser inspection. Only an
|
|
16
|
+
* OpenSearch target carries them, so anything else builds against free text.
|
|
17
|
+
*/
|
|
18
|
+
export declare function esQueryFields(completion: unknown): EsFieldMapping[];
|
|
19
|
+
/** timeFieldMappings lists mappings that can store an instant unambiguously. */
|
|
20
|
+
export declare function timeFieldMappings(fields: EsFieldMapping[]): EsFieldMapping[];
|
|
21
|
+
/** Numeric and custom time fields need an explicit epoch unit. */
|
|
22
|
+
export declare function timeFieldFormatRequired(fields: EsFieldMapping[], name: string | undefined): boolean;
|
|
23
|
+
/** selectTimeField removes a numeric format when the next mapping is native. */
|
|
24
|
+
export declare function selectTimeField(search: EsSearch, fields: EsFieldMapping[], name: string): EsSearch;
|
|
25
|
+
//# sourceMappingURL=esQueryBuilderForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderForm.d.ts","sourceRoot":"","sources":["../../../src/profiles/elasticsearch/esQueryBuilderForm.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAU/D,8EAA8E;AAC9E,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,GAAG,SAAS,GAAG,MAAM,EAAE,CAIrE;AAED,0EAA0E;AAC1E,wBAAgB,UAAU,CACxB,MAAM,EAAE,UAAU,EAAE,GAAG,SAAS,GAC/B,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAMxB;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,UAAU,EAAE,GAAG,SAAS,GAC/B,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAMzB;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,UAAU,EAAE,OAAO,GAAG,cAAc,EAAE,CAGnE;AAED,gFAAgF;AAChF,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,cAAc,EAAE,GAAG,cAAc,EAAE,CAM5E;AAED,kEAAkE;AAClE,wBAAgB,uBAAuB,CACrC,MAAM,EAAE,cAAc,EAAE,EACxB,IAAI,EAAE,MAAM,GAAG,SAAS,GACvB,OAAO,CAIT;AAED,gFAAgF;AAChF,wBAAgB,eAAe,CAC7B,MAAM,EAAE,QAAQ,EAChB,MAAM,EAAE,cAAc,EAAE,EACxB,IAAI,EAAE,MAAM,GACX,QAAQ,CAUV"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { fieldFamily } from "./esQueryOperators.js";
|
|
2
|
+
const integralTimeFieldTypes = /* @__PURE__ */ new Set([
|
|
3
|
+
"byte",
|
|
4
|
+
"short",
|
|
5
|
+
"integer",
|
|
6
|
+
"long",
|
|
7
|
+
"unsigned_long"
|
|
8
|
+
]);
|
|
9
|
+
function paramNames(params) {
|
|
10
|
+
return (params ?? []).map((param) => param.name ?? "").filter((name) => name !== "");
|
|
11
|
+
}
|
|
12
|
+
function paramRoles(params) {
|
|
13
|
+
const roles = {};
|
|
14
|
+
for (const param of params ?? []) {
|
|
15
|
+
if (param.name && param.role) roles[param.name] = param.role;
|
|
16
|
+
}
|
|
17
|
+
return roles;
|
|
18
|
+
}
|
|
19
|
+
function defaultParamValues(params) {
|
|
20
|
+
return Object.fromEntries(
|
|
21
|
+
(params ?? []).filter((param) => param.name && param.default !== void 0).map((param) => [param.name, param.default])
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
function esQueryFields(completion) {
|
|
25
|
+
const typed = completion;
|
|
26
|
+
return (typed == null ? void 0 : typed.kind) === "json-fields" ? typed.fields ?? [] : [];
|
|
27
|
+
}
|
|
28
|
+
function timeFieldMappings(fields) {
|
|
29
|
+
return fields.filter((field) => {
|
|
30
|
+
var _a;
|
|
31
|
+
if (field.conflicting) return false;
|
|
32
|
+
const mapped = field.dataType ?? ((_a = field.types) == null ? void 0 : _a[0]) ?? "";
|
|
33
|
+
return fieldFamily(field) === "date" || integralTimeFieldTypes.has(mapped);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
function timeFieldFormatRequired(fields, name) {
|
|
37
|
+
if (!name) return false;
|
|
38
|
+
const field = fields.find((entry) => entry.name === name);
|
|
39
|
+
return !field || field.conflicting === true || fieldFamily(field) !== "date";
|
|
40
|
+
}
|
|
41
|
+
function selectTimeField(search, fields, name) {
|
|
42
|
+
const {
|
|
43
|
+
timeField: _timeField,
|
|
44
|
+
timeFieldFormat: _timeFieldFormat,
|
|
45
|
+
...rest
|
|
46
|
+
} = search;
|
|
47
|
+
if (!name) return rest;
|
|
48
|
+
return timeFieldFormatRequired(fields, name) ? { ...search, timeField: name } : { ...rest, timeField: name };
|
|
49
|
+
}
|
|
50
|
+
export {
|
|
51
|
+
defaultParamValues,
|
|
52
|
+
esQueryFields,
|
|
53
|
+
paramNames,
|
|
54
|
+
paramRoles,
|
|
55
|
+
selectTimeField,
|
|
56
|
+
timeFieldFormatRequired,
|
|
57
|
+
timeFieldMappings
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=esQueryBuilderForm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderForm.js","sources":["../../../src/profiles/elasticsearch/esQueryBuilderForm.ts"],"sourcesContent":["/**\n * The pure helpers behind the query builder: which parameters exist, what they\n * default to, and the field mappings a schema describes.\n *\n * Kept apart from esQueryBuilder.tsx so that module exports only components\n * (react/only-export-components).\n */\n\nimport type { EsFieldMapping } from \"./esQueryOperators\";\nimport { fieldFamily } from \"./esQueryOperators\";\nimport type { EsSearch } from \"./esQueryBuilderModel\";\nimport type { ParamDraft } from \"../wizard/profileWizardModel\";\n\nconst integralTimeFieldTypes = new Set([\n \"byte\",\n \"short\",\n \"integer\",\n \"long\",\n \"unsigned_long\",\n]);\n\n/** paramNames lists the parameters an operand may bind, in declared order. */\nexport function paramNames(params: ParamDraft[] | undefined): string[] {\n return (params ?? [])\n .map((param) => param.name ?? \"\")\n .filter((name) => name !== \"\");\n}\n\n/** paramRoles is the name-to-role table the compiler folds roles from. */\nexport function paramRoles(\n params: ParamDraft[] | undefined,\n): Record<string, string> {\n const roles: Record<string, string> = {};\n for (const param of params ?? []) {\n if (param.name && param.role) roles[param.name] = param.role;\n }\n return roles;\n}\n\n/**\n * defaultParamValues is what the declared parameters resolve to before anyone\n * filters. The compiler needs them to bind a {param:…} operand and to\n * interpolate a {{.params.…}} one, so the preview shows the DSL a run produces.\n */\nexport function defaultParamValues(\n params: ParamDraft[] | undefined,\n): Record<string, unknown> {\n return Object.fromEntries(\n (params ?? [])\n .filter((param) => param.name && param.default !== undefined)\n .map((param) => [param.name as string, param.default]),\n );\n}\n\n/**\n * esQueryFields reads the field mappings off a browser inspection. Only an\n * OpenSearch target carries them, so anything else builds against free text.\n */\nexport function esQueryFields(completion: unknown): EsFieldMapping[] {\n const typed = completion as { kind?: string; fields?: EsFieldMapping[] };\n return typed?.kind === \"json-fields\" ? (typed.fields ?? []) : [];\n}\n\n/** timeFieldMappings lists mappings that can store an instant unambiguously. */\nexport function timeFieldMappings(fields: EsFieldMapping[]): EsFieldMapping[] {\n return fields.filter((field) => {\n if (field.conflicting) return false;\n const mapped = field.dataType ?? field.types?.[0] ?? \"\";\n return fieldFamily(field) === \"date\" || integralTimeFieldTypes.has(mapped);\n });\n}\n\n/** Numeric and custom time fields need an explicit epoch unit. */\nexport function timeFieldFormatRequired(\n fields: EsFieldMapping[],\n name: string | undefined,\n): boolean {\n if (!name) return false;\n const field = fields.find((entry) => entry.name === name);\n return !field || field.conflicting === true || fieldFamily(field) !== \"date\";\n}\n\n/** selectTimeField removes a numeric format when the next mapping is native. */\nexport function selectTimeField(\n search: EsSearch,\n fields: EsFieldMapping[],\n name: string,\n): EsSearch {\n const {\n timeField: _timeField,\n timeFieldFormat: _timeFieldFormat,\n ...rest\n } = search;\n if (!name) return rest;\n return timeFieldFormatRequired(fields, name)\n ? { ...search, timeField: name }\n : { ...rest, timeField: name };\n}\n"],"names":[],"mappings":";AAaA,MAAM,6CAA6B,IAAI;AAAA,EACrC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,CAAC;AAGM,SAAS,WAAW,QAA4C;AACrE,UAAQ,UAAU,CAAA,GACf,IAAI,CAAC,UAAU,MAAM,QAAQ,EAAE,EAC/B,OAAO,CAAC,SAAS,SAAS,EAAE;AACjC;AAGO,SAAS,WACd,QACwB;AACxB,QAAM,QAAgC,CAAA;AACtC,aAAW,SAAS,UAAU,IAAI;AAChC,QAAI,MAAM,QAAQ,MAAM,YAAY,MAAM,IAAI,IAAI,MAAM;AAAA,EAC1D;AACA,SAAO;AACT;AAOO,SAAS,mBACd,QACyB;AACzB,SAAO,OAAO;AAAA,KACX,UAAU,CAAA,GACR,OAAO,CAAC,UAAU,MAAM,QAAQ,MAAM,YAAY,MAAS,EAC3D,IAAI,CAAC,UAAU,CAAC,MAAM,MAAgB,MAAM,OAAO,CAAC;AAAA,EAAA;AAE3D;AAMO,SAAS,cAAc,YAAuC;AACnE,QAAM,QAAQ;AACd,UAAO,+BAAO,UAAS,gBAAiB,MAAM,UAAU,CAAA,IAAM,CAAA;AAChE;AAGO,SAAS,kBAAkB,QAA4C;AAC5E,SAAO,OAAO,OAAO,CAAC,UAAU;;AAC9B,QAAI,MAAM,YAAa,QAAO;AAC9B,UAAM,SAAS,MAAM,cAAY,WAAM,UAAN,mBAAc,OAAM;AACrD,WAAO,YAAY,KAAK,MAAM,UAAU,uBAAuB,IAAI,MAAM;AAAA,EAC3E,CAAC;AACH;AAGO,SAAS,wBACd,QACA,MACS;AACT,MAAI,CAAC,KAAM,QAAO;AAClB,QAAM,QAAQ,OAAO,KAAK,CAAC,UAAU,MAAM,SAAS,IAAI;AACxD,SAAO,CAAC,SAAS,MAAM,gBAAgB,QAAQ,YAAY,KAAK,MAAM;AACxE;AAGO,SAAS,gBACd,QACA,QACA,MACU;AACV,QAAM;AAAA,IACJ,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,GAAG;AAAA,EAAA,IACD;AACJ,MAAI,CAAC,KAAM,QAAO;AAClB,SAAO,wBAAwB,QAAQ,IAAI,IACvC,EAAE,GAAG,QAAQ,WAAW,KAAA,IACxB,EAAE,GAAG,MAAM,WAAW,KAAA;AAC5B;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderModel.cjs","sources":["../../../src/profiles/elasticsearch/esQueryBuilderModel.ts"],"sourcesContent":["/**\n * Mirror of the Go `query/esdsl` specification. The builder edits this shape and\n * the server compiles it; nothing here renders DSL, so the two never drift.\n */\n\nexport type EsOccur = \"filter\" | \"must\" | \"should\" | \"must_not\";\n\n/** A literal operand, or `{param}` binding one to a profile parameter. */\nexport type EsValue = unknown;\n\nexport type EsCondition = {\n op: string;\n occur?: EsOccur | \"\" | undefined;\n field?: string | undefined;\n fields?: string[] | undefined;\n value?: EsValue | undefined;\n values?: EsValue[] | undefined;\n gt?: EsValue | undefined;\n gte?: EsValue | undefined;\n lt?: EsValue | undefined;\n lte?: EsValue | undefined;\n format?: string | undefined;\n timeZone?: string | undefined;\n analyzer?: string | undefined;\n matchOperator?: string | undefined;\n multiMatchType?: string | undefined;\n fuzziness?: string | undefined;\n slop?: number | undefined;\n boost?: number | undefined;\n caseInsensitive?: boolean | undefined;\n escape?: boolean | undefined;\n path?: string | undefined;\n scoreMode?: string | undefined;\n minimumShouldMatch?: string | undefined;\n conditions?: EsCondition[] | undefined;\n optional?: boolean | undefined;\n when?: string | undefined;\n};\n\nexport type EsSortBy = {\n field: string;\n order?: string | undefined;\n mode?: string | undefined;\n missing?: string | undefined;\n unmappedType?: string | undefined;\n};\n\nexport type EsTimeFieldFormat =\n | \"epoch_second\"\n | \"epoch_millis\"\n | \"epoch_micros\"\n | \"epoch_nanos\";\n\nexport type EsSearch = {\n query?: EsCondition | undefined;\n sort?: EsSortBy[] | undefined;\n size?: number | undefined;\n from?: number | undefined;\n source?:\n | {\n enabled?: boolean | undefined;\n includes?: string[] | undefined;\n excludes?: string[] | undefined;\n }\n | undefined;\n trackTotalHits?:\n | { enabled?: boolean | undefined; threshold?: number | undefined }\n | undefined;\n storedFields?: string[] | undefined;\n fields?: string[] | undefined;\n aggregations?: Record<string, unknown> | undefined;\n timeField?: string | undefined;\n timeFieldFormat?: EsTimeFieldFormat | undefined;\n};\n\n/** A path of child indexes from the root condition. `[]` is the root itself. */\nexport type ConditionPath = number[];\n\nconst defaultOperators: Record<string, string> = {\n keyword: \"term\",\n text: \"match\",\n date: \"range\",\n number: \"range\",\n boolean: \"term\",\n ip: \"term\",\n nested: \"nested\",\n};\n\nexport function normalizeOccur(occur: string | undefined): EsOccur {\n return (occur || \"filter\") as EsOccur;\n}\n\n/**\n * defaultOperatorForFamily is the operator a family reads best as. It seeds a\n * new condition and leads the operator list, so both agree by construction.\n */\nexport function defaultOperatorForFamily(family: string): string {\n return defaultOperators[family] ?? \"term\";\n}\n\nexport function emptyCondition(family = \"keyword\"): EsCondition {\n const op = defaultOperatorForFamily(family);\n return op === \"nested\" ? { op, conditions: [] } : { op };\n}\n\nexport function emptyGroup(): EsCondition {\n return { op: \"bool\", conditions: [] };\n}\n\nexport function conditionAt(\n root: EsCondition,\n path: ConditionPath,\n): EsCondition | undefined {\n let node: EsCondition | undefined = root;\n for (const index of path) {\n node = node?.conditions?.[index];\n if (!node) return undefined;\n }\n return node;\n}\n\n/**\n * updateAt rebuilds only the branch it edits, so untouched subtrees keep their\n * identity and React re-renders just the changed rows.\n */\nexport function updateAt(\n root: EsCondition,\n path: ConditionPath,\n update: (condition: EsCondition) => EsCondition,\n): EsCondition {\n if (path.length === 0) return update(root);\n const [index, ...rest] = path;\n return {\n ...root,\n conditions: (root.conditions ?? []).map((child, position) =>\n position === index ? updateAt(child, rest, update) : child,\n ),\n };\n}\n\nexport function insertAt(\n root: EsCondition,\n groupPath: ConditionPath,\n position: number,\n condition: EsCondition,\n): EsCondition {\n return updateAt(root, groupPath, (group) => {\n const children = [...(group.conditions ?? [])];\n children.splice(Math.min(Math.max(position, 0), children.length), 0, condition);\n return { ...group, conditions: children };\n });\n}\n\nexport function removeAt(root: EsCondition, path: ConditionPath): EsCondition {\n if (path.length === 0) return emptyGroup();\n const index = path[path.length - 1];\n return updateAt(root, path.slice(0, -1), (group) => ({\n ...group,\n conditions: (group.conditions ?? []).filter(\n (_child, position) => position !== index,\n ),\n }));\n}\n\n/** isParamValue reports whether an operand binds a profile parameter. */\nexport function isParamValue(value: EsValue): value is { param: string } {\n if (!value || typeof value !== \"object\" || Array.isArray(value)) return false;\n const keys = Object.keys(value as Record<string, unknown>);\n return (\n keys.length === 1 &&\n keys[0] === \"param\" &&\n typeof (value as { param: unknown }).param === \"string\"\n );\n}\n\nexport function paramName(value: EsValue): string | undefined {\n return isParamValue(value) ? value.param : undefined;\n}\n\n/**\n * fieldForParam is the field a parameter filters on: the field of the first\n * condition whose operand binds it. A parameter the specification never\n * references has no field, and so nothing to offer values from.\n */\nexport function fieldForParam(\n search: EsSearch | undefined,\n name: string,\n): string | undefined {\n const walk = (condition: EsCondition | undefined): string | undefined => {\n if (!condition) return undefined;\n const operands: EsValue[] = [\n condition.value,\n ...(condition.values ?? []),\n condition.gt,\n condition.gte,\n condition.lt,\n condition.lte,\n ];\n if (condition.field && operands.some((value) => paramName(value) === name)) {\n return condition.field;\n }\n for (const child of condition.conditions ?? []) {\n const found = walk(child);\n if (found) return found;\n }\n return undefined;\n };\n return name ? walk(search?.query) : undefined;\n}\n\n/**\n * isEmptySpec reports whether a specification says nothing the raw query would\n * not. It is what decides whether a profile is still in raw mode.\n */\nexport function isEmptySpec(search: EsSearch | undefined): boolean {\n if (!search) return true;\n const { query, ...rest } = search;\n for (const value of Object.values(rest)) {\n if (Array.isArray(value) ? value.length > 0 : value !== undefined && value !== null) {\n if (typeof value === \"object\" && !Array.isArray(value)) {\n if (Object.keys(value as object).length > 0) return false;\n continue;\n }\n return false;\n }\n }\n return isEmptyCondition(query);\n}\n\nfunction isEmptyCondition(condition: EsCondition | undefined): boolean {\n if (!condition) return true;\n if (condition.op === \"match_all\") return true;\n if (condition.op !== \"bool\") return false;\n return (condition.conditions ?? []).every(isEmptyCondition);\n}\n\nexport type QueryModeTransition = {\n search: EsSearch | undefined;\n query: string;\n};\n\n/**\n * toRawMode leaves the builder for the raw editor, seeding it with the DSL the\n * specification last compiled to. The specification is dropped, never kept\n * alongside the query: the server treats holding both as an authoring error.\n */\nexport function toRawMode(\n _search: EsSearch | undefined,\n compiled: string,\n currentQuery = \"\",\n): QueryModeTransition {\n return { search: undefined, query: compiled.trim() || currentQuery };\n}\n\n/** toBuilderMode is the inverse: the raw query is dropped, not parsed. */\nexport function toBuilderMode(search?: EsSearch): QueryModeTransition {\n return { search: search ?? { query: emptyGroup() }, query: \"\" };\n}\n"],"names":[],"mappings":";;AA8EA,MAAM,mBAA2C;AAAA,EAC/C,SAAS;AAAA,EACT,MAAM;AAAA,EACN,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,IAAI;AAAA,EACJ,QAAQ;AACV;AAEO,SAAS,eAAe,OAAoC;AACjE,SAAQ,SAAS;AACnB;AAMO,SAAS,yBAAyB,QAAwB;AAC/D,SAAO,iBAAiB,MAAM,KAAK;AACrC;AAEO,SAAS,eAAe,SAAS,WAAwB;AAC9D,QAAM,KAAK,yBAAyB,MAAM;AAC1C,SAAO,OAAO,WAAW,EAAE,IAAI,YAAY,CAAA,EAAC,IAAM,EAAE,GAAA;AACtD;AAEO,SAAS,aAA0B;AACxC,SAAO,EAAE,IAAI,QAAQ,YAAY,CAAA,EAAC;AACpC;AAEO,SAAS,YACd,MACA,MACyB;;AACzB,MAAI,OAAgC;AACpC,aAAW,SAAS,MAAM;AACxB,YAAO,kCAAM,eAAN,mBAAmB;AAC1B,QAAI,CAAC,KAAM,QAAO;AAAA,EACpB;AACA,SAAO;AACT;AAMO,SAAS,SACd,MACA,MACA,QACa;AACb,MAAI,KAAK,WAAW,EAAG,QAAO,OAAO,IAAI;AACzC,QAAM,CAAC,OAAO,GAAG,IAAI,IAAI;AACzB,SAAO;AAAA,IACL,GAAG;AAAA,IACH,aAAa,KAAK,cAAc,CAAA,GAAI;AAAA,MAAI,CAAC,OAAO,aAC9C,aAAa,QAAQ,SAAS,OAAO,MAAM,MAAM,IAAI;AAAA,IAAA;AAAA,EACvD;AAEJ;AAEO,SAAS,SACd,MACA,WACA,UACA,WACa;AACb,SAAO,SAAS,MAAM,WAAW,CAAC,UAAU;AAC1C,UAAM,WAAW,CAAC,GAAI,MAAM,cAAc,CAAA,CAAG;AAC7C,aAAS,OAAO,KAAK,IAAI,KAAK,IAAI,UAAU,CAAC,GAAG,SAAS,MAAM,GAAG,GAAG,SAAS;AAC9E,WAAO,EAAE,GAAG,OAAO,YAAY,SAAA;AAAA,EACjC,CAAC;AACH;AAEO,SAAS,SAAS,MAAmB,MAAkC;AAC5E,MAAI,KAAK,WAAW,EAAG,QAAO,WAAA;AAC9B,QAAM,QAAQ,KAAK,KAAK,SAAS,CAAC;AAClC,SAAO,SAAS,MAAM,KAAK,MAAM,GAAG,EAAE,GAAG,CAAC,WAAW;AAAA,IACnD,GAAG;AAAA,IACH,aAAa,MAAM,cAAc,CAAA,GAAI;AAAA,MACnC,CAAC,QAAQ,aAAa,aAAa;AAAA,IAAA;AAAA,EACrC,EACA;AACJ;AAGO,SAAS,aAAa,OAA4C;AACvE,MAAI,CAAC,SAAS,OAAO,UAAU,YAAY,MAAM,QAAQ,KAAK,EAAG,QAAO;AACxE,QAAM,OAAO,OAAO,KAAK,KAAgC;AACzD,SACE,KAAK,WAAW,KAChB,KAAK,CAAC,MAAM,WACZ,OAAQ,MAA6B,UAAU;AAEnD;AAEO,SAAS,UAAU,OAAoC;AAC5D,SAAO,aAAa,KAAK,IAAI,MAAM,QAAQ;AAC7C;AAOO,SAAS,cACd,QACA,MACoB;AACpB,QAAM,OAAO,CAAC,cAA2D;AACvE,QAAI,CAAC,UAAW,QAAO;AACvB,UAAM,WAAsB;AAAA,MAC1B,UAAU;AAAA,MACV,GAAI,UAAU,UAAU,CAAA;AAAA,MACxB,UAAU;AAAA,MACV,UAAU;AAAA,MACV,UAAU;AAAA,MACV,UAAU;AAAA,IAAA;AAEZ,QAAI,UAAU,SAAS,SAAS,KAAK,CAAC,UAAU,UAAU,KAAK,MAAM,IAAI,GAAG;AAC1E,aAAO,UAAU;AAAA,IACnB;AACA,eAAW,SAAS,UAAU,cAAc,CAAA,GAAI;AAC9C,YAAM,QAAQ,KAAK,KAAK;AACxB,UAAI,MAAO,QAAO;AAAA,IACpB;AACA,WAAO;AAAA,EACT;AACA,SAAO,OAAO,KAAK,iCAAQ,KAAK,IAAI;AACtC;AAMO,SAAS,YAAY,QAAuC;AACjE,MAAI,CAAC,OAAQ,QAAO;AACpB,QAAM,EAAE,OAAO,GAAG,KAAA,IAAS;AAC3B,aAAW,SAAS,OAAO,OAAO,IAAI,GAAG;AACvC,QAAI,MAAM,QAAQ,KAAK,IAAI,MAAM,SAAS,IAAI,UAAU,UAAa,UAAU,MAAM;AACnF,UAAI,OAAO,UAAU,YAAY,CAAC,MAAM,QAAQ,KAAK,GAAG;AACtD,YAAI,OAAO,KAAK,KAAe,EAAE,SAAS,EAAG,QAAO;AACpD;AAAA,MACF;AACA,aAAO;AAAA,IACT;AAAA,EACF;AACA,SAAO,iBAAiB,KAAK;AAC/B;AAEA,SAAS,iBAAiB,WAA6C;AACrE,MAAI,CAAC,UAAW,QAAO;AACvB,MAAI,UAAU,OAAO,YAAa,QAAO;AACzC,MAAI,UAAU,OAAO,OAAQ,QAAO;AACpC,UAAQ,UAAU,cAAc,CAAA,GAAI,MAAM,gBAAgB;AAC5D;AAYO,SAAS,UACd,SACA,UACA,eAAe,IACM;AACrB,SAAO,EAAE,QAAQ,QAAW,OAAO,SAAS,KAAA,KAAU,aAAA;AACxD;AAGO,SAAS,cAAc,QAAwC;AACpE,SAAO,EAAE,QAAQ,UAAU,EAAE,OAAO,aAAW,GAAK,OAAO,GAAA;AAC7D;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mirror of the Go `query/esdsl` specification. The builder edits this shape and
|
|
3
|
+
* the server compiles it; nothing here renders DSL, so the two never drift.
|
|
4
|
+
*/
|
|
5
|
+
export type EsOccur = "filter" | "must" | "should" | "must_not";
|
|
6
|
+
/** A literal operand, or `{param}` binding one to a profile parameter. */
|
|
7
|
+
export type EsValue = unknown;
|
|
8
|
+
export type EsCondition = {
|
|
9
|
+
op: string;
|
|
10
|
+
occur?: EsOccur | "" | undefined;
|
|
11
|
+
field?: string | undefined;
|
|
12
|
+
fields?: string[] | undefined;
|
|
13
|
+
value?: EsValue | undefined;
|
|
14
|
+
values?: EsValue[] | undefined;
|
|
15
|
+
gt?: EsValue | undefined;
|
|
16
|
+
gte?: EsValue | undefined;
|
|
17
|
+
lt?: EsValue | undefined;
|
|
18
|
+
lte?: EsValue | undefined;
|
|
19
|
+
format?: string | undefined;
|
|
20
|
+
timeZone?: string | undefined;
|
|
21
|
+
analyzer?: string | undefined;
|
|
22
|
+
matchOperator?: string | undefined;
|
|
23
|
+
multiMatchType?: string | undefined;
|
|
24
|
+
fuzziness?: string | undefined;
|
|
25
|
+
slop?: number | undefined;
|
|
26
|
+
boost?: number | undefined;
|
|
27
|
+
caseInsensitive?: boolean | undefined;
|
|
28
|
+
escape?: boolean | undefined;
|
|
29
|
+
path?: string | undefined;
|
|
30
|
+
scoreMode?: string | undefined;
|
|
31
|
+
minimumShouldMatch?: string | undefined;
|
|
32
|
+
conditions?: EsCondition[] | undefined;
|
|
33
|
+
optional?: boolean | undefined;
|
|
34
|
+
when?: string | undefined;
|
|
35
|
+
};
|
|
36
|
+
export type EsSortBy = {
|
|
37
|
+
field: string;
|
|
38
|
+
order?: string | undefined;
|
|
39
|
+
mode?: string | undefined;
|
|
40
|
+
missing?: string | undefined;
|
|
41
|
+
unmappedType?: string | undefined;
|
|
42
|
+
};
|
|
43
|
+
export type EsTimeFieldFormat = "epoch_second" | "epoch_millis" | "epoch_micros" | "epoch_nanos";
|
|
44
|
+
export type EsSearch = {
|
|
45
|
+
query?: EsCondition | undefined;
|
|
46
|
+
sort?: EsSortBy[] | undefined;
|
|
47
|
+
size?: number | undefined;
|
|
48
|
+
from?: number | undefined;
|
|
49
|
+
source?: {
|
|
50
|
+
enabled?: boolean | undefined;
|
|
51
|
+
includes?: string[] | undefined;
|
|
52
|
+
excludes?: string[] | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
trackTotalHits?: {
|
|
55
|
+
enabled?: boolean | undefined;
|
|
56
|
+
threshold?: number | undefined;
|
|
57
|
+
} | undefined;
|
|
58
|
+
storedFields?: string[] | undefined;
|
|
59
|
+
fields?: string[] | undefined;
|
|
60
|
+
aggregations?: Record<string, unknown> | undefined;
|
|
61
|
+
timeField?: string | undefined;
|
|
62
|
+
timeFieldFormat?: EsTimeFieldFormat | undefined;
|
|
63
|
+
};
|
|
64
|
+
/** A path of child indexes from the root condition. `[]` is the root itself. */
|
|
65
|
+
export type ConditionPath = number[];
|
|
66
|
+
export declare function normalizeOccur(occur: string | undefined): EsOccur;
|
|
67
|
+
/**
|
|
68
|
+
* defaultOperatorForFamily is the operator a family reads best as. It seeds a
|
|
69
|
+
* new condition and leads the operator list, so both agree by construction.
|
|
70
|
+
*/
|
|
71
|
+
export declare function defaultOperatorForFamily(family: string): string;
|
|
72
|
+
export declare function emptyCondition(family?: string): EsCondition;
|
|
73
|
+
export declare function emptyGroup(): EsCondition;
|
|
74
|
+
export declare function conditionAt(root: EsCondition, path: ConditionPath): EsCondition | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* updateAt rebuilds only the branch it edits, so untouched subtrees keep their
|
|
77
|
+
* identity and React re-renders just the changed rows.
|
|
78
|
+
*/
|
|
79
|
+
export declare function updateAt(root: EsCondition, path: ConditionPath, update: (condition: EsCondition) => EsCondition): EsCondition;
|
|
80
|
+
export declare function insertAt(root: EsCondition, groupPath: ConditionPath, position: number, condition: EsCondition): EsCondition;
|
|
81
|
+
export declare function removeAt(root: EsCondition, path: ConditionPath): EsCondition;
|
|
82
|
+
/** isParamValue reports whether an operand binds a profile parameter. */
|
|
83
|
+
export declare function isParamValue(value: EsValue): value is {
|
|
84
|
+
param: string;
|
|
85
|
+
};
|
|
86
|
+
export declare function paramName(value: EsValue): string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* fieldForParam is the field a parameter filters on: the field of the first
|
|
89
|
+
* condition whose operand binds it. A parameter the specification never
|
|
90
|
+
* references has no field, and so nothing to offer values from.
|
|
91
|
+
*/
|
|
92
|
+
export declare function fieldForParam(search: EsSearch | undefined, name: string): string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* isEmptySpec reports whether a specification says nothing the raw query would
|
|
95
|
+
* not. It is what decides whether a profile is still in raw mode.
|
|
96
|
+
*/
|
|
97
|
+
export declare function isEmptySpec(search: EsSearch | undefined): boolean;
|
|
98
|
+
export type QueryModeTransition = {
|
|
99
|
+
search: EsSearch | undefined;
|
|
100
|
+
query: string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* toRawMode leaves the builder for the raw editor, seeding it with the DSL the
|
|
104
|
+
* specification last compiled to. The specification is dropped, never kept
|
|
105
|
+
* alongside the query: the server treats holding both as an authoring error.
|
|
106
|
+
*/
|
|
107
|
+
export declare function toRawMode(_search: EsSearch | undefined, compiled: string, currentQuery?: string): QueryModeTransition;
|
|
108
|
+
/** toBuilderMode is the inverse: the raw query is dropped, not parsed. */
|
|
109
|
+
export declare function toBuilderMode(search?: EsSearch): QueryModeTransition;
|
|
110
|
+
//# sourceMappingURL=esQueryBuilderModel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esQueryBuilderModel.d.ts","sourceRoot":"","sources":["../../../src/profiles/elasticsearch/esQueryBuilderModel.ts"],"names":[],"mappings":"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"}
|