@perses-dev/loki-plugin 0.1.1 → 0.2.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.e3bb11f6.js → Loki.b0aaf34e.js} +5 -6
- package/__mf/js/async/2417.993ba27f.js +2 -0
- package/__mf/js/async/{2470.32c642b9.js → 2470.ba894af3.js} +2 -2
- package/__mf/js/async/4368.40ff20c1.js +2 -0
- package/__mf/js/async/4421.8aeb683a.js +1 -0
- package/__mf/js/async/5035.15709e1b.js +73 -0
- package/__mf/js/async/5713.3b303108.js +1 -0
- package/__mf/js/async/{__federation_expose_LogsTable.3952e904.js → __federation_expose_LogsTable.0bf7a331.js} +2 -2
- package/__mf/js/async/{__federation_expose_LokiDatasource.5fbd8f68.js → __federation_expose_LokiDatasource.875ecaed.js} +2 -2
- package/__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js +1 -0
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js +1 -0
- package/__mf/js/main.7a86e12b.js +5 -0
- package/lib/cjs/queries/loki-log-query/LokiLogQueryEditor.js +28 -27
- package/lib/cjs/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +27 -27
- package/lib/cjs/queries/query-editor-model.js +53 -0
- package/lib/panels/logstable/components/LogRow/LogsStyles.d.ts +2 -2
- package/lib/queries/loki-log-query/LokiLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js +30 -29
- package/lib/queries/loki-log-query/LokiLogQueryEditor.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 +28 -28
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/query-editor-model.d.ts +20 -0
- package/lib/queries/query-editor-model.d.ts.map +1 -0
- package/lib/queries/query-editor-model.js +50 -0
- package/lib/queries/query-editor-model.js.map +1 -0
- package/mf-manifest.json +44 -46
- package/mf-stats.json +44 -46
- package/package.json +6 -6
- package/__mf/js/async/3246.240e9404.js +0 -1
- package/__mf/js/async/3413.6dd92cfd.js +0 -1
- package/__mf/js/async/3869.4e06bfcb.js +0 -2
- package/__mf/js/async/4368.438b431f.js +0 -2
- package/__mf/js/async/4421.fef63995.js +0 -1
- package/__mf/js/async/7152.e8100fb6.js +0 -73
- package/__mf/js/async/__federation_expose_LokiLogQuery.0720038a.js +0 -1
- package/__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js +0 -1
- package/__mf/js/main.a5b9ede8.js +0 -6
- /package/__mf/js/async/{3869.4e06bfcb.js.LICENSE.txt → 2417.993ba27f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2470.32c642b9.js.LICENSE.txt → 2470.ba894af3.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4368.438b431f.js.LICENSE.txt → 4368.40ff20c1.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{7152.e8100fb6.js.LICENSE.txt → 5035.15709e1b.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_LogsTable.3952e904.js.LICENSE.txt → __federation_expose_LogsTable.0bf7a331.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_LokiDatasource.5fbd8f68.js.LICENSE.txt → __federation_expose_LokiDatasource.875ecaed.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Loki",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.2.0",
|
|
9
9
|
"buildName": "@perses-dev/loki-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Loki.
|
|
12
|
+
"name": "__mf/js/Loki.b0aaf34e.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"globalName": "Loki",
|
|
23
23
|
"pluginVersion": "0.19.1",
|
|
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
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "Loki:@perses-dev/components",
|
|
89
89
|
"name": "@perses-dev/components",
|
|
90
|
-
"version": "0.52.0
|
|
90
|
+
"version": "0.52.0",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.52.0
|
|
92
|
+
"requiredVersion": "^0.52.0",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/2470.
|
|
97
|
+
"__mf/js/async/2470.ba894af3.js"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"css": {
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "Loki:@perses-dev/dashboards",
|
|
108
108
|
"name": "@perses-dev/dashboards",
|
|
109
|
-
"version": "0.52.0
|
|
109
|
+
"version": "0.52.0",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.52.0
|
|
111
|
+
"requiredVersion": "^0.52.0",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/5035.15709e1b.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
{
|
|
126
126
|
"id": "Loki:@perses-dev/explore",
|
|
127
127
|
"name": "@perses-dev/explore",
|
|
128
|
-
"version": "0.52.0
|
|
128
|
+
"version": "0.52.0",
|
|
129
129
|
"singleton": true,
|
|
130
|
-
"requiredVersion": "^0.52.0
|
|
130
|
+
"requiredVersion": "^0.52.0",
|
|
131
131
|
"assets": {
|
|
132
132
|
"js": {
|
|
133
133
|
"async": [],
|
|
134
134
|
"sync": [
|
|
135
|
-
"__mf/js/async/4421.
|
|
135
|
+
"__mf/js/async/4421.8aeb683a.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"css": {
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "Loki:@perses-dev/plugin-system",
|
|
146
146
|
"name": "@perses-dev/plugin-system",
|
|
147
|
-
"version": "0.52.0
|
|
147
|
+
"version": "0.52.0",
|
|
148
148
|
"singleton": true,
|
|
149
|
-
"requiredVersion": "^0.52.0
|
|
149
|
+
"requiredVersion": "^0.52.0",
|
|
150
150
|
"assets": {
|
|
151
151
|
"js": {
|
|
152
152
|
"async": [],
|
|
153
153
|
"sync": [
|
|
154
|
-
"__mf/js/async/4368.
|
|
154
|
+
"__mf/js/async/4368.40ff20c1.js"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"css": {
|
|
@@ -340,24 +340,23 @@
|
|
|
340
340
|
"assets": {
|
|
341
341
|
"js": {
|
|
342
342
|
"sync": [
|
|
343
|
-
"__mf/js/async/__federation_expose_LokiDatasource.
|
|
343
|
+
"__mf/js/async/__federation_expose_LokiDatasource.875ecaed.js"
|
|
344
344
|
],
|
|
345
345
|
"async": [
|
|
346
|
-
"__mf/js/async/
|
|
346
|
+
"__mf/js/async/282.3d82e785.js",
|
|
347
347
|
"__mf/js/async/2448.6a132c1c.js",
|
|
348
|
+
"__mf/js/async/8537.dc791586.js",
|
|
349
|
+
"__mf/js/async/4687.1af57d71.js",
|
|
350
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js",
|
|
348
351
|
"__mf/js/async/1540.6b797827.js",
|
|
352
|
+
"__mf/js/async/5780.d837c3cd.js",
|
|
353
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js",
|
|
354
|
+
"__mf/js/async/3849.c4035be2.js",
|
|
349
355
|
"__mf/js/async/6664.078084ff.js",
|
|
350
356
|
"__mf/js/async/4168.645bbaa1.js",
|
|
351
357
|
"__mf/js/async/6569.f33ecbef.js",
|
|
352
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
353
|
-
"__mf/js/async/282.3d82e785.js",
|
|
354
|
-
"__mf/js/async/8537.dc791586.js",
|
|
355
|
-
"__mf/js/async/5780.d837c3cd.js",
|
|
356
|
-
"__mf/js/async/4687.1af57d71.js",
|
|
357
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.0720038a.js",
|
|
358
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js",
|
|
358
359
|
"__mf/js/async/592.269748ce.js",
|
|
359
|
-
"__mf/js/async/3413.6dd92cfd.js",
|
|
360
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js",
|
|
361
360
|
"__mf/js/async/7376.0459aaf7.js",
|
|
362
361
|
"__mf/js/async/5876.5618763d.js",
|
|
363
362
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
@@ -369,7 +368,7 @@
|
|
|
369
368
|
"__mf/js/async/9479.f74b4605.js",
|
|
370
369
|
"__mf/js/async/8488.5b4b7170.js",
|
|
371
370
|
"__mf/js/async/8216.d9cc6234.js",
|
|
372
|
-
"__mf/js/async/
|
|
371
|
+
"__mf/js/async/5713.3b303108.js"
|
|
373
372
|
]
|
|
374
373
|
},
|
|
375
374
|
"css": {
|
|
@@ -387,11 +386,11 @@
|
|
|
387
386
|
"assets": {
|
|
388
387
|
"js": {
|
|
389
388
|
"sync": [
|
|
389
|
+
"__mf/js/async/282.3d82e785.js",
|
|
390
390
|
"__mf/js/async/2448.6a132c1c.js",
|
|
391
391
|
"__mf/js/async/8537.dc791586.js",
|
|
392
392
|
"__mf/js/async/4687.1af57d71.js",
|
|
393
|
-
"__mf/js/async/
|
|
394
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js"
|
|
393
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js"
|
|
395
394
|
],
|
|
396
395
|
"async": [
|
|
397
396
|
"__mf/js/async/4238.ac5f0a30.js",
|
|
@@ -402,14 +401,14 @@
|
|
|
402
401
|
"__mf/js/async/6664.078084ff.js",
|
|
403
402
|
"__mf/js/async/4168.645bbaa1.js",
|
|
404
403
|
"__mf/js/async/6569.f33ecbef.js",
|
|
405
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
404
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js",
|
|
405
|
+
"__mf/js/async/592.269748ce.js",
|
|
406
|
+
"__mf/js/async/7376.0459aaf7.js",
|
|
406
407
|
"__mf/js/async/282.3d82e785.js",
|
|
407
|
-
"__mf/js/async/8537.dc791586.js",
|
|
408
408
|
"__mf/js/async/5780.d837c3cd.js",
|
|
409
|
+
"__mf/js/async/8537.dc791586.js",
|
|
409
410
|
"__mf/js/async/4687.1af57d71.js",
|
|
410
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
411
|
-
"__mf/js/async/592.269748ce.js",
|
|
412
|
-
"__mf/js/async/7376.0459aaf7.js",
|
|
411
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js",
|
|
413
412
|
"__mf/js/async/5876.5618763d.js",
|
|
414
413
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
415
414
|
"__mf/js/async/3431.2270637c.js",
|
|
@@ -418,7 +417,7 @@
|
|
|
418
417
|
"__mf/js/async/9479.f74b4605.js",
|
|
419
418
|
"__mf/js/async/8488.5b4b7170.js",
|
|
420
419
|
"__mf/js/async/8216.d9cc6234.js",
|
|
421
|
-
"__mf/js/async/
|
|
420
|
+
"__mf/js/async/5713.3b303108.js"
|
|
422
421
|
]
|
|
423
422
|
},
|
|
424
423
|
"css": {
|
|
@@ -439,10 +438,10 @@
|
|
|
439
438
|
"__mf/js/async/282.3d82e785.js",
|
|
440
439
|
"__mf/js/async/2448.6a132c1c.js",
|
|
441
440
|
"__mf/js/async/1540.6b797827.js",
|
|
442
|
-
"__mf/js/async/8537.dc791586.js",
|
|
443
441
|
"__mf/js/async/5780.d837c3cd.js",
|
|
442
|
+
"__mf/js/async/8537.dc791586.js",
|
|
444
443
|
"__mf/js/async/4687.1af57d71.js",
|
|
445
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
444
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js"
|
|
446
445
|
],
|
|
447
446
|
"async": [
|
|
448
447
|
"__mf/js/async/3849.c4035be2.js",
|
|
@@ -451,16 +450,16 @@
|
|
|
451
450
|
"__mf/js/async/6664.078084ff.js",
|
|
452
451
|
"__mf/js/async/4168.645bbaa1.js",
|
|
453
452
|
"__mf/js/async/6569.f33ecbef.js",
|
|
454
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
453
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js",
|
|
455
454
|
"__mf/js/async/592.269748ce.js",
|
|
456
455
|
"__mf/js/async/7376.0459aaf7.js",
|
|
457
456
|
"__mf/js/async/5876.5618763d.js",
|
|
458
457
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
459
458
|
"__mf/js/async/3431.2270637c.js",
|
|
459
|
+
"__mf/js/async/282.3d82e785.js",
|
|
460
460
|
"__mf/js/async/8537.dc791586.js",
|
|
461
461
|
"__mf/js/async/4687.1af57d71.js",
|
|
462
|
-
"__mf/js/async/
|
|
463
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js",
|
|
462
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js",
|
|
464
463
|
"__mf/js/async/9654.575f5449.js",
|
|
465
464
|
"__mf/js/async/4238.ac5f0a30.js",
|
|
466
465
|
"__mf/js/async/3224.b1170acc.js",
|
|
@@ -468,7 +467,7 @@
|
|
|
468
467
|
"__mf/js/async/9479.f74b4605.js",
|
|
469
468
|
"__mf/js/async/8488.5b4b7170.js",
|
|
470
469
|
"__mf/js/async/8216.d9cc6234.js",
|
|
471
|
-
"__mf/js/async/
|
|
470
|
+
"__mf/js/async/5713.3b303108.js"
|
|
472
471
|
]
|
|
473
472
|
},
|
|
474
473
|
"css": {
|
|
@@ -493,25 +492,24 @@
|
|
|
493
492
|
"__mf/js/async/6664.078084ff.js",
|
|
494
493
|
"__mf/js/async/4168.645bbaa1.js",
|
|
495
494
|
"__mf/js/async/6569.f33ecbef.js",
|
|
496
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
495
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js"
|
|
497
496
|
],
|
|
498
497
|
"async": [
|
|
499
498
|
"__mf/js/async/4238.ac5f0a30.js",
|
|
500
499
|
"__mf/js/async/3224.b1170acc.js",
|
|
501
500
|
"__mf/js/async/282.3d82e785.js",
|
|
502
501
|
"__mf/js/async/2448.6a132c1c.js",
|
|
503
|
-
"__mf/js/async/1540.6b797827.js",
|
|
504
502
|
"__mf/js/async/8537.dc791586.js",
|
|
505
|
-
"__mf/js/async/5780.d837c3cd.js",
|
|
506
503
|
"__mf/js/async/4687.1af57d71.js",
|
|
507
|
-
"__mf/js/async/
|
|
504
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js",
|
|
505
|
+
"__mf/js/async/1540.6b797827.js",
|
|
506
|
+
"__mf/js/async/5780.d837c3cd.js",
|
|
507
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js",
|
|
508
508
|
"__mf/js/async/592.269748ce.js",
|
|
509
509
|
"__mf/js/async/7376.0459aaf7.js",
|
|
510
510
|
"__mf/js/async/5876.5618763d.js",
|
|
511
511
|
"__mf/js/async/9654.575f5449.js",
|
|
512
512
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
513
|
-
"__mf/js/async/3413.6dd92cfd.js",
|
|
514
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js",
|
|
515
513
|
"__mf/js/async/2292.35c2eeec.js"
|
|
516
514
|
]
|
|
517
515
|
},
|
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.2.0",
|
|
9
9
|
"buildName": "@perses-dev/loki-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Loki.
|
|
12
|
+
"name": "__mf/js/Loki.b0aaf34e.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"globalName": "Loki",
|
|
23
23
|
"pluginVersion": "0.19.1",
|
|
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
|
},
|
|
27
27
|
"shared": [
|
|
28
28
|
{
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"singleton": true,
|
|
98
|
-
"requiredVersion": "^0.52.0
|
|
98
|
+
"requiredVersion": "^0.52.0",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.52.0
|
|
101
|
+
"version": "0.52.0",
|
|
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/2470.
|
|
108
|
+
"__mf/js/async/2470.ba894af3.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -117,17 +117,17 @@
|
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"singleton": true,
|
|
120
|
-
"requiredVersion": "^0.52.0
|
|
120
|
+
"requiredVersion": "^0.52.0",
|
|
121
121
|
"shareScope": "default",
|
|
122
122
|
"name": "@perses-dev/dashboards",
|
|
123
|
-
"version": "0.52.0
|
|
123
|
+
"version": "0.52.0",
|
|
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/5035.15709e1b.js"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"css": {
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"singleton": true,
|
|
142
|
-
"requiredVersion": "^0.52.0
|
|
142
|
+
"requiredVersion": "^0.52.0",
|
|
143
143
|
"shareScope": "default",
|
|
144
144
|
"name": "@perses-dev/explore",
|
|
145
|
-
"version": "0.52.0
|
|
145
|
+
"version": "0.52.0",
|
|
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/4421.
|
|
152
|
+
"__mf/js/async/4421.8aeb683a.js"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
155
|
"css": {
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"singleton": true,
|
|
164
|
-
"requiredVersion": "^0.52.0
|
|
164
|
+
"requiredVersion": "^0.52.0",
|
|
165
165
|
"shareScope": "default",
|
|
166
166
|
"name": "@perses-dev/plugin-system",
|
|
167
|
-
"version": "0.52.0
|
|
167
|
+
"version": "0.52.0",
|
|
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/4368.
|
|
174
|
+
"__mf/js/async/4368.40ff20c1.js"
|
|
175
175
|
]
|
|
176
176
|
},
|
|
177
177
|
"css": {
|
|
@@ -391,24 +391,23 @@
|
|
|
391
391
|
"assets": {
|
|
392
392
|
"js": {
|
|
393
393
|
"sync": [
|
|
394
|
-
"__mf/js/async/__federation_expose_LokiDatasource.
|
|
394
|
+
"__mf/js/async/__federation_expose_LokiDatasource.875ecaed.js"
|
|
395
395
|
],
|
|
396
396
|
"async": [
|
|
397
|
-
"__mf/js/async/
|
|
397
|
+
"__mf/js/async/282.3d82e785.js",
|
|
398
398
|
"__mf/js/async/2448.6a132c1c.js",
|
|
399
|
+
"__mf/js/async/8537.dc791586.js",
|
|
400
|
+
"__mf/js/async/4687.1af57d71.js",
|
|
401
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js",
|
|
399
402
|
"__mf/js/async/1540.6b797827.js",
|
|
403
|
+
"__mf/js/async/5780.d837c3cd.js",
|
|
404
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js",
|
|
405
|
+
"__mf/js/async/3849.c4035be2.js",
|
|
400
406
|
"__mf/js/async/6664.078084ff.js",
|
|
401
407
|
"__mf/js/async/4168.645bbaa1.js",
|
|
402
408
|
"__mf/js/async/6569.f33ecbef.js",
|
|
403
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
404
|
-
"__mf/js/async/282.3d82e785.js",
|
|
405
|
-
"__mf/js/async/8537.dc791586.js",
|
|
406
|
-
"__mf/js/async/5780.d837c3cd.js",
|
|
407
|
-
"__mf/js/async/4687.1af57d71.js",
|
|
408
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.0720038a.js",
|
|
409
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js",
|
|
409
410
|
"__mf/js/async/592.269748ce.js",
|
|
410
|
-
"__mf/js/async/3413.6dd92cfd.js",
|
|
411
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js",
|
|
412
411
|
"__mf/js/async/7376.0459aaf7.js",
|
|
413
412
|
"__mf/js/async/5876.5618763d.js",
|
|
414
413
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
@@ -420,7 +419,7 @@
|
|
|
420
419
|
"__mf/js/async/9479.f74b4605.js",
|
|
421
420
|
"__mf/js/async/8488.5b4b7170.js",
|
|
422
421
|
"__mf/js/async/8216.d9cc6234.js",
|
|
423
|
-
"__mf/js/async/
|
|
422
|
+
"__mf/js/async/5713.3b303108.js"
|
|
424
423
|
]
|
|
425
424
|
},
|
|
426
425
|
"css": {
|
|
@@ -440,11 +439,11 @@
|
|
|
440
439
|
"assets": {
|
|
441
440
|
"js": {
|
|
442
441
|
"sync": [
|
|
442
|
+
"__mf/js/async/282.3d82e785.js",
|
|
443
443
|
"__mf/js/async/2448.6a132c1c.js",
|
|
444
444
|
"__mf/js/async/8537.dc791586.js",
|
|
445
445
|
"__mf/js/async/4687.1af57d71.js",
|
|
446
|
-
"__mf/js/async/
|
|
447
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js"
|
|
446
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js"
|
|
448
447
|
],
|
|
449
448
|
"async": [
|
|
450
449
|
"__mf/js/async/4238.ac5f0a30.js",
|
|
@@ -455,14 +454,14 @@
|
|
|
455
454
|
"__mf/js/async/6664.078084ff.js",
|
|
456
455
|
"__mf/js/async/4168.645bbaa1.js",
|
|
457
456
|
"__mf/js/async/6569.f33ecbef.js",
|
|
458
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
457
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js",
|
|
458
|
+
"__mf/js/async/592.269748ce.js",
|
|
459
|
+
"__mf/js/async/7376.0459aaf7.js",
|
|
459
460
|
"__mf/js/async/282.3d82e785.js",
|
|
460
|
-
"__mf/js/async/8537.dc791586.js",
|
|
461
461
|
"__mf/js/async/5780.d837c3cd.js",
|
|
462
|
+
"__mf/js/async/8537.dc791586.js",
|
|
462
463
|
"__mf/js/async/4687.1af57d71.js",
|
|
463
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
464
|
-
"__mf/js/async/592.269748ce.js",
|
|
465
|
-
"__mf/js/async/7376.0459aaf7.js",
|
|
464
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js",
|
|
466
465
|
"__mf/js/async/5876.5618763d.js",
|
|
467
466
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
468
467
|
"__mf/js/async/3431.2270637c.js",
|
|
@@ -471,7 +470,7 @@
|
|
|
471
470
|
"__mf/js/async/9479.f74b4605.js",
|
|
472
471
|
"__mf/js/async/8488.5b4b7170.js",
|
|
473
472
|
"__mf/js/async/8216.d9cc6234.js",
|
|
474
|
-
"__mf/js/async/
|
|
473
|
+
"__mf/js/async/5713.3b303108.js"
|
|
475
474
|
]
|
|
476
475
|
},
|
|
477
476
|
"css": {
|
|
@@ -494,10 +493,10 @@
|
|
|
494
493
|
"__mf/js/async/282.3d82e785.js",
|
|
495
494
|
"__mf/js/async/2448.6a132c1c.js",
|
|
496
495
|
"__mf/js/async/1540.6b797827.js",
|
|
497
|
-
"__mf/js/async/8537.dc791586.js",
|
|
498
496
|
"__mf/js/async/5780.d837c3cd.js",
|
|
497
|
+
"__mf/js/async/8537.dc791586.js",
|
|
499
498
|
"__mf/js/async/4687.1af57d71.js",
|
|
500
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
499
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js"
|
|
501
500
|
],
|
|
502
501
|
"async": [
|
|
503
502
|
"__mf/js/async/3849.c4035be2.js",
|
|
@@ -506,16 +505,16 @@
|
|
|
506
505
|
"__mf/js/async/6664.078084ff.js",
|
|
507
506
|
"__mf/js/async/4168.645bbaa1.js",
|
|
508
507
|
"__mf/js/async/6569.f33ecbef.js",
|
|
509
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
508
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js",
|
|
510
509
|
"__mf/js/async/592.269748ce.js",
|
|
511
510
|
"__mf/js/async/7376.0459aaf7.js",
|
|
512
511
|
"__mf/js/async/5876.5618763d.js",
|
|
513
512
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
514
513
|
"__mf/js/async/3431.2270637c.js",
|
|
514
|
+
"__mf/js/async/282.3d82e785.js",
|
|
515
515
|
"__mf/js/async/8537.dc791586.js",
|
|
516
516
|
"__mf/js/async/4687.1af57d71.js",
|
|
517
|
-
"__mf/js/async/
|
|
518
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js",
|
|
517
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js",
|
|
519
518
|
"__mf/js/async/9654.575f5449.js",
|
|
520
519
|
"__mf/js/async/4238.ac5f0a30.js",
|
|
521
520
|
"__mf/js/async/3224.b1170acc.js",
|
|
@@ -523,7 +522,7 @@
|
|
|
523
522
|
"__mf/js/async/9479.f74b4605.js",
|
|
524
523
|
"__mf/js/async/8488.5b4b7170.js",
|
|
525
524
|
"__mf/js/async/8216.d9cc6234.js",
|
|
526
|
-
"__mf/js/async/
|
|
525
|
+
"__mf/js/async/5713.3b303108.js"
|
|
527
526
|
]
|
|
528
527
|
},
|
|
529
528
|
"css": {
|
|
@@ -550,25 +549,24 @@
|
|
|
550
549
|
"__mf/js/async/6664.078084ff.js",
|
|
551
550
|
"__mf/js/async/4168.645bbaa1.js",
|
|
552
551
|
"__mf/js/async/6569.f33ecbef.js",
|
|
553
|
-
"__mf/js/async/__federation_expose_LogsTable.
|
|
552
|
+
"__mf/js/async/__federation_expose_LogsTable.0bf7a331.js"
|
|
554
553
|
],
|
|
555
554
|
"async": [
|
|
556
555
|
"__mf/js/async/4238.ac5f0a30.js",
|
|
557
556
|
"__mf/js/async/3224.b1170acc.js",
|
|
558
557
|
"__mf/js/async/282.3d82e785.js",
|
|
559
558
|
"__mf/js/async/2448.6a132c1c.js",
|
|
560
|
-
"__mf/js/async/1540.6b797827.js",
|
|
561
559
|
"__mf/js/async/8537.dc791586.js",
|
|
562
|
-
"__mf/js/async/5780.d837c3cd.js",
|
|
563
560
|
"__mf/js/async/4687.1af57d71.js",
|
|
564
|
-
"__mf/js/async/
|
|
561
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.9789679e.js",
|
|
562
|
+
"__mf/js/async/1540.6b797827.js",
|
|
563
|
+
"__mf/js/async/5780.d837c3cd.js",
|
|
564
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.ab63332a.js",
|
|
565
565
|
"__mf/js/async/592.269748ce.js",
|
|
566
566
|
"__mf/js/async/7376.0459aaf7.js",
|
|
567
567
|
"__mf/js/async/5876.5618763d.js",
|
|
568
568
|
"__mf/js/async/9654.575f5449.js",
|
|
569
569
|
"__mf/js/async/4693.ba67a5aa.js",
|
|
570
|
-
"__mf/js/async/3413.6dd92cfd.js",
|
|
571
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.8c7f7602.js",
|
|
572
570
|
"__mf/js/async/2292.35c2eeec.js"
|
|
573
571
|
]
|
|
574
572
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/loki-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "rsbuild dev",
|
|
6
6
|
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"@emotion/react": "^11.7.1",
|
|
22
22
|
"@emotion/styled": "^11.6.0",
|
|
23
23
|
"@hookform/resolvers": "^3.2.0",
|
|
24
|
-
"@perses-dev/components": "^0.52.0
|
|
25
|
-
"@perses-dev/core": "^0.52.0
|
|
26
|
-
"@perses-dev/dashboards": "^0.52.0
|
|
27
|
-
"@perses-dev/explore": "^0.52.0
|
|
28
|
-
"@perses-dev/plugin-system": "^0.52.0
|
|
24
|
+
"@perses-dev/components": "^0.52.0",
|
|
25
|
+
"@perses-dev/core": "^0.52.0",
|
|
26
|
+
"@perses-dev/dashboards": "^0.52.0",
|
|
27
|
+
"@perses-dev/explore": "^0.52.0",
|
|
28
|
+
"@perses-dev/plugin-system": "^0.52.0",
|
|
29
29
|
"@tanstack/react-query": "^4.39.1",
|
|
30
30
|
"date-fns": "^4.1.0",
|
|
31
31
|
"date-fns-tz": "^3.2.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["3246"],{70313:function(e,r,t){t.d(r,{d:()=>a});var n=t(54538),o=t(97048),u=t(81925),i=t(80668),s=t(94680);function c(e){return e.substring(2).toLowerCase()}function a(e){let{children:r,disableReactTree:t=!1,mouseEvent:a="onClick",onClickAway:l,touchEvent:f="onTouchEnd"}=e,d=n.useRef(!1),v=n.useRef(null),m=n.useRef(!1),p=n.useRef(!1);n.useEffect(()=>(setTimeout(()=>{m.current=!0},0),()=>{m.current=!1}),[]);let h=(0,o.Z)((0,s.Z)(r),v),E=(0,u.Z)(e=>{let r=p.current;p.current=!1;let n=(0,i.Z)(v.current);if(!(!m.current||!v.current||"clientX"in e&&(n.documentElement.clientWidth<e.clientX||n.documentElement.clientHeight<e.clientY))){if(d.current){d.current=!1;return}(e.composedPath?e.composedPath().includes(v.current):!n.documentElement.contains(e.target)||v.current.contains(e.target))||!t&&r||l(e)}}),Z=e=>t=>{p.current=!0;let n=r.props[e];n&&n(t)},w={ref:h};return!1!==f&&(w[f]=Z(f)),n.useEffect(()=>{if(!1!==f){let e=c(f),r=(0,i.Z)(v.current),t=()=>{d.current=!0};return r.addEventListener(e,E),r.addEventListener("touchmove",t),()=>{r.removeEventListener(e,E),r.removeEventListener("touchmove",t)}}},[E,f]),!1!==a&&(w[a]=Z(a)),n.useEffect(()=>{if(!1!==a){let e=c(a),r=(0,i.Z)(v.current);return r.addEventListener(e,E),()=>{r.removeEventListener(e,E)}}},[E,a]),n.cloneElement(r,w)}},29992:function(e,r,t){t.d(r,{Z:()=>n});let n=t(54538).createContext(void 0)},36683:function(e,r,t){t.d(r,{Z:()=>u});var n=t(54538),o=t(29992);function u(){return n.useContext(o.Z)}},85843:function(e,r,t){t.d(r,{Z:()=>p});var n=t(54538),o=t(90496),u=t(82267),i=t(12709),s=t(51751),c=t(44124),a=t(6749);function l(e){return(0,a.ZP)("MuiFormGroup",e)}(0,c.Z)("MuiFormGroup",["root","row","error"]);var f=t(36683),d=t(33567),v=t(24246);let m=(0,i.ZP)("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(e,r)=>{let{ownerState:t}=e;return[r.root,t.row&&r.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]}),p=n.forwardRef(function(e,r){let t=(0,s.i)({props:e,name:"MuiFormGroup"}),{className:n,row:i=!1,...c}=t,a=(0,f.Z)(),p=(0,d.Z)({props:t,muiFormControl:a,states:["error"]}),h={...t,row:i,error:p.error},E=(e=>{let{classes:r,row:t,error:n}=e;return(0,u.Z)({root:["root",t&&"row",n&&"error"]},l,r)})(h);return(0,v.jsx)(m,{className:(0,o.Z)(E.root,n),ownerState:h,ref:r,...c})})},22410:function(e,r,t){function n(e){return"project"in e.metadata?e.metadata.project:void 0}t.d(r,{Z:()=>n,x:()=>o});let o="$__all"},67469:function(e,r,t){t.d(r,{z:()=>o});var n=t(54538);function o(e){let r=(0,n.useRef)(e);return(0,n.useLayoutEffect)(()=>{r.current=e}),(0,n.useCallback)((...e)=>r.current(...e),[])}},85247:function(e,r,t){function n(e,r){let t=o(r),n=e.panels[t];if(void 0===n)throw Error(`Could not resolve panels reference ${r.$ref}`);return n}function o(e){return e.$ref.substring(14)}function u(e){return{$ref:`#/spec/panels/${e}`}}t.d(r,{$j:()=>u,Aw:()=>n,I4:()=>o})},14371:function(e,r,t){var n;r.default=void 0,r.default=(0,((n=t(30265))&&n.__esModule?n:{default:n}).default)("M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z","OpenInNew")},494:function(e,r,t){t.d(r,{F:()=>i});var n=t(84275),o=t(57576),u=function(e,r){for(var t={};e.length;){var n=e[0],u=n.code,i=n.message,s=n.path.join(".");if(!t[s])if("unionErrors"in n){var c=n.unionErrors[0].errors[0];t[s]={message:c.message,type:c.code}}else t[s]={message:i,type:u};if("unionErrors"in n&&n.unionErrors.forEach(function(r){return r.errors.forEach(function(r){return e.push(r)})}),r){var a=t[s].types,l=a&&a[n.code];t[s]=(0,o.appendErrors)(s,r,t,u,l?[].concat(l,n.message):n.message)}e.shift()}return t},i=function(e,r,t){return void 0===t&&(t={}),function(o,i,s){try{return Promise.resolve(function(u,i){try{var c=Promise.resolve(e["sync"===t.mode?"parse":"parseAsync"](o,r)).then(function(e){return s.shouldUseNativeValidation&&(0,n.validateFieldsNatively)({},s),{errors:{},values:t.raw?o:e}})}catch(e){return i(e)}return c&&c.then?c.then(void 0,i):c}(0,function(e){if(Array.isArray(null==e?void 0:e.errors))return{values:{},errors:(0,n.toNestErrors)(u(e.errors,!s.shouldUseNativeValidation&&"all"===s.criteriaMode),s)};throw e}))}catch(e){return Promise.reject(e)}}}}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["3413"],{33567:function(e,s,r){r.d(s,{Z:()=>t});function t({props:e,states:s,muiFormControl:r}){return s.reduce((s,t)=>(s[t]=e[t],r&&void 0===e[t]&&(s[t]=r[t]),s),{})}},23626:function(e,s,r){r.d(s,{Z:()=>y});var t=r(54538),a=r(90496),o=r(82267),n=r(33567),d=r(36683),l=r(51640),i=r(12709),p=r(82319),u=r(90433),m=r(51751),c=r(15143),f=r(24246);let M=(0,i.ZP)("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:(e,s)=>{let{ownerState:r}=e;return[s.root,"secondary"===r.color&&s.colorSecondary,r.filled&&s.filled]}})((0,p.Z)(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.body1,lineHeight:"1.4375em",padding:0,position:"relative",variants:[...Object.entries(e.palette).filter((0,u.Z)()).map(([s])=>({props:{color:s},style:{[`&.${c.Z.focused}`]:{color:(e.vars||e).palette[s].main}}})),{props:{},style:{[`&.${c.Z.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${c.Z.error}`]:{color:(e.vars||e).palette.error.main}}}]}))),x=(0,i.ZP)("span",{name:"MuiFormLabel",slot:"Asterisk",overridesResolver:(e,s)=>s.asterisk})((0,p.Z)(({theme:e})=>({[`&.${c.Z.error}`]:{color:(e.vars||e).palette.error.main}}))),y=t.forwardRef(function(e,s){let r=(0,m.i)({props:e,name:"MuiFormLabel"}),{children:t,className:i,color:p,component:u="label",disabled:y,error:h,filled:v,focused:S,required:Z,...k}=r,b=(0,d.Z)(),w=(0,n.Z)({props:r,muiFormControl:b,states:["color","required","focused","disabled","error","filled"]}),$={...r,color:w.color||"primary",component:u,disabled:w.disabled,error:w.error,filled:w.filled,focused:w.focused,required:w.required},I=(e=>{let{classes:s,color:r,focused:t,disabled:a,error:n,filled:d,required:i}=e,p={root:["root",`color${(0,l.Z)(r)}`,a&&"disabled",n&&"error",d&&"filled",t&&"focused",i&&"required"],asterisk:["asterisk",n&&"error"]};return(0,o.Z)(p,c.M,s)})($);return(0,f.jsxs)(M,{as:u,ownerState:$,className:(0,a.Z)(I.root,i),ref:s,...k,children:[t,w.required&&(0,f.jsxs)(x,{ownerState:$,"aria-hidden":!0,className:I.asterisk,children:[" ","*"]})]})})},15143:function(e,s,r){r.d(s,{M:()=>o,Z:()=>n});var t=r(44124),a=r(6749);function o(e){return(0,a.ZP)("MuiFormLabel",e)}let n=(0,t.Z)("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"])},68808:function(e,s,r){r.d(s,{Z:()=>S});var t=r(54538),a=r(82267),o=r(90496),n=r(33567),d=r(36683),l=r(23626),i=r(15143),p=r(51640),u=r(73037),m=r(12709),c=r(82319),f=r(51751),M=r(44124),x=r(6749);function y(e){return(0,x.ZP)("MuiInputLabel",e)}(0,M.Z)("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);var h=r(24246);let v=(0,m.ZP)(l.Z,{shouldForwardProp:e=>(0,u.Z)(e)||"classes"===e,name:"MuiInputLabel",slot:"Root",overridesResolver:(e,s)=>{let{ownerState:r}=e;return[{[`& .${i.Z.asterisk}`]:s.asterisk},s.root,r.formControl&&s.formControl,"small"===r.size&&s.sizeSmall,r.shrink&&s.shrink,!r.disableAnimation&&s.animated,r.focused&&s.focused,s[r.variant]]}})((0,c.Z)(({theme:e})=>({display:"block",transformOrigin:"top left",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",variants:[{props:({ownerState:e})=>e.formControl,style:{position:"absolute",left:0,top:0,transform:"translate(0, 20px) scale(1)"}},{props:{size:"small"},style:{transform:"translate(0, 17px) scale(1)"}},{props:({ownerState:e})=>e.shrink,style:{transform:"translate(0, -1.5px) scale(0.75)",transformOrigin:"top left",maxWidth:"133%"}},{props:({ownerState:e})=>!e.disableAnimation,style:{transition:e.transitions.create(["color","transform","max-width"],{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut})}},{props:{variant:"filled"},style:{zIndex:1,pointerEvents:"none",transform:"translate(12px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"filled",size:"small"},style:{transform:"translate(12px, 13px) scale(1)"}},{props:({variant:e,ownerState:s})=>"filled"===e&&s.shrink,style:{userSelect:"none",pointerEvents:"auto",transform:"translate(12px, 7px) scale(0.75)",maxWidth:"calc(133% - 24px)"}},{props:({variant:e,ownerState:s,size:r})=>"filled"===e&&s.shrink&&"small"===r,style:{transform:"translate(12px, 4px) scale(0.75)"}},{props:{variant:"outlined"},style:{zIndex:1,pointerEvents:"none",transform:"translate(14px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"outlined",size:"small"},style:{transform:"translate(14px, 9px) scale(1)"}},{props:({variant:e,ownerState:s})=>"outlined"===e&&s.shrink,style:{userSelect:"none",pointerEvents:"auto",maxWidth:"calc(133% - 32px)",transform:"translate(14px, -9px) scale(0.75)"}}]}))),S=t.forwardRef(function(e,s){let r=(0,f.i)({name:"MuiInputLabel",props:e}),{disableAnimation:t=!1,margin:l,shrink:i,variant:u,className:m,...c}=r,M=(0,d.Z)(),x=i;void 0===x&&M&&(x=M.filled||M.focused||M.adornedStart);let S=(0,n.Z)({props:r,muiFormControl:M,states:["size","variant","required","focused"]}),Z={...r,disableAnimation:t,formControl:M,shrink:x,size:S.size,variant:S.variant,required:S.required,focused:S.focused},k=(e=>{let{classes:s,formControl:r,size:t,shrink:o,disableAnimation:n,variant:d,required:l}=e,i={root:["root",r&&"formControl",!n&&"animated",o&&"shrink",t&&"normal"!==t&&`size${(0,p.Z)(t)}`,d],asterisk:[l&&"asterisk"]},u=(0,a.Z)(i,y,s);return{...s,...u}})(Z);return(0,h.jsx)(v,{"data-shrink":x,ref:s,className:(0,o.Z)(k.root,m),...c,ownerState:Z,classes:k})})},29085:function(e,s,r){r.d(s,{AO:()=>f,Gt:()=>p,Ib:()=>l,LU:()=>m,T9:()=>d,YF:()=>M,fs:()=>i,oK:()=>u,q0:()=>o,s3:()=>a,sG:()=>n});var t=r(20461);function a(e){return void 0!==e.pastDuration}function o(e){return void 0!==e.start&&void 0!==e.end}function n(e){let s=e.end??new Date;return{start:(0,t.sub)(s,l(e.pastDuration)),end:s}}let d=/^(?:(\d+)y)?(?:(\d+)w)?(?:(\d+)d)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+)s)?(?:(\d+)ms)?$/;function l(e){let s=d.exec(e);if(null===s)throw Error(`Invalid duration string '${e}'`);return{years:parseInt(s[1]??"0"),months:0,weeks:parseInt(s[2]??"0"),days:parseInt(s[3]??"0"),hours:parseInt(s[4]??"0"),minutes:parseInt(s[5]??"0"),seconds:parseInt(s[6]??"0")+parseInt(s[7]??"0")/1e3}}function i(e){return""!==e&&d.test(e)}function p(e){return u(e.end.valueOf()-e.start.valueOf())}function u(e){let s=Math.trunc(e/31536e6);s>0&&(e-=31536e6*s);let r=Math.trunc(e/6048e5);r>0&&(e-=6048e5*r);let t=Math.trunc(e/864e5);t>0&&(e-=864e5*t);let a=Math.trunc(e/36e5);a>0&&(e-=36e5*a);let o=Math.trunc(e/6e4);return o>0&&(e-=6e4*o),{years:s,months:0,weeks:r,days:t,hours:a,minutes:o,seconds:e/1e3}}function m(e){let s=[];if(e.years&&s.push(`${e.years}y`),e.weeks&&s.push(`${e.weeks}w`),e.days&&s.push(`${e.days}d`),e.hours&&s.push(`${e.hours}h`),e.minutes&&s.push(`${e.minutes}m`),e.seconds){let r=Math.trunc(e.seconds);r&&s.push(`${r}s`);let t=Math.round((e.seconds-r)*1e3);t&&s.push(`${t}ms`)}return s.join("")}let c=[{maxMs:15,roundedStepMs:10,display:"0.01s"},{maxMs:35,roundedStepMs:20,display:"0.02s"},{maxMs:75,roundedStepMs:50,display:"0.05s"},{maxMs:150,roundedStepMs:100,display:"0.1s"},{maxMs:350,roundedStepMs:200,display:"0.2s"},{maxMs:750,roundedStepMs:500,display:"0.5s"},{maxMs:1500,roundedStepMs:1e3,display:"1s"},{maxMs:3500,roundedStepMs:2e3,display:"2s"},{maxMs:7500,roundedStepMs:5e3,display:"5s"},{maxMs:12500,roundedStepMs:1e4,display:"10s"},{maxMs:17500,roundedStepMs:15e3,display:"15s"},{maxMs:25e3,roundedStepMs:2e4,display:"20s"},{maxMs:45e3,roundedStepMs:3e4,display:"30s"},{maxMs:9e4,roundedStepMs:6e4,display:"1m"},{maxMs:21e4,roundedStepMs:12e4,display:"2m"},{maxMs:45e4,roundedStepMs:3e5,display:"5m"},{maxMs:75e4,roundedStepMs:6e5,display:"10m"},{maxMs:75e4,roundedStepMs:9e5,display:"15m"},{maxMs:15e5,roundedStepMs:12e5,display:"20m"},{maxMs:27e5,roundedStepMs:18e5,display:"30m"},{maxMs:54e5,roundedStepMs:36e5,display:"1h"},{maxMs:9e6,roundedStepMs:72e5,display:"2h"},{maxMs:162e5,roundedStepMs:108e5,display:"3h"},{maxMs:324e5,roundedStepMs:216e5,display:"6h"},{maxMs:864e5,roundedStepMs:432e5,display:"12h"},{maxMs:6048e5,roundedStepMs:864e5,display:"1d"},{maxMs:18144e5,roundedStepMs:6048e5,display:"1w"},{maxMs:36288e5,roundedStepMs:2592e6,display:"30d"},{maxMs:63072e6,roundedStepMs:31536e6,display:"1y"}];function f(e){for(let{maxMs:s,roundedStepMs:r}of c)if(e<s)return r;return 15e3}function M(e,s){return f(Math.floor((e.end.valueOf()-e.start.valueOf())/s))}}}]);
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! For license information please see 3869.4e06bfcb.js.LICENSE.txt */
|
|
2
|
-
"use strict";(self.chunk_Loki=self.chunk_Loki||[]).push([["3869"],{70313:function(e,r,t){t.d(r,{d:()=>a});var n=t(54538),o=t(97048),u=t(81925),i=t(80668),s=t(94680);function c(e){return e.substring(2).toLowerCase()}function a(e){let{children:r,disableReactTree:t=!1,mouseEvent:a="onClick",onClickAway:l,touchEvent:f="onTouchEnd"}=e,d=n.useRef(!1),v=n.useRef(null),m=n.useRef(!1),p=n.useRef(!1);n.useEffect(()=>(setTimeout(()=>{m.current=!0},0),()=>{m.current=!1}),[]);let h=(0,o.Z)((0,s.Z)(r),v),E=(0,u.Z)(e=>{let r=p.current;p.current=!1;let n=(0,i.Z)(v.current);if(!(!m.current||!v.current||"clientX"in e&&(n.documentElement.clientWidth<e.clientX||n.documentElement.clientHeight<e.clientY))){if(d.current){d.current=!1;return}(e.composedPath?e.composedPath().includes(v.current):!n.documentElement.contains(e.target)||v.current.contains(e.target))||!t&&r||l(e)}}),y=e=>t=>{p.current=!0;let n=r.props[e];n&&n(t)},w={ref:h};return!1!==f&&(w[f]=y(f)),n.useEffect(()=>{if(!1!==f){let e=c(f),r=(0,i.Z)(v.current),t=()=>{d.current=!0};return r.addEventListener(e,E),r.addEventListener("touchmove",t),()=>{r.removeEventListener(e,E),r.removeEventListener("touchmove",t)}}},[E,f]),!1!==a&&(w[a]=y(a)),n.useEffect(()=>{if(!1!==a){let e=c(a),r=(0,i.Z)(v.current);return r.addEventListener(e,E),()=>{r.removeEventListener(e,E)}}},[E,a]),n.cloneElement(r,w)}},29992:function(e,r,t){t.d(r,{Z:()=>n});let n=t(54538).createContext(void 0)},36683:function(e,r,t){t.d(r,{Z:()=>u});var n=t(54538),o=t(29992);function u(){return n.useContext(o.Z)}},85843:function(e,r,t){t.d(r,{Z:()=>p});var n=t(54538),o=t(90496),u=t(82267),i=t(12709),s=t(51751),c=t(44124),a=t(6749);function l(e){return(0,a.ZP)("MuiFormGroup",e)}(0,c.Z)("MuiFormGroup",["root","row","error"]);var f=t(36683),d=t(33567),v=t(24246);let m=(0,i.ZP)("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(e,r)=>{let{ownerState:t}=e;return[r.root,t.row&&r.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]}),p=n.forwardRef(function(e,r){let t=(0,s.i)({props:e,name:"MuiFormGroup"}),{className:n,row:i=!1,...c}=t,a=(0,f.Z)(),p=(0,d.Z)({props:t,muiFormControl:a,states:["error"]}),h={...t,row:i,error:p.error},E=(e=>{let{classes:r,row:t,error:n}=e;return(0,u.Z)({root:["root",t&&"row",n&&"error"]},l,r)})(h);return(0,v.jsx)(m,{className:(0,o.Z)(E.root,n),ownerState:h,ref:r,...c})})},76439:function(e,r,t){t.d(r,{Z:()=>a});var n=t(54538),o=t(96858),u=t(49267),i=t(24105);let s={...n}.useSyncExternalStore;function c(e={}){let{themeId:r}=e;return function(e,t={}){let c=(0,i.Z)();c&&r&&(c=c[r]||c);let a="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:l=!1,matchMedia:f=a?window.matchMedia:null,ssrMatchMedia:d=null,noSsr:v=!1}=(0,u.Z)({name:"MuiUseMediaQuery",props:t,theme:c}),m="function"==typeof e?e(c):e;return(void 0!==s?function(e,r,t,o,u){let i=n.useCallback(()=>r,[r]),c=n.useMemo(()=>{if(u&&t)return()=>t(e).matches;if(null!==o){let{matches:r}=o(e);return()=>r}return i},[i,e,o,u,t]),[a,l]=n.useMemo(()=>{if(null===t)return[i,()=>()=>{}];let r=t(e);return[()=>r.matches,e=>(r.addEventListener("change",e),()=>{r.removeEventListener("change",e)})]},[i,t,e]);return s(l,a,c)}:function(e,r,t,u,i){let[s,c]=n.useState(()=>i&&t?t(e).matches:u?u(e).matches:r);return(0,o.Z)(()=>{if(!t)return;let r=t(e),n=()=>{c(r.matches)};return n(),r.addEventListener("change",n),()=>{r.removeEventListener("change",n)}},[e,t]),s})(m=m.replace(/^@media( ?)/m,""),l,f,d,v)}}c();let a=c({themeId:t(92994).Z})},22410:function(e,r,t){function n(e){return"project"in e.metadata?e.metadata.project:void 0}t.d(r,{Z:()=>n,x:()=>o});let o="$__all"},67469:function(e,r,t){t.d(r,{z:()=>o});var n=t(54538);function o(e){let r=(0,n.useRef)(e);return(0,n.useLayoutEffect)(()=>{r.current=e}),(0,n.useCallback)((...e)=>r.current(...e),[])}},85247:function(e,r,t){function n(e,r){let t=o(r),n=e.panels[t];if(void 0===n)throw Error(`Could not resolve panels reference ${r.$ref}`);return n}function o(e){return e.$ref.substring(14)}function u(e){return{$ref:`#/spec/panels/${e}`}}t.d(r,{$j:()=>u,Aw:()=>n,I4:()=>o})},14371:function(e,r,t){var n;r.default=void 0,r.default=(0,((n=t(30265))&&n.__esModule?n:{default:n}).default)("M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z","OpenInNew")},71426:function(e,r,t){var n=t(54538),o=Symbol.for("react.element"),u=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,s=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function a(e,r,t){var n,u={},a=null,l=null;for(n in void 0!==t&&(a=""+t),void 0!==r.key&&(a=""+r.key),void 0!==r.ref&&(l=r.ref),r)i.call(r,n)&&!c.hasOwnProperty(n)&&(u[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===u[n]&&(u[n]=r[n]);return{$$typeof:o,type:e,key:a,ref:l,props:u,_owner:s.current}}r.Fragment=u,r.jsx=a,r.jsxs=a},24246:function(e,r,t){e.exports=t(71426)},494:function(e,r,t){t.d(r,{F:()=>i});var n=t(84275),o=t(57576),u=function(e,r){for(var t={};e.length;){var n=e[0],u=n.code,i=n.message,s=n.path.join(".");if(!t[s])if("unionErrors"in n){var c=n.unionErrors[0].errors[0];t[s]={message:c.message,type:c.code}}else t[s]={message:i,type:u};if("unionErrors"in n&&n.unionErrors.forEach(function(r){return r.errors.forEach(function(r){return e.push(r)})}),r){var a=t[s].types,l=a&&a[n.code];t[s]=(0,o.appendErrors)(s,r,t,u,l?[].concat(l,n.message):n.message)}e.shift()}return t},i=function(e,r,t){return void 0===t&&(t={}),function(o,i,s){try{return Promise.resolve(function(u,i){try{var c=Promise.resolve(e["sync"===t.mode?"parse":"parseAsync"](o,r)).then(function(e){return s.shouldUseNativeValidation&&(0,n.validateFieldsNatively)({},s),{errors:{},values:t.raw?o:e}})}catch(e){return i(e)}return c&&c.then?c.then(void 0,i):c}(0,function(e){if(Array.isArray(null==e?void 0:e.errors))return{values:{},errors:(0,n.toNestErrors)(u(e.errors,!s.shouldUseNativeValidation&&"all"===s.criteriaMode),s)};throw e}))}catch(e){return Promise.reject(e)}}}}}]);
|