@perses-dev/timeseries-table-plugin 0.6.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/LICENSE +201 -0
- package/README.md +41 -0
- package/__mf/css/async/341.53436797.css +1 -0
- package/__mf/css/async/759.53436797.css +1 -0
- package/__mf/font/lato-all-300-normal.322bdf14.woff +0 -0
- package/__mf/font/lato-all-400-normal.63513b00.woff +0 -0
- package/__mf/font/lato-all-700-normal.bb27db94.woff +0 -0
- package/__mf/font/lato-all-900-normal.a27049a3.woff +0 -0
- package/__mf/font/lato-latin-300-normal.c5195215.woff2 +0 -0
- package/__mf/font/lato-latin-400-normal.b7ffde23.woff2 +0 -0
- package/__mf/font/lato-latin-700-normal.d5eb20bc.woff2 +0 -0
- package/__mf/font/lato-latin-900-normal.d884a71c.woff2 +0 -0
- package/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2 +0 -0
- package/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2 +0 -0
- package/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2 +0 -0
- package/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2 +0 -0
- package/__mf/js/795.a00f14d5.js +5 -0
- package/__mf/js/TimeSeriesTable.78b6adc4.js +5 -0
- package/__mf/js/async/156.edaa1366.js +1 -0
- package/__mf/js/async/173.7677c422.js +2 -0
- package/__mf/js/async/173.7677c422.js.LICENSE.txt +19 -0
- package/__mf/js/async/570.4e5c2806.js +1 -0
- package/__mf/js/async/620.989f65d2.js +2 -0
- package/__mf/js/async/620.989f65d2.js.LICENSE.txt +9 -0
- package/__mf/js/async/621.966dfe80.js +111 -0
- package/__mf/js/async/621.966dfe80.js.LICENSE.txt +52 -0
- package/__mf/js/async/651.f2005980.js +1 -0
- package/__mf/js/async/694.46f61549.js +1 -0
- package/__mf/js/async/740.64988389.js +1 -0
- package/__mf/js/async/75.65fec995.js +1 -0
- package/__mf/js/async/770.46d7d5f9.js +1 -0
- package/__mf/js/async/960.d242a960.js +2 -0
- package/__mf/js/async/960.d242a960.js.LICENSE.txt +8 -0
- package/__mf/js/async/964.7386b918.js +2 -0
- package/__mf/js/async/964.7386b918.js.LICENSE.txt +9 -0
- package/__mf/js/async/998.e20cf478.js +65 -0
- package/__mf/js/async/998.e20cf478.js.LICENSE.txt +59 -0
- package/__mf/js/async/__federation_expose_TimeSeriesTable.0774ca0f.js +1 -0
- package/__mf/js/main.857476c9.js +1 -0
- package/lib/TimeSeriesTable.d.ts +8 -0
- package/lib/TimeSeriesTable.d.ts.map +1 -0
- package/lib/TimeSeriesTable.js +29 -0
- package/lib/TimeSeriesTable.js.map +1 -0
- package/lib/TimeSeriesTablePanel.d.ts +7 -0
- package/lib/TimeSeriesTablePanel.d.ts.map +1 -0
- package/lib/TimeSeriesTablePanel.js +33 -0
- package/lib/TimeSeriesTablePanel.js.map +1 -0
- package/lib/bootstrap.d.ts +2 -0
- package/lib/bootstrap.d.ts.map +1 -0
- package/lib/bootstrap.js +19 -0
- package/lib/bootstrap.js.map +1 -0
- package/lib/cjs/TimeSeriesTable.js +35 -0
- package/lib/cjs/TimeSeriesTablePanel.js +41 -0
- package/lib/cjs/bootstrap.js +26 -0
- package/lib/cjs/components/DataTable.js +185 -0
- package/lib/cjs/components/HistogramChart.js +121 -0
- package/lib/cjs/components/SeriesName.js +100 -0
- package/lib/cjs/components/index.js +20 -0
- package/lib/cjs/env.d.js +14 -0
- package/lib/cjs/getPluginModule.js +27 -0
- package/lib/cjs/index-federation.js +55 -0
- package/lib/cjs/index.js +29 -0
- package/lib/cjs/model.js +5 -0
- package/lib/cjs/setup-tests.js +19 -0
- package/lib/cjs/test/mock-query-results.js +417 -0
- package/lib/components/DataTable.d.ts +18 -0
- package/lib/components/DataTable.d.ts.map +1 -0
- package/lib/components/DataTable.js +173 -0
- package/lib/components/DataTable.js.map +1 -0
- package/lib/components/HistogramChart.d.ts +16 -0
- package/lib/components/HistogramChart.d.ts.map +1 -0
- package/lib/components/HistogramChart.js +113 -0
- package/lib/components/HistogramChart.js.map +1 -0
- package/lib/components/SeriesName.d.ts +11 -0
- package/lib/components/SeriesName.d.ts.map +1 -0
- package/lib/components/SeriesName.js +95 -0
- package/lib/components/SeriesName.js.map +1 -0
- package/lib/components/index.d.ts +4 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -0
- package/lib/env.d.js +15 -0
- package/lib/env.d.js.map +1 -0
- package/lib/getPluginModule.d.ts +6 -0
- package/lib/getPluginModule.d.ts.map +1 -0
- package/lib/getPluginModule.js +16 -0
- package/lib/getPluginModule.js.map +1 -0
- package/lib/index-federation.d.ts +1 -0
- package/lib/index-federation.d.ts.map +1 -0
- package/lib/index-federation.js +15 -0
- package/lib/index-federation.js.map +1 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +8 -0
- package/lib/index.js.map +1 -0
- package/lib/model.d.ts +3 -0
- package/lib/model.d.ts.map +1 -0
- package/lib/model.js +4 -0
- package/lib/model.js.map +1 -0
- package/lib/setup-tests.d.ts +2 -0
- package/lib/setup-tests.d.ts.map +1 -0
- package/lib/setup-tests.js +17 -0
- package/lib/setup-tests.js.map +1 -0
- package/lib/test/mock-query-results.d.ts +136 -0
- package/lib/test/mock-query-results.d.ts.map +1 -0
- package/lib/test/mock-query-results.js +389 -0
- package/lib/test/mock-query-results.js.map +1 -0
- package/mf-manifest.json +212 -0
- package/mf-stats.json +242 -0
- package/package.json +54 -0
package/mf-manifest.json
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "TimeSeriesTable",
|
|
3
|
+
"name": "TimeSeriesTable",
|
|
4
|
+
"metaData": {
|
|
5
|
+
"name": "TimeSeriesTable",
|
|
6
|
+
"type": "app",
|
|
7
|
+
"buildInfo": {
|
|
8
|
+
"buildVersion": "0.6.0",
|
|
9
|
+
"buildName": "@perses-dev/timeseries-table-plugin"
|
|
10
|
+
},
|
|
11
|
+
"remoteEntry": {
|
|
12
|
+
"name": "__mf/js/TimeSeriesTable.78b6adc4.js",
|
|
13
|
+
"path": "",
|
|
14
|
+
"type": "global"
|
|
15
|
+
},
|
|
16
|
+
"types": {
|
|
17
|
+
"path": "",
|
|
18
|
+
"name": "",
|
|
19
|
+
"zip": "",
|
|
20
|
+
"api": ""
|
|
21
|
+
},
|
|
22
|
+
"globalName": "TimeSeriesTable",
|
|
23
|
+
"pluginVersion": "0.11.2",
|
|
24
|
+
"prefetchInterface": false,
|
|
25
|
+
"publicPath": "/plugins/TimeSeriesTable/"
|
|
26
|
+
},
|
|
27
|
+
"shared": [
|
|
28
|
+
{
|
|
29
|
+
"id": "TimeSeriesTable:@emotion/react",
|
|
30
|
+
"name": "@emotion/react",
|
|
31
|
+
"version": "11.14.0",
|
|
32
|
+
"singleton": true,
|
|
33
|
+
"requiredVersion": "^11.11.3",
|
|
34
|
+
"assets": {
|
|
35
|
+
"js": {
|
|
36
|
+
"async": [
|
|
37
|
+
"__mf/js/async/964.7386b918.js"
|
|
38
|
+
],
|
|
39
|
+
"sync": [
|
|
40
|
+
"__mf/js/async/960.d242a960.js"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"css": {
|
|
44
|
+
"async": [],
|
|
45
|
+
"sync": []
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "TimeSeriesTable:@emotion/styled",
|
|
51
|
+
"name": "@emotion/styled",
|
|
52
|
+
"version": "11.14.0",
|
|
53
|
+
"singleton": true,
|
|
54
|
+
"requiredVersion": "^11.14.0",
|
|
55
|
+
"assets": {
|
|
56
|
+
"js": {
|
|
57
|
+
"async": [
|
|
58
|
+
"__mf/js/async/964.7386b918.js",
|
|
59
|
+
"__mf/js/async/960.d242a960.js"
|
|
60
|
+
],
|
|
61
|
+
"sync": [
|
|
62
|
+
"__mf/js/async/694.46f61549.js",
|
|
63
|
+
"__mf/js/async/770.46d7d5f9.js"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"css": {
|
|
67
|
+
"async": [],
|
|
68
|
+
"sync": []
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "TimeSeriesTable:@perses-dev/components",
|
|
74
|
+
"name": "@perses-dev/components",
|
|
75
|
+
"version": "0.51.0-beta.1",
|
|
76
|
+
"singleton": true,
|
|
77
|
+
"requiredVersion": "^0.51.0-beta.1",
|
|
78
|
+
"assets": {
|
|
79
|
+
"js": {
|
|
80
|
+
"async": [
|
|
81
|
+
"__mf/js/async/964.7386b918.js",
|
|
82
|
+
"__mf/js/async/173.7677c422.js",
|
|
83
|
+
"__mf/js/async/960.d242a960.js",
|
|
84
|
+
"__mf/js/async/694.46f61549.js",
|
|
85
|
+
"__mf/js/async/740.64988389.js",
|
|
86
|
+
"__mf/js/async/75.65fec995.js"
|
|
87
|
+
],
|
|
88
|
+
"sync": [
|
|
89
|
+
"__mf/js/async/998.e20cf478.js"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"css": {
|
|
93
|
+
"async": [],
|
|
94
|
+
"sync": []
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "TimeSeriesTable:date-fns",
|
|
100
|
+
"name": "date-fns",
|
|
101
|
+
"version": "4.1.0",
|
|
102
|
+
"singleton": true,
|
|
103
|
+
"requiredVersion": "^4.1.0",
|
|
104
|
+
"assets": {
|
|
105
|
+
"js": {
|
|
106
|
+
"async": [],
|
|
107
|
+
"sync": [
|
|
108
|
+
"__mf/js/async/75.65fec995.js"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
"css": {
|
|
112
|
+
"async": [],
|
|
113
|
+
"sync": []
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"id": "TimeSeriesTable:react-dom",
|
|
119
|
+
"name": "react-dom",
|
|
120
|
+
"version": "18.3.1",
|
|
121
|
+
"singleton": true,
|
|
122
|
+
"requiredVersion": "18.2.0",
|
|
123
|
+
"assets": {
|
|
124
|
+
"js": {
|
|
125
|
+
"async": [
|
|
126
|
+
"__mf/js/async/964.7386b918.js"
|
|
127
|
+
],
|
|
128
|
+
"sync": [
|
|
129
|
+
"__mf/js/async/173.7677c422.js"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"css": {
|
|
133
|
+
"async": [],
|
|
134
|
+
"sync": []
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "TimeSeriesTable:react",
|
|
140
|
+
"name": "react",
|
|
141
|
+
"version": "18.3.1",
|
|
142
|
+
"singleton": true,
|
|
143
|
+
"requiredVersion": "18.2.0",
|
|
144
|
+
"assets": {
|
|
145
|
+
"js": {
|
|
146
|
+
"async": [],
|
|
147
|
+
"sync": [
|
|
148
|
+
"__mf/js/async/964.7386b918.js"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"css": {
|
|
152
|
+
"async": [],
|
|
153
|
+
"sync": []
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "TimeSeriesTable:date-fns-tz",
|
|
159
|
+
"name": "date-fns-tz",
|
|
160
|
+
"version": "3.2.0",
|
|
161
|
+
"singleton": true,
|
|
162
|
+
"requiredVersion": "^3.2.0",
|
|
163
|
+
"assets": {
|
|
164
|
+
"js": {
|
|
165
|
+
"async": [
|
|
166
|
+
"__mf/js/async/75.65fec995.js"
|
|
167
|
+
],
|
|
168
|
+
"sync": [
|
|
169
|
+
"__mf/js/async/740.64988389.js"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
"css": {
|
|
173
|
+
"async": [],
|
|
174
|
+
"sync": []
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"remotes": [],
|
|
180
|
+
"exposes": [
|
|
181
|
+
{
|
|
182
|
+
"id": "TimeSeriesTable:TimeSeriesTable",
|
|
183
|
+
"name": "TimeSeriesTable",
|
|
184
|
+
"assets": {
|
|
185
|
+
"js": {
|
|
186
|
+
"sync": [
|
|
187
|
+
"__mf/js/async/621.966dfe80.js",
|
|
188
|
+
"__mf/js/async/570.4e5c2806.js",
|
|
189
|
+
"__mf/js/async/__federation_expose_TimeSeriesTable.0774ca0f.js"
|
|
190
|
+
],
|
|
191
|
+
"async": [
|
|
192
|
+
"__mf/js/async/964.7386b918.js",
|
|
193
|
+
"__mf/js/async/960.d242a960.js",
|
|
194
|
+
"__mf/js/async/694.46f61549.js",
|
|
195
|
+
"__mf/js/async/156.edaa1366.js",
|
|
196
|
+
"__mf/js/async/998.e20cf478.js",
|
|
197
|
+
"__mf/js/async/173.7677c422.js",
|
|
198
|
+
"__mf/js/async/740.64988389.js",
|
|
199
|
+
"__mf/js/async/75.65fec995.js"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"css": {
|
|
203
|
+
"sync": [],
|
|
204
|
+
"async": [
|
|
205
|
+
"__mf/css/async/341.53436797.css"
|
|
206
|
+
]
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"path": "./TimeSeriesTable"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
}
|
package/mf-stats.json
ADDED
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "TimeSeriesTable",
|
|
3
|
+
"name": "TimeSeriesTable",
|
|
4
|
+
"metaData": {
|
|
5
|
+
"name": "TimeSeriesTable",
|
|
6
|
+
"type": "app",
|
|
7
|
+
"buildInfo": {
|
|
8
|
+
"buildVersion": "0.6.0",
|
|
9
|
+
"buildName": "@perses-dev/timeseries-table-plugin"
|
|
10
|
+
},
|
|
11
|
+
"remoteEntry": {
|
|
12
|
+
"name": "__mf/js/TimeSeriesTable.78b6adc4.js",
|
|
13
|
+
"path": "",
|
|
14
|
+
"type": "global"
|
|
15
|
+
},
|
|
16
|
+
"types": {
|
|
17
|
+
"path": "",
|
|
18
|
+
"name": "",
|
|
19
|
+
"zip": "",
|
|
20
|
+
"api": ""
|
|
21
|
+
},
|
|
22
|
+
"globalName": "TimeSeriesTable",
|
|
23
|
+
"pluginVersion": "0.11.2",
|
|
24
|
+
"prefetchInterface": false,
|
|
25
|
+
"publicPath": "/plugins/TimeSeriesTable/"
|
|
26
|
+
},
|
|
27
|
+
"shared": [
|
|
28
|
+
{
|
|
29
|
+
"singleton": true,
|
|
30
|
+
"requiredVersion": "^11.11.3",
|
|
31
|
+
"shareScope": "default",
|
|
32
|
+
"name": "@emotion/react",
|
|
33
|
+
"version": "11.14.0",
|
|
34
|
+
"eager": false,
|
|
35
|
+
"id": "TimeSeriesTable:@emotion/react",
|
|
36
|
+
"assets": {
|
|
37
|
+
"js": {
|
|
38
|
+
"async": [
|
|
39
|
+
"__mf/js/async/964.7386b918.js"
|
|
40
|
+
],
|
|
41
|
+
"sync": [
|
|
42
|
+
"__mf/js/async/960.d242a960.js"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"css": {
|
|
46
|
+
"async": [],
|
|
47
|
+
"sync": []
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"usedIn": []
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"singleton": true,
|
|
54
|
+
"requiredVersion": "^11.14.0",
|
|
55
|
+
"shareScope": "default",
|
|
56
|
+
"name": "@emotion/styled",
|
|
57
|
+
"version": "11.14.0",
|
|
58
|
+
"eager": false,
|
|
59
|
+
"id": "TimeSeriesTable:@emotion/styled",
|
|
60
|
+
"assets": {
|
|
61
|
+
"js": {
|
|
62
|
+
"async": [
|
|
63
|
+
"__mf/js/async/964.7386b918.js",
|
|
64
|
+
"__mf/js/async/960.d242a960.js"
|
|
65
|
+
],
|
|
66
|
+
"sync": [
|
|
67
|
+
"__mf/js/async/694.46f61549.js",
|
|
68
|
+
"__mf/js/async/770.46d7d5f9.js"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"css": {
|
|
72
|
+
"async": [],
|
|
73
|
+
"sync": []
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"usedIn": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"singleton": true,
|
|
80
|
+
"requiredVersion": "^0.51.0-beta.1",
|
|
81
|
+
"shareScope": "default",
|
|
82
|
+
"name": "@perses-dev/components",
|
|
83
|
+
"version": "0.51.0-beta.1",
|
|
84
|
+
"eager": false,
|
|
85
|
+
"id": "TimeSeriesTable:@perses-dev/components",
|
|
86
|
+
"assets": {
|
|
87
|
+
"js": {
|
|
88
|
+
"async": [
|
|
89
|
+
"__mf/js/async/964.7386b918.js",
|
|
90
|
+
"__mf/js/async/173.7677c422.js",
|
|
91
|
+
"__mf/js/async/960.d242a960.js",
|
|
92
|
+
"__mf/js/async/694.46f61549.js",
|
|
93
|
+
"__mf/js/async/740.64988389.js",
|
|
94
|
+
"__mf/js/async/75.65fec995.js"
|
|
95
|
+
],
|
|
96
|
+
"sync": [
|
|
97
|
+
"__mf/js/async/998.e20cf478.js"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"css": {
|
|
101
|
+
"async": [],
|
|
102
|
+
"sync": []
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"usedIn": [
|
|
106
|
+
"./TimeSeriesTable"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"singleton": true,
|
|
111
|
+
"requiredVersion": "^4.1.0",
|
|
112
|
+
"shareScope": "default",
|
|
113
|
+
"name": "date-fns",
|
|
114
|
+
"version": "4.1.0",
|
|
115
|
+
"eager": false,
|
|
116
|
+
"id": "TimeSeriesTable:date-fns",
|
|
117
|
+
"assets": {
|
|
118
|
+
"js": {
|
|
119
|
+
"async": [],
|
|
120
|
+
"sync": [
|
|
121
|
+
"__mf/js/async/75.65fec995.js"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"css": {
|
|
125
|
+
"async": [],
|
|
126
|
+
"sync": []
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"usedIn": []
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"singleton": true,
|
|
133
|
+
"requiredVersion": "18.2.0",
|
|
134
|
+
"shareScope": "default",
|
|
135
|
+
"name": "react-dom",
|
|
136
|
+
"version": "18.3.1",
|
|
137
|
+
"eager": false,
|
|
138
|
+
"id": "TimeSeriesTable:react-dom",
|
|
139
|
+
"assets": {
|
|
140
|
+
"js": {
|
|
141
|
+
"async": [
|
|
142
|
+
"__mf/js/async/964.7386b918.js"
|
|
143
|
+
],
|
|
144
|
+
"sync": [
|
|
145
|
+
"__mf/js/async/173.7677c422.js"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"css": {
|
|
149
|
+
"async": [],
|
|
150
|
+
"sync": []
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"usedIn": []
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"singleton": true,
|
|
157
|
+
"requiredVersion": "18.2.0",
|
|
158
|
+
"shareScope": "default",
|
|
159
|
+
"name": "react",
|
|
160
|
+
"version": "18.3.1",
|
|
161
|
+
"eager": false,
|
|
162
|
+
"id": "TimeSeriesTable:react",
|
|
163
|
+
"assets": {
|
|
164
|
+
"js": {
|
|
165
|
+
"async": [],
|
|
166
|
+
"sync": [
|
|
167
|
+
"__mf/js/async/964.7386b918.js"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"css": {
|
|
171
|
+
"async": [],
|
|
172
|
+
"sync": []
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"usedIn": [
|
|
176
|
+
"./TimeSeriesTable"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"singleton": true,
|
|
181
|
+
"requiredVersion": "^3.2.0",
|
|
182
|
+
"shareScope": "default",
|
|
183
|
+
"name": "date-fns-tz",
|
|
184
|
+
"version": "3.2.0",
|
|
185
|
+
"eager": false,
|
|
186
|
+
"id": "TimeSeriesTable:date-fns-tz",
|
|
187
|
+
"assets": {
|
|
188
|
+
"js": {
|
|
189
|
+
"async": [
|
|
190
|
+
"__mf/js/async/75.65fec995.js"
|
|
191
|
+
],
|
|
192
|
+
"sync": [
|
|
193
|
+
"__mf/js/async/740.64988389.js"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"css": {
|
|
197
|
+
"async": [],
|
|
198
|
+
"sync": []
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"usedIn": []
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"remotes": [],
|
|
205
|
+
"exposes": [
|
|
206
|
+
{
|
|
207
|
+
"path": "./TimeSeriesTable",
|
|
208
|
+
"id": "TimeSeriesTable:TimeSeriesTable",
|
|
209
|
+
"name": "TimeSeriesTable",
|
|
210
|
+
"requires": [
|
|
211
|
+
"react",
|
|
212
|
+
"@perses-dev/components"
|
|
213
|
+
],
|
|
214
|
+
"file": "src/TimeSeriesTable.ts",
|
|
215
|
+
"assets": {
|
|
216
|
+
"js": {
|
|
217
|
+
"sync": [
|
|
218
|
+
"__mf/js/async/621.966dfe80.js",
|
|
219
|
+
"__mf/js/async/570.4e5c2806.js",
|
|
220
|
+
"__mf/js/async/__federation_expose_TimeSeriesTable.0774ca0f.js"
|
|
221
|
+
],
|
|
222
|
+
"async": [
|
|
223
|
+
"__mf/js/async/964.7386b918.js",
|
|
224
|
+
"__mf/js/async/960.d242a960.js",
|
|
225
|
+
"__mf/js/async/694.46f61549.js",
|
|
226
|
+
"__mf/js/async/156.edaa1366.js",
|
|
227
|
+
"__mf/js/async/998.e20cf478.js",
|
|
228
|
+
"__mf/js/async/173.7677c422.js",
|
|
229
|
+
"__mf/js/async/740.64988389.js",
|
|
230
|
+
"__mf/js/async/75.65fec995.js"
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"css": {
|
|
234
|
+
"sync": [],
|
|
235
|
+
"async": [
|
|
236
|
+
"__mf/css/async/341.53436797.css"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@perses-dev/timeseries-table-plugin",
|
|
3
|
+
"version": "0.6.0",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"dev": "rsbuild dev",
|
|
6
|
+
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
7
|
+
"build-mf": "rsbuild build",
|
|
8
|
+
"build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
|
|
9
|
+
"build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
|
|
10
|
+
"build:types": "tsc --project tsconfig.build.json",
|
|
11
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
12
|
+
"test": "cross-env LC_ALL=C TZ=UTC jest",
|
|
13
|
+
"type-check": "tsc --noEmit"
|
|
14
|
+
},
|
|
15
|
+
"main": "lib/cjs/index.js",
|
|
16
|
+
"module": "lib/index.js",
|
|
17
|
+
"types": "lib/index.d.ts",
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@perses-dev/core": "0.0.0-snapshot-histogram-types-78c5104"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"@emotion/react": "^11.7.1",
|
|
23
|
+
"@emotion/styled": "^11.6.0",
|
|
24
|
+
"@hookform/resolvers": "^3.2.0",
|
|
25
|
+
"@perses-dev/components": "^0.51.0-beta.1",
|
|
26
|
+
"@perses-dev/plugin-system": "^0.51.0-beta.1",
|
|
27
|
+
"date-fns": "^4.1.0",
|
|
28
|
+
"date-fns-tz": "^3.2.0",
|
|
29
|
+
"echarts": "5.5.0",
|
|
30
|
+
"lodash": "^4.17.21",
|
|
31
|
+
"react": "^17.0.2 || ^18.0.0",
|
|
32
|
+
"react-dom": "^17.0.2 || ^18.0.0",
|
|
33
|
+
"use-resize-observer": "^9.0.0"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"lib/**/*",
|
|
37
|
+
"__mf/**/*",
|
|
38
|
+
"mf-manifest.json",
|
|
39
|
+
"mf-stats.json"
|
|
40
|
+
],
|
|
41
|
+
"perses": {
|
|
42
|
+
"plugins": [
|
|
43
|
+
{
|
|
44
|
+
"kind": "Panel",
|
|
45
|
+
"spec": {
|
|
46
|
+
"display": {
|
|
47
|
+
"name": "TimeSeries Table"
|
|
48
|
+
},
|
|
49
|
+
"name": "TimeSeriesTable"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
}
|