Compare commits

...

10 Commits

Author SHA1 Message Date
Beto Dealmeida
18f551580e fix: migrate_roles (#16098)
(cherry picked from commit 28c383af68)
2021-08-06 10:08:54 -07:00
Beto Dealmeida
d85875d962 fix: load tabbed dash only for tests (#16091)
(cherry picked from commit b72fd7b9f4)
2021-08-06 10:08:54 -07:00
AAfghahi
31f994b090 change button color (#16093)
(cherry picked from commit e6274e0764)
2021-08-06 10:08:54 -07:00
Beto Dealmeida
a16605cf01 chore: simplify chart permissions (#16078)
(cherry picked from commit 1dbd1e9f02)
2021-08-06 10:08:54 -07:00
Kamil Gabryjelski
e70bcc7283 chore(explore): Create new entrypoints for Echarts Timeseries (#15942)
* feat(explore): Create new entrypoints for Echarts Timeseries

* Change order of some charts

* bump superset-ui

* also bump echarts package

* fix UT

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit a59d458e41)
2021-08-06 10:08:54 -07:00
Hugh A. Miles II
980c38d1b7 fix: Remove grey bar for TableElement component when metadata is empty (#16054)
* create serialize json function

* remove grey space with no metadata

* remove console log

(cherry picked from commit 11a2d4dfdd)
2021-08-06 10:08:54 -07:00
Ville Brofeldt
87fad13f89 feat(explore): add automatic conditional formatter to pivot table v2 (#16045)
(cherry picked from commit 7ef97a54e2)
2021-08-06 10:08:54 -07:00
AAfghahi
a1a71ee6e1 fix: Adding report bug (#16065)
* report add fix

* added theme

(cherry picked from commit 4359650b7d)
2021-08-06 10:08:54 -07:00
Ville Brofeldt
feab690b8d fix(native-filters): add support for boolean cols to select (#16061)
(cherry picked from commit 86cecaeec5)
2021-08-06 10:08:54 -07:00
Ville Brofeldt
b7d9be449d chore: bump superset-ui to 0.17.78 (#16058)
(cherry picked from commit 7332055ff6)
2021-08-06 10:08:53 -07:00
18 changed files with 543 additions and 294 deletions

View File

@@ -15,35 +15,35 @@
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/cache": "^11.1.3",
"@emotion/react": "^11.1.5",
"@superset-ui/chart-controls": "^0.17.77",
"@superset-ui/chart-controls": "^0.17.79",
"@superset-ui/core": "^0.17.75",
"@superset-ui/legacy-plugin-chart-calendar": "^0.17.77",
"@superset-ui/legacy-plugin-chart-chord": "^0.17.77",
"@superset-ui/legacy-plugin-chart-country-map": "^0.17.77",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.17.77",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.17.77",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.17.77",
"@superset-ui/legacy-plugin-chart-histogram": "^0.17.77",
"@superset-ui/legacy-plugin-chart-horizon": "^0.17.77",
"@superset-ui/legacy-plugin-chart-map-box": "^0.17.77",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.17.77",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.17.77",
"@superset-ui/legacy-plugin-chart-partition": "^0.17.77",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.17.77",
"@superset-ui/legacy-plugin-chart-rose": "^0.17.77",
"@superset-ui/legacy-plugin-chart-sankey": "^0.17.77",
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.17.77",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.17.77",
"@superset-ui/legacy-plugin-chart-treemap": "^0.17.77",
"@superset-ui/legacy-plugin-chart-world-map": "^0.17.77",
"@superset-ui/legacy-preset-chart-big-number": "^0.17.77",
"@superset-ui/legacy-plugin-chart-calendar": "^0.17.79",
"@superset-ui/legacy-plugin-chart-chord": "^0.17.79",
"@superset-ui/legacy-plugin-chart-country-map": "^0.17.79",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.17.79",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.17.79",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.17.79",
"@superset-ui/legacy-plugin-chart-histogram": "^0.17.79",
"@superset-ui/legacy-plugin-chart-horizon": "^0.17.79",
"@superset-ui/legacy-plugin-chart-map-box": "^0.17.79",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.17.79",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.17.79",
"@superset-ui/legacy-plugin-chart-partition": "^0.17.79",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.17.79",
"@superset-ui/legacy-plugin-chart-rose": "^0.17.79",
"@superset-ui/legacy-plugin-chart-sankey": "^0.17.79",
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.17.79",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.17.79",
"@superset-ui/legacy-plugin-chart-treemap": "^0.17.79",
"@superset-ui/legacy-plugin-chart-world-map": "^0.17.79",
"@superset-ui/legacy-preset-chart-big-number": "^0.17.79",
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.7",
"@superset-ui/legacy-preset-chart-nvd3": "^0.17.77",
"@superset-ui/plugin-chart-echarts": "^0.17.77",
"@superset-ui/plugin-chart-pivot-table": "^0.17.77",
"@superset-ui/plugin-chart-table": "^0.17.77",
"@superset-ui/plugin-chart-word-cloud": "^0.17.77",
"@superset-ui/preset-chart-xy": "^0.17.77",
"@superset-ui/legacy-preset-chart-nvd3": "^0.17.79",
"@superset-ui/plugin-chart-echarts": "^0.17.79",
"@superset-ui/plugin-chart-pivot-table": "^0.17.79",
"@superset-ui/plugin-chart-table": "^0.17.79",
"@superset-ui/plugin-chart-word-cloud": "^0.17.79",
"@superset-ui/preset-chart-xy": "^0.17.79",
"@vx/responsive": "^0.0.195",
"abortcontroller-polyfill": "^1.1.9",
"antd": "^4.9.4",
@@ -11688,9 +11688,9 @@
}
},
"node_modules/@superset-ui/chart-controls": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.17.77.tgz",
"integrity": "sha512-5si1DYYIbH6RsMHYcNLxsf6Wf2fucnO0L49FZjzE5ltx7ssoxVuJgn7I1pHCllLqC1NrJQu//B3MjUgi8+hreA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.17.79.tgz",
"integrity": "sha512-Mdgi6/ZYZHrDSyA88+JJZGyp2g0ZVM/2n1aNkKk9pQYr4E7W8OcvFX4HksjyWvicEsR8sQR3q3PczHUuwbm5OA==",
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@superset-ui/core": "0.17.75",
@@ -11828,11 +11828,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-calendar": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.17.77.tgz",
"integrity": "sha512-gLVKwdgUmOkqrTB2u4YITEXnvxCWj+E+9KkcszPm/4BEWSJyqwdOhAVw1dBtYcKvnLhGxlpJVFKPXDcawKSU+w==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.17.79.tgz",
"integrity": "sha512-hgKVzR0m0eS6hP2BTk7f3dY/FnWDWKsNDmSie9TbFn04XdOYnf4H6p253rf+sI0TtQ6/G2DM39nKxUehm8wJfQ==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-array": "^2.0.3",
"d3-selection": "^1.4.0",
@@ -11852,11 +11852,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-chord": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.17.77.tgz",
"integrity": "sha512-CDGdAwHLyf12Ee5LVpS60bo9RD1+hRUPsMriCR3zbo/iWNXoo4LUiGnR75bvi8OZ8IMLIw5o8+cP1YBJWHn4GA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.17.79.tgz",
"integrity": "sha512-okUKLettzXkqkcZ4GpeA8IchK6FMrb9CjuRYNB8U3jdXypNdwbYN1EKkuAm4H0AUvk3oBhr1k/2BTkG1y8UGeg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.6.2",
@@ -11864,11 +11864,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-country-map": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.17.77.tgz",
"integrity": "sha512-RWKoay5z9TCZoQjXjaKI4OZG9HpE7ARlhnYQlC0I46VZ93tQANLbuDwLLvuWNIIsmHAZqTcj0kzZNjtrWvKjiQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.17.79.tgz",
"integrity": "sha512-xQFCQ5Baf14HU/NOCLcCjRobGz+pYrjkz3aYXuj+db6xjz1wVdZUBtLM2atD7TzHM7Yn5jHdpQa8XRUUHQc2cg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-array": "^2.0.3",
@@ -11884,12 +11884,12 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-event-flow": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.17.77.tgz",
"integrity": "sha512-xMRjqTx5HBjslN3XS2zVr3u2nHtcfWWwBiz2/HV2NW9orOq09bv+DenmZrDsUt8Epyo3bRLzPLpRGmNNACW6Hg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.17.79.tgz",
"integrity": "sha512-hC0sen6ojNaZ+WIOtzEjEafPK2uJDUP3yF1dx9Z2QuoYATHthz74X5KHKWit/l5qi/R4jEH5ORw4M4qAFytwDw==",
"dependencies": {
"@data-ui/event-flow": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"prop-types": "^15.6.2"
},
@@ -11898,11 +11898,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-force-directed": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.17.77.tgz",
"integrity": "sha512-AYgWr8f/H6QMX84fIYCPM0xEfIYE5TWelmNpAx7zPVvATnQlVakN7Ker+SGcfQosmIJ+f3mpPdKHCI6Uq+NDgg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.17.79.tgz",
"integrity": "sha512-nhXyFgXuLqxURu5qFHc66NaD8T/8nBmNQEzDjJ+o7qrrMJeldgzAEjZGjoN1O014qiktA/D+nNKtyVmGeGRbIg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.7.2"
@@ -11912,11 +11912,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-heatmap": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.17.77.tgz",
"integrity": "sha512-nerRpKT5LfQxTGbDIZGDJDIiJzDhQTzOTBptOZg7YCqp7YFc2JPQqM9EcwIlF4Kc6vQjgku9i45gGQ/1LEzAXQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.17.79.tgz",
"integrity": "sha512-EkcK1d/1F91Eu3+/7RqeUuBJgYebaFATI+nrRmcZ9S80V+iEw9V/9d9dm7UetSxMA2afcK2gNrvTcZ86x5z1Sw==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-svg-legend": "^1.x",
@@ -11925,13 +11925,13 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-histogram": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.17.77.tgz",
"integrity": "sha512-4O6NwZGdelGlhZbYoVbwzPdy6s20veOH0wYHxM54P8jNJ6Oa3kb8ulkrdwQoHBzpTYAXXLPJQRBiNlzvh4Mq6w==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.17.79.tgz",
"integrity": "sha512-v9j3s11yqv5KgLwn7UIXoDzkBvkCnGt94l8Mh3QMWWfqSt2EENWVQSQ+yc9wV4ytpbIZepY+z8BDC6TWAiZdwg==",
"dependencies": {
"@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@vx/legend": "^0.0.198",
"@vx/responsive": "^0.0.199",
@@ -12001,11 +12001,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-horizon": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.17.77.tgz",
"integrity": "sha512-smqwW/vysHgMeIgISsmP/DpzfZMcAmPWlTQKwP2XQUvwMkgEWgkRB/fFjiObRn4o1H6RX9/Zjgtp7/SltznULQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.17.79.tgz",
"integrity": "sha512-rG+PBv6sPkDKQ1ycfusdgq3oUwv6cv1n4hIfoETelsSMqx2PNtwh4gWA4eWqBp2OJR59huAMuUzsvB3xdcNCJA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-array": "^2.0.3",
"d3-scale": "^3.0.1",
@@ -12036,11 +12036,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-map-box": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.17.77.tgz",
"integrity": "sha512-KxfGW3NNRlRW0gVNfRSqoFuPQ5HS7hxtW39rjy6a88fVZwlFyuyEf4PdYLriOQHnye55EzszI57P/N1/43pnzw==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.17.79.tgz",
"integrity": "sha512-dlO+miiN9jnb3lCY1UwMSws/tr/wO6NBMRHeAzIh+j7I7qcDDtSuNnTG3kBc1LnvP6wqMhgCKU2e63K3aG0gYA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"immutable": "^3.8.2",
"mapbox-gl": "^0.53.0",
@@ -12062,11 +12062,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-paired-t-test": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.17.77.tgz",
"integrity": "sha512-PzGCCMlEFTjc5NoOFy14LW99yBjAZ/ZYlhM1xEHCIW7RK9fa7NAYrX/ZvdtKgajNZ5mtUv2E0G/rzDHSBtui5Q==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.17.79.tgz",
"integrity": "sha512-KWJvuXyM6viUVrARD33tupIjV2L6UGXkp64o3SnRybCuXFUbrLYrCfRlbv+t0IaSt8QgYvM2qT7pCt8iQ5RzMg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"distributions": "^1.0.0",
"prop-types": "^15.6.2",
@@ -12077,11 +12077,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-parallel-coordinates": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.17.77.tgz",
"integrity": "sha512-4L3s1Xy9Mz0yBuwgDziW5H1QGWWUUxtEVjMNY8SHa2TveY7ggDz5IIyRCnPH9hW6WfQq+6/cyrwS7OInodyhHg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.17.79.tgz",
"integrity": "sha512-aliDFjhVuojAXkSeisMZ2uuRK++09A9aCchM1DTiHsI44ZT5GJoUi6Te5Rm/kNRKGyHfFjrXGJmJ3wbJaqxUOA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.7.2"
@@ -12091,11 +12091,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-partition": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.17.77.tgz",
"integrity": "sha512-k8Q7Yg/G0iF951hjKoo4ZeHhRtiPy98aIHpeyiInTUhuam6JaJWk42wT4Dd1+00RzZ/MoaCZPAqoafU483r8dQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.17.79.tgz",
"integrity": "sha512-Xh7Ozb+IweXX2SVuQeXlXnVXw2neErTLJ2rFzZz4voyZvcGH93C/rfeKT25QQwButfcfFI6SIXCAXgIwJ0VsRw==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-hierarchy": "^1.1.8",
@@ -12106,11 +12106,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-pivot-table": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.17.77.tgz",
"integrity": "sha512-uwhSRGO9Quu6d/FExcEfbDrMtwBGfYnDN+TzaBPTj+gVN6Xg8Ev56howt+2odV5l15JgTkkxoeVV8498XcrbRg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.17.79.tgz",
"integrity": "sha512-GsVxldm0sRbd9jjGKmgaQ8uyqwlVBr/CYiifsxVRP3VcHRYaMX+1JgYMeko7mImbOpoo4GR1lnQvbzQCWH0yFg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"datatables.net-bs": "^1.10.15",
@@ -12118,11 +12118,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-rose": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.17.77.tgz",
"integrity": "sha512-eACe7TpoHx0PtBk8VXkcLySt6jBFHLwY6BnLc4iJAkZ0ArxDNYkPS6R09O/jAIFQUID2kX1TyAP5qeL2jQizPQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.17.79.tgz",
"integrity": "sha512-rDT+C+3a8gMnA+QCatETSJ3GL3IPsiZ2aHWCXWdcbZo5exNwLYD8gZfyHf8do6LLBc46tSrErE8bXs5TDV2LYg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"nvd3": "1.8.6",
@@ -12133,11 +12133,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-sankey": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.17.77.tgz",
"integrity": "sha512-7Cjr9c1x1dtLQDO9L25vrnANwkhDjJFFK+TR8rPGTgdWOnBlcajZPnAk6kbP/vii6D/B6NUpnC60jsIHAWYTSQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.17.79.tgz",
"integrity": "sha512-3AMEH15bOInmSHF87f3lgSS9vwKTMYjo67h4NhIflfXMR3EveXCA8dIIJfgS6xYSmaGEE7OL6aeeQE5+rnj4pQ==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-sankey": "^0.4.2",
@@ -12148,11 +12148,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-sankey-loop": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.17.77.tgz",
"integrity": "sha512-woMESrsZf5ntt3te2Ugwcwp9Nk+5UXjN0BcaEmTIGaRXy7tJnvL4PLandURJKomqc92rgXngfWp/D1TLlU6gBQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.17.79.tgz",
"integrity": "sha512-OdFBPQbE+vkN/fw9XqeM7lZ8f0xB2itXiwyOKei6MeC6G1cN45/DUlnTAY436ulRvZFhwLhel7g91TN8djSDoA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-sankey-diagram": "^0.7.3",
"d3-selection": "^1.4.0",
@@ -12160,22 +12160,22 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-sunburst": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.17.77.tgz",
"integrity": "sha512-IFsgyUtkw1QetS8onV4X0zXKABcjo/DR1f2x2zwj1hmq0IpREUmmB2CiCYyW6RSJ9AjagVPULyTVKCJrFCe2OA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.17.79.tgz",
"integrity": "sha512-VmRsKn/XHUlDKrQ2AQ+C1TRXIJ6m6ittKKuXMqz0XxZWs3jn5RUkNv0W8GuYg814abmZl/e1e0/3lgmYX6LyZg==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.6.2"
}
},
"node_modules/@superset-ui/legacy-plugin-chart-treemap": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.17.77.tgz",
"integrity": "sha512-rL+Wzj9oNY0Ar/b8J4p6C6I9eUzeBIO1tFilE+F7VtisGbviYNxI1HkrXiw8s7j6HRgfFMCYuERlcOf5Y05j0w==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.17.79.tgz",
"integrity": "sha512-b204bAeVodLiYyzout0a4HXmltptXD/81kX8aA94IIDCAoA7QhbAvb9W9wZcQiDJQwu7MVsS+KPqyyv35Mxo8A==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
@@ -12183,11 +12183,11 @@
}
},
"node_modules/@superset-ui/legacy-plugin-chart-world-map": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.17.77.tgz",
"integrity": "sha512-hgTgYxZnyeB4wnFJ2HkyNEYKdMUT7eQNkXfOAkSqQqEx7kKUrnpJSrwyQ9v8FxLSYyXMMdAXhVvrDs5WGZSbkA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.17.79.tgz",
"integrity": "sha512-4iVqpwn4zlI9T4b9venoRLgoEy0+lZKaWbccmUkXPvYL+gpUtkB3z7KuFfp/MWWyruLRCKCd1z2Fedm4wv8ELA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-array": "^2.4.0",
@@ -12213,12 +12213,12 @@
"integrity": "sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q=="
},
"node_modules/@superset-ui/legacy-preset-chart-big-number": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.17.77.tgz",
"integrity": "sha512-P+44vHT81wcKOhLQUZVvNQIFzlSHKQK1MYhzlzn6mD0TVF8AcuojfPboiym5OrgCIRr1noqmfdxWYjJsD5Xbgw==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.17.79.tgz",
"integrity": "sha512-+OjEbyYugynYGbnobP6pNI59bMXfsaqgX6z+oz7fxCtb5BWxTiciz9W7aKhAqT6XM+I8gkkHUKFj76cyjawY5g==",
"dependencies": {
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/d3-color": "^1.2.2",
"@types/shortid": "^0.0.29",
@@ -12255,12 +12255,12 @@
}
},
"node_modules/@superset-ui/legacy-preset-chart-nvd3": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.17.77.tgz",
"integrity": "sha512-GBaos7TwjIIjGI9ig49zQ0rDXmKVxFQfLITCxHkRQCoKwYdMmS7i6SJwQIpT6rqtsiqpMB9xYr7Nnxnj2GK+Qg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.17.79.tgz",
"integrity": "sha512-hmBof4w5aF6wZag+wnqQCCYjnxul2KBWqRAj0gWQYohUwgqxxuR3CaEwTP62SNVvmnt8R2iCHM9RpIxfcWpjeQ==",
"dependencies": {
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-tip": "^0.9.1",
@@ -12278,11 +12278,11 @@
}
},
"node_modules/@superset-ui/plugin-chart-echarts": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.77.tgz",
"integrity": "sha512-CKWJSC5bQ2MLPEJ0q96y/LJTS8gBrKFhzwaHqTLtQjEVTaRNov9wow0MaqJt8mlmWmI4JktoHnI3cTWlMmKSRQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.79.tgz",
"integrity": "sha512-+lZO5hbQC47G8dDvyqeI4dBsjD2CRSQDqCGFXoecnhKZTzRw3zLX7TYckCK6ZxvLDbgW0ncjRBdcCJtvFs+MAw==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/mathjs": "^6.0.7",
"d3-array": "^1.2.0",
@@ -12295,13 +12295,13 @@
}
},
"node_modules/@superset-ui/plugin-chart-pivot-table": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.17.77.tgz",
"integrity": "sha512-Muu0QkKq2EH+mCRnw7qZy+6SkWZvhPjslX/8rJJZTLFh/axG0Mp3abW2nh4LH3WDT/M6vzAkc9Gn3i6YtaZY4A==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.17.79.tgz",
"integrity": "sha512-sz3FfM8Odm+r094rNCRO1DGxMNZl8j0ySnwFYQTbdZNFgqUvcQme9x7QC51IBk3OQ/TOm8oMJG5hTV1/4HrCKA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@superset-ui/react-pivottable": "^0.12.10"
"@superset-ui/react-pivottable": "^0.12.11"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
@@ -12309,12 +12309,12 @@
}
},
"node_modules/@superset-ui/plugin-chart-table": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.17.77.tgz",
"integrity": "sha512-8U0i0+gsJz5mCFn9UcH55VKovr3wEMOxJzweOZ4CbU3Iz0OHzC/rMiCyCPfQW7ikCzNU65VYX2QjbhAc613v2Q==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.17.79.tgz",
"integrity": "sha512-gPXgLJntH72ligPD0V6XNT5Cj6eWzztL154/uhUf8qxXKSBB5wETrFqtIl00S99wJQeaPRN6UGER/eiuGqGOTA==",
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/d3-array": "^2.9.0",
"@types/react-table": "^7.0.29",
@@ -12340,11 +12340,11 @@
}
},
"node_modules/@superset-ui/plugin-chart-word-cloud": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.17.77.tgz",
"integrity": "sha512-MC3QmVObZmuofE/uA4KO84HRFVdTppPNdLiFSAAQYhd8/XaVvScmotiRaxlmZpW3Kub3ughktKesXSrGbowvMg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.17.79.tgz",
"integrity": "sha512-EpHMJ1Qd7GnykEjlC+3bOzzBauLTFwZZuFFuCHs8m0exozuFaHQS1VxmpR1h3zJsp6pjF3PRFU05fpQ5LUAbnA==",
"dependencies": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/d3-cloud": "^1.2.1",
"@types/d3-scale": "^2.0.2",
@@ -12378,13 +12378,13 @@
}
},
"node_modules/@superset-ui/preset-chart-xy": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.17.77.tgz",
"integrity": "sha512-0A2x7PoDgw+tmBvmkOrHS1+g+7VNzbWGbsQcBFzg3GCMhuwJMJMrlIRjPsXsID6cRjc60x0/W5NPzZ/Yn8/BYg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.17.79.tgz",
"integrity": "sha512-JisKp00zIVa8VKSBXG1HNDj6hcRf70kHAGuSXHrQ8BUdfhy9Xc20oUMMFKeWSi0cc5NzPkgGg9Vl/vd3fvsO8Q==",
"dependencies": {
"@data-ui/theme": "^0.0.84",
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@vx/axis": "^0.0.198",
"@vx/legend": "^0.0.198",
@@ -12505,15 +12505,19 @@
}
},
"node_modules/@superset-ui/react-pivottable": {
"version": "0.12.10",
"resolved": "https://registry.npmjs.org/@superset-ui/react-pivottable/-/react-pivottable-0.12.10.tgz",
"integrity": "sha512-+/DgVlfiJgXrswtnf7NOHpobgJFqF4h61kPn/cUeWdC6tDRjfnDc3xDqQMSqvbBjjaSnUD3880eBIxmrJD9ZGA==",
"version": "0.12.11",
"resolved": "https://registry.npmjs.org/@superset-ui/react-pivottable/-/react-pivottable-0.12.11.tgz",
"integrity": "sha512-V0ZCqgxf5addssJlJqcUDUJVWH68JCgqWHDSQ8Wy75GdBSRgU4K/E8dogXaTHIWWhFDyrnxDsYW0YJ6TFWOQFQ==",
"dependencies": {
"immutability-helper": "^3.1.1",
"prop-types": "^15.7.2",
"react-draggable": "^4.4.3",
"react-sortablejs": "^6.0.0",
"sortablejs": "^1.13.0"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
}
},
"node_modules/@svgr/babel-plugin-add-jsx-attribute": {
@@ -13815,6 +13819,12 @@
"integrity": "sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==",
"dev": true
},
"node_modules/@types/sortablejs": {
"version": "1.10.7",
"resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.10.7.tgz",
"integrity": "sha512-lGCwwgpj8zW/ZmaueoPVSP7nnc9t8VqVWXS+ASX3eoUUENmiazv0rlXyTRludXzuX9ALjPsMqBu85TgJNWbTOg==",
"peer": true
},
"node_modules/@types/source-list-map": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz",
@@ -41578,6 +41588,12 @@
"dependencies": {
"classnames": "^2.2.6",
"tiny-invariant": "^1.1.0"
},
"peerDependencies": {
"@types/sortablejs": "^1.10.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"sortablejs": "^1.10.0"
}
},
"node_modules/react-split": {
@@ -60526,9 +60542,9 @@
}
},
"@superset-ui/chart-controls": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.17.77.tgz",
"integrity": "sha512-5si1DYYIbH6RsMHYcNLxsf6Wf2fucnO0L49FZjzE5ltx7ssoxVuJgn7I1pHCllLqC1NrJQu//B3MjUgi8+hreA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.17.79.tgz",
"integrity": "sha512-Mdgi6/ZYZHrDSyA88+JJZGyp2g0ZVM/2n1aNkKk9pQYr4E7W8OcvFX4HksjyWvicEsR8sQR3q3PczHUuwbm5OA==",
"requires": {
"@react-icons/all-files": "^4.1.0",
"@superset-ui/core": "0.17.75",
@@ -60659,11 +60675,11 @@
}
},
"@superset-ui/legacy-plugin-chart-calendar": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.17.77.tgz",
"integrity": "sha512-gLVKwdgUmOkqrTB2u4YITEXnvxCWj+E+9KkcszPm/4BEWSJyqwdOhAVw1dBtYcKvnLhGxlpJVFKPXDcawKSU+w==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-calendar/-/legacy-plugin-chart-calendar-0.17.79.tgz",
"integrity": "sha512-hgKVzR0m0eS6hP2BTk7f3dY/FnWDWKsNDmSie9TbFn04XdOYnf4H6p253rf+sI0TtQ6/G2DM39nKxUehm8wJfQ==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-array": "^2.0.3",
"d3-selection": "^1.4.0",
@@ -60682,11 +60698,11 @@
}
},
"@superset-ui/legacy-plugin-chart-chord": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.17.77.tgz",
"integrity": "sha512-CDGdAwHLyf12Ee5LVpS60bo9RD1+hRUPsMriCR3zbo/iWNXoo4LUiGnR75bvi8OZ8IMLIw5o8+cP1YBJWHn4GA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-chord/-/legacy-plugin-chart-chord-0.17.79.tgz",
"integrity": "sha512-okUKLettzXkqkcZ4GpeA8IchK6FMrb9CjuRYNB8U3jdXypNdwbYN1EKkuAm4H0AUvk3oBhr1k/2BTkG1y8UGeg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.6.2",
@@ -60694,11 +60710,11 @@
}
},
"@superset-ui/legacy-plugin-chart-country-map": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.17.77.tgz",
"integrity": "sha512-RWKoay5z9TCZoQjXjaKI4OZG9HpE7ARlhnYQlC0I46VZ93tQANLbuDwLLvuWNIIsmHAZqTcj0kzZNjtrWvKjiQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.17.79.tgz",
"integrity": "sha512-xQFCQ5Baf14HU/NOCLcCjRobGz+pYrjkz3aYXuj+db6xjz1wVdZUBtLM2atD7TzHM7Yn5jHdpQa8XRUUHQc2cg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-array": "^2.0.3",
@@ -60716,33 +60732,33 @@
}
},
"@superset-ui/legacy-plugin-chart-event-flow": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.17.77.tgz",
"integrity": "sha512-xMRjqTx5HBjslN3XS2zVr3u2nHtcfWWwBiz2/HV2NW9orOq09bv+DenmZrDsUt8Epyo3bRLzPLpRGmNNACW6Hg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-event-flow/-/legacy-plugin-chart-event-flow-0.17.79.tgz",
"integrity": "sha512-hC0sen6ojNaZ+WIOtzEjEafPK2uJDUP3yF1dx9Z2QuoYATHthz74X5KHKWit/l5qi/R4jEH5ORw4M4qAFytwDw==",
"requires": {
"@data-ui/event-flow": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"prop-types": "^15.6.2"
}
},
"@superset-ui/legacy-plugin-chart-force-directed": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.17.77.tgz",
"integrity": "sha512-AYgWr8f/H6QMX84fIYCPM0xEfIYE5TWelmNpAx7zPVvATnQlVakN7Ker+SGcfQosmIJ+f3mpPdKHCI6Uq+NDgg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-force-directed/-/legacy-plugin-chart-force-directed-0.17.79.tgz",
"integrity": "sha512-nhXyFgXuLqxURu5qFHc66NaD8T/8nBmNQEzDjJ+o7qrrMJeldgzAEjZGjoN1O014qiktA/D+nNKtyVmGeGRbIg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.7.2"
}
},
"@superset-ui/legacy-plugin-chart-heatmap": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.17.77.tgz",
"integrity": "sha512-nerRpKT5LfQxTGbDIZGDJDIiJzDhQTzOTBptOZg7YCqp7YFc2JPQqM9EcwIlF4Kc6vQjgku9i45gGQ/1LEzAXQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.17.79.tgz",
"integrity": "sha512-EkcK1d/1F91Eu3+/7RqeUuBJgYebaFATI+nrRmcZ9S80V+iEw9V/9d9dm7UetSxMA2afcK2gNrvTcZ86x5z1Sw==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-svg-legend": "^1.x",
@@ -60751,13 +60767,13 @@
}
},
"@superset-ui/legacy-plugin-chart-histogram": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.17.77.tgz",
"integrity": "sha512-4O6NwZGdelGlhZbYoVbwzPdy6s20veOH0wYHxM54P8jNJ6Oa3kb8ulkrdwQoHBzpTYAXXLPJQRBiNlzvh4Mq6w==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-histogram/-/legacy-plugin-chart-histogram-0.17.79.tgz",
"integrity": "sha512-v9j3s11yqv5KgLwn7UIXoDzkBvkCnGt94l8Mh3QMWWfqSt2EENWVQSQ+yc9wV4ytpbIZepY+z8BDC6TWAiZdwg==",
"requires": {
"@data-ui/histogram": "^0.0.84",
"@data-ui/theme": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@vx/legend": "^0.0.198",
"@vx/responsive": "^0.0.199",
@@ -60826,11 +60842,11 @@
}
},
"@superset-ui/legacy-plugin-chart-horizon": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.17.77.tgz",
"integrity": "sha512-smqwW/vysHgMeIgISsmP/DpzfZMcAmPWlTQKwP2XQUvwMkgEWgkRB/fFjiObRn4o1H6RX9/Zjgtp7/SltznULQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-horizon/-/legacy-plugin-chart-horizon-0.17.79.tgz",
"integrity": "sha512-rG+PBv6sPkDKQ1ycfusdgq3oUwv6cv1n4hIfoETelsSMqx2PNtwh4gWA4eWqBp2OJR59huAMuUzsvB3xdcNCJA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-array": "^2.0.3",
"d3-scale": "^3.0.1",
@@ -60860,11 +60876,11 @@
}
},
"@superset-ui/legacy-plugin-chart-map-box": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.17.77.tgz",
"integrity": "sha512-KxfGW3NNRlRW0gVNfRSqoFuPQ5HS7hxtW39rjy6a88fVZwlFyuyEf4PdYLriOQHnye55EzszI57P/N1/43pnzw==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-map-box/-/legacy-plugin-chart-map-box-0.17.79.tgz",
"integrity": "sha512-dlO+miiN9jnb3lCY1UwMSws/tr/wO6NBMRHeAzIh+j7I7qcDDtSuNnTG3kBc1LnvP6wqMhgCKU2e63K3aG0gYA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"immutable": "^3.8.2",
"mapbox-gl": "^0.53.0",
@@ -60882,11 +60898,11 @@
}
},
"@superset-ui/legacy-plugin-chart-paired-t-test": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.17.77.tgz",
"integrity": "sha512-PzGCCMlEFTjc5NoOFy14LW99yBjAZ/ZYlhM1xEHCIW7RK9fa7NAYrX/ZvdtKgajNZ5mtUv2E0G/rzDHSBtui5Q==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-paired-t-test/-/legacy-plugin-chart-paired-t-test-0.17.79.tgz",
"integrity": "sha512-KWJvuXyM6viUVrARD33tupIjV2L6UGXkp64o3SnRybCuXFUbrLYrCfRlbv+t0IaSt8QgYvM2qT7pCt8iQ5RzMg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"distributions": "^1.0.0",
"prop-types": "^15.6.2",
@@ -60894,22 +60910,22 @@
}
},
"@superset-ui/legacy-plugin-chart-parallel-coordinates": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.17.77.tgz",
"integrity": "sha512-4L3s1Xy9Mz0yBuwgDziW5H1QGWWUUxtEVjMNY8SHa2TveY7ggDz5IIyRCnPH9hW6WfQq+6/cyrwS7OInodyhHg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-parallel-coordinates/-/legacy-plugin-chart-parallel-coordinates-0.17.79.tgz",
"integrity": "sha512-aliDFjhVuojAXkSeisMZ2uuRK++09A9aCchM1DTiHsI44ZT5GJoUi6Te5Rm/kNRKGyHfFjrXGJmJ3wbJaqxUOA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.7.2"
}
},
"@superset-ui/legacy-plugin-chart-partition": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.17.77.tgz",
"integrity": "sha512-k8Q7Yg/G0iF951hjKoo4ZeHhRtiPy98aIHpeyiInTUhuam6JaJWk42wT4Dd1+00RzZ/MoaCZPAqoafU483r8dQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-partition/-/legacy-plugin-chart-partition-0.17.79.tgz",
"integrity": "sha512-Xh7Ozb+IweXX2SVuQeXlXnVXw2neErTLJ2rFzZz4voyZvcGH93C/rfeKT25QQwButfcfFI6SIXCAXgIwJ0VsRw==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-hierarchy": "^1.1.8",
@@ -60917,11 +60933,11 @@
}
},
"@superset-ui/legacy-plugin-chart-pivot-table": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.17.77.tgz",
"integrity": "sha512-uwhSRGO9Quu6d/FExcEfbDrMtwBGfYnDN+TzaBPTj+gVN6Xg8Ev56howt+2odV5l15JgTkkxoeVV8498XcrbRg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.17.79.tgz",
"integrity": "sha512-GsVxldm0sRbd9jjGKmgaQ8uyqwlVBr/CYiifsxVRP3VcHRYaMX+1JgYMeko7mImbOpoo4GR1lnQvbzQCWH0yFg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"datatables.net-bs": "^1.10.15",
@@ -60929,11 +60945,11 @@
}
},
"@superset-ui/legacy-plugin-chart-rose": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.17.77.tgz",
"integrity": "sha512-eACe7TpoHx0PtBk8VXkcLySt6jBFHLwY6BnLc4iJAkZ0ArxDNYkPS6R09O/jAIFQUID2kX1TyAP5qeL2jQizPQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.17.79.tgz",
"integrity": "sha512-rDT+C+3a8gMnA+QCatETSJ3GL3IPsiZ2aHWCXWdcbZo5exNwLYD8gZfyHf8do6LLBc46tSrErE8bXs5TDV2LYg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"nvd3": "1.8.6",
@@ -60941,11 +60957,11 @@
}
},
"@superset-ui/legacy-plugin-chart-sankey": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.17.77.tgz",
"integrity": "sha512-7Cjr9c1x1dtLQDO9L25vrnANwkhDjJFFK+TR8rPGTgdWOnBlcajZPnAk6kbP/vii6D/B6NUpnC60jsIHAWYTSQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey/-/legacy-plugin-chart-sankey-0.17.79.tgz",
"integrity": "sha512-3AMEH15bOInmSHF87f3lgSS9vwKTMYjo67h4NhIflfXMR3EveXCA8dIIJfgS6xYSmaGEE7OL6aeeQE5+rnj4pQ==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-sankey": "^0.4.2",
@@ -60953,11 +60969,11 @@
}
},
"@superset-ui/legacy-plugin-chart-sankey-loop": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.17.77.tgz",
"integrity": "sha512-woMESrsZf5ntt3te2Ugwcwp9Nk+5UXjN0BcaEmTIGaRXy7tJnvL4PLandURJKomqc92rgXngfWp/D1TLlU6gBQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sankey-loop/-/legacy-plugin-chart-sankey-loop-0.17.79.tgz",
"integrity": "sha512-OdFBPQbE+vkN/fw9XqeM7lZ8f0xB2itXiwyOKei6MeC6G1cN45/DUlnTAY436ulRvZFhwLhel7g91TN8djSDoA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-sankey-diagram": "^0.7.3",
"d3-selection": "^1.4.0",
@@ -60965,22 +60981,22 @@
}
},
"@superset-ui/legacy-plugin-chart-sunburst": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.17.77.tgz",
"integrity": "sha512-IFsgyUtkw1QetS8onV4X0zXKABcjo/DR1f2x2zwj1hmq0IpREUmmB2CiCYyW6RSJ9AjagVPULyTVKCJrFCe2OA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-sunburst/-/legacy-plugin-chart-sunburst-0.17.79.tgz",
"integrity": "sha512-VmRsKn/XHUlDKrQ2AQ+C1TRXIJ6m6ittKKuXMqz0XxZWs3jn5RUkNv0W8GuYg814abmZl/e1e0/3lgmYX6LyZg==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"prop-types": "^15.6.2"
}
},
"@superset-ui/legacy-plugin-chart-treemap": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.17.77.tgz",
"integrity": "sha512-rL+Wzj9oNY0Ar/b8J4p6C6I9eUzeBIO1tFilE+F7VtisGbviYNxI1HkrXiw8s7j6HRgfFMCYuERlcOf5Y05j0w==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-treemap/-/legacy-plugin-chart-treemap-0.17.79.tgz",
"integrity": "sha512-b204bAeVodLiYyzout0a4HXmltptXD/81kX8aA94IIDCAoA7QhbAvb9W9wZcQiDJQwu7MVsS+KPqyyv35Mxo8A==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
@@ -60988,11 +61004,11 @@
}
},
"@superset-ui/legacy-plugin-chart-world-map": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.17.77.tgz",
"integrity": "sha512-hgTgYxZnyeB4wnFJ2HkyNEYKdMUT7eQNkXfOAkSqQqEx7kKUrnpJSrwyQ9v8FxLSYyXMMdAXhVvrDs5WGZSbkA==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-world-map/-/legacy-plugin-chart-world-map-0.17.79.tgz",
"integrity": "sha512-4iVqpwn4zlI9T4b9venoRLgoEy0+lZKaWbccmUkXPvYL+gpUtkB3z7KuFfp/MWWyruLRCKCd1z2Fedm4wv8ELA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-array": "^2.4.0",
@@ -61017,12 +61033,12 @@
}
},
"@superset-ui/legacy-preset-chart-big-number": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.17.77.tgz",
"integrity": "sha512-P+44vHT81wcKOhLQUZVvNQIFzlSHKQK1MYhzlzn6mD0TVF8AcuojfPboiym5OrgCIRr1noqmfdxWYjJsD5Xbgw==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-big-number/-/legacy-preset-chart-big-number-0.17.79.tgz",
"integrity": "sha512-+OjEbyYugynYGbnobP6pNI59bMXfsaqgX6z+oz7fxCtb5BWxTiciz9W7aKhAqT6XM+I8gkkHUKFj76cyjawY5g==",
"requires": {
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/d3-color": "^1.2.2",
"@types/shortid": "^0.0.29",
@@ -61056,12 +61072,12 @@
}
},
"@superset-ui/legacy-preset-chart-nvd3": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.17.77.tgz",
"integrity": "sha512-GBaos7TwjIIjGI9ig49zQ0rDXmKVxFQfLITCxHkRQCoKwYdMmS7i6SJwQIpT6rqtsiqpMB9xYr7Nnxnj2GK+Qg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.17.79.tgz",
"integrity": "sha512-hmBof4w5aF6wZag+wnqQCCYjnxul2KBWqRAj0gWQYohUwgqxxuR3CaEwTP62SNVvmnt8R2iCHM9RpIxfcWpjeQ==",
"requires": {
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"d3": "^3.5.17",
"d3-tip": "^0.9.1",
@@ -61076,11 +61092,11 @@
}
},
"@superset-ui/plugin-chart-echarts": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.77.tgz",
"integrity": "sha512-CKWJSC5bQ2MLPEJ0q96y/LJTS8gBrKFhzwaHqTLtQjEVTaRNov9wow0MaqJt8mlmWmI4JktoHnI3cTWlMmKSRQ==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.79.tgz",
"integrity": "sha512-+lZO5hbQC47G8dDvyqeI4dBsjD2CRSQDqCGFXoecnhKZTzRw3zLX7TYckCK6ZxvLDbgW0ncjRBdcCJtvFs+MAw==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/mathjs": "^6.0.7",
"d3-array": "^1.2.0",
@@ -61090,22 +61106,22 @@
}
},
"@superset-ui/plugin-chart-pivot-table": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.17.77.tgz",
"integrity": "sha512-Muu0QkKq2EH+mCRnw7qZy+6SkWZvhPjslX/8rJJZTLFh/axG0Mp3abW2nh4LH3WDT/M6vzAkc9Gn3i6YtaZY4A==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-pivot-table/-/plugin-chart-pivot-table-0.17.79.tgz",
"integrity": "sha512-sz3FfM8Odm+r094rNCRO1DGxMNZl8j0ySnwFYQTbdZNFgqUvcQme9x7QC51IBk3OQ/TOm8oMJG5hTV1/4HrCKA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@superset-ui/react-pivottable": "^0.12.10"
"@superset-ui/react-pivottable": "^0.12.11"
}
},
"@superset-ui/plugin-chart-table": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.17.77.tgz",
"integrity": "sha512-8U0i0+gsJz5mCFn9UcH55VKovr3wEMOxJzweOZ4CbU3Iz0OHzC/rMiCyCPfQW7ikCzNU65VYX2QjbhAc613v2Q==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-table/-/plugin-chart-table-0.17.79.tgz",
"integrity": "sha512-gPXgLJntH72ligPD0V6XNT5Cj6eWzztL154/uhUf8qxXKSBB5wETrFqtIl00S99wJQeaPRN6UGER/eiuGqGOTA==",
"requires": {
"@react-icons/all-files": "^4.1.0",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/d3-array": "^2.9.0",
"@types/react-table": "^7.0.29",
@@ -61128,11 +61144,11 @@
}
},
"@superset-ui/plugin-chart-word-cloud": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.17.77.tgz",
"integrity": "sha512-MC3QmVObZmuofE/uA4KO84HRFVdTppPNdLiFSAAQYhd8/XaVvScmotiRaxlmZpW3Kub3ughktKesXSrGbowvMg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-word-cloud/-/plugin-chart-word-cloud-0.17.79.tgz",
"integrity": "sha512-EpHMJ1Qd7GnykEjlC+3bOzzBauLTFwZZuFFuCHs8m0exozuFaHQS1VxmpR1h3zJsp6pjF3PRFU05fpQ5LUAbnA==",
"requires": {
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@types/d3-cloud": "^1.2.1",
"@types/d3-scale": "^2.0.2",
@@ -61164,13 +61180,13 @@
}
},
"@superset-ui/preset-chart-xy": {
"version": "0.17.77",
"resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.17.77.tgz",
"integrity": "sha512-0A2x7PoDgw+tmBvmkOrHS1+g+7VNzbWGbsQcBFzg3GCMhuwJMJMrlIRjPsXsID6cRjc60x0/W5NPzZ/Yn8/BYg==",
"version": "0.17.79",
"resolved": "https://registry.npmjs.org/@superset-ui/preset-chart-xy/-/preset-chart-xy-0.17.79.tgz",
"integrity": "sha512-JisKp00zIVa8VKSBXG1HNDj6hcRf70kHAGuSXHrQ8BUdfhy9Xc20oUMMFKeWSi0cc5NzPkgGg9Vl/vd3fvsO8Q==",
"requires": {
"@data-ui/theme": "^0.0.84",
"@data-ui/xy-chart": "^0.0.84",
"@superset-ui/chart-controls": "0.17.77",
"@superset-ui/chart-controls": "0.17.79",
"@superset-ui/core": "0.17.75",
"@vx/axis": "^0.0.198",
"@vx/legend": "^0.0.198",
@@ -61290,9 +61306,9 @@
}
},
"@superset-ui/react-pivottable": {
"version": "0.12.10",
"resolved": "https://registry.npmjs.org/@superset-ui/react-pivottable/-/react-pivottable-0.12.10.tgz",
"integrity": "sha512-+/DgVlfiJgXrswtnf7NOHpobgJFqF4h61kPn/cUeWdC6tDRjfnDc3xDqQMSqvbBjjaSnUD3880eBIxmrJD9ZGA==",
"version": "0.12.11",
"resolved": "https://registry.npmjs.org/@superset-ui/react-pivottable/-/react-pivottable-0.12.11.tgz",
"integrity": "sha512-V0ZCqgxf5addssJlJqcUDUJVWH68JCgqWHDSQ8Wy75GdBSRgU4K/E8dogXaTHIWWhFDyrnxDsYW0YJ6TFWOQFQ==",
"requires": {
"immutability-helper": "^3.1.1",
"prop-types": "^15.7.2",
@@ -62483,6 +62499,12 @@
"integrity": "sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==",
"dev": true
},
"@types/sortablejs": {
"version": "1.10.7",
"resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.10.7.tgz",
"integrity": "sha512-lGCwwgpj8zW/ZmaueoPVSP7nnc9t8VqVWXS+ASX3eoUUENmiazv0rlXyTRludXzuX9ALjPsMqBu85TgJNWbTOg==",
"peer": true
},
"@types/source-list-map": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz",

View File

@@ -67,35 +67,35 @@
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/cache": "^11.1.3",
"@emotion/react": "^11.1.5",
"@superset-ui/chart-controls": "^0.17.77",
"@superset-ui/chart-controls": "^0.17.79",
"@superset-ui/core": "^0.17.75",
"@superset-ui/legacy-plugin-chart-calendar": "^0.17.77",
"@superset-ui/legacy-plugin-chart-chord": "^0.17.77",
"@superset-ui/legacy-plugin-chart-country-map": "^0.17.77",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.17.77",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.17.77",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.17.77",
"@superset-ui/legacy-plugin-chart-histogram": "^0.17.77",
"@superset-ui/legacy-plugin-chart-horizon": "^0.17.77",
"@superset-ui/legacy-plugin-chart-map-box": "^0.17.77",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.17.77",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.17.77",
"@superset-ui/legacy-plugin-chart-partition": "^0.17.77",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.17.77",
"@superset-ui/legacy-plugin-chart-rose": "^0.17.77",
"@superset-ui/legacy-plugin-chart-sankey": "^0.17.77",
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.17.77",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.17.77",
"@superset-ui/legacy-plugin-chart-treemap": "^0.17.77",
"@superset-ui/legacy-plugin-chart-world-map": "^0.17.77",
"@superset-ui/legacy-preset-chart-big-number": "^0.17.77",
"@superset-ui/legacy-plugin-chart-calendar": "^0.17.79",
"@superset-ui/legacy-plugin-chart-chord": "^0.17.79",
"@superset-ui/legacy-plugin-chart-country-map": "^0.17.79",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.17.79",
"@superset-ui/legacy-plugin-chart-force-directed": "^0.17.79",
"@superset-ui/legacy-plugin-chart-heatmap": "^0.17.79",
"@superset-ui/legacy-plugin-chart-histogram": "^0.17.79",
"@superset-ui/legacy-plugin-chart-horizon": "^0.17.79",
"@superset-ui/legacy-plugin-chart-map-box": "^0.17.79",
"@superset-ui/legacy-plugin-chart-paired-t-test": "^0.17.79",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.17.79",
"@superset-ui/legacy-plugin-chart-partition": "^0.17.79",
"@superset-ui/legacy-plugin-chart-pivot-table": "^0.17.79",
"@superset-ui/legacy-plugin-chart-rose": "^0.17.79",
"@superset-ui/legacy-plugin-chart-sankey": "^0.17.79",
"@superset-ui/legacy-plugin-chart-sankey-loop": "^0.17.79",
"@superset-ui/legacy-plugin-chart-sunburst": "^0.17.79",
"@superset-ui/legacy-plugin-chart-treemap": "^0.17.79",
"@superset-ui/legacy-plugin-chart-world-map": "^0.17.79",
"@superset-ui/legacy-preset-chart-big-number": "^0.17.79",
"@superset-ui/legacy-preset-chart-deckgl": "^0.4.7",
"@superset-ui/legacy-preset-chart-nvd3": "^0.17.77",
"@superset-ui/plugin-chart-echarts": "^0.17.77",
"@superset-ui/plugin-chart-pivot-table": "^0.17.77",
"@superset-ui/plugin-chart-table": "^0.17.77",
"@superset-ui/plugin-chart-word-cloud": "^0.17.77",
"@superset-ui/preset-chart-xy": "^0.17.77",
"@superset-ui/legacy-preset-chart-nvd3": "^0.17.79",
"@superset-ui/plugin-chart-echarts": "^0.17.79",
"@superset-ui/plugin-chart-pivot-table": "^0.17.79",
"@superset-ui/plugin-chart-table": "^0.17.79",
"@superset-ui/plugin-chart-word-cloud": "^0.17.79",
"@superset-ui/preset-chart-xy": "^0.17.79",
"@vx/responsive": "^0.0.195",
"abortcontroller-polyfill": "^1.1.9",
"antd": "^4.9.4",

View File

@@ -133,7 +133,8 @@ const TableElement = ({ table, actions, ...props }: TableElementProps) => {
));
}
if (!partitions && !metadata) {
if (!partitions && (!metadata || !metadata.length)) {
// hide partition and metadata card view
return null;
}

View File

@@ -18,7 +18,7 @@
*/
import React, { useState } from 'react';
import { useSelector } from 'react-redux';
import { t, SupersetTheme, css } from '@superset-ui/core';
import { t, SupersetTheme, css, useTheme } from '@superset-ui/core';
import Icons from 'src/components/Icons';
import { Switch } from 'src/components/Switch';
import { AlertObject } from 'src/views/CRUD/alert/types';
@@ -47,6 +47,7 @@ export default function HeaderReportActionsDropDown({
currentReportDeleting,
setCurrentReportDeleting,
] = useState<AlertObject | null>(null);
const theme = useTheme();
const toggleActiveKey = async (data: AlertObject, checked: boolean) => {
if (data?.id) {
@@ -60,7 +61,7 @@ export default function HeaderReportActionsDropDown({
};
const menu = () => (
<Menu selectable={false}>
<Menu selectable={false} css={{ width: '200px' }}>
<Menu.Item>
{t('Email reports active')}
<Switch
@@ -68,6 +69,7 @@ export default function HeaderReportActionsDropDown({
checked={report?.active}
onClick={(checked: boolean) => toggleActiveKey(report, checked)}
size="small"
css={{ marginLeft: theme.gridUnit * 2 }}
/>
</Menu.Item>
<Menu.Item onClick={showReportModal}>{t('Edit email report')}</Menu.Item>

View File

@@ -30,6 +30,7 @@ export const FILTER_SUPPORTED_TYPES = {
filter_timegrain: [GenericDataType.TEMPORAL],
filter_timecolumn: [GenericDataType.TEMPORAL],
filter_select: [
GenericDataType.BOOLEAN,
GenericDataType.STRING,
GenericDataType.NUMERIC,
GenericDataType.TEMPORAL,

View File

@@ -91,6 +91,7 @@ const StyledHeader = styled.div`
}
.action-button {
color: ${({ theme }) => theme.colors.grayscale.base};
margin: 0 ${({ theme }) => theme.gridUnit * 1.5}px 0
${({ theme }) => theme.gridUnit}px;
}

View File

@@ -125,6 +125,8 @@ const ConditionalFormattingControl = ({
}: ConditionalFormattingConfig) => {
const columnName = (column && verboseMap?.[column]) ?? column;
switch (operator) {
case COMPARATOR.NONE:
return `${columnName}`;
case COMPARATOR.BETWEEN:
return `${targetValueLeft} ${COMPARATOR.LESS_THAN} ${columnName} ${COMPARATOR.LESS_THAN} ${targetValueRight}`;
case COMPARATOR.BETWEEN_OR_EQUAL:

View File

@@ -44,6 +44,7 @@ const colorSchemeOptions = [
];
const operatorOptions = [
{ value: COMPARATOR.NONE, label: 'None' },
{ value: COMPARATOR.GREATER_THAN, label: '>' },
{ value: COMPARATOR.LESS_THAN, label: '<' },
{ value: COMPARATOR.GREATER_OR_EQUAL, label: '≥' },
@@ -68,6 +69,9 @@ export const FormattingPopoverContent = ({
const isOperatorMultiValue = (operator?: COMPARATOR) =>
operator && MULTIPLE_VALUE_COMPARATORS.includes(operator);
const isOperatorNone = (operator?: COMPARATOR) =>
!operator || operator === COMPARATOR.NONE;
const operatorField = useMemo(
() => (
<FormItem
@@ -146,12 +150,18 @@ export const FormattingPopoverContent = ({
prevValues: ConditionalFormattingConfig,
currentValues: ConditionalFormattingConfig,
) =>
isOperatorNone(prevValues.operator) !==
isOperatorNone(currentValues.operator) ||
isOperatorMultiValue(prevValues.operator) !==
isOperatorMultiValue(currentValues.operator)
isOperatorMultiValue(currentValues.operator)
}
>
{({ getFieldValue }) =>
isOperatorMultiValue(getFieldValue('operator')) ? (
isOperatorNone(getFieldValue('operator')) ? (
<Row gutter={12}>
<Col span={6}>{operatorField}</Col>
</Row>
) : isOperatorMultiValue(getFieldValue('operator')) ? (
<Row gutter={12}>
<Col span={9}>
<FormItem

View File

@@ -22,6 +22,7 @@ import { PopoverProps } from 'antd/lib/popover';
import { ControlComponentProps } from '@superset-ui/chart-controls/lib/shared-controls/components/types';
export enum COMPARATOR {
NONE = 'None',
GREATER_THAN = '>',
LESS_THAN = '<',
GREATER_OR_EQUAL = '≥',

View File

@@ -120,7 +120,7 @@ describe('VizTypeControl', () => {
expect(visualizations).toHaveTextContent(/Time-series Table/);
expect(visualizations).toHaveTextContent(/Time-series Chart/);
expect(visualizations).toHaveTextContent(/Mixed timeseries chart/);
expect(visualizations).toHaveTextContent(/Mixed Time-Series/);
expect(visualizations).not.toHaveTextContent(/Line Chart/);
});
});

View File

@@ -62,17 +62,22 @@ enum SECTIONS {
const DEFAULT_ORDER = [
'line',
'big_number',
'big_number_total',
'table',
'pivot_table_v2',
'echarts_timeseries_line',
'echarts_area',
'echarts_timeseries_bar',
'echarts_timeseries_scatter',
'pie',
'mixed_timeseries',
'filter_box',
'dist_bar',
'area',
'bar',
'deck_polygon',
'pie',
'time_table',
'pivot_table_v2',
'histogram',
'big_number_total',
'deck_scatter',
'deck_hex',
'time_pivot',

View File

@@ -102,8 +102,8 @@ export const addReport = report => dispatch => {
endpoint: `/api/v1/report/`,
jsonPayload: report,
})
.then(() => {
dispatch({ type: ADD_REPORT, report });
.then(({ json }) => {
dispatch({ type: ADD_REPORT, json });
dispatch(addSuccessToast(t('The report has been created')));
})
.catch(() =>

View File

@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { isFeatureEnabled, Preset } from '@superset-ui/core';
import { isFeatureEnabled, Preset, FeatureFlag } from '@superset-ui/core';
import {
BigNumberChartPlugin,
BigNumberTotalChartPlugin,
@@ -56,7 +56,13 @@ import { DeckGLChartPreset } from '@superset-ui/legacy-preset-chart-deckgl';
import {
EchartsPieChartPlugin,
EchartsBoxPlotChartPlugin,
EchartsAreaChartPlugin,
EchartsTimeseriesChartPlugin,
EchartsTimeseriesBarChartPlugin,
EchartsTimeseriesLineChartPlugin,
EchartsTimeseriesScatterChartPlugin,
EchartsTimeseriesSmoothLineChartPlugin,
EchartsTimeseriesStepChartPlugin,
EchartsGraphChartPlugin,
EchartsGaugeChartPlugin,
EchartsRadarChartPlugin,
@@ -76,7 +82,6 @@ import {
import { PivotTableChartPlugin as PivotTableChartPluginV2 } from '@superset-ui/plugin-chart-pivot-table';
import FilterBoxChartPlugin from '../FilterBox/FilterBoxChartPlugin';
import TimeTableChartPlugin from '../TimeTable/TimeTableChartPlugin';
import { FeatureFlag } from '../../featureFlags';
export default class MainPreset extends Preset {
constructor() {
@@ -134,9 +139,27 @@ export default class MainPreset extends Preset {
new TreemapChartPlugin().configure({ key: 'treemap' }),
new WordCloudChartPlugin().configure({ key: 'word_cloud' }),
new WorldMapChartPlugin().configure({ key: 'world_map' }),
new EchartsAreaChartPlugin().configure({
key: 'echarts_area',
}),
new EchartsTimeseriesChartPlugin().configure({
key: 'echarts_timeseries',
}),
new EchartsTimeseriesBarChartPlugin().configure({
key: 'echarts_timeseries_bar',
}),
new EchartsTimeseriesLineChartPlugin().configure({
key: 'echarts_timeseries_line',
}),
new EchartsTimeseriesSmoothLineChartPlugin().configure({
key: 'echarts_timeseries_smooth',
}),
new EchartsTimeseriesScatterChartPlugin().configure({
key: 'echarts_timeseries_scatter',
}),
new EchartsTimeseriesStepChartPlugin().configure({
key: 'echarts_timeseries_step',
}),
new SelectFilterPlugin().configure({ key: 'filter_select' }),
new RangeFilterPlugin().configure({ key: 'filter_range' }),
new TimeFilterPlugin().configure({ key: 'filter_time' }),

View File

@@ -133,8 +133,9 @@ def load_examples_run(
print("Loading [Birth names]")
examples.load_birth_names(only_metadata, force)
print("Loading [Tabbed dashboard]")
examples.load_tabbed_dashboard(only_metadata)
if load_test_data:
print("Loading [Tabbed dashboard]")
examples.load_tabbed_dashboard(only_metadata)
if not load_test_data:
print("Loading [Random time series data]")

View File

@@ -119,12 +119,13 @@ MODEL_API_RW_METHOD_PERMISSION_MAP = {
"refresh": "write",
"cache_screenshot": "read",
"screenshot": "read",
"data": "read",
"data_from_cache": "read",
"get_charts": "read",
"get_datasets": "read",
"function_names": "read",
"available": "read",
"post_data": "read", # used to fetch chart data, so "read"
"get_data": "read",
}
EXTRA_FORM_DATA_APPEND_KEYS = {

View File

@@ -0,0 +1,108 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
"""migrate pivot table v2 heatmaps to new format
Revision ID: 143b6f2815da
Revises: e323605f370a
Create Date: 2021-08-03 15:36:35.925420
"""
# revision identifiers, used by Alembic.
revision = "143b6f2815da"
down_revision = "e323605f370a"
import json
from typing import Any, Dict, List, Tuple
from alembic import op
from sqlalchemy import and_, Column, Integer, String, Text
from sqlalchemy.ext.declarative import declarative_base
from superset import db
Base = declarative_base()
class Slice(Base):
__tablename__ = "slices"
id = Column(Integer, primary_key=True)
viz_type = Column(String(250))
params = Column(Text)
VALID_RENDERERS = (
"Table With Subtotal",
"Table With Subtotal Heatmap",
"Table With Subtotal Col Heatmap",
"Table With Subtotal Row Heatmap",
"Table With Subtotal Barchart",
"Table With Subtotal Col Barchart",
"Table With Subtotal Row Barchart",
)
def upgrade():
bind = op.get_bind()
session = db.Session(bind=bind)
slices = (
session.query(Slice)
.filter(
and_(
Slice.viz_type == "pivot_table_v2",
Slice.params.like('%"tableRenderer%'),
)
)
.all()
)
changed_slices = 0
for slice in slices:
try:
params = json.loads(slice.params)
table_renderer = params.pop("tableRenderer", None)
conditional_formatting = params.get("conditional_formatting")
# don't update unless table_renderer is valid and
# conditional_formatting is undefined
if table_renderer in VALID_RENDERERS and conditional_formatting is None:
metric_labels = [
metric if isinstance(metric, str) else metric["label"]
for metric in params.get("metrics")
]
params["conditional_formatting"] = [
{
"colorScheme": "rgb(255,0,0)",
"column": metric_label,
"operator": "None",
}
for metric_label in metric_labels
]
changed_slices += 1
slice.params = json.dumps(params, sort_keys=True)
except Exception as e:
print(f"Parsing json_metadata for slice {slice.id} failed.")
raise e
session.commit()
session.close()
print(f"Upgraded {changed_slices} slices.")
def downgrade():
# slices can't be downgraded
pass

View File

@@ -0,0 +1,73 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
"""update chart permissions
Revision ID: f6196627326f
Revises: 143b6f2815da
Create Date: 2021-08-04 17:16:47.714866
"""
from alembic import op
from sqlalchemy.exc import SQLAlchemyError
from sqlalchemy.orm import Session
from superset.migrations.shared.security_converge import (
add_pvms,
get_reversed_new_pvms,
get_reversed_pvm_map,
migrate_roles,
Pvm,
)
# revision identifiers, used by Alembic.
revision = "f6196627326f"
down_revision = "143b6f2815da"
NEW_PVMS = {"Chart": ("can_read",)}
PVM_MAP = {
Pvm("Chart", "can_get_data"): (Pvm("Chart", "can_read"),),
Pvm("Chart", "can_post_data"): (Pvm("Chart", "can_read"),),
}
def upgrade():
bind = op.get_bind()
session = Session(bind=bind)
# Add the new permissions on the migration itself
add_pvms(session, NEW_PVMS)
migrate_roles(session, PVM_MAP)
try:
session.commit()
except SQLAlchemyError as ex:
print(f"An error occurred while upgrading permissions: {ex}")
session.rollback()
def downgrade():
bind = op.get_bind()
session = Session(bind=bind)
# Add the old permissions on the migration itself
add_pvms(session, get_reversed_new_pvms(PVM_MAP))
migrate_roles(session, get_reversed_pvm_map(PVM_MAP))
try:
session.commit()
except SQLAlchemyError as ex:
print(f"An error occurred while downgrading permissions: {ex}")
session.rollback()

View File

@@ -187,9 +187,7 @@ class TestChartApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixin):
data = json.loads(rv.data.decode("utf-8"))
assert rv.status_code == 200
assert set(data["permissions"]) == {
"can_get_data",
"can_read",
"can_post_data",
"can_write",
}