@perses-dev/table-plugin 0.11.0 → 0.11.2
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/{Table.2fc0ce5e.js → Table.e34e0ae1.js} +3 -3
- package/__mf/js/async/208.2b17c08c.js +3 -0
- package/__mf/js/async/2082.78532c3c.js +1 -0
- package/__mf/js/async/54.8b007a26.js +22 -0
- package/__mf/js/async/550.8bab52fc.js +7 -0
- package/__mf/js/async/9701.3b068d23.js +1 -0
- package/__mf/js/async/__federation_expose_Table.894a962f.js +1 -0
- package/__mf/js/{main.83aeba98.js → main.5b8b137b.js} +3 -3
- package/lib/Table.d.ts.map +1 -1
- package/lib/Table.js +8 -1
- package/lib/Table.js.map +1 -1
- package/lib/TableExportAction.d.ts +20 -0
- package/lib/TableExportAction.d.ts.map +1 -0
- package/lib/TableExportAction.js +123 -0
- package/lib/TableExportAction.js.map +1 -0
- package/lib/cjs/Table.js +8 -1
- package/lib/cjs/TableExportAction.js +181 -0
- package/lib/cjs/components/TablePanel.js +6 -46
- package/lib/cjs/table-data-utils.js +83 -0
- package/lib/components/ConditionalPanel.d.ts +3 -2
- package/lib/components/ConditionalPanel.d.ts.map +1 -1
- package/lib/components/ConditionalPanel.js.map +1 -1
- package/lib/components/EmbeddedPanel.d.ts +2 -1
- package/lib/components/EmbeddedPanel.d.ts.map +1 -1
- package/lib/components/EmbeddedPanel.js.map +1 -1
- package/lib/components/TablePanel.d.ts.map +1 -1
- package/lib/components/TablePanel.js +6 -46
- package/lib/components/TablePanel.js.map +1 -1
- package/lib/table-data-utils.d.ts +32 -0
- package/lib/table-data-utils.d.ts.map +1 -0
- package/lib/table-data-utils.js +81 -0
- package/lib/table-data-utils.js.map +1 -0
- package/mf-manifest.json +15 -15
- package/mf-stats.json +18 -18
- package/package.json +5 -5
- package/__mf/js/async/4510.a0a1dd48.js +0 -7
- package/__mf/js/async/54.467c4f98.js +0 -22
- package/__mf/js/async/5413.6d8fc766.js +0 -1
- package/__mf/js/async/7794.0374cd38.js +0 -1
- package/__mf/js/async/9010.fd805430.js +0 -1
- package/__mf/js/async/__federation_expose_Table.b3466cfe.js +0 -1
- /package/__mf/js/async/{54.467c4f98.js.LICENSE.txt → 54.8b007a26.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4510.a0a1dd48.js.LICENSE.txt → 550.8bab52fc.js.LICENSE.txt} +0 -0
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Table",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.11.
|
|
8
|
+
"buildVersion": "0.11.2",
|
|
9
9
|
"buildName": "@perses-dev/table-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Table.
|
|
12
|
+
"name": "__mf/js/Table.e34e0ae1.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"singleton": true,
|
|
98
|
-
"requiredVersion": "^0.53.
|
|
98
|
+
"requiredVersion": "^0.53.1",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.53.
|
|
101
|
+
"version": "0.53.1",
|
|
102
102
|
"eager": false,
|
|
103
103
|
"id": "Table:@perses-dev/components",
|
|
104
104
|
"assets": {
|
|
105
105
|
"js": {
|
|
106
106
|
"async": [],
|
|
107
107
|
"sync": [
|
|
108
|
-
"__mf/js/async/
|
|
108
|
+
"__mf/js/async/550.8bab52fc.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"singleton": true,
|
|
122
|
-
"requiredVersion": "^0.53.0
|
|
122
|
+
"requiredVersion": "^0.53.0",
|
|
123
123
|
"shareScope": "default",
|
|
124
124
|
"name": "@perses-dev/core",
|
|
125
|
-
"version": "0.53.0
|
|
125
|
+
"version": "0.53.0",
|
|
126
126
|
"eager": false,
|
|
127
127
|
"id": "Table:@perses-dev/core",
|
|
128
128
|
"assets": {
|
|
@@ -143,17 +143,17 @@
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"singleton": true,
|
|
146
|
-
"requiredVersion": "^0.53.
|
|
146
|
+
"requiredVersion": "^0.53.1",
|
|
147
147
|
"shareScope": "default",
|
|
148
148
|
"name": "@perses-dev/dashboards",
|
|
149
|
-
"version": "0.53.
|
|
149
|
+
"version": "0.53.1",
|
|
150
150
|
"eager": false,
|
|
151
151
|
"id": "Table:@perses-dev/dashboards",
|
|
152
152
|
"assets": {
|
|
153
153
|
"js": {
|
|
154
154
|
"async": [],
|
|
155
155
|
"sync": [
|
|
156
|
-
"__mf/js/async/54.
|
|
156
|
+
"__mf/js/async/54.8b007a26.js"
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
159
|
"css": {
|
|
@@ -167,17 +167,17 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"singleton": true,
|
|
170
|
-
"requiredVersion": "^0.53.
|
|
170
|
+
"requiredVersion": "^0.53.1",
|
|
171
171
|
"shareScope": "default",
|
|
172
172
|
"name": "@perses-dev/plugin-system",
|
|
173
|
-
"version": "0.53.
|
|
173
|
+
"version": "0.53.1",
|
|
174
174
|
"eager": false,
|
|
175
175
|
"id": "Table:@perses-dev/plugin-system",
|
|
176
176
|
"assets": {
|
|
177
177
|
"js": {
|
|
178
178
|
"async": [],
|
|
179
179
|
"sync": [
|
|
180
|
-
"__mf/js/async/
|
|
180
|
+
"__mf/js/async/208.2b17c08c.js"
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
183
|
"css": {
|
|
@@ -376,10 +376,10 @@
|
|
|
376
376
|
"name": "Table",
|
|
377
377
|
"requires": [
|
|
378
378
|
"react",
|
|
379
|
-
"@perses-dev/plugin-system",
|
|
380
|
-
"@perses-dev/dashboards",
|
|
381
379
|
"@perses-dev/components",
|
|
382
|
-
"@perses-dev/
|
|
380
|
+
"@perses-dev/plugin-system",
|
|
381
|
+
"@perses-dev/core",
|
|
382
|
+
"@perses-dev/dashboards"
|
|
383
383
|
],
|
|
384
384
|
"file": "src/Table.ts",
|
|
385
385
|
"assets": {
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"__mf/js/async/9051.e3054e02.js",
|
|
389
389
|
"__mf/js/async/868.9f710584.js",
|
|
390
390
|
"__mf/js/async/1103.ffbc2bec.js",
|
|
391
|
-
"__mf/js/async/__federation_expose_Table.
|
|
391
|
+
"__mf/js/async/__federation_expose_Table.894a962f.js"
|
|
392
392
|
],
|
|
393
393
|
"async": [
|
|
394
394
|
"__mf/js/async/lib-router.2e1dec85.js",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"__mf/js/async/9588.7b021071.js",
|
|
400
400
|
"__mf/js/async/5071.91e1c002.js",
|
|
401
401
|
"__mf/js/async/2043.fdebf89c.js",
|
|
402
|
-
"__mf/js/async/
|
|
402
|
+
"__mf/js/async/2082.78532c3c.js",
|
|
403
403
|
"__mf/js/async/7177.356298ae.js"
|
|
404
404
|
]
|
|
405
405
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/table-plugin",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@emotion/react": "^11.7.1",
|
|
28
28
|
"@emotion/styled": "^11.6.0",
|
|
29
29
|
"@hookform/resolvers": "^3.2.0",
|
|
30
|
-
"@perses-dev/components": "^0.53.
|
|
31
|
-
"@perses-dev/core": "^0.53.0
|
|
32
|
-
"@perses-dev/plugin-system": "^0.53.
|
|
33
|
-
"@perses-dev/dashboards": "^0.53.
|
|
30
|
+
"@perses-dev/components": "^0.53.1",
|
|
31
|
+
"@perses-dev/core": "^0.53.0",
|
|
32
|
+
"@perses-dev/plugin-system": "^0.53.1",
|
|
33
|
+
"@perses-dev/dashboards": "^0.53.1",
|
|
34
34
|
"@tanstack/react-table": "^8.20.5",
|
|
35
35
|
"date-fns": "^4.1.0",
|
|
36
36
|
"date-fns-tz": "^3.2.0",
|