@genspectrum/dashboard-components 1.8.1 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{mutationOverTimeWorker-BRPqAM5Z.js.map → mutationOverTimeWorker-dhufsWQ2.js.map} +1 -1
- package/dist/components.d.ts +8 -8
- package/dist/components.js +4 -3
- package/dist/components.js.map +1 -1
- package/dist/util.d.ts +8 -8
- package/package.json +1 -1
- package/src/preact/mutationsOverTime/__mockData__/withGaps.ts +0 -54
- package/src/preact/mutationsOverTime/mutations-over-time-grid.tsx +6 -2
- package/src/query/queryMutationsOverTime.ts +28 -11
- package/src/query/queryMutationsOverTimeNewEndpoint.spec.ts +6 -6
- package/standalone-bundle/assets/{mutationOverTimeWorker-DtFX4Ihx.js.map → mutationOverTimeWorker-CGqPKySO.js.map} +1 -1
- package/standalone-bundle/dashboard-components.js +1164 -1164
- package/standalone-bundle/dashboard-components.js.map +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -1749,7 +1749,7 @@ declare global {
|
|
|
1749
1749
|
|
|
1750
1750
|
declare global {
|
|
1751
1751
|
interface HTMLElementTagNameMap {
|
|
1752
|
-
'gs-
|
|
1752
|
+
'gs-mutations-over-time': MutationsOverTimeComponent;
|
|
1753
1753
|
}
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
@@ -1757,7 +1757,7 @@ declare global {
|
|
|
1757
1757
|
declare global {
|
|
1758
1758
|
namespace JSX {
|
|
1759
1759
|
interface IntrinsicElements {
|
|
1760
|
-
'gs-
|
|
1760
|
+
'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1761
1761
|
}
|
|
1762
1762
|
}
|
|
1763
1763
|
}
|
|
@@ -1765,7 +1765,7 @@ declare global {
|
|
|
1765
1765
|
|
|
1766
1766
|
declare global {
|
|
1767
1767
|
interface HTMLElementTagNameMap {
|
|
1768
|
-
'gs-
|
|
1768
|
+
'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
|
|
@@ -1773,7 +1773,7 @@ declare global {
|
|
|
1773
1773
|
declare global {
|
|
1774
1774
|
namespace JSX {
|
|
1775
1775
|
interface IntrinsicElements {
|
|
1776
|
-
'gs-
|
|
1776
|
+
'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1777
1777
|
}
|
|
1778
1778
|
}
|
|
1779
1779
|
}
|
|
@@ -1781,7 +1781,7 @@ declare global {
|
|
|
1781
1781
|
|
|
1782
1782
|
declare global {
|
|
1783
1783
|
interface HTMLElementTagNameMap {
|
|
1784
|
-
'gs-
|
|
1784
|
+
'gs-sequences-by-location': SequencesByLocationComponent;
|
|
1785
1785
|
}
|
|
1786
1786
|
}
|
|
1787
1787
|
|
|
@@ -1789,7 +1789,7 @@ declare global {
|
|
|
1789
1789
|
declare global {
|
|
1790
1790
|
namespace JSX {
|
|
1791
1791
|
interface IntrinsicElements {
|
|
1792
|
-
'gs-
|
|
1792
|
+
'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1793
1793
|
}
|
|
1794
1794
|
}
|
|
1795
1795
|
}
|
|
@@ -1797,7 +1797,7 @@ declare global {
|
|
|
1797
1797
|
|
|
1798
1798
|
declare global {
|
|
1799
1799
|
interface HTMLElementTagNameMap {
|
|
1800
|
-
'gs-
|
|
1800
|
+
'gs-statistics': StatisticsComponent;
|
|
1801
1801
|
}
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
@@ -1805,7 +1805,7 @@ declare global {
|
|
|
1805
1805
|
declare global {
|
|
1806
1806
|
namespace JSX {
|
|
1807
1807
|
interface IntrinsicElements {
|
|
1808
|
-
'gs-
|
|
1808
|
+
'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1809
1809
|
}
|
|
1810
1810
|
}
|
|
1811
1811
|
}
|