@perses-dev/timeseries-chart-plugin 0.13.0-beta.0 → 0.13.0-beta.1

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 (48) hide show
  1. package/__mf/js/{TimeSeriesChart.7df900ef.js → TimeSeriesChart.f9dd142d.js} +2 -2
  2. package/__mf/js/async/187.2cc43fac.js +24 -0
  3. package/__mf/js/async/568.cdcaf97d.js +1 -0
  4. package/__mf/js/async/681.8d61b348.js +110 -0
  5. package/__mf/js/async/681.8d61b348.js.LICENSE.txt +27 -0
  6. package/__mf/js/async/724.3439df06.js +1 -0
  7. package/__mf/js/async/780.12a33d06.js +39 -0
  8. package/__mf/js/async/{721.88bf4be4.js.LICENSE.txt → 780.12a33d06.js.LICENSE.txt} +11 -23
  9. package/__mf/js/async/907.5ce8f69d.js +7 -0
  10. package/__mf/js/async/__federation_expose_TimeSeriesChart.d1167045.js +1 -0
  11. package/__mf/js/{main.496219f9.js → main.2bb9f3e3.js} +2 -2
  12. package/lib/QuerySettingsEditor.d.ts.map +1 -1
  13. package/lib/QuerySettingsEditor.js.map +1 -1
  14. package/lib/TimeSeriesChartBase.d.ts +2 -2
  15. package/lib/TimeSeriesChartBase.d.ts.map +1 -1
  16. package/lib/TimeSeriesChartBase.js +1 -2
  17. package/lib/TimeSeriesChartBase.js.map +1 -1
  18. package/lib/TimeSeriesChartPanel.d.ts +1 -1
  19. package/lib/TimeSeriesChartPanel.d.ts.map +1 -1
  20. package/lib/TimeSeriesChartPanel.js +2 -3
  21. package/lib/TimeSeriesChartPanel.js.map +1 -1
  22. package/lib/cjs/TimeSeriesChartBase.js +3 -4
  23. package/lib/cjs/TimeSeriesChartPanel.js +4 -5
  24. package/lib/cjs/utils/data-transform.js +1 -2
  25. package/lib/test/mock-query-results.d.ts +1 -1
  26. package/lib/test/mock-query-results.js.map +1 -1
  27. package/lib/time-series-chart-model.d.ts +2 -1
  28. package/lib/time-series-chart-model.d.ts.map +1 -1
  29. package/lib/time-series-chart-model.js.map +1 -1
  30. package/lib/utils/data-transform.d.ts +2 -2
  31. package/lib/utils/data-transform.d.ts.map +1 -1
  32. package/lib/utils/data-transform.js +1 -2
  33. package/lib/utils/data-transform.js.map +1 -1
  34. package/mf-manifest.json +14 -15
  35. package/mf-stats.json +14 -15
  36. package/package.json +4 -4
  37. package/__mf/js/async/366.084dd32e.js +0 -24
  38. package/__mf/js/async/377.7ec764e5.js +0 -2
  39. package/__mf/js/async/377.7ec764e5.js.LICENSE.txt +0 -15
  40. package/__mf/js/async/558.401fb679.js +0 -1
  41. package/__mf/js/async/721.88bf4be4.js +0 -110
  42. package/__mf/js/async/826.c7b150c6.js +0 -7
  43. package/__mf/js/async/891.18ba0e56.js +0 -38
  44. package/__mf/js/async/945.1a85358e.js +0 -1
  45. package/__mf/js/async/__federation_expose_TimeSeriesChart.0329eb0a.js +0 -1
  46. /package/__mf/css/async/{826.85c2cbf6.css → 907.85c2cbf6.css} +0 -0
  47. /package/__mf/js/async/{366.084dd32e.js.LICENSE.txt → 187.2cc43fac.js.LICENSE.txt} +0 -0
  48. /package/__mf/js/async/{826.c7b150c6.js.LICENSE.txt → 907.5ce8f69d.js.LICENSE.txt} +0 -0
@@ -20,30 +20,18 @@
20
20
  * SOFTWARE.
21
21
  */
22
22
 
23
- /**
24
- * @license React
25
- * react-is.production.js
26
- *
27
- * Copyright (c) Meta Platforms, Inc. and affiliates.
28
- *
29
- * This source code is licensed under the MIT license found in the
30
- * LICENSE file in the root directory of this source tree.
31
- */
32
-
33
- /**
34
- * @license React
35
- * react-jsx-runtime.production.min.js
36
- *
37
- * Copyright (c) Facebook, Inc. and its affiliates.
38
- *
39
- * This source code is licensed under the MIT license found in the
40
- * LICENSE file in the root directory of this source tree.
23
+ /*!
24
+ * decimal.js v10.6.0
25
+ * An arbitrary-precision Decimal type for JavaScript.
26
+ * https://github.com/MikeMcl/decimal.js
27
+ * Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
28
+ * MIT Licence
41
29
  */
42
30
 
43
31
  /**
44
- * @mui/styled-engine v6.5.0
32
+ * @license Fraction.js v4.3.7 31/08/2023
33
+ * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
45
34
  *
46
- * @license MIT
47
- * This source code is licensed under the MIT license found in the
48
- * LICENSE file in the root directory of this source tree.
49
- */
35
+ * Copyright (c) 2023, Robert Eisele (robert@raw.org)
36
+ * Dual licensed under the MIT or GPL Version 2 licenses.
37
+ **/