@odigos/ui-kit 0.0.24 → 0.0.26
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/CHANGELOG.md +26 -0
- package/README.md +3 -2
- package/lib/components/auto-complete-input/auto-complete-input.stories.d.ts +9 -0
- package/lib/components/auto-complete-input/index.d.ts +2 -0
- package/lib/components/badge/badge.stories.d.ts +13 -0
- package/lib/components/button/button.stories.d.ts +9 -0
- package/lib/components/cancel-warning/cancel-warning.stories.d.ts +9 -0
- package/lib/components/checkbox/checkbox.stories.d.ts +9 -0
- package/lib/components/code/code.stories.d.ts +9 -0
- package/lib/components/condition-details/condition-details.stories.d.ts +14 -0
- package/lib/components/data-card/data-card-fields/index.d.ts +8 -7
- package/lib/components/data-card/data-card.stories.d.ts +11 -0
- package/lib/components/data-card/index.d.ts +3 -3
- package/lib/components/data-tab/data-tab.stories.d.ts +15 -0
- package/lib/components/delete-warning/delete-warning.stories.d.ts +9 -0
- package/lib/components/describe-row/describe-row.stories.d.ts +9 -0
- package/lib/components/divider/divider.stories.d.ts +9 -0
- package/lib/components/docs-button/docs-button.stories.d.ts +9 -0
- package/lib/components/drawer/drawer.stories.d.ts +10 -0
- package/lib/components/dropdown/dropdown.stories.d.ts +10 -0
- package/lib/components/error-boundary/error-boundary.stories.d.ts +9 -0
- package/lib/components/extend-arrow/extend-arrow.stories.d.ts +9 -0
- package/lib/components/fade-loader/fade-loader.stories.d.ts +9 -0
- package/lib/components/field-error/field-error.stories.d.ts +9 -0
- package/lib/components/field-label/field-label.stories.d.ts +9 -0
- package/lib/components/header/header.stories.d.ts +9 -0
- package/lib/components/icon-button/icon-button.stories.d.ts +9 -0
- package/lib/components/icon-group/icon-group.stories.d.ts +16 -0
- package/lib/components/icon-title-badge/icon-title-badge.stories.d.ts +9 -0
- package/lib/components/icon-wrapped/icon-wrapped.stories.d.ts +10 -0
- package/lib/components/icons-nav/icons-nav.stories.d.ts +9 -0
- package/lib/components/image-controlled/image-controlled.stories.d.ts +9 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/input/input.stories.d.ts +9 -0
- package/lib/components/input-list/input-list.stories.d.ts +9 -0
- package/lib/components/input-table/input-table.stories.d.ts +9 -0
- package/lib/components/interactive-table/interactive-table.stories.d.ts +12 -0
- package/lib/components/key-value-input-list/key-value-input-list.stories.d.ts +9 -0
- package/lib/components/modal/modal.stories.d.ts +9 -0
- package/lib/components/monitors-checkboxes/monitors-checkboxes.stories.d.ts +9 -0
- package/lib/components/monitors-icons/monitors-icons.stories.d.ts +9 -0
- package/lib/components/navigation-buttons/navigation-buttons.stories.d.ts +9 -0
- package/lib/components/no-data-found/no-data-found.stories.d.ts +9 -0
- package/lib/components/notification-note/index.d.ts +2 -1
- package/lib/components/notification-note/notification-note.stories.d.ts +10 -0
- package/lib/components/scroll-x/scroll-x.stories.d.ts +10 -0
- package/lib/components/section-title/section-title.stories.d.ts +9 -0
- package/lib/components/segment/segment.stories.d.ts +9 -0
- package/lib/{containers/data-flow-actions-menu → components}/selection-button/index.d.ts +3 -3
- package/lib/components/selection-button/selection-button.stories.d.ts +9 -0
- package/lib/components/skeleton-loader/skeleton-loader.stories.d.ts +9 -0
- package/lib/components/status/status.stories.d.ts +9 -0
- package/lib/components/stepper/stepper.stories.d.ts +9 -0
- package/lib/components/styled.d.ts +2 -0
- package/lib/components/text/text.stories.d.ts +9 -0
- package/lib/components/textarea/textarea.stories.d.ts +9 -0
- package/lib/components/toggle/toggle.stories.d.ts +9 -0
- package/lib/components/tooltip/tooltip.stories.d.ts +11 -0
- package/lib/components/trace-loader/trace-loader.stories.d.ts +9 -0
- package/lib/components/warning-modal/warning-modal.stories.d.ts +9 -0
- package/lib/components.js +11 -10
- package/lib/constants/destinations/index.d.ts +18 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/strings/index.d.ts +60 -10
- package/lib/constants.js +4 -4
- package/lib/containers/action-drawer/action-drawer.stories.d.ts +9 -0
- package/lib/containers/action-drawer/build-card.d.ts +1 -7
- package/lib/containers/action-form/action-form.stories.d.ts +9 -0
- package/lib/containers/action-modal/action-modal.stories.d.ts +9 -0
- package/lib/containers/action-table/action-table.stories.d.ts +9 -0
- package/lib/containers/await-pipeline/await-pipeline.stories.d.ts +9 -0
- package/lib/containers/compute-platform-select/compute-platform-select.stories.d.ts +9 -0
- package/lib/containers/compute-platforms/compute-platforms.stories.d.ts +9 -0
- package/lib/containers/compute-platforms-actions-menu/compute-platforms-actions-menu.stories.d.ts +9 -0
- package/lib/containers/data-flow/data-flow.stories.d.ts +9 -0
- package/lib/containers/data-flow-actions-menu/data-flow-actions-menu.stories.d.ts +11 -0
- package/lib/containers/data-flow-actions-menu/data-stream-select/index.d.ts +6 -0
- package/lib/containers/data-flow-actions-menu/index.d.ts +2 -1
- package/lib/containers/data-stream-selection-form/data-stream-selection-form.stories.d.ts +9 -0
- package/lib/containers/data-stream-selection-form/index.d.ts +12 -0
- package/lib/containers/destination-drawer/build-card.d.ts +1 -7
- package/lib/containers/destination-drawer/destination-drawer.stories.d.ts +9 -0
- package/lib/containers/destination-drawer/index.d.ts +2 -5
- package/lib/containers/destination-form/destination-form.stories.d.ts +9 -0
- package/lib/containers/destination-form/index.d.ts +2 -5
- package/lib/containers/destination-form/test-connection/index.d.ts +4 -8
- package/lib/containers/destination-modal/choose-destination/destinations-list/index.d.ts +2 -1
- package/lib/containers/destination-modal/choose-destination/index.d.ts +3 -3
- package/lib/containers/destination-modal/destination-modal.stories.d.ts +9 -0
- package/lib/containers/destination-modal/index.d.ts +2 -5
- package/lib/containers/destination-selection-form/destination-list/index.d.ts +6 -0
- package/lib/containers/destination-selection-form/destination-selection-form.stories.d.ts +9 -0
- package/lib/containers/destination-selection-form/index.d.ts +5 -9
- package/lib/containers/destination-table/destination-table.stories.d.ts +9 -0
- package/lib/containers/dropdowns/connection-status-dropdown/connection-status-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/connection-type-dropdown/connection-type-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/error-dropdown/error-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/error-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/kind-dropdown/error-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/kind-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/language-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/language-dropdown/language-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/monitor-dropdown/monitor-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/namespace-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/namespace-dropdown/namespace-dropdown.stories.d.ts +9 -0
- package/lib/containers/index.d.ts +3 -0
- package/lib/containers/instrumentation-rule-drawer/build-card.d.ts +1 -7
- package/lib/containers/instrumentation-rule-drawer/instrumentation-rule-drawer.stories.d.ts +9 -0
- package/lib/containers/instrumentation-rule-form/instrumentation-rule-form.stories.d.ts +9 -0
- package/lib/containers/instrumentation-rule-modal/instrumentation-rule-modal.stories.d.ts +9 -0
- package/lib/containers/instrumentation-rule-table/instrumentation-rule-table.stories.d.ts +9 -0
- package/lib/containers/multi-source-control/multi-source-control.stories.d.ts +9 -0
- package/lib/containers/notification-manager/notification-manager.stories.d.ts +9 -0
- package/lib/containers/overview-drawer/overview-drawer.stories.d.ts +9 -0
- package/lib/containers/setup-summary/index.d.ts +8 -0
- package/lib/containers/setup-summary/setup-summary.stories.d.ts +9 -0
- package/lib/containers/side-nav/side-nav.stories.d.ts +9 -0
- package/lib/containers/slack-invite/slack-invite.stories.d.ts +9 -0
- package/lib/containers/source-drawer/build-card.d.ts +1 -6
- package/lib/containers/source-drawer/source-drawer.stories.d.ts +9 -0
- package/lib/containers/source-form/source-form.stories.d.ts +9 -0
- package/lib/containers/source-modal/index.d.ts +3 -5
- package/lib/containers/source-modal/source-modal.stories.d.ts +9 -0
- package/lib/containers/source-selection-form/index.d.ts +4 -5
- package/lib/containers/source-selection-form/source-list/index.d.ts +8 -0
- package/lib/containers/source-selection-form/source-selection-form.stories.d.ts +9 -0
- package/lib/containers/source-table/source-table.stories.d.ts +9 -0
- package/lib/containers/system-overview/system-overview.stories.d.ts +9 -0
- package/lib/containers/table-cell-conditions/table-cell-conditions.stories.d.ts +9 -0
- package/lib/containers/toast-list/toast-list.stories.d.ts +9 -0
- package/lib/containers/toggle-dark-mode/toggle-dark-mode.stories.d.ts +9 -0
- package/lib/containers.js +674 -521
- package/lib/functions/filter-destinations-by-stream/index.d.ts +2 -0
- package/lib/functions/filter-sources-by-stream/index.d.ts +2 -0
- package/lib/functions/index.d.ts +3 -0
- package/lib/functions/map-exported-signals/index.d.ts +2 -0
- package/lib/functions.js +5 -9
- package/lib/hooks/useSourceFormData.d.ts +1 -1
- package/lib/hooks/useSourceSelectionFormData.d.ts +9 -17
- package/lib/hooks.js +5 -6
- package/lib/icons/actions/add-cluster-info-icon/add-cluster-info-icon.stories.d.ts +8 -0
- package/lib/icons/actions/delete-attribute-icon/delete-attribute-icon.stories.d.ts +8 -0
- package/lib/icons/actions/pii-masking-icon/pii-masking-icon.stories.d.ts +8 -0
- package/lib/icons/actions/rename-attribute-icon/rename-attribute-icon.stories.d.ts +8 -0
- package/lib/icons/actions/sampler-icon/sampler-icon.stories.d.ts +8 -0
- package/lib/icons/brand/odigos-logo/odigos-logo.stories.d.ts +8 -0
- package/lib/icons/brand/odigos-logo-text/odigos-logo-text.stories.d.ts +8 -0
- package/lib/icons/common/arrow-icon/arrow-icon.stories.d.ts +8 -0
- package/lib/icons/common/code-brackets-icon/code-brackets-icon.stories.d.ts +8 -0
- package/lib/icons/common/code-icon/code-icon.stories.d.ts +8 -0
- package/lib/icons/common/command-icon/command-icon.stories.d.ts +8 -0
- package/lib/icons/common/copy-icon/copy-icon.stories.d.ts +8 -0
- package/lib/icons/common/edit-icon/edit-icon.stories.d.ts +8 -0
- package/lib/icons/common/extend-arrow-icon/extend-arrow-icon.stories.d.ts +8 -0
- package/lib/icons/common/filter-icon/filter-icon.stories.d.ts +8 -0
- package/lib/icons/common/folder-icon/folder-icon.stories.d.ts +8 -0
- package/lib/icons/common/image-error-icon/image-error-icon.stories.d.ts +8 -0
- package/lib/icons/common/key-icon/key-icon.stories.d.ts +8 -0
- package/lib/icons/common/list-icon/list-icon.stories.d.ts +8 -0
- package/lib/icons/common/no-data-icon/no-data-icon.stories.d.ts +8 -0
- package/lib/icons/common/notebook-icon/notebook-icon.stories.d.ts +8 -0
- package/lib/icons/common/notification-icon/notification-icon.stories.d.ts +8 -0
- package/lib/icons/common/search-icon/search-icon.stories.d.ts +8 -0
- package/lib/icons/common/sort-arrows-icon/sort-arrows-icon.stories.d.ts +8 -0
- package/lib/icons/common/terminal-icon/terminal-icon.stories.d.ts +8 -0
- package/lib/icons/common/trash-icon/trash-icon.stories.d.ts +8 -0
- package/lib/icons/common/x-icon/x-icon.stories.d.ts +8 -0
- package/lib/icons/compute-platform/k8s-logo/k8s-logo.stories.d.ts +8 -0
- package/lib/icons/compute-platform/vm-logo/vm-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/alauda-logo/alauda-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/alibaba-cloud-logo/alibaba-cloud-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/app-dynamics-logo/app-dynamics-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/aws-cloudwatch-logo/aws-cloudwatch-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/aws-s3-logo/aws-s3-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/aws-xray-logo/aws-xray-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/axiom-logo/axiom-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/better-stack-logo/better-stack-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/blob-storage-logo/blob-storage-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/bonree-logo/bonree-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/causely-logo/causely-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/checkly-logo/checkly-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/chronosphere-logo/chronosphere-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/clickhouse-logo/clickhouse-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/coralogix-logo/coralogix-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/dash0-logo/dash0-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/datadog-logo/datadog-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/dynatrace-logo/dynatrace-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/elastic-apm-logo/elastic-apm-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/elastic-search-logo/elastic-search-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/gigapipe-logo/gigapipe-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/google-cloud-platform-logo/google-cloud-platform-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/google-cloud-storage-logo/google-cloud-storage-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/grafana-logo/grafana-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/greptime-logo/greptime-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/groundcover-logo/groundcover-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/honeycomb-logo/honeycomb-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/hyperdx-logo/hyperdx-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/instana-logo/instana-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/jaeger-logo/jaeger-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/kafka-logo/kafka-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/kloudmate-logo/kloudmate-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/last9-logo/last9-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/lightstep-logo/lightstep-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/logzio-logo/logzio-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/loki-logo/loki-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/lumigo-logo/lumigo-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/middleware-logo/middleware-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/new-relic-logo/new-relic-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/observe-logo/observe-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/one-uptime-logo/one-uptime-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/open-observe-logo/open-observe-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/open-telemetry-logo/open-telemetry-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/ops-verse-logo/ops-verse-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/oracle-logo/oracle-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/prometheus-logo/prometheus-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/qryn-logo/qryn-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/quickwit-logo/quickwit-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/sentry-logo/sentry-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/seq-logo/seq-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/signoz-logo/signoz-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/splunk-logo/splunk-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/sumo-logic-logo/sumo-logic-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/telemetry-hub-logo/telemetry-hub-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/tempo-logo/tempo-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/tingyun-logo/tingyun-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/traceloop-logo/traceloop-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/uptrace-logo/uptrace-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/victoria-metrics-logo/victoria-metrics-logo.stories.d.ts +8 -0
- package/lib/icons/instrumentation-rules/code-attributes-icon/code-attributes-icon.stories.d.ts +8 -0
- package/lib/icons/instrumentation-rules/payload-collection-icon/payload-collection-icon.stories.d.ts +8 -0
- package/lib/icons/math/minus-icon/minus-icon.stories.d.ts +8 -0
- package/lib/icons/math/plus-icon/plus-icon.stories.d.ts +8 -0
- package/lib/icons/monitors/logs-icon/logs-icon.stories.d.ts +8 -0
- package/lib/icons/monitors/metrics-icon/metrics-icon.stories.d.ts +8 -0
- package/lib/icons/monitors/traces-icon/traces-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/eye-closed-icon/eye-closed-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/eye-open-icon/eye-open-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/light-off-icon/light-off-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/light-on-icon/light-on-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/moon-icon/moon-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/sun-icon/sun-icon.stories.d.ts +8 -0
- package/lib/icons/overview/actions-icon/actions-icon.stories.d.ts +8 -0
- package/lib/icons/overview/connections-icon/connections-icon.stories.d.ts +8 -0
- package/lib/icons/overview/data-streams-icon/data-streams-icon.stories.d.ts +8 -0
- package/lib/icons/overview/data-streams-icon/index.d.ts +2 -0
- package/lib/icons/overview/destinations-icon/destinations-icon.stories.d.ts +8 -0
- package/lib/icons/overview/index.d.ts +1 -0
- package/lib/icons/overview/namespaces-icon/namespaces-icon.stories.d.ts +8 -0
- package/lib/icons/overview/overview-icon/overview-icon.stories.d.ts +8 -0
- package/lib/icons/overview/rules-icon/rules-icon.stories.d.ts +8 -0
- package/lib/icons/overview/service-map-icon/service-map-icon.stories.d.ts +8 -0
- package/lib/icons/overview/sources-icon/sources-icon.stories.d.ts +8 -0
- package/lib/icons/overview/trace-view-icon/trace-view-icon.stories.d.ts +8 -0
- package/lib/icons/programming-languages/c-plus-plus-logo/c-plus-plus-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/c-sharp-logo/c-sharp-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/dotnet-logo/dotnet-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/elixir-logo/elixir-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/go-logo/go-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/java-logo/java-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/mysql-logo/mysql-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/nginx-logo/nginx-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/nodejs-logo/nodejs-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/php-logo/php-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/postgres-logo/postgres-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/python-logo/python-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/redis-logo/redis-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/ruby-logo/ruby-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/rust-logo/rust-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/swift-logo/swift-logo.stories.d.ts +8 -0
- package/lib/icons/social/slack-logo/slack-logo.stories.d.ts +8 -0
- package/lib/icons/status/check-circled-icon/check-circled-icon.stories.d.ts +8 -0
- package/lib/icons/status/check-icon/check-icon.stories.d.ts +8 -0
- package/lib/icons/status/cross-circled-icon/cross-circled-icon.stories.d.ts +8 -0
- package/lib/icons/status/cross-icon/cross-icon.stories.d.ts +8 -0
- package/lib/icons/status/error-round-icon/error-round-icon.stories.d.ts +8 -0
- package/lib/icons/status/error-triangle-icon/error-triangle-icon.stories.d.ts +8 -0
- package/lib/icons/status/info-icon/info-icon.stories.d.ts +8 -0
- package/lib/icons/status/warning-triangle-icon/warning-triangle-icon.stories.d.ts +8 -0
- package/lib/icons.js +3 -2
- package/lib/{index-D3sp5Hx7.js → index-B6FywnIf.js} +97 -3
- package/lib/{index-DwBxpY4g.js → index-BfatCMWq.js} +28 -3
- package/lib/index-ByO2rgKy.js +36 -0
- package/lib/{index-C7Y1tYdc.js → index-CFnxjzaW.js} +1 -1
- package/lib/{index-B-iLphLA.js → index-CJs4RDHU.js} +1 -1
- package/lib/index-CWbxXTof.js +11 -0
- package/lib/index-CWufhl9G.js +25 -0
- package/lib/{index-Dylg236O.js → index-C_LWKMnO.js} +124 -163
- package/lib/{index-KOMAv-TS.js → index-CamnKrev.js} +8 -8
- package/lib/{index-DiTtXTRm.js → index-DMXaEyAB.js} +48 -11
- package/lib/index-Dqief9td.js +20 -0
- package/lib/{data → mock-data}/sources/index.d.ts +1 -0
- package/lib/snippets/add-button/index.d.ts +7 -0
- package/lib/snippets/edit-button/index.d.ts +7 -0
- package/lib/snippets/index.d.ts +3 -0
- package/lib/snippets/note-back-to-summary/index.d.ts +6 -0
- package/lib/snippets/note-back-to-summary/note-back-to-summary.stories.d.ts +9 -0
- package/lib/snippets.js +17 -0
- package/lib/store/index.d.ts +1 -0
- package/lib/store/useDataStreamStore.d.ts +16 -0
- package/lib/store/useSetupStore.d.ts +14 -24
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/data-streams/index.d.ts +3 -0
- package/lib/types/destinations/index.d.ts +14 -2
- package/lib/types/index.d.ts +1 -0
- package/lib/types/namespaces/index.d.ts +13 -0
- package/lib/types/sources/index.d.ts +4 -1
- package/lib/{useSourceSelectionFormData-Bec4Ubm7.js → useSourceSelectionFormData-plxXIM0Q.js} +60 -102
- package/lib/{useTransition-D0ykOLrk.js → useTransition-BPxqZqXu.js} +2 -2
- package/package.json +21 -15
- package/lib/containers/destination-modal/choose-destination/potential-destinations-list/index.d.ts +0 -8
- package/lib/containers/destination-selection-form/configured-list/index.d.ts +0 -5
- package/lib/containers/source-selection-form/controls/index.d.ts +0 -7
- package/lib/containers/source-selection-form/list/index.d.ts +0 -9
- package/lib/index-C_0J5P9M.js +0 -45
- /package/lib/{data → mock-data}/actions/index.d.ts +0 -0
- /package/lib/{data → mock-data}/describe/index.d.ts +0 -0
- /package/lib/{data → mock-data}/destinations/index.d.ts +0 -0
- /package/lib/{data → mock-data}/index.d.ts +0 -0
- /package/lib/{data → mock-data}/instrumentation-rules/index.d.ts +0 -0
- /package/lib/{data → mock-data}/namespaces/index.d.ts +0 -0
- /package/lib/{data → mock-data}/tokens/index.d.ts +0 -0
|
@@ -57,7 +57,7 @@ function createJSONStorage(getStorage, options) {
|
|
|
57
57
|
if (str2 === null) {
|
|
58
58
|
return null;
|
|
59
59
|
}
|
|
60
|
-
return JSON.parse(str2,
|
|
60
|
+
return JSON.parse(str2, void 0 );
|
|
61
61
|
};
|
|
62
62
|
const str = (_a = storage.getItem(name)) != null ? _a : null;
|
|
63
63
|
if (str instanceof Promise) {
|
|
@@ -67,7 +67,7 @@ function createJSONStorage(getStorage, options) {
|
|
|
67
67
|
},
|
|
68
68
|
setItem: (name, newValue) => storage.setItem(
|
|
69
69
|
name,
|
|
70
|
-
JSON.stringify(newValue,
|
|
70
|
+
JSON.stringify(newValue, void 0 )
|
|
71
71
|
),
|
|
72
72
|
removeItem: (name) => storage.removeItem(name)
|
|
73
73
|
};
|
|
@@ -155,7 +155,7 @@ const persistImpl = (config, baseOptions) => (set, get, api) => {
|
|
|
155
155
|
var _a2;
|
|
156
156
|
return cb((_a2 = get()) != null ? _a2 : configResult);
|
|
157
157
|
});
|
|
158
|
-
const postRehydrationCallback = ((_b = options.onRehydrateStorage) == null ?
|
|
158
|
+
const postRehydrationCallback = ((_b = options.onRehydrateStorage) == null ? void 0 : _b.call(options, (_a = get()) != null ? _a : configResult)) || void 0;
|
|
159
159
|
return toThenable(storage.getItem.bind(storage))(options.name).then((deserializedStorageValue) => {
|
|
160
160
|
if (deserializedStorageValue) {
|
|
161
161
|
if (typeof deserializedStorageValue.version === "number" && deserializedStorageValue.version !== options.version) {
|
|
@@ -176,7 +176,7 @@ const persistImpl = (config, baseOptions) => (set, get, api) => {
|
|
|
176
176
|
return [false, deserializedStorageValue.state];
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
return [false,
|
|
179
|
+
return [false, void 0];
|
|
180
180
|
}).then((migrationResult) => {
|
|
181
181
|
var _a2;
|
|
182
182
|
const [migrated, migratedState] = migrationResult;
|
|
@@ -189,12 +189,12 @@ const persistImpl = (config, baseOptions) => (set, get, api) => {
|
|
|
189
189
|
return setItem();
|
|
190
190
|
}
|
|
191
191
|
}).then(() => {
|
|
192
|
-
postRehydrationCallback == null ?
|
|
192
|
+
postRehydrationCallback == null ? void 0 : postRehydrationCallback(stateFromStorage, void 0);
|
|
193
193
|
stateFromStorage = get();
|
|
194
194
|
hasHydrated = true;
|
|
195
195
|
finishHydrationListeners.forEach((cb) => cb(stateFromStorage));
|
|
196
196
|
}).catch((e) => {
|
|
197
|
-
postRehydrationCallback == null ?
|
|
197
|
+
postRehydrationCallback == null ? void 0 : postRehydrationCallback(void 0, e);
|
|
198
198
|
});
|
|
199
199
|
};
|
|
200
200
|
api.persist = {
|
|
@@ -208,7 +208,7 @@ const persistImpl = (config, baseOptions) => (set, get, api) => {
|
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
clearStorage: () => {
|
|
211
|
-
storage == null ?
|
|
211
|
+
storage == null ? void 0 : storage.removeItem(options.name);
|
|
212
212
|
},
|
|
213
213
|
getOptions: () => options,
|
|
214
214
|
rehydrate: () => hydrate(),
|
|
@@ -241,6 +241,29 @@ const useDarkMode = create()(persist((set) => ({
|
|
|
241
241
|
storage: typeof window !== 'undefined' ? createJSONStorage(() => localStorage) : undefined,
|
|
242
242
|
}));
|
|
243
243
|
|
|
244
|
+
const initialState$1 = {
|
|
245
|
+
dataStreamsLoading: false,
|
|
246
|
+
dataStreams: [],
|
|
247
|
+
selectedStreamName: '',
|
|
248
|
+
};
|
|
249
|
+
const useDataStreamStore = create((set) => ({
|
|
250
|
+
...initialState$1,
|
|
251
|
+
setDataStreamsLoading: (bool) => set({ dataStreamsLoading: bool }),
|
|
252
|
+
setDataStreams: (dataStreams) => set({ dataStreams }),
|
|
253
|
+
addDataStreams: (newStreams) => set((state) => {
|
|
254
|
+
const merged = [...state.dataStreams, ...newStreams];
|
|
255
|
+
const mapped = merged.map((ds) => [ds.name, ds]);
|
|
256
|
+
const uniqueByName = Array.from(new Map(mapped).values());
|
|
257
|
+
return { dataStreams: uniqueByName };
|
|
258
|
+
}),
|
|
259
|
+
removeDataStreams: (dataStreams) => set((state) => {
|
|
260
|
+
const filtered = state.dataStreams.filter((ds) => !dataStreams.find((toRemove) => toRemove.name === ds.name));
|
|
261
|
+
return { dataStreams: filtered };
|
|
262
|
+
}),
|
|
263
|
+
setSelectedStreamName: (streamName) => set({ selectedStreamName: streamName }),
|
|
264
|
+
resetDataStreamStore: () => set(initialState$1),
|
|
265
|
+
}));
|
|
266
|
+
|
|
244
267
|
const useDrawerStore = create((set) => ({
|
|
245
268
|
drawerType: null,
|
|
246
269
|
drawerEntityId: null,
|
|
@@ -553,18 +576,32 @@ const useSelectedStore = create((set) => ({
|
|
|
553
576
|
resetSelectedState: () => set(() => ({ selectedSources: {} })),
|
|
554
577
|
}));
|
|
555
578
|
|
|
556
|
-
const
|
|
579
|
+
const initialState = {
|
|
557
580
|
availableSources: {},
|
|
558
581
|
configuredSources: {},
|
|
559
582
|
configuredFutureApps: {},
|
|
560
583
|
configuredDestinations: [],
|
|
584
|
+
configuredDestinationsUpdateOnly: [],
|
|
585
|
+
};
|
|
586
|
+
const filterByType = (existingDest, compareDest) => existingDest.destinationType.type !== compareDest.destinationType.type;
|
|
587
|
+
const useSetupStore = create((set) => ({
|
|
588
|
+
...initialState,
|
|
561
589
|
setAvailableSources: (payload) => set({ availableSources: payload }),
|
|
562
590
|
setConfiguredSources: (payload) => set({ configuredSources: payload }),
|
|
563
591
|
setConfiguredFutureApps: (payload) => set({ configuredFutureApps: payload }),
|
|
564
592
|
setConfiguredDestinations: (payload) => set({ configuredDestinations: payload }),
|
|
565
593
|
addConfiguredDestination: (payload) => set((state) => ({ configuredDestinations: [...state.configuredDestinations, payload] })),
|
|
566
|
-
removeConfiguredDestination: (payload) => set((state) => ({ configuredDestinations: state.configuredDestinations.filter((
|
|
567
|
-
|
|
594
|
+
removeConfiguredDestination: (payload) => set((state) => ({ configuredDestinations: state.configuredDestinations.filter((dest) => filterByType(dest, payload)) })),
|
|
595
|
+
setConfiguredDestinationsUpdateOnly: (payload) => set({ configuredDestinationsUpdateOnly: payload }),
|
|
596
|
+
addConfiguredDestinationUpdateOnly: (payload) => set((state) => {
|
|
597
|
+
// For update-only cases, we have to prevent duplicates using the dest ID
|
|
598
|
+
const merged = [...state.configuredDestinationsUpdateOnly, payload];
|
|
599
|
+
const mapped = merged.map((d) => [d.id, d]);
|
|
600
|
+
const uniqueById = Array.from(new Map(mapped).values());
|
|
601
|
+
return { configuredDestinationsUpdateOnly: uniqueById };
|
|
602
|
+
}),
|
|
603
|
+
removeConfiguredDestinationUpdateOnly: (payload) => set((state) => ({ configuredDestinationsUpdateOnly: state.configuredDestinationsUpdateOnly.filter((dest) => filterByType(dest, payload)) })),
|
|
604
|
+
resetState: () => set(() => ({ ...initialState })),
|
|
568
605
|
}));
|
|
569
606
|
|
|
570
607
|
function styleInject(css, ref) {
|
|
@@ -680,4 +717,4 @@ var animations = /*#__PURE__*/Object.freeze({
|
|
|
680
717
|
slide: slide
|
|
681
718
|
});
|
|
682
719
|
|
|
683
|
-
export {
|
|
720
|
+
export { useDataStreamStore as a, useDrawerStore as b, useEntityStore as c, useFilterStore as d, useInstrumentStore as e, useModalStore as f, useNotificationStore as g, usePendingStore as h, useSelectedStore as i, useSetupStore as j, getEntityId as k, animations as l, styleInject as s, useDarkMode as u };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const DESTINATION_CATEGORIES = {
|
|
2
|
+
DETECTED: {
|
|
3
|
+
TITLE: 'Detected by Odigos',
|
|
4
|
+
DESCRIPTION: 'Odigos found these destinations in your cluster and pre-filled their details. Review and enable them to start sending data.',
|
|
5
|
+
},
|
|
6
|
+
EXISTS: {
|
|
7
|
+
TITLE: 'Already configured',
|
|
8
|
+
DESCRIPTION: 'These are destinations that you have already configured in other data-streams and can reuse them.',
|
|
9
|
+
},
|
|
10
|
+
MANAGED: {
|
|
11
|
+
TITLE: 'Managed',
|
|
12
|
+
DESCRIPTION: 'Effortless monitoring with scalable performance management.',
|
|
13
|
+
},
|
|
14
|
+
SELF_HOSTED: {
|
|
15
|
+
TITLE: 'Self-hosted',
|
|
16
|
+
DESCRIPTION: 'Full control and customization for advanced application monitoring.',
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { DESTINATION_CATEGORIES as D };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { StoryFn } from '@storybook/react';
|
|
3
|
+
import { type NoteBackToSummaryProps } from '.';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.FC<NoteBackToSummaryProps>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Default: StoryFn<NoteBackToSummaryProps>;
|
package/lib/snippets.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { A as AddButton } from './index-C_LWKMnO.js';
|
|
2
|
+
export { E as EditButton, N as NoteBackToSummary } from './index-CWufhl9G.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import './theme.js';
|
|
5
|
+
import './index-DMXaEyAB.js';
|
|
6
|
+
import './types.js';
|
|
7
|
+
import 'styled-components';
|
|
8
|
+
import './index-BJxaoI0G.js';
|
|
9
|
+
import './index-BZS1ijMm.js';
|
|
10
|
+
import './index-B6FywnIf.js';
|
|
11
|
+
import './index-CFnxjzaW.js';
|
|
12
|
+
import './index-DGel4E-Z.js';
|
|
13
|
+
import './index-CJs4RDHU.js';
|
|
14
|
+
import './index-IKusBlIE.js';
|
|
15
|
+
import './useTransition-BPxqZqXu.js';
|
|
16
|
+
import 'react-dom';
|
|
17
|
+
import './index-CWbxXTof.js';
|
package/lib/store/index.d.ts
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { DataStream } from '@/types';
|
|
2
|
+
interface IDataStreamState {
|
|
3
|
+
dataStreamsLoading: boolean;
|
|
4
|
+
dataStreams: DataStream[];
|
|
5
|
+
selectedStreamName: string;
|
|
6
|
+
}
|
|
7
|
+
interface IDataStreamStateSetters {
|
|
8
|
+
setDataStreamsLoading: (bool: boolean) => void;
|
|
9
|
+
setDataStreams: (dataStreams: DataStream[]) => void;
|
|
10
|
+
addDataStreams: (dataStreams: DataStream[]) => void;
|
|
11
|
+
removeDataStreams: (dataStreams: DataStream[]) => void;
|
|
12
|
+
setSelectedStreamName: (streamName: string) => void;
|
|
13
|
+
resetDataStreamStore: () => void;
|
|
14
|
+
}
|
|
15
|
+
export declare const useDataStreamStore: import("zustand").UseBoundStore<import("zustand").StoreApi<IDataStreamState & IDataStreamStateSetters>>;
|
|
16
|
+
export {};
|
|
@@ -1,44 +1,34 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Destination, Source } from '@/types';
|
|
2
|
+
export type AvailableSource = Pick<Source, 'name' | 'kind' | 'selected' | 'numberOfInstances'>;
|
|
2
3
|
export interface AvailableSourcesByNamespace {
|
|
3
|
-
[namespace: string]:
|
|
4
|
+
[namespace: string]: AvailableSource[];
|
|
4
5
|
}
|
|
6
|
+
export type SelectedSource = AvailableSource & {
|
|
7
|
+
currentStreamName: string;
|
|
8
|
+
};
|
|
5
9
|
export interface SourceSelectionFormData {
|
|
6
|
-
[namespace: string]:
|
|
10
|
+
[namespace: string]: SelectedSource[];
|
|
7
11
|
}
|
|
8
12
|
export interface NamespaceSelectionFormData {
|
|
9
13
|
[namespace: string]: boolean;
|
|
10
14
|
}
|
|
11
|
-
export interface StoredSetupDestination {
|
|
12
|
-
type: DestinationTypes;
|
|
13
|
-
displayName: string;
|
|
14
|
-
category: string;
|
|
15
|
-
exportedSignals: Destination['exportedSignals'];
|
|
16
|
-
destinationTypeDetails: {
|
|
17
|
-
title: string;
|
|
18
|
-
value: string;
|
|
19
|
-
}[];
|
|
20
|
-
}
|
|
21
15
|
export interface ISetupState {
|
|
22
16
|
availableSources: AvailableSourcesByNamespace;
|
|
23
17
|
configuredSources: SourceSelectionFormData;
|
|
24
18
|
configuredFutureApps: NamespaceSelectionFormData;
|
|
25
|
-
configuredDestinations:
|
|
26
|
-
|
|
27
|
-
form: DestinationFormData;
|
|
28
|
-
}[];
|
|
19
|
+
configuredDestinations: Destination[];
|
|
20
|
+
configuredDestinationsUpdateOnly: Destination[];
|
|
29
21
|
}
|
|
30
22
|
interface ISetupStateSetters {
|
|
31
23
|
setAvailableSources: (payload: ISetupState['availableSources']) => void;
|
|
32
24
|
setConfiguredSources: (payload: ISetupState['configuredSources']) => void;
|
|
33
25
|
setConfiguredFutureApps: (payload: ISetupState['configuredFutureApps']) => void;
|
|
34
26
|
setConfiguredDestinations: (payload: ISetupState['configuredDestinations']) => void;
|
|
35
|
-
addConfiguredDestination: (payload:
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
27
|
+
addConfiguredDestination: (payload: Destination) => void;
|
|
28
|
+
removeConfiguredDestination: (payload: Destination) => void;
|
|
29
|
+
setConfiguredDestinationsUpdateOnly: (payload: ISetupState['configuredDestinationsUpdateOnly']) => void;
|
|
30
|
+
addConfiguredDestinationUpdateOnly: (payload: Destination) => void;
|
|
31
|
+
removeConfiguredDestinationUpdateOnly: (payload: Destination) => void;
|
|
42
32
|
resetState: () => void;
|
|
43
33
|
}
|
|
44
34
|
export declare const useSetupStore: import("zustand").UseBoundStore<import("zustand").StoreApi<ISetupState & ISetupStateSetters>>;
|
package/lib/store.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { u as useDarkMode, a as
|
|
1
|
+
export { u as useDarkMode, a as useDataStreamStore, b as useDrawerStore, c as useEntityStore, d as useFilterStore, e as useInstrumentStore, f as useModalStore, g as useNotificationStore, h as usePendingStore, i as useSelectedStore, j as useSetupStore } from './index-DMXaEyAB.js';
|
|
2
2
|
import './types.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'styled-components';
|
package/lib/theme.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Comparison } from '@/functions';
|
|
2
2
|
import type { DropdownProps } from '@/components';
|
|
3
|
-
import { type Condition, FieldTypes } from '../common';
|
|
3
|
+
import { type Condition, FieldTypes, SVG } from '../common';
|
|
4
4
|
export declare enum DestinationTypes {
|
|
5
5
|
Alauda = "alauda",
|
|
6
6
|
AlibabaCloud = "alibabacloud",
|
|
@@ -67,6 +67,7 @@ export declare enum DestinationTypes {
|
|
|
67
67
|
export interface Destination {
|
|
68
68
|
id: string;
|
|
69
69
|
name: string;
|
|
70
|
+
dataStreamNames: string[];
|
|
70
71
|
exportedSignals: {
|
|
71
72
|
traces: boolean;
|
|
72
73
|
metrics: boolean;
|
|
@@ -107,6 +108,8 @@ export interface DestinationYamlProperties {
|
|
|
107
108
|
}[];
|
|
108
109
|
}
|
|
109
110
|
export interface DestinationOption {
|
|
111
|
+
id?: string;
|
|
112
|
+
selected?: boolean;
|
|
110
113
|
type: Destination['destinationType']['type'];
|
|
111
114
|
displayName: Destination['destinationType']['displayName'];
|
|
112
115
|
supportedSignals: Destination['destinationType']['supportedSignals'];
|
|
@@ -114,13 +117,15 @@ export interface DestinationOption {
|
|
|
114
117
|
fields: DestinationYamlProperties[];
|
|
115
118
|
}
|
|
116
119
|
export type DestinationCategories = {
|
|
117
|
-
|
|
120
|
+
icon?: SVG;
|
|
121
|
+
name: string;
|
|
118
122
|
description: string;
|
|
119
123
|
items: DestinationOption[];
|
|
120
124
|
}[];
|
|
121
125
|
export interface DestinationFormData {
|
|
122
126
|
type: Destination['destinationType']['type'];
|
|
123
127
|
name: Destination['destinationType']['displayName'];
|
|
128
|
+
currentStreamName: string;
|
|
124
129
|
exportedSignals: Destination['exportedSignals'];
|
|
125
130
|
fields: {
|
|
126
131
|
key: string;
|
|
@@ -138,4 +143,11 @@ export interface DestinationDynamicField {
|
|
|
138
143
|
placeholder?: string;
|
|
139
144
|
options?: DropdownProps['options'];
|
|
140
145
|
}
|
|
146
|
+
export interface TestConnectionResponse {
|
|
147
|
+
succeeded: boolean;
|
|
148
|
+
message: string;
|
|
149
|
+
reason: string;
|
|
150
|
+
destinationType?: DestinationTypes;
|
|
151
|
+
}
|
|
152
|
+
export type TestConnectionFunc = (payload: DestinationFormData) => Promise<TestConnectionResponse | undefined>;
|
|
141
153
|
export {};
|
package/lib/types/index.d.ts
CHANGED
|
@@ -4,3 +4,16 @@ export interface Namespace {
|
|
|
4
4
|
selected: boolean;
|
|
5
5
|
sources?: Source[];
|
|
6
6
|
}
|
|
7
|
+
export type FetchSingleNamespace = (payload: {
|
|
8
|
+
variables: {
|
|
9
|
+
namespaceName: string;
|
|
10
|
+
};
|
|
11
|
+
}) => Promise<{
|
|
12
|
+
loading: boolean;
|
|
13
|
+
error?: string;
|
|
14
|
+
data?: {
|
|
15
|
+
computePlatform?: {
|
|
16
|
+
k8sActualNamespace?: Namespace;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SelectedSource } from '@/store';
|
|
1
2
|
import { type Condition, ProgrammingLanguages } from '../common';
|
|
2
3
|
export declare enum K8sResourceKind {
|
|
3
4
|
Deployment = "Deployment",
|
|
@@ -13,6 +14,7 @@ export interface Source extends WorkloadId {
|
|
|
13
14
|
selected: boolean;
|
|
14
15
|
otelServiceName: string;
|
|
15
16
|
numberOfInstances?: number;
|
|
17
|
+
dataStreamNames: string[];
|
|
16
18
|
containers: {
|
|
17
19
|
containerName: string;
|
|
18
20
|
language: ProgrammingLanguages;
|
|
@@ -25,9 +27,10 @@ export interface Source extends WorkloadId {
|
|
|
25
27
|
}
|
|
26
28
|
export interface SourceFormData {
|
|
27
29
|
otelServiceName: string;
|
|
30
|
+
currentStreamName: string;
|
|
28
31
|
}
|
|
29
32
|
export type PersistSources = (selectAppsList: {
|
|
30
|
-
[namespace: string]:
|
|
33
|
+
[namespace: string]: SelectedSource[];
|
|
31
34
|
}, futureSelectAppsList: {
|
|
32
35
|
[namespace: string]: boolean;
|
|
33
36
|
}) => void;
|