@perses-dev/table-plugin 0.9.0 → 0.10.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/css/async/2341.d3010b86.css +1 -0
- package/__mf/css/async/5263.d3010b86.css +1 -0
- package/__mf/css/async/6759.d3010b86.css +1 -0
- package/__mf/js/{Table.09045c91.js → Table.02a0172e.js} +4 -4
- package/__mf/js/async/2178.23b43aaf.js +1 -0
- package/__mf/js/async/2472.d6b3b5c6.js +22 -0
- package/__mf/js/async/2849.0d68beb5.js +2 -0
- package/__mf/js/async/{4075.e2a2c230.js → 4075.98f26cf8.js} +1 -1
- package/__mf/js/async/{4238.ea9515aa.js → 4238.8989501f.js} +1 -1
- package/__mf/js/async/6377.1f2ba730.js +38 -0
- package/__mf/js/async/9830.a2983642.js +7 -0
- package/__mf/js/async/__federation_expose_Table.0dbf0d6d.js +1 -0
- package/__mf/js/{main.0cb08842.js → main.f7b12b00.js} +4 -4
- package/lib/Table.d.ts +2 -2
- package/lib/Table.d.ts.map +1 -1
- package/lib/Table.js +2 -6
- package/lib/Table.js.map +1 -1
- package/lib/cjs/Table.js +9 -13
- package/lib/cjs/components/CellsEditor/CellsEditor.js +30 -0
- package/lib/cjs/{CellsEditor → components/CellsEditor}/index.js +0 -1
- package/lib/cjs/components/ColumnsEditor/ColumnEditor.js +241 -0
- package/lib/cjs/{CellsEditor/CellEditor.js → components/ConditionalPanel.js} +167 -197
- package/lib/cjs/components/TablePanel.js +576 -0
- package/lib/cjs/{TableSettingsEditor.js → components/TableSettingsEditor.js} +32 -4
- package/lib/cjs/components/index.js +37 -0
- package/lib/cjs/index.js +2 -9
- package/lib/cjs/models/index.js +31 -0
- package/lib/cjs/{table-model.js → models/model.js} +1 -12
- package/lib/cjs/models/table-model.js +252 -0
- package/lib/{CellsEditor → components/CellsEditor}/CellsEditor.d.ts +1 -1
- package/lib/components/CellsEditor/CellsEditor.d.ts.map +1 -0
- package/lib/components/CellsEditor/CellsEditor.js +22 -0
- package/lib/components/CellsEditor/CellsEditor.js.map +1 -0
- package/lib/components/CellsEditor/index.d.ts +2 -0
- package/lib/components/CellsEditor/index.d.ts.map +1 -0
- package/lib/{CellsEditor → components/CellsEditor}/index.js +0 -1
- package/lib/components/CellsEditor/index.js.map +1 -0
- package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnEditor.d.ts +1 -1
- package/lib/components/ColumnsEditor/ColumnEditor.d.ts.map +1 -0
- package/lib/components/ColumnsEditor/ColumnEditor.js +233 -0
- package/lib/components/ColumnsEditor/ColumnEditor.js.map +1 -0
- package/lib/components/ColumnsEditor/ColumnEditorContainer.d.ts.map +1 -0
- package/lib/components/ColumnsEditor/ColumnEditorContainer.js.map +1 -0
- package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnsEditor.d.ts +1 -1
- package/lib/components/ColumnsEditor/ColumnsEditor.d.ts.map +1 -0
- package/lib/components/ColumnsEditor/ColumnsEditor.js.map +1 -0
- package/lib/components/ColumnsEditor/index.d.ts.map +1 -0
- package/lib/components/ColumnsEditor/index.js.map +1 -0
- package/lib/components/ConditionalPanel.d.ts +15 -0
- package/lib/components/ConditionalPanel.d.ts.map +1 -0
- package/lib/{CellsEditor/CellEditor.js → components/ConditionalPanel.js} +159 -197
- package/lib/components/ConditionalPanel.js.map +1 -0
- package/lib/components/EmbeddedPanel.d.ts.map +1 -0
- package/lib/components/EmbeddedPanel.js.map +1 -0
- package/lib/{TableCellsEditor.d.ts → components/TableCellsEditor.d.ts} +1 -1
- package/lib/components/TableCellsEditor.d.ts.map +1 -0
- package/lib/components/TableCellsEditor.js.map +1 -0
- package/lib/{TableColumnsEditor.d.ts → components/TableColumnsEditor.d.ts} +1 -1
- package/lib/components/TableColumnsEditor.d.ts.map +1 -0
- package/lib/components/TableColumnsEditor.js.map +1 -0
- package/lib/{TablePanel.d.ts → components/TablePanel.d.ts} +1 -1
- package/lib/components/TablePanel.d.ts.map +1 -0
- package/lib/components/TablePanel.js +560 -0
- package/lib/components/TablePanel.js.map +1 -0
- package/lib/{TableSettingsEditor.d.ts → components/TableSettingsEditor.d.ts} +1 -1
- package/lib/components/TableSettingsEditor.d.ts.map +1 -0
- package/lib/{TableSettingsEditor.js → components/TableSettingsEditor.js} +32 -4
- package/lib/components/TableSettingsEditor.js.map +1 -0
- package/lib/{TableTransformsEditor.d.ts → components/TableTransformsEditor.d.ts} +1 -1
- package/lib/components/TableTransformsEditor.d.ts.map +1 -0
- package/lib/components/TableTransformsEditor.js.map +1 -0
- package/lib/components/index.d.ts +9 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +22 -0
- package/lib/components/index.js.map +1 -0
- package/lib/index.d.ts +2 -9
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -9
- package/lib/index.js.map +1 -1
- package/lib/models/index.d.ts +3 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/{table-model.js → models/index.js} +4 -9
- package/lib/models/index.js.map +1 -0
- package/lib/models/model.d.ts.map +1 -0
- package/lib/models/model.js +15 -0
- package/lib/models/model.js.map +1 -0
- package/lib/{table-model.d.ts → models/table-model.d.ts} +24 -1
- package/lib/models/table-model.d.ts.map +1 -0
- package/lib/models/table-model.js +233 -0
- package/lib/models/table-model.js.map +1 -0
- package/mf-manifest.json +20 -21
- package/mf-stats.json +21 -22
- package/package.json +5 -5
- package/__mf/css/async/2341.cbbd94a8.css +0 -1
- package/__mf/css/async/5263.cbbd94a8.css +0 -1
- package/__mf/css/async/6759.cbbd94a8.css +0 -1
- package/__mf/js/async/3391.62c7afd4.js +0 -73
- package/__mf/js/async/4300.fc319dfb.js +0 -38
- package/__mf/js/async/4368.3e460b07.js +0 -1
- package/__mf/js/async/5061.85655462.js +0 -2
- package/__mf/js/async/5377.6522c49a.js +0 -1
- package/__mf/js/async/8313.b86a056a.js +0 -7
- package/__mf/js/async/__federation_expose_Table.3668e352.js +0 -1
- package/lib/CellsEditor/CellEditor.d.ts +0 -10
- package/lib/CellsEditor/CellEditor.d.ts.map +0 -1
- package/lib/CellsEditor/CellEditor.js.map +0 -1
- package/lib/CellsEditor/CellsEditor.d.ts.map +0 -1
- package/lib/CellsEditor/CellsEditor.js +0 -123
- package/lib/CellsEditor/CellsEditor.js.map +0 -1
- package/lib/CellsEditor/index.d.ts +0 -3
- package/lib/CellsEditor/index.d.ts.map +0 -1
- package/lib/CellsEditor/index.js.map +0 -1
- package/lib/ColumnsEditor/ColumnEditor.d.ts.map +0 -1
- package/lib/ColumnsEditor/ColumnEditor.js +0 -213
- package/lib/ColumnsEditor/ColumnEditor.js.map +0 -1
- package/lib/ColumnsEditor/ColumnEditorContainer.d.ts.map +0 -1
- package/lib/ColumnsEditor/ColumnEditorContainer.js.map +0 -1
- package/lib/ColumnsEditor/ColumnsEditor.d.ts.map +0 -1
- package/lib/ColumnsEditor/ColumnsEditor.js.map +0 -1
- package/lib/ColumnsEditor/index.d.ts.map +0 -1
- package/lib/ColumnsEditor/index.js.map +0 -1
- package/lib/EmbeddedPanel.d.ts.map +0 -1
- package/lib/EmbeddedPanel.js.map +0 -1
- package/lib/TableCellsEditor.d.ts.map +0 -1
- package/lib/TableCellsEditor.js.map +0 -1
- package/lib/TableColumnsEditor.d.ts.map +0 -1
- package/lib/TableColumnsEditor.js.map +0 -1
- package/lib/TablePanel.d.ts.map +0 -1
- package/lib/TablePanel.js +0 -325
- package/lib/TablePanel.js.map +0 -1
- package/lib/TableSettingsEditor.d.ts.map +0 -1
- package/lib/TableSettingsEditor.js.map +0 -1
- package/lib/TableTransformsEditor.d.ts.map +0 -1
- package/lib/TableTransformsEditor.js.map +0 -1
- package/lib/cjs/CellsEditor/CellsEditor.js +0 -136
- package/lib/cjs/ColumnsEditor/ColumnEditor.js +0 -221
- package/lib/cjs/TablePanel.js +0 -341
- package/lib/cjs/model.js +0 -4
- package/lib/model.d.ts.map +0 -1
- package/lib/model.js +0 -3
- package/lib/model.js.map +0 -1
- package/lib/table-model.d.ts.map +0 -1
- package/lib/table-model.js.map +0 -1
- /package/__mf/js/async/{3391.62c7afd4.js.LICENSE.txt → 2472.d6b3b5c6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5061.85655462.js.LICENSE.txt → 2849.0d68beb5.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{8313.b86a056a.js.LICENSE.txt → 9830.a2983642.js.LICENSE.txt} +0 -0
- /package/lib/cjs/{ColumnsEditor → components/ColumnsEditor}/ColumnEditorContainer.js +0 -0
- /package/lib/cjs/{ColumnsEditor → components/ColumnsEditor}/ColumnsEditor.js +0 -0
- /package/lib/cjs/{ColumnsEditor → components/ColumnsEditor}/index.js +0 -0
- /package/lib/cjs/{EmbeddedPanel.js → components/EmbeddedPanel.js} +0 -0
- /package/lib/cjs/{TableCellsEditor.js → components/TableCellsEditor.js} +0 -0
- /package/lib/cjs/{TableColumnsEditor.js → components/TableColumnsEditor.js} +0 -0
- /package/lib/cjs/{TableTransformsEditor.js → components/TableTransformsEditor.js} +0 -0
- /package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnEditorContainer.d.ts +0 -0
- /package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnEditorContainer.js +0 -0
- /package/lib/{ColumnsEditor → components/ColumnsEditor}/ColumnsEditor.js +0 -0
- /package/lib/{ColumnsEditor → components/ColumnsEditor}/index.d.ts +0 -0
- /package/lib/{ColumnsEditor → components/ColumnsEditor}/index.js +0 -0
- /package/lib/{EmbeddedPanel.d.ts → components/EmbeddedPanel.d.ts} +0 -0
- /package/lib/{EmbeddedPanel.js → components/EmbeddedPanel.js} +0 -0
- /package/lib/{TableCellsEditor.js → components/TableCellsEditor.js} +0 -0
- /package/lib/{TableColumnsEditor.js → components/TableColumnsEditor.js} +0 -0
- /package/lib/{TableTransformsEditor.js → components/TableTransformsEditor.js} +0 -0
- /package/lib/{model.d.ts → models/model.d.ts} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Table",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.10.0",
|
|
9
9
|
"buildName": "@perses-dev/table-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Table.
|
|
12
|
+
"name": "__mf/js/Table.02a0172e.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "Table:@perses-dev/components",
|
|
89
89
|
"name": "@perses-dev/components",
|
|
90
|
-
"version": "0.
|
|
90
|
+
"version": "0.53.0-beta.1",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.
|
|
92
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/
|
|
97
|
+
"__mf/js/async/9830.a2983642.js"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"css": {
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "Table:@perses-dev/core",
|
|
108
108
|
"name": "@perses-dev/core",
|
|
109
|
-
"version": "0.
|
|
109
|
+
"version": "0.53.0-beta.1",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.
|
|
111
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/2849.0d68beb5.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
{
|
|
126
126
|
"id": "Table:@perses-dev/dashboards",
|
|
127
127
|
"name": "@perses-dev/dashboards",
|
|
128
|
-
"version": "0.
|
|
128
|
+
"version": "0.53.0-beta.1",
|
|
129
129
|
"singleton": true,
|
|
130
|
-
"requiredVersion": "^0.
|
|
130
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
131
131
|
"assets": {
|
|
132
132
|
"js": {
|
|
133
133
|
"async": [],
|
|
134
134
|
"sync": [
|
|
135
|
-
"__mf/js/async/
|
|
135
|
+
"__mf/js/async/2472.d6b3b5c6.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"css": {
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "Table:@perses-dev/plugin-system",
|
|
146
146
|
"name": "@perses-dev/plugin-system",
|
|
147
|
-
"version": "0.
|
|
147
|
+
"version": "0.53.0-beta.1",
|
|
148
148
|
"singleton": true,
|
|
149
|
-
"requiredVersion": "^0.
|
|
149
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
150
150
|
"assets": {
|
|
151
151
|
"js": {
|
|
152
152
|
"async": [],
|
|
153
153
|
"sync": [
|
|
154
|
-
"__mf/js/async/
|
|
154
|
+
"__mf/js/async/2178.23b43aaf.js"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"css": {
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"js": {
|
|
190
190
|
"async": [],
|
|
191
191
|
"sync": [
|
|
192
|
-
"__mf/js/async/4075.
|
|
192
|
+
"__mf/js/async/4075.98f26cf8.js"
|
|
193
193
|
]
|
|
194
194
|
},
|
|
195
195
|
"css": {
|
|
@@ -324,17 +324,16 @@
|
|
|
324
324
|
"__mf/js/async/9010.aaf984f3.js",
|
|
325
325
|
"__mf/js/async/2854.fc0ce4ac.js",
|
|
326
326
|
"__mf/js/async/9509.1c4313e0.js",
|
|
327
|
-
"__mf/js/async/__federation_expose_Table.
|
|
327
|
+
"__mf/js/async/__federation_expose_Table.0dbf0d6d.js"
|
|
328
328
|
],
|
|
329
329
|
"async": [
|
|
330
330
|
"__mf/js/async/lib-router.f3ef5227.js",
|
|
331
331
|
"__mf/js/async/6284.5f775177.js",
|
|
332
|
-
"__mf/js/async/
|
|
332
|
+
"__mf/js/async/6377.1f2ba730.js",
|
|
333
333
|
"__mf/js/async/9667.211c6bdb.js",
|
|
334
334
|
"__mf/js/async/1143.68727fe6.js",
|
|
335
|
-
"__mf/js/async/4238.
|
|
335
|
+
"__mf/js/async/4238.8989501f.js",
|
|
336
336
|
"__mf/js/async/3224.5efdac43.js",
|
|
337
|
-
"__mf/js/async/5377.6522c49a.js",
|
|
338
337
|
"__mf/js/async/2292.12f77288.js",
|
|
339
338
|
"__mf/js/async/8599.4f1f88c0.js",
|
|
340
339
|
"__mf/js/async/8488.9f177839.js"
|
|
@@ -343,8 +342,8 @@
|
|
|
343
342
|
"css": {
|
|
344
343
|
"sync": [],
|
|
345
344
|
"async": [
|
|
346
|
-
"__mf/css/async/5263.
|
|
347
|
-
"__mf/css/async/2341.
|
|
345
|
+
"__mf/css/async/5263.d3010b86.css",
|
|
346
|
+
"__mf/css/async/2341.d3010b86.css"
|
|
348
347
|
]
|
|
349
348
|
}
|
|
350
349
|
},
|
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Table",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.10.0",
|
|
9
9
|
"buildName": "@perses-dev/table-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Table.
|
|
12
|
+
"name": "__mf/js/Table.02a0172e.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.
|
|
98
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.
|
|
101
|
+
"version": "0.53.0-beta.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/9830.a2983642.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -119,17 +119,17 @@
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"singleton": true,
|
|
122
|
-
"requiredVersion": "^0.
|
|
122
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
123
123
|
"shareScope": "default",
|
|
124
124
|
"name": "@perses-dev/core",
|
|
125
|
-
"version": "0.
|
|
125
|
+
"version": "0.53.0-beta.1",
|
|
126
126
|
"eager": false,
|
|
127
127
|
"id": "Table:@perses-dev/core",
|
|
128
128
|
"assets": {
|
|
129
129
|
"js": {
|
|
130
130
|
"async": [],
|
|
131
131
|
"sync": [
|
|
132
|
-
"__mf/js/async/
|
|
132
|
+
"__mf/js/async/2849.0d68beb5.js"
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
135
|
"css": {
|
|
@@ -143,17 +143,17 @@
|
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"singleton": true,
|
|
146
|
-
"requiredVersion": "^0.
|
|
146
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
147
147
|
"shareScope": "default",
|
|
148
148
|
"name": "@perses-dev/dashboards",
|
|
149
|
-
"version": "0.
|
|
149
|
+
"version": "0.53.0-beta.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/
|
|
156
|
+
"__mf/js/async/2472.d6b3b5c6.js"
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
159
|
"css": {
|
|
@@ -167,17 +167,17 @@
|
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"singleton": true,
|
|
170
|
-
"requiredVersion": "^0.
|
|
170
|
+
"requiredVersion": "^0.53.0-beta.1",
|
|
171
171
|
"shareScope": "default",
|
|
172
172
|
"name": "@perses-dev/plugin-system",
|
|
173
|
-
"version": "0.
|
|
173
|
+
"version": "0.53.0-beta.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/2178.23b43aaf.js"
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
183
|
"css": {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"js": {
|
|
224
224
|
"async": [],
|
|
225
225
|
"sync": [
|
|
226
|
-
"__mf/js/async/4075.
|
|
226
|
+
"__mf/js/async/4075.98f26cf8.js"
|
|
227
227
|
]
|
|
228
228
|
},
|
|
229
229
|
"css": {
|
|
@@ -376,9 +376,9 @@
|
|
|
376
376
|
"name": "Table",
|
|
377
377
|
"requires": [
|
|
378
378
|
"react",
|
|
379
|
+
"@perses-dev/dashboards",
|
|
379
380
|
"@perses-dev/components",
|
|
380
381
|
"@perses-dev/core",
|
|
381
|
-
"@perses-dev/dashboards",
|
|
382
382
|
"@perses-dev/plugin-system"
|
|
383
383
|
],
|
|
384
384
|
"file": "src/Table.ts",
|
|
@@ -388,17 +388,16 @@
|
|
|
388
388
|
"__mf/js/async/9010.aaf984f3.js",
|
|
389
389
|
"__mf/js/async/2854.fc0ce4ac.js",
|
|
390
390
|
"__mf/js/async/9509.1c4313e0.js",
|
|
391
|
-
"__mf/js/async/__federation_expose_Table.
|
|
391
|
+
"__mf/js/async/__federation_expose_Table.0dbf0d6d.js"
|
|
392
392
|
],
|
|
393
393
|
"async": [
|
|
394
394
|
"__mf/js/async/lib-router.f3ef5227.js",
|
|
395
395
|
"__mf/js/async/6284.5f775177.js",
|
|
396
|
-
"__mf/js/async/
|
|
396
|
+
"__mf/js/async/6377.1f2ba730.js",
|
|
397
397
|
"__mf/js/async/9667.211c6bdb.js",
|
|
398
398
|
"__mf/js/async/1143.68727fe6.js",
|
|
399
|
-
"__mf/js/async/4238.
|
|
399
|
+
"__mf/js/async/4238.8989501f.js",
|
|
400
400
|
"__mf/js/async/3224.5efdac43.js",
|
|
401
|
-
"__mf/js/async/5377.6522c49a.js",
|
|
402
401
|
"__mf/js/async/2292.12f77288.js",
|
|
403
402
|
"__mf/js/async/8599.4f1f88c0.js",
|
|
404
403
|
"__mf/js/async/8488.9f177839.js"
|
|
@@ -407,8 +406,8 @@
|
|
|
407
406
|
"css": {
|
|
408
407
|
"sync": [],
|
|
409
408
|
"async": [
|
|
410
|
-
"__mf/css/async/5263.
|
|
411
|
-
"__mf/css/async/2341.
|
|
409
|
+
"__mf/css/async/5263.d3010b86.css",
|
|
410
|
+
"__mf/css/async/2341.d3010b86.css"
|
|
412
411
|
]
|
|
413
412
|
}
|
|
414
413
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/table-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
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.
|
|
31
|
-
"@perses-dev/core": "^0.
|
|
32
|
-
"@perses-dev/plugin-system": "^0.
|
|
33
|
-
"@perses-dev/dashboards": "^0.
|
|
30
|
+
"@perses-dev/components": "^0.53.0-beta.1",
|
|
31
|
+
"@perses-dev/core": "^0.53.0-beta.1",
|
|
32
|
+
"@perses-dev/plugin-system": "^0.53.0-beta.1",
|
|
33
|
+
"@perses-dev/dashboards": "^0.53.0-beta.1",
|
|
34
34
|
"date-fns": "^4.1.0",
|
|
35
35
|
"date-fns-tz": "^3.2.0",
|
|
36
36
|
"echarts": "5.5.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/Table/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/Table/__mf/font/lato-latin-300-normal.c5195215.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/Table/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/Table/__mf/font/lato-latin-400-normal.b7ffde23.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/Table/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/Table/__mf/font/lato-latin-700-normal.d5eb20bc.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/Table/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/Table/__mf/font/lato-latin-900-normal.d884a71c.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/Table/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/Table/__mf/font/lato-latin-300-normal.c5195215.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/Table/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/Table/__mf/font/lato-latin-400-normal.b7ffde23.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/Table/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/Table/__mf/font/lato-latin-700-normal.d5eb20bc.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/Table/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/Table/__mf/font/lato-latin-900-normal.d884a71c.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/Table/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(/plugins/Table/__mf/font/lato-latin-300-normal.c5195215.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-300-normal.322bdf14.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/Table/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(/plugins/Table/__mf/font/lato-latin-400-normal.b7ffde23.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-400-normal.63513b00.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/Table/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(/plugins/Table/__mf/font/lato-latin-700-normal.d5eb20bc.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-700-normal.bb27db94.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/Table/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+100-24F,U+259,U+1E??,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:900;src:url(/plugins/Table/__mf/font/lato-latin-900-normal.d884a71c.woff2)format("woff2"),url(/plugins/Table/__mf/font/lato-all-900-normal.a27049a3.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
|