@perses-dev/loki-plugin 0.3.0 → 0.5.0-beta.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/__mf/js/Loki.b64c7408.js +6 -0
- package/__mf/js/async/1238.71fd7843.js +1 -0
- package/__mf/js/async/1490.0d8dcc42.js +22 -0
- package/__mf/js/async/1501.eefd56b9.js +1 -0
- package/__mf/js/async/1616.60c9a082.js +1 -0
- package/__mf/js/async/1728.21a8f690.js +1 -0
- package/__mf/js/async/1811.a291a38b.js +28 -0
- package/__mf/js/async/1825.5005b3af.js +1 -0
- package/__mf/js/async/1969.53d223ca.js +1 -0
- package/__mf/js/async/2043.eb7e1c61.js +2 -0
- package/__mf/js/async/2386.a3cfef97.js +2 -0
- package/__mf/js/async/3059.cb101ca2.js +1 -0
- package/__mf/js/async/3181.d2b90b95.js +2 -0
- package/__mf/js/async/3849.85df5535.js +7 -0
- package/__mf/js/async/392.c0f9d49a.js +2 -0
- package/__mf/js/async/{1964.7b2e7223.js → 4121.328a1e93.js} +2 -2
- package/__mf/js/async/4466.21ddc88c.js +74 -0
- package/__mf/js/async/{2651.ef335482.js → 5002.29685f8e.js} +1 -1
- package/__mf/js/async/5071.a03a64fd.js +1 -0
- package/__mf/js/async/5440.3fedd5ea.js +2 -0
- package/__mf/js/async/5501.01af8b43.js +2 -0
- package/__mf/js/async/{5214.fee648bb.js → 5587.55dbc663.js} +1 -1
- package/__mf/js/async/6100.e2898f9c.js +1 -0
- package/__mf/js/async/6274.293b47c4.js +2 -0
- package/__mf/js/async/6283.78af4bc8.js +2 -0
- package/__mf/js/async/6498.903f2a94.js +2 -0
- package/__mf/js/async/7177.b50a1c64.js +1 -0
- package/__mf/js/async/7192.4dea1fd0.js +1 -0
- package/__mf/js/async/7370.0ddd349a.js +2 -0
- package/__mf/js/async/7968.ec040694.js +1 -0
- package/__mf/js/async/7978.38078276.js +1 -0
- package/__mf/js/async/8035.8dab4893.js +38 -0
- package/__mf/js/async/8356.5635696c.js +1 -0
- package/__mf/js/async/8470.c67049a2.js +2 -0
- package/__mf/js/async/8482.07caae1a.js +1 -0
- package/__mf/js/async/873.02aa55af.js +1 -0
- package/__mf/js/async/8988.1c565f12.js +1 -0
- package/__mf/js/async/9071.ed72bdac.js +2 -0
- package/__mf/js/async/9235.f2e0e95c.js +1 -0
- package/__mf/js/async/9389.a8ea42a0.js +2 -0
- package/__mf/js/async/941.0bce16fe.js +2 -0
- package/__mf/js/async/9588.2d82f477.js +1 -0
- package/__mf/js/async/9754.5d7b21c2.js +10 -0
- package/__mf/js/async/9836.de786d07.js +1 -0
- package/__mf/js/async/__federation_expose_LokiDatasource.3da46ee2.js +2 -0
- package/__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js +1 -0
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js +1 -0
- package/__mf/js/main.de30f7e6.js +6 -0
- package/lib/bootstrap.js +3 -3
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/complete.js +258 -0
- package/lib/cjs/components/logql-editor.js +6 -3
- package/lib/cjs/components/logql-extension.js +15 -1
- package/lib/cjs/model/index.js +1 -0
- package/lib/cjs/model/loki-client.js +10 -10
- package/lib/cjs/model/loki-selectors.js +5 -5
- package/lib/cjs/queries/constants.js +3 -3
- package/lib/cjs/queries/loki-log-query/LokiLogQueryEditor.js +21 -17
- package/lib/cjs/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +5 -16
- package/lib/components/complete.d.ts +37 -0
- package/lib/components/complete.d.ts.map +1 -0
- package/lib/components/complete.js +249 -0
- package/lib/components/complete.js.map +1 -0
- package/lib/components/logql-editor.d.ts +4 -1
- package/lib/components/logql-editor.d.ts.map +1 -1
- package/lib/components/logql-editor.js +7 -4
- package/lib/components/logql-editor.js.map +1 -1
- package/lib/components/logql-extension.d.ts +9 -1
- package/lib/components/logql-extension.d.ts.map +1 -1
- package/lib/components/logql-extension.js +15 -1
- package/lib/components/logql-extension.js.map +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js.map +1 -1
- package/lib/model/index.d.ts +1 -0
- package/lib/model/index.d.ts.map +1 -1
- package/lib/model/index.js +1 -0
- package/lib/model/index.js.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js +23 -19
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js.map +1 -1
- package/lib/queries/loki-log-query/get-loki-log-data.js.map +1 -1
- package/lib/queries/loki-log-query/log-query-plugin-interface.d.ts +0 -1
- package/lib/queries/loki-log-query/log-query-plugin-interface.d.ts.map +1 -1
- package/lib/queries/loki-log-query/log-query-plugin-interface.js.map +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.d.ts.map +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +5 -16
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.d.ts +1 -4
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.d.ts.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.js.map +1 -1
- package/mf-manifest.json +107 -102
- package/mf-stats.json +107 -102
- package/package.json +7 -6
- package/__mf/js/Loki.2f631825.js +0 -5
- package/__mf/js/async/1360.2348e2a7.js +0 -10
- package/__mf/js/async/1540.6b797827.js +0 -74
- package/__mf/js/async/1580.c7d3c3f1.js +0 -2
- package/__mf/js/async/2178.c22bac1c.js +0 -2
- package/__mf/js/async/2226.a056d1a3.js +0 -1
- package/__mf/js/async/2292.35c2eeec.js +0 -2
- package/__mf/js/async/2472.75bb97e0.js +0 -22
- package/__mf/js/async/2652.7b7038d2.js +0 -28
- package/__mf/js/async/2708.9651e2da.js +0 -1
- package/__mf/js/async/282.6c4c5a94.js +0 -1
- package/__mf/js/async/3224.b1170acc.js +0 -1
- package/__mf/js/async/3431.2270637c.js +0 -1
- package/__mf/js/async/3863.16343b76.js +0 -2
- package/__mf/js/async/3960.6091bb00.js +0 -2
- package/__mf/js/async/3980.08ab4aef.js +0 -2
- package/__mf/js/async/4075.19dee570.js +0 -1
- package/__mf/js/async/4238.155e3b8a.js +0 -1
- package/__mf/js/async/4269.b4d0f49d.js +0 -2
- package/__mf/js/async/4310.b96a5c66.js +0 -7
- package/__mf/js/async/4421.5adcbc2d.js +0 -1
- package/__mf/js/async/529.f12e49de.js +0 -2
- package/__mf/js/async/5409.ff95cf63.js +0 -1
- package/__mf/js/async/5780.d837c3cd.js +0 -1
- package/__mf/js/async/5981.a46c5157.js +0 -2
- package/__mf/js/async/6134.f7ee513c.js +0 -38
- package/__mf/js/async/6292.9997ca36.js +0 -1
- package/__mf/js/async/6329.9c3a3698.js +0 -2
- package/__mf/js/async/6333.01fb6457.js +0 -2
- package/__mf/js/async/6377.9f308c7f.js +0 -2
- package/__mf/js/async/6770.ba5a38f3.js +0 -1
- package/__mf/js/async/694.c25a1f84.js +0 -1
- package/__mf/js/async/7376.0459aaf7.js +0 -1
- package/__mf/js/async/738.a16c93b6.js +0 -1
- package/__mf/js/async/7740.6f193fac.js +0 -1
- package/__mf/js/async/8216.d9cc6234.js +0 -1
- package/__mf/js/async/8488.5b4b7170.js +0 -1
- package/__mf/js/async/8537.dc791586.js +0 -1
- package/__mf/js/async/9173.75bbe78a.js +0 -2
- package/__mf/js/async/9563.0375701c.js +0 -2
- package/__mf/js/async/__federation_expose_LokiDatasource.a9871645.js +0 -2
- package/__mf/js/async/__federation_expose_LokiLogQuery.9b430d01.js +0 -1
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.61feff51.js +0 -1
- package/__mf/js/main.174be1bc.js +0 -5
- /package/__mf/css/async/{1580.d3010b86.css → 3061.d3010b86.css} +0 -0
- /package/__mf/css/async/{2341.d3010b86.css → 5442.d3010b86.css} +0 -0
- /package/__mf/css/async/{6759.d3010b86.css → 7370.d3010b86.css} +0 -0
- /package/__mf/js/async/{2472.75bb97e0.js.LICENSE.txt → 1490.0d8dcc42.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2292.35c2eeec.js.LICENSE.txt → 2043.eb7e1c61.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1580.c7d3c3f1.js.LICENSE.txt → 2386.a3cfef97.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3863.16343b76.js.LICENSE.txt → 3181.d2b90b95.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4310.b96a5c66.js.LICENSE.txt → 3849.85df5535.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.a46c5157.js.LICENSE.txt → 392.c0f9d49a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.7b2e7223.js.LICENSE.txt → 4121.328a1e93.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6377.9f308c7f.js.LICENSE.txt → 5440.3fedd5ea.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2178.c22bac1c.js.LICENSE.txt → 5501.01af8b43.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.6091bb00.js.LICENSE.txt → 6274.293b47c4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.08ab4aef.js.LICENSE.txt → 6283.78af4bc8.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{529.f12e49de.js.LICENSE.txt → 6498.903f2a94.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4269.b4d0f49d.js.LICENSE.txt → 7370.0ddd349a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.75bbe78a.js.LICENSE.txt → 8470.c67049a2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6329.9c3a3698.js.LICENSE.txt → 9071.ed72bdac.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6333.01fb6457.js.LICENSE.txt → 9389.a8ea42a0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9563.0375701c.js.LICENSE.txt → 941.0bce16fe.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1360.2348e2a7.js.LICENSE.txt → 9754.5d7b21c2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_LokiDatasource.a9871645.js.LICENSE.txt → __federation_expose_LokiDatasource.3da46ee2.js.LICENSE.txt} +0 -0
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Loki",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.5.0-beta.0",
|
|
9
9
|
"buildName": "@perses-dev/loki-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Loki.
|
|
12
|
+
"name": "__mf/js/Loki.b64c7408.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "Loki",
|
|
23
|
-
"pluginVersion": "0.
|
|
23
|
+
"pluginVersion": "0.21.6",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
25
|
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/Loki/\"; }"
|
|
26
26
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"js": {
|
|
38
38
|
"async": [],
|
|
39
39
|
"sync": [
|
|
40
|
-
"__mf/js/async/
|
|
40
|
+
"__mf/js/async/6274.293b47c4.js"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"css": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"js": {
|
|
60
60
|
"async": [],
|
|
61
61
|
"sync": [
|
|
62
|
-
"__mf/js/async/
|
|
63
|
-
"__mf/js/async/
|
|
62
|
+
"__mf/js/async/1616.60c9a082.js",
|
|
63
|
+
"__mf/js/async/9235.f2e0e95c.js"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"css": {
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"js": {
|
|
83
83
|
"async": [],
|
|
84
84
|
"sync": [
|
|
85
|
-
"__mf/js/async/
|
|
86
|
-
"__mf/js/async/
|
|
85
|
+
"__mf/js/async/5587.55dbc663.js",
|
|
86
|
+
"__mf/js/async/7968.ec040694.js"
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
89
|
"css": {
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"singleton": true,
|
|
98
|
-
"requiredVersion": "^0.53.0-beta.
|
|
98
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.53.0-beta.
|
|
101
|
+
"version": "0.53.0-beta.4",
|
|
102
102
|
"eager": false,
|
|
103
103
|
"id": "Loki:@perses-dev/components",
|
|
104
104
|
"assets": {
|
|
105
105
|
"js": {
|
|
106
106
|
"async": [],
|
|
107
107
|
"sync": [
|
|
108
|
-
"__mf/js/async/
|
|
108
|
+
"__mf/js/async/3849.85df5535.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -117,17 +117,17 @@
|
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"singleton": true,
|
|
120
|
-
"requiredVersion": "^0.53.0-beta.
|
|
120
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
121
121
|
"shareScope": "default",
|
|
122
122
|
"name": "@perses-dev/dashboards",
|
|
123
|
-
"version": "0.53.0-beta.
|
|
123
|
+
"version": "0.53.0-beta.4",
|
|
124
124
|
"eager": false,
|
|
125
125
|
"id": "Loki:@perses-dev/dashboards",
|
|
126
126
|
"assets": {
|
|
127
127
|
"js": {
|
|
128
128
|
"async": [],
|
|
129
129
|
"sync": [
|
|
130
|
-
"__mf/js/async/
|
|
130
|
+
"__mf/js/async/1490.0d8dcc42.js"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"css": {
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"singleton": true,
|
|
142
|
-
"requiredVersion": "^0.53.0-beta.
|
|
142
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
143
143
|
"shareScope": "default",
|
|
144
144
|
"name": "@perses-dev/explore",
|
|
145
|
-
"version": "0.53.0-beta.
|
|
145
|
+
"version": "0.53.0-beta.4",
|
|
146
146
|
"eager": false,
|
|
147
147
|
"id": "Loki:@perses-dev/explore",
|
|
148
148
|
"assets": {
|
|
149
149
|
"js": {
|
|
150
150
|
"async": [],
|
|
151
151
|
"sync": [
|
|
152
|
-
"__mf/js/async/
|
|
152
|
+
"__mf/js/async/1728.21a8f690.js"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
155
|
"css": {
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"singleton": true,
|
|
164
|
-
"requiredVersion": "^0.53.0-beta.
|
|
164
|
+
"requiredVersion": "^0.53.0-beta.4",
|
|
165
165
|
"shareScope": "default",
|
|
166
166
|
"name": "@perses-dev/plugin-system",
|
|
167
|
-
"version": "0.53.0-beta.
|
|
167
|
+
"version": "0.53.0-beta.4",
|
|
168
168
|
"eager": false,
|
|
169
169
|
"id": "Loki:@perses-dev/plugin-system",
|
|
170
170
|
"assets": {
|
|
171
171
|
"js": {
|
|
172
172
|
"async": [],
|
|
173
173
|
"sync": [
|
|
174
|
-
"__mf/js/async/
|
|
174
|
+
"__mf/js/async/5501.01af8b43.js"
|
|
175
175
|
]
|
|
176
176
|
},
|
|
177
177
|
"css": {
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"js": {
|
|
194
194
|
"async": [],
|
|
195
195
|
"sync": [
|
|
196
|
-
"__mf/js/async/
|
|
196
|
+
"__mf/js/async/6283.78af4bc8.js"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
199
|
"css": {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"js": {
|
|
216
216
|
"async": [],
|
|
217
217
|
"sync": [
|
|
218
|
-
"__mf/js/async/
|
|
218
|
+
"__mf/js/async/7192.4dea1fd0.js"
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
221
|
"css": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"js": {
|
|
238
238
|
"async": [],
|
|
239
239
|
"sync": [
|
|
240
|
-
"__mf/js/async/
|
|
240
|
+
"__mf/js/async/873.02aa55af.js"
|
|
241
241
|
]
|
|
242
242
|
},
|
|
243
243
|
"css": {
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"js": {
|
|
260
260
|
"async": [],
|
|
261
261
|
"sync": [
|
|
262
|
-
"__mf/js/async/
|
|
262
|
+
"__mf/js/async/392.c0f9d49a.js"
|
|
263
263
|
]
|
|
264
264
|
},
|
|
265
265
|
"css": {
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"js": {
|
|
282
282
|
"async": [],
|
|
283
283
|
"sync": [
|
|
284
|
-
"__mf/js/async/
|
|
284
|
+
"__mf/js/async/8470.c67049a2.js"
|
|
285
285
|
]
|
|
286
286
|
},
|
|
287
287
|
"css": {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"js": {
|
|
304
304
|
"async": [],
|
|
305
305
|
"sync": [
|
|
306
|
-
"__mf/js/async/
|
|
306
|
+
"__mf/js/async/8356.5635696c.js"
|
|
307
307
|
]
|
|
308
308
|
},
|
|
309
309
|
"css": {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"js": {
|
|
326
326
|
"async": [],
|
|
327
327
|
"sync": [
|
|
328
|
-
"__mf/js/async/
|
|
328
|
+
"__mf/js/async/5440.3fedd5ea.js"
|
|
329
329
|
]
|
|
330
330
|
},
|
|
331
331
|
"css": {
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"js": {
|
|
348
348
|
"async": [],
|
|
349
349
|
"sync": [
|
|
350
|
-
"__mf/js/async/
|
|
350
|
+
"__mf/js/async/4121.328a1e93.js"
|
|
351
351
|
]
|
|
352
352
|
},
|
|
353
353
|
"css": {
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"js": {
|
|
370
370
|
"async": [],
|
|
371
371
|
"sync": [
|
|
372
|
-
"__mf/js/async/
|
|
372
|
+
"__mf/js/async/7978.38078276.js"
|
|
373
373
|
]
|
|
374
374
|
},
|
|
375
375
|
"css": {
|
|
@@ -391,35 +391,36 @@
|
|
|
391
391
|
"assets": {
|
|
392
392
|
"js": {
|
|
393
393
|
"sync": [
|
|
394
|
-
"__mf/js/async/__federation_expose_LokiDatasource.
|
|
394
|
+
"__mf/js/async/__federation_expose_LokiDatasource.3da46ee2.js"
|
|
395
395
|
],
|
|
396
396
|
"async": [
|
|
397
|
-
"__mf/js/async/
|
|
398
|
-
"__mf/js/async/
|
|
399
|
-
"__mf/js/async/
|
|
400
|
-
"__mf/js/async/
|
|
401
|
-
"__mf/js/async/
|
|
402
|
-
"__mf/js/async/
|
|
403
|
-
"__mf/js/async/
|
|
404
|
-
"__mf/js/async/
|
|
405
|
-
"__mf/js/async/
|
|
406
|
-
"__mf/js/async/
|
|
407
|
-
"__mf/js/async/
|
|
408
|
-
"__mf/js/async/
|
|
409
|
-
"__mf/js/async/
|
|
410
|
-
"__mf/js/async/
|
|
411
|
-
"__mf/js/async/
|
|
412
|
-
"__mf/js/async/
|
|
413
|
-
"__mf/js/async/
|
|
414
|
-
"__mf/js/async/
|
|
415
|
-
"__mf/js/async/
|
|
416
|
-
"__mf/js/async/
|
|
397
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
398
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
399
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
400
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
401
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
402
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js",
|
|
403
|
+
"__mf/js/async/4466.21ddc88c.js",
|
|
404
|
+
"__mf/js/async/6100.e2898f9c.js",
|
|
405
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js",
|
|
406
|
+
"__mf/js/async/1238.71fd7843.js",
|
|
407
|
+
"__mf/js/async/9836.de786d07.js",
|
|
408
|
+
"__mf/js/async/6498.903f2a94.js",
|
|
409
|
+
"__mf/js/async/1811.a291a38b.js",
|
|
410
|
+
"__mf/js/async/3059.cb101ca2.js",
|
|
411
|
+
"__mf/js/async/8035.8dab4893.js",
|
|
412
|
+
"__mf/js/async/9588.2d82f477.js",
|
|
413
|
+
"__mf/js/async/5071.a03a64fd.js",
|
|
414
|
+
"__mf/js/async/2043.eb7e1c61.js",
|
|
415
|
+
"__mf/js/async/7177.b50a1c64.js",
|
|
416
|
+
"__mf/js/async/1969.53d223ca.js",
|
|
417
|
+
"__mf/js/async/8482.07caae1a.js"
|
|
417
418
|
]
|
|
418
419
|
},
|
|
419
420
|
"css": {
|
|
420
421
|
"sync": [],
|
|
421
422
|
"async": [
|
|
422
|
-
"__mf/css/async/
|
|
423
|
+
"__mf/css/async/5442.d3010b86.css"
|
|
423
424
|
]
|
|
424
425
|
}
|
|
425
426
|
}
|
|
@@ -433,38 +434,40 @@
|
|
|
433
434
|
"assets": {
|
|
434
435
|
"js": {
|
|
435
436
|
"sync": [
|
|
436
|
-
"__mf/js/async/
|
|
437
|
-
"__mf/js/async/
|
|
438
|
-
"__mf/js/async/
|
|
439
|
-
"__mf/js/async/
|
|
440
|
-
"__mf/js/async/
|
|
437
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
438
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
439
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
440
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
441
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
442
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js"
|
|
441
443
|
],
|
|
442
444
|
"async": [
|
|
443
|
-
"__mf/js/async/
|
|
444
|
-
"__mf/js/async/
|
|
445
|
-
"__mf/js/async/
|
|
446
|
-
"__mf/js/async/
|
|
447
|
-
"__mf/js/async/
|
|
448
|
-
"__mf/js/async/
|
|
449
|
-
"__mf/js/async/
|
|
450
|
-
"__mf/js/async/
|
|
451
|
-
"__mf/js/async/
|
|
452
|
-
"__mf/js/async/
|
|
453
|
-
"__mf/js/async/
|
|
454
|
-
"__mf/js/async/
|
|
455
|
-
"__mf/js/async/
|
|
456
|
-
"__mf/js/async/
|
|
457
|
-
"__mf/js/async/
|
|
458
|
-
"__mf/js/async/
|
|
459
|
-
"__mf/js/async/
|
|
460
|
-
"__mf/js/async/
|
|
461
|
-
"__mf/js/async/
|
|
445
|
+
"__mf/js/async/9588.2d82f477.js",
|
|
446
|
+
"__mf/js/async/5071.a03a64fd.js",
|
|
447
|
+
"__mf/js/async/1238.71fd7843.js",
|
|
448
|
+
"__mf/js/async/9836.de786d07.js",
|
|
449
|
+
"__mf/js/async/6498.903f2a94.js",
|
|
450
|
+
"__mf/js/async/1811.a291a38b.js",
|
|
451
|
+
"__mf/js/async/4466.21ddc88c.js",
|
|
452
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
453
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
454
|
+
"__mf/js/async/6100.e2898f9c.js",
|
|
455
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
456
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
457
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
458
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js",
|
|
459
|
+
"__mf/js/async/3059.cb101ca2.js",
|
|
460
|
+
"__mf/js/async/8035.8dab4893.js",
|
|
461
|
+
"__mf/js/async/2043.eb7e1c61.js",
|
|
462
|
+
"__mf/js/async/7177.b50a1c64.js",
|
|
463
|
+
"__mf/js/async/1969.53d223ca.js",
|
|
464
|
+
"__mf/js/async/8482.07caae1a.js"
|
|
462
465
|
]
|
|
463
466
|
},
|
|
464
467
|
"css": {
|
|
465
468
|
"sync": [],
|
|
466
469
|
"async": [
|
|
467
|
-
"__mf/css/async/
|
|
470
|
+
"__mf/css/async/5442.d3010b86.css"
|
|
468
471
|
]
|
|
469
472
|
}
|
|
470
473
|
}
|
|
@@ -478,39 +481,41 @@
|
|
|
478
481
|
"assets": {
|
|
479
482
|
"js": {
|
|
480
483
|
"sync": [
|
|
481
|
-
"__mf/js/async/
|
|
482
|
-
"__mf/js/async/
|
|
483
|
-
"__mf/js/async/
|
|
484
|
-
"__mf/js/async/
|
|
485
|
-
"__mf/js/async/
|
|
486
|
-
"__mf/js/async/
|
|
487
|
-
"__mf/js/async/
|
|
484
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
485
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
486
|
+
"__mf/js/async/4466.21ddc88c.js",
|
|
487
|
+
"__mf/js/async/6100.e2898f9c.js",
|
|
488
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
489
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
490
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
491
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.c1be0273.js"
|
|
488
492
|
],
|
|
489
493
|
"async": [
|
|
490
|
-
"__mf/js/async/
|
|
491
|
-
"__mf/js/async/
|
|
492
|
-
"__mf/js/async/
|
|
493
|
-
"__mf/js/async/
|
|
494
|
-
"__mf/js/async/
|
|
495
|
-
"__mf/js/async/
|
|
496
|
-
"__mf/js/async/
|
|
497
|
-
"__mf/js/async/
|
|
498
|
-
"__mf/js/async/
|
|
499
|
-
"__mf/js/async/
|
|
500
|
-
"__mf/js/async/
|
|
501
|
-
"__mf/js/async/
|
|
502
|
-
"__mf/js/async/
|
|
503
|
-
"__mf/js/async/
|
|
504
|
-
"__mf/js/async/
|
|
505
|
-
"__mf/js/async/
|
|
506
|
-
"__mf/js/async/
|
|
494
|
+
"__mf/js/async/1238.71fd7843.js",
|
|
495
|
+
"__mf/js/async/9836.de786d07.js",
|
|
496
|
+
"__mf/js/async/6498.903f2a94.js",
|
|
497
|
+
"__mf/js/async/1811.a291a38b.js",
|
|
498
|
+
"__mf/js/async/3059.cb101ca2.js",
|
|
499
|
+
"__mf/js/async/1825.5005b3af.js",
|
|
500
|
+
"__mf/js/async/9754.5d7b21c2.js",
|
|
501
|
+
"__mf/js/async/8988.1c565f12.js",
|
|
502
|
+
"__mf/js/async/9389.a8ea42a0.js",
|
|
503
|
+
"__mf/js/async/1501.eefd56b9.js",
|
|
504
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.cf876f4b.js",
|
|
505
|
+
"__mf/js/async/8035.8dab4893.js",
|
|
506
|
+
"__mf/js/async/9588.2d82f477.js",
|
|
507
|
+
"__mf/js/async/5071.a03a64fd.js",
|
|
508
|
+
"__mf/js/async/2043.eb7e1c61.js",
|
|
509
|
+
"__mf/js/async/7177.b50a1c64.js",
|
|
510
|
+
"__mf/js/async/1969.53d223ca.js",
|
|
511
|
+
"__mf/js/async/8482.07caae1a.js"
|
|
507
512
|
]
|
|
508
513
|
},
|
|
509
514
|
"css": {
|
|
510
515
|
"sync": [],
|
|
511
516
|
"async": [
|
|
512
|
-
"__mf/css/async/
|
|
513
|
-
"__mf/css/async/
|
|
517
|
+
"__mf/css/async/5442.d3010b86.css",
|
|
518
|
+
"__mf/css/async/3061.d3010b86.css"
|
|
514
519
|
]
|
|
515
520
|
}
|
|
516
521
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/loki-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0-beta.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "rsbuild dev",
|
|
6
6
|
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
|
|
9
9
|
"build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
|
|
10
10
|
"build:types": "tsc --project tsconfig.build.json",
|
|
11
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
11
12
|
"test": "cross-env LC_ALL=C TZ=UTC jest",
|
|
12
13
|
"type-check": "tsc --noEmit"
|
|
13
14
|
},
|
|
@@ -21,11 +22,11 @@
|
|
|
21
22
|
"@emotion/react": "^11.7.1",
|
|
22
23
|
"@emotion/styled": "^11.6.0",
|
|
23
24
|
"@hookform/resolvers": "^3.2.0",
|
|
24
|
-
"@perses-dev/components": "^0.53.0-beta.
|
|
25
|
-
"@perses-dev/core": "^0.53.0-beta.
|
|
26
|
-
"@perses-dev/dashboards": "^0.53.0-beta.
|
|
27
|
-
"@perses-dev/explore": "^0.53.0-beta.
|
|
28
|
-
"@perses-dev/plugin-system": "^0.53.0-beta.
|
|
25
|
+
"@perses-dev/components": "^0.53.0-beta.4",
|
|
26
|
+
"@perses-dev/core": "^0.53.0-beta.3",
|
|
27
|
+
"@perses-dev/dashboards": "^0.53.0-beta.4",
|
|
28
|
+
"@perses-dev/explore": "^0.53.0-beta.4",
|
|
29
|
+
"@perses-dev/plugin-system": "^0.53.0-beta.4",
|
|
29
30
|
"@tanstack/react-query": "^4.39.1",
|
|
30
31
|
"date-fns": "^4.1.0",
|
|
31
32
|
"date-fns-tz": "^3.2.0",
|