@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.
Files changed (116) hide show
  1. package/dist/dashboards/DashboardView.d.ts +12 -2
  2. package/dist/dashboards/DashboardView.d.ts.map +1 -1
  3. package/dist/dashboards/adapters/time-series-adapter.d.ts.map +1 -1
  4. package/dist/dashboards/editor/CartesianDisplayFields.d.ts +7 -0
  5. package/dist/dashboards/editor/CartesianDisplayFields.d.ts.map +1 -0
  6. package/dist/dashboards/editor/DashboardEditorPage.d.ts +15 -0
  7. package/dist/dashboards/editor/DashboardEditorPage.d.ts.map +1 -0
  8. package/dist/dashboards/editor/DashboardJsonTab.d.ts +16 -0
  9. package/dist/dashboards/editor/DashboardJsonTab.d.ts.map +1 -0
  10. package/dist/dashboards/editor/DimensionSelect.d.ts +12 -0
  11. package/dist/dashboards/editor/DimensionSelect.d.ts.map +1 -0
  12. package/dist/dashboards/editor/DoughnutCentreFields.d.ts +12 -0
  13. package/dist/dashboards/editor/DoughnutCentreFields.d.ts.map +1 -0
  14. package/dist/dashboards/editor/EmptyDashboardState.d.ts +6 -0
  15. package/dist/dashboards/editor/EmptyDashboardState.d.ts.map +1 -0
  16. package/dist/dashboards/editor/FacetDisplayFields.d.ts +12 -0
  17. package/dist/dashboards/editor/FacetDisplayFields.d.ts.map +1 -0
  18. package/dist/dashboards/editor/FacetQueryFields.d.ts +7 -0
  19. package/dist/dashboards/editor/FacetQueryFields.d.ts.map +1 -0
  20. package/dist/dashboards/editor/InlineEditableText.d.ts +15 -0
  21. package/dist/dashboards/editor/InlineEditableText.d.ts.map +1 -0
  22. package/dist/dashboards/editor/LabelledRow.d.ts +16 -0
  23. package/dist/dashboards/editor/LabelledRow.d.ts.map +1 -0
  24. package/dist/dashboards/editor/MeasureSelect.d.ts +14 -0
  25. package/dist/dashboards/editor/MeasureSelect.d.ts.map +1 -0
  26. package/dist/dashboards/editor/MetricGroupItemsEditor.d.ts +17 -0
  27. package/dist/dashboards/editor/MetricGroupItemsEditor.d.ts.map +1 -0
  28. package/dist/dashboards/editor/MetricQueryFields.d.ts +7 -0
  29. package/dist/dashboards/editor/MetricQueryFields.d.ts.map +1 -0
  30. package/dist/dashboards/editor/MetricSelect.d.ts +12 -0
  31. package/dist/dashboards/editor/MetricSelect.d.ts.map +1 -0
  32. package/dist/dashboards/editor/SentimentSelect.d.ts +14 -0
  33. package/dist/dashboards/editor/SentimentSelect.d.ts.map +1 -0
  34. package/dist/dashboards/editor/SeriesListEditor.d.ts +13 -0
  35. package/dist/dashboards/editor/SeriesListEditor.d.ts.map +1 -0
  36. package/dist/dashboards/editor/VisualizationTypePicker.d.ts +7 -0
  37. package/dist/dashboards/editor/VisualizationTypePicker.d.ts.map +1 -0
  38. package/dist/dashboards/editor/WidgetConfigForm.d.ts +17 -0
  39. package/dist/dashboards/editor/WidgetConfigForm.d.ts.map +1 -0
  40. package/dist/dashboards/editor/WidgetEditorPanel.d.ts +25 -0
  41. package/dist/dashboards/editor/WidgetEditorPanel.d.ts.map +1 -0
  42. package/dist/dashboards/editor/WidgetIdentityFields.d.ts +12 -0
  43. package/dist/dashboards/editor/WidgetIdentityFields.d.ts.map +1 -0
  44. package/dist/dashboards/editor/WidgetPreview.d.ts +14 -0
  45. package/dist/dashboards/editor/WidgetPreview.d.ts.map +1 -0
  46. package/dist/dashboards/editor/convert-widget-type.d.ts +7 -0
  47. package/dist/dashboards/editor/convert-widget-type.d.ts.map +1 -0
  48. package/dist/dashboards/editor/dashboard-editor-state.d.ts +86 -0
  49. package/dist/dashboards/editor/dashboard-editor-state.d.ts.map +1 -0
  50. package/dist/dashboards/editor/dashboard-json.d.ts +22 -0
  51. package/dist/dashboards/editor/dashboard-json.d.ts.map +1 -0
  52. package/dist/dashboards/editor/facet-display-cols.d.ts +7 -0
  53. package/dist/dashboards/editor/facet-display-cols.d.ts.map +1 -0
  54. package/dist/dashboards/editor/is-json-equal.d.ts +14 -0
  55. package/dist/dashboards/editor/is-json-equal.d.ts.map +1 -0
  56. package/dist/dashboards/editor/normalize-widget-for-editor.d.ts +17 -0
  57. package/dist/dashboards/editor/normalize-widget-for-editor.d.ts.map +1 -0
  58. package/dist/dashboards/editor/suggest-widget-title.d.ts +7 -0
  59. package/dist/dashboards/editor/suggest-widget-title.d.ts.map +1 -0
  60. package/dist/dashboards/editor/use-debounced-value.d.ts +6 -0
  61. package/dist/dashboards/editor/use-debounced-value.d.ts.map +1 -0
  62. package/dist/dashboards/editor/widget-auto-scope.d.ts +14 -0
  63. package/dist/dashboards/editor/widget-auto-scope.d.ts.map +1 -0
  64. package/dist/dashboards/index.d.ts +1 -1
  65. package/dist/dashboards/index.d.ts.map +1 -1
  66. package/dist/dashboards/metric-catalog.d.ts +78 -0
  67. package/dist/dashboards/metric-catalog.d.ts.map +1 -0
  68. package/dist/dashboards/renderers/BreakdownPresentation.d.ts +1 -1
  69. package/dist/dashboards/renderers/BreakdownPresentation.d.ts.map +1 -1
  70. package/dist/dashboards/renderers/BreakdownWidgetRenderer.d.ts.map +1 -1
  71. package/dist/dashboards/renderers/CartesianWidgetRenderer.d.ts.map +1 -1
  72. package/dist/dashboards/renderers/MetricGroupWidgetRenderer.d.ts.map +1 -1
  73. package/dist/dashboards/templates/dashboard-template.d.ts.map +1 -1
  74. package/dist/dashboards/widget-data.d.ts +9 -1
  75. package/dist/dashboards/widget-data.d.ts.map +1 -1
  76. package/dist/data-sources/dashboard-persistence.d.ts +17 -1
  77. package/dist/data-sources/dashboard-persistence.d.ts.map +1 -1
  78. package/dist/data-sources/filter-serialization.d.ts +16 -1
  79. package/dist/data-sources/filter-serialization.d.ts.map +1 -1
  80. package/dist/filter-providers-context.js +32 -29
  81. package/dist/hooks/query-keys.d.ts +2 -0
  82. package/dist/hooks/query-keys.d.ts.map +1 -1
  83. package/dist/hooks/use-custom-dashboards.d.ts +18 -0
  84. package/dist/hooks/use-custom-dashboards.d.ts.map +1 -0
  85. package/dist/hooks/use-stable-time-range.d.ts +9 -6
  86. package/dist/hooks/use-stable-time-range.d.ts.map +1 -1
  87. package/dist/index.d.ts +6 -2
  88. package/dist/index.d.ts.map +1 -1
  89. package/dist/index.js +4907 -1943
  90. package/dist/persistence/local-storage-dashboard-persistence.d.ts +20 -0
  91. package/dist/persistence/local-storage-dashboard-persistence.d.ts.map +1 -0
  92. package/dist/providers/dashboard-persistence-provider.d.ts +5 -0
  93. package/dist/providers/dashboard-persistence-provider.d.ts.map +1 -1
  94. package/dist/providers/index.d.ts +1 -1
  95. package/dist/providers/index.d.ts.map +1 -1
  96. package/dist/routing/DashboardListPage.d.ts.map +1 -1
  97. package/dist/routing/ObservabilityDashboardPage.d.ts.map +1 -1
  98. package/dist/routing/ObservabilityRoutes.d.ts.map +1 -1
  99. package/dist/routing/use-observability-url-state.d.ts +9 -1
  100. package/dist/routing/use-observability-url-state.d.ts.map +1 -1
  101. package/dist/styles/observability.css +1 -1
  102. package/dist/testing/graphene-charts-dashboard-grid-mock.d.ts +1 -1
  103. package/dist/testing/graphene-charts-dashboard-grid-mock.d.ts.map +1 -1
  104. package/dist/testing/graphene-core-code-editor-mock.d.ts +10 -0
  105. package/dist/testing/graphene-core-code-editor-mock.d.ts.map +1 -0
  106. package/dist/testing/graphene-core-icons-mock.d.ts +10 -1
  107. package/dist/testing/graphene-core-icons-mock.d.ts.map +1 -1
  108. package/dist/testing/graphene-core-mock.d.ts +62 -2
  109. package/dist/testing/graphene-core-mock.d.ts.map +1 -1
  110. package/dist/testing/mock-metrics-data-source.d.ts.map +1 -1
  111. package/dist/testing.js +1 -1
  112. package/dist/types/domain.d.ts +25 -0
  113. package/dist/types/domain.d.ts.map +1 -1
  114. package/dist/url-state/codec.d.ts +11 -2
  115. package/dist/url-state/codec.d.ts.map +1 -1
  116. 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.