@perses-dev/histogram-chart-plugin 0.9.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 (107) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +23 -0
  3. package/__mf/css/async/341.1e19d050.css +1 -0
  4. package/__mf/css/async/759.1e19d050.css +1 -0
  5. package/__mf/font/lato-all-300-normal.322bdf14.woff +0 -0
  6. package/__mf/font/lato-all-400-normal.63513b00.woff +0 -0
  7. package/__mf/font/lato-all-700-normal.bb27db94.woff +0 -0
  8. package/__mf/font/lato-all-900-normal.a27049a3.woff +0 -0
  9. package/__mf/font/lato-latin-300-normal.c5195215.woff2 +0 -0
  10. package/__mf/font/lato-latin-400-normal.b7ffde23.woff2 +0 -0
  11. package/__mf/font/lato-latin-700-normal.d5eb20bc.woff2 +0 -0
  12. package/__mf/font/lato-latin-900-normal.d884a71c.woff2 +0 -0
  13. package/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2 +0 -0
  14. package/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2 +0 -0
  15. package/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2 +0 -0
  16. package/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2 +0 -0
  17. package/__mf/js/HistogramChart.93af6e55.js +5 -0
  18. package/__mf/js/async/173.1e8a2c14.js +2 -0
  19. package/__mf/js/async/173.1e8a2c14.js.LICENSE.txt +19 -0
  20. package/__mf/js/async/293.280a8f4f.js +1 -0
  21. package/__mf/js/async/39.719defa2.js +144 -0
  22. package/__mf/js/async/39.719defa2.js.LICENSE.txt +21 -0
  23. package/__mf/js/async/774.b18c4a5c.js +1 -0
  24. package/__mf/js/async/790.15c77240.js +1 -0
  25. package/__mf/js/async/814.7ccaa658.js +10 -0
  26. package/__mf/js/async/814.7ccaa658.js.LICENSE.txt +61 -0
  27. package/__mf/js/async/863.bd42f0c4.js +2 -0
  28. package/__mf/js/async/863.bd42f0c4.js.LICENSE.txt +9 -0
  29. package/__mf/js/async/934.27722fd3.js +2 -0
  30. package/__mf/js/async/934.27722fd3.js.LICENSE.txt +37 -0
  31. package/__mf/js/async/964.b6419e33.js +2 -0
  32. package/__mf/js/async/964.b6419e33.js.LICENSE.txt +9 -0
  33. package/__mf/js/async/981.b29ba452.js +2 -0
  34. package/__mf/js/async/981.b29ba452.js.LICENSE.txt +8 -0
  35. package/__mf/js/async/__federation_expose_HistogramChart.d98de268.js +1 -0
  36. package/__mf/js/main.534b29fb.js +5 -0
  37. package/lib/HistogramChart.d.ts +8 -0
  38. package/lib/HistogramChart.d.ts.map +1 -0
  39. package/lib/HistogramChart.js +34 -0
  40. package/lib/HistogramChart.js.map +1 -0
  41. package/lib/bootstrap.d.ts +2 -0
  42. package/lib/bootstrap.d.ts.map +1 -0
  43. package/lib/bootstrap.js +19 -0
  44. package/lib/bootstrap.js.map +1 -0
  45. package/lib/cjs/HistogramChart.js +40 -0
  46. package/lib/cjs/bootstrap.js +26 -0
  47. package/lib/cjs/components/HistogramChart.js +154 -0
  48. package/lib/cjs/components/HistogramChartOptionsEditorSettings.js +120 -0
  49. package/lib/cjs/components/HistogramChartPanel.js +103 -0
  50. package/lib/cjs/components/index.js +32 -0
  51. package/lib/cjs/env.d.js +14 -0
  52. package/lib/cjs/getPluginModule.js +27 -0
  53. package/lib/cjs/histogram-chart-model.js +60 -0
  54. package/lib/cjs/index-federation.js +55 -0
  55. package/lib/cjs/index.js +47 -0
  56. package/lib/cjs/setup-tests.js +19 -0
  57. package/lib/cjs/utils/index.js +30 -0
  58. package/lib/cjs/utils/thresholds.js +22 -0
  59. package/lib/components/HistogramChart.d.ts +16 -0
  60. package/lib/components/HistogramChart.d.ts.map +1 -0
  61. package/lib/components/HistogramChart.js +146 -0
  62. package/lib/components/HistogramChart.js.map +1 -0
  63. package/lib/components/HistogramChartOptionsEditorSettings.d.ts +4 -0
  64. package/lib/components/HistogramChartOptionsEditorSettings.d.ts.map +1 -0
  65. package/lib/components/HistogramChartOptionsEditorSettings.js +107 -0
  66. package/lib/components/HistogramChartOptionsEditorSettings.js.map +1 -0
  67. package/lib/components/HistogramChartPanel.d.ts +7 -0
  68. package/lib/components/HistogramChartPanel.d.ts.map +1 -0
  69. package/lib/components/HistogramChartPanel.js +90 -0
  70. package/lib/components/HistogramChartPanel.js.map +1 -0
  71. package/lib/components/index.d.ts +4 -0
  72. package/lib/components/index.d.ts.map +1 -0
  73. package/lib/components/index.js +17 -0
  74. package/lib/components/index.js.map +1 -0
  75. package/lib/env.d.js +15 -0
  76. package/lib/env.d.js.map +1 -0
  77. package/lib/getPluginModule.d.ts +6 -0
  78. package/lib/getPluginModule.d.ts.map +1 -0
  79. package/lib/getPluginModule.js +16 -0
  80. package/lib/getPluginModule.js.map +1 -0
  81. package/lib/histogram-chart-model.d.ts +29 -0
  82. package/lib/histogram-chart-model.d.ts.map +1 -0
  83. package/lib/histogram-chart-model.js +31 -0
  84. package/lib/histogram-chart-model.js.map +1 -0
  85. package/lib/index-federation.d.ts +1 -0
  86. package/lib/index-federation.d.ts.map +1 -0
  87. package/lib/index-federation.js +15 -0
  88. package/lib/index-federation.js.map +1 -0
  89. package/lib/index.d.ts +5 -0
  90. package/lib/index.d.ts.map +1 -0
  91. package/lib/index.js +18 -0
  92. package/lib/index.js.map +1 -0
  93. package/lib/setup-tests.d.ts +2 -0
  94. package/lib/setup-tests.d.ts.map +1 -0
  95. package/lib/setup-tests.js +17 -0
  96. package/lib/setup-tests.js.map +1 -0
  97. package/lib/utils/index.d.ts +2 -0
  98. package/lib/utils/index.d.ts.map +1 -0
  99. package/lib/utils/index.js +15 -0
  100. package/lib/utils/index.js.map +1 -0
  101. package/lib/utils/thresholds.d.ts +4 -0
  102. package/lib/utils/thresholds.d.ts.map +1 -0
  103. package/lib/utils/thresholds.js +14 -0
  104. package/lib/utils/thresholds.js.map +1 -0
  105. package/mf-manifest.json +169 -0
  106. package/mf-stats.json +199 -0
  107. package/package.json +55 -0
@@ -0,0 +1,61 @@
1
+ /*!
2
+ * ZRender, a high performance 2d drawing library.
3
+ *
4
+ * Copyright (c) 2013, Baidu Inc.
5
+ * All rights reserved.
6
+ *
7
+ * LICENSE
8
+ * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
9
+ */
10
+
11
+ /*! *****************************************************************************
12
+ Copyright (c) Microsoft Corporation.
13
+
14
+ Permission to use, copy, modify, and/or distribute this software for any
15
+ purpose with or without fee is hereby granted.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
18
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
20
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
21
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
22
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23
+ PERFORMANCE OF THIS SOFTWARE.
24
+ ***************************************************************************** */
25
+
26
+ /**
27
+ * @license React
28
+ * react-is.production.js
29
+ *
30
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
31
+ *
32
+ * This source code is licensed under the MIT license found in the
33
+ * LICENSE file in the root directory of this source tree.
34
+ */
35
+
36
+ /**
37
+ * @license React
38
+ * react-jsx-runtime.production.min.js
39
+ *
40
+ * Copyright (c) Facebook, Inc. and its affiliates.
41
+ *
42
+ * This source code is licensed under the MIT license found in the
43
+ * LICENSE file in the root directory of this source tree.
44
+ */
45
+
46
+ /**
47
+ * @mui/styled-engine v6.4.8
48
+ *
49
+ * @license MIT
50
+ * This source code is licensed under the MIT license found in the
51
+ * LICENSE file in the root directory of this source tree.
52
+ */
53
+
54
+ /** @license React v16.13.1
55
+ * react-is.production.min.js
56
+ *
57
+ * Copyright (c) Facebook, Inc. and its affiliates.
58
+ *
59
+ * This source code is licensed under the MIT license found in the
60
+ * LICENSE file in the root directory of this source tree.
61
+ */
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 863.bd42f0c4.js.LICENSE.txt */
2
+ "use strict";(self.chunk_HistogramChart=self.chunk_HistogramChart||[]).push([["863"],{7634:function(e,r,t){var o=t(6085);r.createRoot=o.createRoot,r.hydrateRoot=o.hydrateRoot},1426:function(e,r,t){var o=t(4538),n=Symbol.for("react.element"),a=Symbol.for("react.fragment"),f=Object.prototype.hasOwnProperty,c=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function u(e,r,t){var o,a={},u=null,_=null;for(o in void 0!==t&&(u=""+t),void 0!==r.key&&(u=""+r.key),void 0!==r.ref&&(_=r.ref),r)f.call(r,o)&&!s.hasOwnProperty(o)&&(a[o]=r[o]);if(e&&e.defaultProps)for(o in r=e.defaultProps)void 0===a[o]&&(a[o]=r[o]);return{$$typeof:n,type:e,key:u,ref:_,props:a,_owner:c.current}}r.Fragment=a,r.jsx=u,r.jsxs=u},4246:function(e,r,t){e.exports=t(1426)},7102:function(e,r,t){t.r(r);var o=t(4246),n=t(4538),a=t.n(n);t(7634).createRoot(document.getElementById("root")).render((0,o.jsx)(a().StrictMode,{}))}}]);
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license React
3
+ * react-jsx-runtime.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */