@gravitee/gamma-lib-observability 1.39.2 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dashboards/DashboardView.d.ts +12 -2
- package/dist/dashboards/DashboardView.d.ts.map +1 -1
- package/dist/dashboards/adapters/time-series-adapter.d.ts.map +1 -1
- package/dist/dashboards/editor/CartesianDisplayFields.d.ts +7 -0
- package/dist/dashboards/editor/CartesianDisplayFields.d.ts.map +1 -0
- package/dist/dashboards/editor/DashboardEditorPage.d.ts +15 -0
- package/dist/dashboards/editor/DashboardEditorPage.d.ts.map +1 -0
- package/dist/dashboards/editor/DashboardJsonTab.d.ts +16 -0
- package/dist/dashboards/editor/DashboardJsonTab.d.ts.map +1 -0
- package/dist/dashboards/editor/DimensionSelect.d.ts +12 -0
- package/dist/dashboards/editor/DimensionSelect.d.ts.map +1 -0
- package/dist/dashboards/editor/DoughnutCentreFields.d.ts +12 -0
- package/dist/dashboards/editor/DoughnutCentreFields.d.ts.map +1 -0
- package/dist/dashboards/editor/EmptyDashboardState.d.ts +6 -0
- package/dist/dashboards/editor/EmptyDashboardState.d.ts.map +1 -0
- package/dist/dashboards/editor/FacetDisplayFields.d.ts +12 -0
- package/dist/dashboards/editor/FacetDisplayFields.d.ts.map +1 -0
- package/dist/dashboards/editor/FacetQueryFields.d.ts +7 -0
- package/dist/dashboards/editor/FacetQueryFields.d.ts.map +1 -0
- package/dist/dashboards/editor/InlineEditableText.d.ts +15 -0
- package/dist/dashboards/editor/InlineEditableText.d.ts.map +1 -0
- package/dist/dashboards/editor/LabelledRow.d.ts +16 -0
- package/dist/dashboards/editor/LabelledRow.d.ts.map +1 -0
- package/dist/dashboards/editor/MeasureSelect.d.ts +14 -0
- package/dist/dashboards/editor/MeasureSelect.d.ts.map +1 -0
- package/dist/dashboards/editor/MetricGroupItemsEditor.d.ts +17 -0
- package/dist/dashboards/editor/MetricGroupItemsEditor.d.ts.map +1 -0
- package/dist/dashboards/editor/MetricQueryFields.d.ts +7 -0
- package/dist/dashboards/editor/MetricQueryFields.d.ts.map +1 -0
- package/dist/dashboards/editor/MetricSelect.d.ts +12 -0
- package/dist/dashboards/editor/MetricSelect.d.ts.map +1 -0
- package/dist/dashboards/editor/SentimentSelect.d.ts +14 -0
- package/dist/dashboards/editor/SentimentSelect.d.ts.map +1 -0
- package/dist/dashboards/editor/SeriesListEditor.d.ts +13 -0
- package/dist/dashboards/editor/SeriesListEditor.d.ts.map +1 -0
- package/dist/dashboards/editor/VisualizationTypePicker.d.ts +7 -0
- package/dist/dashboards/editor/VisualizationTypePicker.d.ts.map +1 -0
- package/dist/dashboards/editor/WidgetConfigForm.d.ts +17 -0
- package/dist/dashboards/editor/WidgetConfigForm.d.ts.map +1 -0
- package/dist/dashboards/editor/WidgetEditorPanel.d.ts +25 -0
- package/dist/dashboards/editor/WidgetEditorPanel.d.ts.map +1 -0
- package/dist/dashboards/editor/WidgetIdentityFields.d.ts +12 -0
- package/dist/dashboards/editor/WidgetIdentityFields.d.ts.map +1 -0
- package/dist/dashboards/editor/WidgetPreview.d.ts +14 -0
- package/dist/dashboards/editor/WidgetPreview.d.ts.map +1 -0
- package/dist/dashboards/editor/convert-widget-type.d.ts +7 -0
- package/dist/dashboards/editor/convert-widget-type.d.ts.map +1 -0
- package/dist/dashboards/editor/dashboard-editor-state.d.ts +86 -0
- package/dist/dashboards/editor/dashboard-editor-state.d.ts.map +1 -0
- package/dist/dashboards/editor/dashboard-json.d.ts +22 -0
- package/dist/dashboards/editor/dashboard-json.d.ts.map +1 -0
- package/dist/dashboards/editor/facet-display-cols.d.ts +7 -0
- package/dist/dashboards/editor/facet-display-cols.d.ts.map +1 -0
- package/dist/dashboards/editor/is-json-equal.d.ts +14 -0
- package/dist/dashboards/editor/is-json-equal.d.ts.map +1 -0
- package/dist/dashboards/editor/normalize-widget-for-editor.d.ts +17 -0
- package/dist/dashboards/editor/normalize-widget-for-editor.d.ts.map +1 -0
- package/dist/dashboards/editor/suggest-widget-title.d.ts +7 -0
- package/dist/dashboards/editor/suggest-widget-title.d.ts.map +1 -0
- package/dist/dashboards/editor/use-debounced-value.d.ts +6 -0
- package/dist/dashboards/editor/use-debounced-value.d.ts.map +1 -0
- package/dist/dashboards/editor/widget-auto-scope.d.ts +14 -0
- package/dist/dashboards/editor/widget-auto-scope.d.ts.map +1 -0
- package/dist/dashboards/index.d.ts +1 -1
- package/dist/dashboards/index.d.ts.map +1 -1
- package/dist/dashboards/metric-catalog.d.ts +78 -0
- package/dist/dashboards/metric-catalog.d.ts.map +1 -0
- package/dist/dashboards/renderers/BreakdownPresentation.d.ts +1 -1
- package/dist/dashboards/renderers/BreakdownPresentation.d.ts.map +1 -1
- package/dist/dashboards/renderers/BreakdownWidgetRenderer.d.ts.map +1 -1
- package/dist/dashboards/renderers/CartesianWidgetRenderer.d.ts.map +1 -1
- package/dist/dashboards/renderers/MetricGroupWidgetRenderer.d.ts.map +1 -1
- package/dist/dashboards/templates/dashboard-template.d.ts.map +1 -1
- package/dist/dashboards/widget-data.d.ts +9 -1
- package/dist/dashboards/widget-data.d.ts.map +1 -1
- package/dist/data-sources/dashboard-persistence.d.ts +17 -1
- package/dist/data-sources/dashboard-persistence.d.ts.map +1 -1
- package/dist/data-sources/filter-serialization.d.ts +16 -1
- package/dist/data-sources/filter-serialization.d.ts.map +1 -1
- package/dist/filter-providers-context.js +32 -29
- package/dist/hooks/query-keys.d.ts +2 -0
- package/dist/hooks/query-keys.d.ts.map +1 -1
- package/dist/hooks/use-custom-dashboards.d.ts +18 -0
- package/dist/hooks/use-custom-dashboards.d.ts.map +1 -0
- package/dist/hooks/use-stable-time-range.d.ts +9 -6
- package/dist/hooks/use-stable-time-range.d.ts.map +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4907 -1943
- package/dist/persistence/local-storage-dashboard-persistence.d.ts +20 -0
- package/dist/persistence/local-storage-dashboard-persistence.d.ts.map +1 -0
- package/dist/providers/dashboard-persistence-provider.d.ts +5 -0
- package/dist/providers/dashboard-persistence-provider.d.ts.map +1 -1
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/routing/DashboardListPage.d.ts.map +1 -1
- package/dist/routing/ObservabilityDashboardPage.d.ts.map +1 -1
- package/dist/routing/ObservabilityRoutes.d.ts.map +1 -1
- package/dist/routing/use-observability-url-state.d.ts +9 -1
- package/dist/routing/use-observability-url-state.d.ts.map +1 -1
- package/dist/styles/observability.css +1 -1
- package/dist/testing/graphene-charts-dashboard-grid-mock.d.ts +1 -1
- package/dist/testing/graphene-charts-dashboard-grid-mock.d.ts.map +1 -1
- package/dist/testing/graphene-core-code-editor-mock.d.ts +10 -0
- package/dist/testing/graphene-core-code-editor-mock.d.ts.map +1 -0
- package/dist/testing/graphene-core-icons-mock.d.ts +10 -1
- package/dist/testing/graphene-core-icons-mock.d.ts.map +1 -1
- package/dist/testing/graphene-core-mock.d.ts +62 -2
- package/dist/testing/graphene-core-mock.d.ts.map +1 -1
- package/dist/testing/mock-metrics-data-source.d.ts.map +1 -1
- package/dist/testing.js +1 -1
- package/dist/types/domain.d.ts +25 -0
- package/dist/types/domain.d.ts.map +1 -1
- package/dist/url-state/codec.d.ts +11 -2
- package/dist/url-state/codec.d.ts.map +1 -1
- package/package.json +11 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.