@perses-dev/victorialogs-plugin 0.1.0 → 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.
Files changed (44) hide show
  1. package/__mf/js/{VictoriaLogs.9a08c902.js → VictoriaLogs.52130265.js} +3 -3
  2. package/__mf/js/async/1398.34d5ed30.js +2 -0
  3. package/__mf/js/async/{4310.b6c0f250.js → 4310.9ddfd236.js} +2 -2
  4. package/__mf/js/async/{4421.c442f6d9.js → 4421.b3e6be64.js} +1 -1
  5. package/__mf/js/async/4557.4ca5a213.js +2 -0
  6. package/__mf/js/async/4676.db842b1a.js +22 -0
  7. package/__mf/js/async/58.8a4336f8.js +2 -0
  8. package/__mf/js/async/7797.2bda5f99.js +1 -0
  9. package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.807e09ec.js → __federation_expose_VictoriaLogsDatasource.f8412079.js} +2 -2
  10. package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js +2 -0
  11. package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js +2 -0
  12. package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js +1 -0
  13. package/__mf/js/async/{__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js → __federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js} +1 -1
  14. package/__mf/js/{main.9f62e593.js → main.0293cd8e.js} +3 -3
  15. package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -10
  16. package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +2 -19
  17. package/lib/queries/victorialogs-log-query/interface.d.ts +0 -1
  18. package/lib/queries/victorialogs-log-query/interface.d.ts.map +1 -1
  19. package/lib/queries/victorialogs-log-query/interface.js.map +1 -1
  20. package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.d.ts.map +1 -1
  21. package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -10
  22. package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js.map +1 -1
  23. package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.d.ts.map +1 -1
  24. package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +2 -19
  25. package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map +1 -1
  26. package/mf-manifest.json +43 -43
  27. package/mf-stats.json +43 -43
  28. package/package.json +6 -6
  29. package/__mf/js/async/2178.d1785908.js +0 -2
  30. package/__mf/js/async/2472.3c37aa71.js +0 -22
  31. package/__mf/js/async/2708.c79893a7.js +0 -1
  32. package/__mf/js/async/6620.4f2fc96e.js +0 -2
  33. package/__mf/js/async/9563.b88ff7ff.js +0 -2
  34. package/__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js +0 -2
  35. package/__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js +0 -2
  36. package/__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8122cbeb.js +0 -1
  37. /package/__mf/js/async/{9563.b88ff7ff.js.LICENSE.txt → 1398.34d5ed30.js.LICENSE.txt} +0 -0
  38. /package/__mf/js/async/{4310.b6c0f250.js.LICENSE.txt → 4310.9ddfd236.js.LICENSE.txt} +0 -0
  39. /package/__mf/js/async/{2178.d1785908.js.LICENSE.txt → 4557.4ca5a213.js.LICENSE.txt} +0 -0
  40. /package/__mf/js/async/{2472.3c37aa71.js.LICENSE.txt → 4676.db842b1a.js.LICENSE.txt} +0 -0
  41. /package/__mf/js/async/{6620.4f2fc96e.js.LICENSE.txt → 58.8a4336f8.js.LICENSE.txt} +0 -0
  42. /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.807e09ec.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.f8412079.js.LICENSE.txt} +0 -0
  43. /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js.LICENSE.txt} +0 -0
  44. /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js.LICENSE.txt} +0 -0
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "VictoriaLogs",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.1.0",
8
+ "buildVersion": "0.2.0",
9
9
  "buildName": "@perses-dev/victorialogs-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/VictoriaLogs.9a08c902.js",
12
+ "name": "__mf/js/VictoriaLogs.52130265.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -96,17 +96,17 @@
96
96
  },
97
97
  {
98
98
  "singleton": true,
99
- "requiredVersion": "^0.53.0-beta.1",
99
+ "requiredVersion": "^0.53.0-beta.2",
100
100
  "shareScope": "default",
101
101
  "name": "@perses-dev/components",
102
- "version": "0.53.0-beta.1",
102
+ "version": "0.53.0-beta.2",
103
103
  "eager": false,
104
104
  "id": "VictoriaLogs:@perses-dev/components",
105
105
  "assets": {
106
106
  "js": {
107
107
  "async": [],
108
108
  "sync": [
109
- "__mf/js/async/4310.b6c0f250.js"
109
+ "__mf/js/async/4310.9ddfd236.js"
110
110
  ]
111
111
  },
112
112
  "css": {
@@ -118,17 +118,17 @@
118
118
  },
119
119
  {
120
120
  "singleton": true,
121
- "requiredVersion": "^0.53.0-beta.1",
121
+ "requiredVersion": "^0.53.0-beta.2",
122
122
  "shareScope": "default",
123
123
  "name": "@perses-dev/dashboards",
124
- "version": "0.53.0-beta.1",
124
+ "version": "0.53.0-beta.2",
125
125
  "eager": false,
126
126
  "id": "VictoriaLogs:@perses-dev/dashboards",
127
127
  "assets": {
128
128
  "js": {
129
129
  "async": [],
130
130
  "sync": [
131
- "__mf/js/async/2472.3c37aa71.js"
131
+ "__mf/js/async/4676.db842b1a.js"
132
132
  ]
133
133
  },
134
134
  "css": {
@@ -140,17 +140,17 @@
140
140
  },
141
141
  {
142
142
  "singleton": true,
143
- "requiredVersion": "^0.53.0-beta.1",
143
+ "requiredVersion": "^0.53.0-beta.2",
144
144
  "shareScope": "default",
145
145
  "name": "@perses-dev/explore",
146
- "version": "0.53.0-beta.1",
146
+ "version": "0.53.0-beta.2",
147
147
  "eager": false,
148
148
  "id": "VictoriaLogs:@perses-dev/explore",
149
149
  "assets": {
150
150
  "js": {
151
151
  "async": [],
152
152
  "sync": [
153
- "__mf/js/async/4421.c442f6d9.js"
153
+ "__mf/js/async/4421.b3e6be64.js"
154
154
  ]
155
155
  },
156
156
  "css": {
@@ -162,17 +162,17 @@
162
162
  },
163
163
  {
164
164
  "singleton": true,
165
- "requiredVersion": "^0.53.0-beta.1",
165
+ "requiredVersion": "^0.53.0-beta.2",
166
166
  "shareScope": "default",
167
167
  "name": "@perses-dev/plugin-system",
168
- "version": "0.53.0-beta.1",
168
+ "version": "0.53.0-beta.2",
169
169
  "eager": false,
170
170
  "id": "VictoriaLogs:@perses-dev/plugin-system",
171
171
  "assets": {
172
172
  "js": {
173
173
  "async": [],
174
174
  "sync": [
175
- "__mf/js/async/2178.d1785908.js"
175
+ "__mf/js/async/4557.4ca5a213.js"
176
176
  ]
177
177
  },
178
178
  "css": {
@@ -392,23 +392,23 @@
392
392
  "assets": {
393
393
  "js": {
394
394
  "sync": [
395
- "__mf/js/async/__federation_expose_VictoriaLogsDatasource.807e09ec.js"
395
+ "__mf/js/async/__federation_expose_VictoriaLogsDatasource.f8412079.js"
396
396
  ],
397
397
  "async": [
398
398
  "__mf/js/async/6374.e9650306.js",
399
399
  "__mf/js/async/158.c35084cf.js",
400
400
  "__mf/js/async/5682.a317ee96.js",
401
- "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js",
401
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js",
402
402
  "__mf/js/async/5628.f229b9f6.js",
403
403
  "__mf/js/async/2558.beff8442.js",
404
- "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js",
404
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
405
405
  "__mf/js/async/8537.a7ed2e24.js",
406
406
  "__mf/js/async/5348.aa77f629.js",
407
- "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js",
408
- "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8122cbeb.js",
407
+ "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
408
+ "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js",
409
409
  "__mf/js/async/5388.92f525c5.js",
410
410
  "__mf/js/async/7376.91743064.js",
411
- "__mf/js/async/6620.4f2fc96e.js",
411
+ "__mf/js/async/58.8a4336f8.js",
412
412
  "__mf/js/async/8727.e54ca5fd.js",
413
413
  "__mf/js/async/3431.358ac817.js",
414
414
  "__mf/js/async/6134.6f58094d.js",
@@ -417,7 +417,7 @@
417
417
  "__mf/js/async/2292.0696771a.js",
418
418
  "__mf/js/async/8488.9eb8e6dc.js",
419
419
  "__mf/js/async/8216.3417496f.js",
420
- "__mf/js/async/2708.c79893a7.js"
420
+ "__mf/js/async/7797.2bda5f99.js"
421
421
  ]
422
422
  },
423
423
  "css": {
@@ -440,7 +440,7 @@
440
440
  "__mf/js/async/158.c35084cf.js",
441
441
  "__mf/js/async/8537.a7ed2e24.js",
442
442
  "__mf/js/async/5348.aa77f629.js",
443
- "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js"
443
+ "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js"
444
444
  ],
445
445
  "async": [
446
446
  "__mf/js/async/4238.cd5e3d1f.js",
@@ -448,20 +448,20 @@
448
448
  "__mf/js/async/6374.e9650306.js",
449
449
  "__mf/js/async/158.c35084cf.js",
450
450
  "__mf/js/async/5682.a317ee96.js",
451
- "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js",
451
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js",
452
452
  "__mf/js/async/5628.f229b9f6.js",
453
453
  "__mf/js/async/2558.beff8442.js",
454
- "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js",
454
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
455
455
  "__mf/js/async/5388.92f525c5.js",
456
456
  "__mf/js/async/7376.91743064.js",
457
- "__mf/js/async/6620.4f2fc96e.js",
457
+ "__mf/js/async/58.8a4336f8.js",
458
458
  "__mf/js/async/8727.e54ca5fd.js",
459
459
  "__mf/js/async/3431.358ac817.js",
460
460
  "__mf/js/async/6134.6f58094d.js",
461
461
  "__mf/js/async/2292.0696771a.js",
462
462
  "__mf/js/async/8488.9eb8e6dc.js",
463
463
  "__mf/js/async/8216.3417496f.js",
464
- "__mf/js/async/2708.c79893a7.js"
464
+ "__mf/js/async/7797.2bda5f99.js"
465
465
  ]
466
466
  },
467
467
  "css": {
@@ -484,31 +484,31 @@
484
484
  "__mf/js/async/158.c35084cf.js",
485
485
  "__mf/js/async/8537.a7ed2e24.js",
486
486
  "__mf/js/async/5348.aa77f629.js",
487
- "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8122cbeb.js"
487
+ "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js"
488
488
  ],
489
489
  "async": [
490
490
  "__mf/js/async/6374.e9650306.js",
491
491
  "__mf/js/async/158.c35084cf.js",
492
492
  "__mf/js/async/5682.a317ee96.js",
493
- "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js",
493
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js",
494
494
  "__mf/js/async/5628.f229b9f6.js",
495
495
  "__mf/js/async/2558.beff8442.js",
496
- "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js",
496
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
497
497
  "__mf/js/async/5388.92f525c5.js",
498
498
  "__mf/js/async/7376.91743064.js",
499
- "__mf/js/async/6620.4f2fc96e.js",
499
+ "__mf/js/async/58.8a4336f8.js",
500
500
  "__mf/js/async/8727.e54ca5fd.js",
501
501
  "__mf/js/async/3431.358ac817.js",
502
502
  "__mf/js/async/8537.a7ed2e24.js",
503
503
  "__mf/js/async/5348.aa77f629.js",
504
- "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js",
504
+ "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
505
505
  "__mf/js/async/6134.6f58094d.js",
506
506
  "__mf/js/async/4238.cd5e3d1f.js",
507
507
  "__mf/js/async/3224.858fb6d6.js",
508
508
  "__mf/js/async/2292.0696771a.js",
509
509
  "__mf/js/async/8488.9eb8e6dc.js",
510
510
  "__mf/js/async/8216.3417496f.js",
511
- "__mf/js/async/2708.c79893a7.js"
511
+ "__mf/js/async/7797.2bda5f99.js"
512
512
  ]
513
513
  },
514
514
  "css": {
@@ -531,7 +531,7 @@
531
531
  "__mf/js/async/6374.e9650306.js",
532
532
  "__mf/js/async/158.c35084cf.js",
533
533
  "__mf/js/async/5682.a317ee96.js",
534
- "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.94ae15a7.js"
534
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.e900c02f.js"
535
535
  ],
536
536
  "async": [
537
537
  "__mf/js/async/5628.f229b9f6.js",
@@ -539,23 +539,23 @@
539
539
  "__mf/js/async/158.c35084cf.js",
540
540
  "__mf/js/async/5682.a317ee96.js",
541
541
  "__mf/js/async/2558.beff8442.js",
542
- "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js",
542
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js",
543
543
  "__mf/js/async/5388.92f525c5.js",
544
544
  "__mf/js/async/7376.91743064.js",
545
- "__mf/js/async/6620.4f2fc96e.js",
545
+ "__mf/js/async/58.8a4336f8.js",
546
546
  "__mf/js/async/8727.e54ca5fd.js",
547
547
  "__mf/js/async/3431.358ac817.js",
548
548
  "__mf/js/async/8537.a7ed2e24.js",
549
549
  "__mf/js/async/5348.aa77f629.js",
550
- "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js",
550
+ "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
551
551
  "__mf/js/async/6134.6f58094d.js",
552
- "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8122cbeb.js",
552
+ "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js",
553
553
  "__mf/js/async/4238.cd5e3d1f.js",
554
554
  "__mf/js/async/3224.858fb6d6.js",
555
555
  "__mf/js/async/2292.0696771a.js",
556
556
  "__mf/js/async/8488.9eb8e6dc.js",
557
557
  "__mf/js/async/8216.3417496f.js",
558
- "__mf/js/async/2708.c79893a7.js"
558
+ "__mf/js/async/7797.2bda5f99.js"
559
559
  ]
560
560
  },
561
561
  "css": {
@@ -580,26 +580,26 @@
580
580
  "__mf/js/async/5628.f229b9f6.js",
581
581
  "__mf/js/async/5682.a317ee96.js",
582
582
  "__mf/js/async/2558.beff8442.js",
583
- "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.eabc284b.js"
583
+ "__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.82b66c29.js"
584
584
  ],
585
585
  "async": [
586
586
  "__mf/js/async/5388.92f525c5.js",
587
587
  "__mf/js/async/7376.91743064.js",
588
- "__mf/js/async/6620.4f2fc96e.js",
588
+ "__mf/js/async/58.8a4336f8.js",
589
589
  "__mf/js/async/8727.e54ca5fd.js",
590
590
  "__mf/js/async/3431.358ac817.js",
591
591
  "__mf/js/async/158.c35084cf.js",
592
592
  "__mf/js/async/8537.a7ed2e24.js",
593
593
  "__mf/js/async/5348.aa77f629.js",
594
- "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.56dd4cab.js",
594
+ "__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.37c3a83e.js",
595
595
  "__mf/js/async/6134.6f58094d.js",
596
- "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8122cbeb.js",
596
+ "__mf/js/async/__federation_expose_VictoriaLogsLogQuery.906cc07c.js",
597
597
  "__mf/js/async/4238.cd5e3d1f.js",
598
598
  "__mf/js/async/3224.858fb6d6.js",
599
599
  "__mf/js/async/2292.0696771a.js",
600
600
  "__mf/js/async/8488.9eb8e6dc.js",
601
601
  "__mf/js/async/8216.3417496f.js",
602
- "__mf/js/async/2708.c79893a7.js"
602
+ "__mf/js/async/7797.2bda5f99.js"
603
603
  ]
604
604
  },
605
605
  "css": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/victorialogs-plugin",
3
- "version": "0.1.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.53.0-beta.1",
25
- "@perses-dev/core": "^0.53.0-beta.1",
26
- "@perses-dev/dashboards": "^0.53.0-beta.1",
27
- "@perses-dev/explore": "^0.53.0-beta.1",
28
- "@perses-dev/plugin-system": "^0.53.0-beta.1",
24
+ "@perses-dev/components": "^0.53.0-beta.2",
25
+ "@perses-dev/core": "^0.53.0-beta.2",
26
+ "@perses-dev/dashboards": "^0.53.0-beta.2",
27
+ "@perses-dev/explore": "^0.53.0-beta.2",
28
+ "@perses-dev/plugin-system": "^0.53.0-beta.2",
29
29
  "@tanstack/react-query": "^4.39.1",
30
30
  "date-fns": "^4.1.0",
31
31
  "date-fns-tz": "^3.2.0",