@genspectrum/dashboard-components 1.3.1 → 1.4.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/dist/components.d.ts +32 -32
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/util.d.ts +32 -32
- package/package.json +1 -1
- package/src/preact/mutationsOverTime/getFilteredMutationsOverTimeData.ts +1 -1
- package/standalone-bundle/dashboard-components.js +1 -1
- package/standalone-bundle/dashboard-components.js.map +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -1583,6 +1583,22 @@ declare global {
|
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
|
|
1586
|
+
declare global {
|
|
1587
|
+
interface HTMLElementTagNameMap {
|
|
1588
|
+
'gs-wastewater-mutations-over-time': WastewaterMutationsOverTimeComponent;
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
declare global {
|
|
1594
|
+
namespace JSX {
|
|
1595
|
+
interface IntrinsicElements {
|
|
1596
|
+
'gs-wastewater-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
|
|
1586
1602
|
declare global {
|
|
1587
1603
|
interface HTMLElementTagNameMap {
|
|
1588
1604
|
'gs-genome-data-viewer': GenomeDataViewerComponent;
|
|
@@ -1713,7 +1729,7 @@ declare global {
|
|
|
1713
1729
|
|
|
1714
1730
|
declare global {
|
|
1715
1731
|
interface HTMLElementTagNameMap {
|
|
1716
|
-
'gs-
|
|
1732
|
+
'gs-sequences-by-location': SequencesByLocationComponent;
|
|
1717
1733
|
}
|
|
1718
1734
|
}
|
|
1719
1735
|
|
|
@@ -1721,7 +1737,7 @@ declare global {
|
|
|
1721
1737
|
declare global {
|
|
1722
1738
|
namespace JSX {
|
|
1723
1739
|
interface IntrinsicElements {
|
|
1724
|
-
'gs-
|
|
1740
|
+
'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1725
1741
|
}
|
|
1726
1742
|
}
|
|
1727
1743
|
}
|
|
@@ -1729,7 +1745,7 @@ declare global {
|
|
|
1729
1745
|
|
|
1730
1746
|
declare global {
|
|
1731
1747
|
interface HTMLElementTagNameMap {
|
|
1732
|
-
'gs-
|
|
1748
|
+
'gs-statistics': StatisticsComponent;
|
|
1733
1749
|
}
|
|
1734
1750
|
}
|
|
1735
1751
|
|
|
@@ -1737,7 +1753,7 @@ declare global {
|
|
|
1737
1753
|
declare global {
|
|
1738
1754
|
namespace JSX {
|
|
1739
1755
|
interface IntrinsicElements {
|
|
1740
|
-
'gs-
|
|
1756
|
+
'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1741
1757
|
}
|
|
1742
1758
|
}
|
|
1743
1759
|
}
|
|
@@ -1745,11 +1761,10 @@ declare global {
|
|
|
1745
1761
|
|
|
1746
1762
|
declare global {
|
|
1747
1763
|
interface HTMLElementTagNameMap {
|
|
1748
|
-
'gs-
|
|
1764
|
+
'gs-location-filter': LocationFilterComponent;
|
|
1749
1765
|
}
|
|
1750
1766
|
interface HTMLElementEventMap {
|
|
1751
|
-
[gsEventNames.
|
|
1752
|
-
[gsEventNames.dateRangeOptionChanged]: DateRangeOptionChangedEvent;
|
|
1767
|
+
[gsEventNames.locationChanged]: LocationChangedEvent;
|
|
1753
1768
|
}
|
|
1754
1769
|
}
|
|
1755
1770
|
|
|
@@ -1757,7 +1772,7 @@ declare global {
|
|
|
1757
1772
|
declare global {
|
|
1758
1773
|
namespace JSX {
|
|
1759
1774
|
interface IntrinsicElements {
|
|
1760
|
-
'gs-
|
|
1775
|
+
'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1761
1776
|
}
|
|
1762
1777
|
}
|
|
1763
1778
|
}
|
|
@@ -1765,7 +1780,11 @@ declare global {
|
|
|
1765
1780
|
|
|
1766
1781
|
declare global {
|
|
1767
1782
|
interface HTMLElementTagNameMap {
|
|
1768
|
-
'gs-
|
|
1783
|
+
'gs-date-range-filter': DateRangeFilterComponent;
|
|
1784
|
+
}
|
|
1785
|
+
interface HTMLElementEventMap {
|
|
1786
|
+
[gsEventNames.dateRangeFilterChanged]: CustomEvent<Record<string, string>>;
|
|
1787
|
+
[gsEventNames.dateRangeOptionChanged]: DateRangeOptionChangedEvent;
|
|
1769
1788
|
}
|
|
1770
1789
|
}
|
|
1771
1790
|
|
|
@@ -1773,7 +1792,7 @@ declare global {
|
|
|
1773
1792
|
declare global {
|
|
1774
1793
|
namespace JSX {
|
|
1775
1794
|
interface IntrinsicElements {
|
|
1776
|
-
'gs-
|
|
1795
|
+
'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1777
1796
|
}
|
|
1778
1797
|
}
|
|
1779
1798
|
}
|
|
@@ -1781,10 +1800,10 @@ declare global {
|
|
|
1781
1800
|
|
|
1782
1801
|
declare global {
|
|
1783
1802
|
interface HTMLElementTagNameMap {
|
|
1784
|
-
'gs-
|
|
1803
|
+
'gs-text-filter': TextFilterComponent;
|
|
1785
1804
|
}
|
|
1786
1805
|
interface HTMLElementEventMap {
|
|
1787
|
-
[gsEventNames.
|
|
1806
|
+
[gsEventNames.textFilterChanged]: TextFilterChangedEvent;
|
|
1788
1807
|
}
|
|
1789
1808
|
}
|
|
1790
1809
|
|
|
@@ -1792,7 +1811,7 @@ declare global {
|
|
|
1792
1811
|
declare global {
|
|
1793
1812
|
namespace JSX {
|
|
1794
1813
|
interface IntrinsicElements {
|
|
1795
|
-
'gs-
|
|
1814
|
+
'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1796
1815
|
}
|
|
1797
1816
|
}
|
|
1798
1817
|
}
|
|
@@ -1817,25 +1836,6 @@ declare global {
|
|
|
1817
1836
|
}
|
|
1818
1837
|
|
|
1819
1838
|
|
|
1820
|
-
declare global {
|
|
1821
|
-
interface HTMLElementTagNameMap {
|
|
1822
|
-
'gs-text-filter': TextFilterComponent;
|
|
1823
|
-
}
|
|
1824
|
-
interface HTMLElementEventMap {
|
|
1825
|
-
[gsEventNames.textFilterChanged]: TextFilterChangedEvent;
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
declare global {
|
|
1831
|
-
namespace JSX {
|
|
1832
|
-
interface IntrinsicElements {
|
|
1833
|
-
'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
1839
|
declare global {
|
|
1840
1840
|
interface HTMLElementTagNameMap {
|
|
1841
1841
|
'gs-lineage-filter': LineageFilterComponent;
|
package/dist/components.js
CHANGED
|
@@ -7202,7 +7202,7 @@ class BaseMutationOverTimeDataMap extends Map2dBase {
|
|
|
7202
7202
|
super(serializeSubstitutionOrDeletion, serializeTemporal, initialContent);
|
|
7203
7203
|
}
|
|
7204
7204
|
}
|
|
7205
|
-
const displayMutationsSchema = z$2.array(z$2.string())
|
|
7205
|
+
const displayMutationsSchema = z$2.array(z$2.string());
|
|
7206
7206
|
function getFilteredMutationOverTimeData$1({
|
|
7207
7207
|
data,
|
|
7208
7208
|
overallMutationData,
|