@perses-dev/timeseries-table-plugin 0.7.0 → 0.7.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.
- package/__mf/js/{2795.da99f4e6.js → 2795.a440ef38.js} +1 -1
- package/__mf/js/{TimeSeriesTable.4632354a.js → TimeSeriesTable.2da81b85.js} +3 -3
- package/__mf/js/async/1143.485578ee.js +37 -0
- package/__mf/js/async/1146.07aa30ae.js +1 -0
- package/__mf/js/async/1495.b3e3893c.js +29 -0
- package/__mf/js/async/2292.fc810bed.js +2 -0
- package/__mf/js/async/2980.18947ff5.js +1 -0
- package/__mf/js/async/{5409.6e494cf6.js → 5409.a87deb49.js} +1 -1
- package/__mf/js/async/5901.13294148.js +2 -0
- package/__mf/js/async/7179.07f82b2f.js +73 -0
- package/__mf/js/async/{__federation_expose_TimeSeriesTable.1b608971.js → __federation_expose_TimeSeriesTable.6b53cd91.js} +1 -1
- package/__mf/js/main.631883b2.js +1 -0
- package/mf-manifest.json +48 -86
- package/mf-stats.json +49 -87
- package/package.json +5 -11
- package/__mf/css/async/8433.53436797.css +0 -1
- package/__mf/js/async/1996.eb63b85f.js +0 -2
- package/__mf/js/async/2358.d5e2a579.js +0 -7
- package/__mf/js/async/2399.c004c2a0.js +0 -23
- package/__mf/js/async/2641.01bd627c.js +0 -1
- package/__mf/js/async/3001.f5a37a5a.js +0 -1
- package/__mf/js/async/3111.078f056e.js +0 -37
- package/__mf/js/async/3598.da131c3c.js +0 -1
- package/__mf/js/async/3660.8a07b6df.js +0 -23
- package/__mf/js/async/4446.de8c4376.js +0 -1
- package/__mf/js/async/52.66016701.js +0 -2
- package/__mf/js/async/5662.5aa06a68.js +0 -1
- package/__mf/js/async/5767.9f409196.js +0 -1
- package/__mf/js/async/5998.273ad1d8.js +0 -73
- package/__mf/js/async/654.0d83c19c.js +0 -1
- package/__mf/js/async/6884.bc471e42.js +0 -1
- package/__mf/js/async/7606.1f156522.js +0 -1
- package/__mf/js/async/894.670bb5d0.js +0 -1
- package/__mf/js/async/9560.b16c7025.js +0 -1
- package/__mf/js/async/9954.d0a3f126.js +0 -1
- package/__mf/js/main.f66bbd09.js +0 -1
- /package/__mf/js/async/{2358.d5e2a579.js.LICENSE.txt → 1495.b3e3893c.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1996.eb63b85f.js.LICENSE.txt → 2292.fc810bed.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{52.66016701.js.LICENSE.txt → 5901.13294148.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5998.273ad1d8.js.LICENSE.txt → 7179.07f82b2f.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/timeseries-table-plugin",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "rsbuild dev",
|
|
6
6
|
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
@@ -15,20 +15,14 @@
|
|
|
15
15
|
"main": "lib/cjs/index.js",
|
|
16
16
|
"module": "lib/index.js",
|
|
17
17
|
"types": "lib/index.d.ts",
|
|
18
|
-
"dependencies": {
|
|
19
|
-
"@perses-dev/components": "0.0.0-snapshot-histogram-types-78c5104",
|
|
20
|
-
"@perses-dev/core": "0.0.0-snapshot-histogram-types-78c5104",
|
|
21
|
-
"@perses-dev/plugin-system": "0.0.0-snapshot-histogram-types-78c5104",
|
|
22
|
-
"@perses-dev/dashboards": "0.0.0-snapshot-histogram-types-78c5104"
|
|
23
|
-
},
|
|
24
18
|
"peerDependencies": {
|
|
25
19
|
"@emotion/react": "^11.7.1",
|
|
26
20
|
"@emotion/styled": "^11.6.0",
|
|
27
21
|
"@hookform/resolvers": "^3.2.0",
|
|
28
|
-
"@perses-dev/components": "^0.51.0-
|
|
29
|
-
"@perses-dev/core": "^0.51.0-
|
|
30
|
-
"@perses-dev/plugin-system": "^0.51.0-
|
|
31
|
-
"@perses-dev/dashboards": "^0.51.0-
|
|
22
|
+
"@perses-dev/components": "^0.51.0-rc.0",
|
|
23
|
+
"@perses-dev/core": "^0.51.0-rc.0",
|
|
24
|
+
"@perses-dev/plugin-system": "^0.51.0-rc.0",
|
|
25
|
+
"@perses-dev/dashboards": "^0.51.0-rc.0",
|
|
32
26
|
"date-fns": "^4.1.0",
|
|
33
27
|
"date-fns-tz": "^3.2.0",
|
|
34
28
|
"echarts": "5.5.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-300-normal.c5195215.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-400-normal.b7ffde23.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-700-normal.d5eb20bc.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/TimeSeriesTable/__mf/font/lato-latin-900-normal.d884a71c.woff2)format("woff2"),url(/plugins/TimeSeriesTable/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
|