@genspectrum/dashboard-components 1.14.1 → 1.15.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.
@@ -4152,7 +4152,7 @@
4152
4152
  "type": {
4153
4153
  "text": "Meta<Required<QueriesOverTimeProps>>"
4154
4154
  },
4155
- "default": "{ title: 'Visualization/Queries over time', component: 'gs-queries-over-time', argTypes: { lapisFilter: { control: 'object' }, queries: { control: 'object' }, views: { options: ['grid'], control: { type: 'check' }, }, width: { control: 'text' }, height: { control: 'text' }, granularity: { options: ['day', 'week', 'month', 'year'], control: { type: 'radio' }, }, lapisDateField: { control: 'text' }, initialMeanProportionInterval: { control: 'object' }, hideGaps: { control: 'boolean' }, pageSizes: { control: 'object' }, customColumns: { control: 'object' }, }, args: { lapisFilter: { pangoLineage: 'JN.1*', dateFrom: '2024-01-15', dateTo: '2024-04-30' }, queries: [ { displayLabel: 'S:F456L (single mutation)', countQuery: 'S:456L', coverageQuery: '!S:456N', }, { displayLabel: 'R346T + F456L (combination)', countQuery: 'S:346T & S:456L', coverageQuery: '!S:346N & !S:456N', }, { displayLabel: 'C22916T or T22917G (nucleotide OR)', countQuery: 'C22916T | T22917G', coverageQuery: '!22916N & !22917N', }, ], views: ['grid'], width: '100%', granularity: 'month', lapisDateField: 'date', initialMeanProportionInterval: { min: 0, max: 1 }, hideGaps: false, pageSizes: [10, 20, 30, 40, 50], }, parameters: withComponentDocs({ componentDocs: { opensShadowDom: true, expectsChildren: false, codeExample, }, fetchMock: { mocks: [ { matcher: { url: `${LAPIS_URL}/component/queriesOverTime`, body: { filters: { pangoLineage: 'JN.1*', dateFrom: '2024-01-15', dateTo: '2024-04-30', }, queries: [ { displayLabel: 'S:F456L (single mutation)', countQuery: 'S:456L', coverageQuery: '!S:456N', }, { displayLabel: 'R346T + F456L (combination)', countQuery: 'S:346T & S:456L', coverageQuery: '!S:346N & !S:456N', }, { displayLabel: 'C22916T or T22917G (nucleotide OR)', countQuery: 'C22916T | T22917G', coverageQuery: '!22916N & !22917N', }, ], dateRanges: [ { dateFrom: '2024-01-01', dateTo: '2024-01-31' }, { dateFrom: '2024-02-01', dateTo: '2024-02-29' }, { dateFrom: '2024-03-01', dateTo: '2024-03-31' }, { dateFrom: '2024-04-01', dateTo: '2024-04-30' }, ], dateField: 'date', }, matchPartialBody: true, response: { status: 200, body: mockDefaultQueriesOverTime, }, }, }, ], }, }), tags: ['autodocs'], }"
4155
+ "default": "{ title: 'Visualization/Queries over time', component: 'gs-queries-over-time', argTypes: { lapisFilter: { control: 'object' }, queries: { control: 'object' }, views: { options: ['grid'], control: { type: 'check' }, }, width: { control: 'text' }, height: { control: 'text' }, granularity: { options: ['day', 'week', 'month', 'year'], control: { type: 'radio' }, }, lapisDateField: { control: 'text' }, initialMeanProportionInterval: { control: 'object' }, hideGaps: { control: 'boolean' }, pageSizes: { control: 'object' }, customColumns: { control: 'object' }, }, args: { lapisFilter: { pangoLineage: 'JN.1*', dateFrom: '2024-01-15', dateTo: '2024-04-30' }, queries: [ { displayLabel: 'S:F456L (single mutation)', description: 'This mutation is associated with increased transmissibility.', countQuery: 'S:456L', coverageQuery: '!S:456N', }, { displayLabel: 'R346T + F456L (combination)', description: 'Common mutation combination found in the JN.1 lineage.', countQuery: 'S:346T & S:456L', coverageQuery: '!S:346N & !S:456N', }, { displayLabel: 'C22916T or T22917G (nucleotide OR)', countQuery: 'C22916T | T22917G', coverageQuery: '!22916N & !22917N', }, ], views: ['grid'], width: '100%', granularity: 'month', lapisDateField: 'date', initialMeanProportionInterval: { min: 0, max: 1 }, hideGaps: false, pageSizes: [10, 20, 30, 40, 50], }, parameters: withComponentDocs({ componentDocs: { opensShadowDom: true, expectsChildren: false, codeExample, }, fetchMock: { mocks: [ { matcher: { url: `${LAPIS_URL}/component/queriesOverTime`, body: { filters: { pangoLineage: 'JN.1*', dateFrom: '2024-01-15', dateTo: '2024-04-30', }, queries: [ { displayLabel: 'S:F456L (single mutation)', countQuery: 'S:456L', coverageQuery: '!S:456N', }, { displayLabel: 'R346T + F456L (combination)', countQuery: 'S:346T & S:456L', coverageQuery: '!S:346N & !S:456N', }, { displayLabel: 'C22916T or T22917G (nucleotide OR)', countQuery: 'C22916T | T22917G', coverageQuery: '!22916N & !22917N', }, ], dateRanges: [ { dateFrom: '2024-01-01', dateTo: '2024-01-31' }, { dateFrom: '2024-02-01', dateTo: '2024-02-29' }, { dateFrom: '2024-03-01', dateTo: '2024-03-31' }, { dateFrom: '2024-04-01', dateTo: '2024-04-30' }, ], dateField: 'date', }, matchPartialBody: true, response: { status: 200, body: mockDefaultQueriesOverTime, }, }, }, ], }, }), tags: ['autodocs'], }"
4156
4156
  },
4157
4157
  {
4158
4158
  "kind": "variable",
@@ -4285,10 +4285,10 @@
4285
4285
  "kind": "field",
4286
4286
  "name": "queries",
4287
4287
  "type": {
4288
- "text": "{\n displayLabel: string;\n countQuery: string;\n coverageQuery: string;\n }[]"
4288
+ "text": "{\n displayLabel: string;\n description?: string;\n countQuery: string;\n coverageQuery: string;\n }[]"
4289
4289
  },
4290
4290
  "default": "[]",
4291
- "description": "Required.\n\nArray of queries to display. Each query has:\n- displayLabel: string - The name to show in the grid row label\n- countQuery: string - Query string to count matches\n- coverageQuery: string - Query string to determine coverage/denominator\n\nBoth queries (count and coverage) are 'advanced queries' as they are defined in LAPIS.",
4291
+ "description": "Required.\n\nArray of queries to display. Each query has:\n- displayLabel: string - The name to show in the grid row label. Must be unique.\n- description: string (optional) - Optional description shown in tooltip\n- countQuery: string - Query string to count matches\n- coverageQuery: string - Query string to determine coverage/denominator\n\nBoth queries (count and coverage) are 'advanced queries' as they are defined in LAPIS.",
4292
4292
  "attribute": "queries"
4293
4293
  },
4294
4294
  {
@@ -4404,10 +4404,10 @@
4404
4404
  {
4405
4405
  "name": "queries",
4406
4406
  "type": {
4407
- "text": "{\n displayLabel: string;\n countQuery: string;\n coverageQuery: string;\n }[]"
4407
+ "text": "{\n displayLabel: string;\n description?: string;\n countQuery: string;\n coverageQuery: string;\n }[]"
4408
4408
  },
4409
4409
  "default": "[]",
4410
- "description": "Required.\n\nArray of queries to display. Each query has:\n- displayLabel: string - The name to show in the grid row label\n- countQuery: string - Query string to count matches\n- coverageQuery: string - Query string to determine coverage/denominator\n\nBoth queries (count and coverage) are 'advanced queries' as they are defined in LAPIS.",
4410
+ "description": "Required.\n\nArray of queries to display. Each query has:\n- displayLabel: string - The name to show in the grid row label. Must be unique.\n- description: string (optional) - Optional description shown in tooltip\n- countQuery: string - Query string to count matches\n- coverageQuery: string - Query string to determine coverage/denominator\n\nBoth queries (count and coverage) are 'advanced queries' as they are defined in LAPIS.",
4411
4411
  "fieldName": "queries"
4412
4412
  },
4413
4413
  {
@@ -1212,7 +1212,8 @@ export declare class QueriesOverTimeComponent extends PreactLitAdapterWithGridJs
1212
1212
  * Required.
1213
1213
  *
1214
1214
  * Array of queries to display. Each query has:
1215
- * - displayLabel: string - The name to show in the grid row label
1215
+ * - displayLabel: string - The name to show in the grid row label. Must be unique.
1216
+ * - description: string (optional) - Optional description shown in tooltip
1216
1217
  * - countQuery: string - Query string to count matches
1217
1218
  * - coverageQuery: string - Query string to determine coverage/denominator
1218
1219
  *
@@ -1220,6 +1221,7 @@ export declare class QueriesOverTimeComponent extends PreactLitAdapterWithGridJs
1220
1221
  */
1221
1222
  queries: {
1222
1223
  displayLabel: string;
1224
+ description?: string;
1223
1225
  countQuery: string;
1224
1226
  coverageQuery: string;
1225
1227
  }[];
@@ -1791,11 +1793,7 @@ declare global {
1791
1793
 
1792
1794
  declare global {
1793
1795
  interface HTMLElementTagNameMap {
1794
- 'gs-date-range-filter': DateRangeFilterComponent;
1795
- }
1796
- interface HTMLElementEventMap {
1797
- [gsEventNames.dateRangeFilterChanged]: CustomEvent<Record<string, string>>;
1798
- [gsEventNames.dateRangeOptionChanged]: DateRangeOptionChangedEvent;
1796
+ 'gs-genome-data-viewer': GenomeDataViewerComponent;
1799
1797
  }
1800
1798
  }
1801
1799
 
@@ -1803,7 +1801,7 @@ declare global {
1803
1801
  declare global {
1804
1802
  namespace JSX {
1805
1803
  interface IntrinsicElements {
1806
- 'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1804
+ 'gs-genome-data-viewer': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1807
1805
  }
1808
1806
  }
1809
1807
  }
@@ -1811,10 +1809,7 @@ declare global {
1811
1809
 
1812
1810
  declare global {
1813
1811
  interface HTMLElementTagNameMap {
1814
- 'gs-location-filter': LocationFilterComponent;
1815
- }
1816
- interface HTMLElementEventMap {
1817
- [gsEventNames.locationChanged]: LocationChangedEvent;
1812
+ 'gs-mutation-comparison': MutationComparisonComponent;
1818
1813
  }
1819
1814
  }
1820
1815
 
@@ -1822,7 +1817,7 @@ declare global {
1822
1817
  declare global {
1823
1818
  namespace JSX {
1824
1819
  interface IntrinsicElements {
1825
- 'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1820
+ 'gs-mutation-comparison': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1826
1821
  }
1827
1822
  }
1828
1823
  }
@@ -1830,10 +1825,7 @@ declare global {
1830
1825
 
1831
1826
  declare global {
1832
1827
  interface HTMLElementTagNameMap {
1833
- 'gs-text-filter': TextFilterComponent;
1834
- }
1835
- interface HTMLElementEventMap {
1836
- [gsEventNames.textFilterChanged]: TextFilterChangedEvent;
1828
+ 'gs-mutations': MutationsComponent;
1837
1829
  }
1838
1830
  }
1839
1831
 
@@ -1841,7 +1833,7 @@ declare global {
1841
1833
  declare global {
1842
1834
  namespace JSX {
1843
1835
  interface IntrinsicElements {
1844
- 'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1836
+ 'gs-mutations': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1845
1837
  }
1846
1838
  }
1847
1839
  }
@@ -1849,10 +1841,7 @@ declare global {
1849
1841
 
1850
1842
  declare global {
1851
1843
  interface HTMLElementTagNameMap {
1852
- 'gs-mutation-filter': MutationFilterComponent;
1853
- }
1854
- interface HTMLElementEventMap {
1855
- [gsEventNames.mutationFilterChanged]: CustomEvent<MutationsFilter>;
1844
+ 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
1856
1845
  }
1857
1846
  }
1858
1847
 
@@ -1860,7 +1849,7 @@ declare global {
1860
1849
  declare global {
1861
1850
  namespace JSX {
1862
1851
  interface IntrinsicElements {
1863
- 'gs-mutation-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1852
+ 'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1864
1853
  }
1865
1854
  }
1866
1855
  }
@@ -1868,11 +1857,7 @@ declare global {
1868
1857
 
1869
1858
  declare global {
1870
1859
  interface HTMLElementTagNameMap {
1871
- 'gs-lineage-filter': LineageFilterComponent;
1872
- }
1873
- interface HTMLElementEventMap {
1874
- [gsEventNames.lineageFilterChanged]: LineageFilterChangedEvent;
1875
- [gsEventNames.lineageFilterMultiChanged]: LineageMultiFilterChangedEvent;
1860
+ 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
1876
1861
  }
1877
1862
  }
1878
1863
 
@@ -1880,7 +1865,7 @@ declare global {
1880
1865
  declare global {
1881
1866
  namespace JSX {
1882
1867
  interface IntrinsicElements {
1883
- 'gs-lineage-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1868
+ 'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1884
1869
  }
1885
1870
  }
1886
1871
  }
@@ -1888,11 +1873,7 @@ declare global {
1888
1873
 
1889
1874
  declare global {
1890
1875
  interface HTMLElementTagNameMap {
1891
- 'gs-number-range-filter': NumberRangeFilterComponent;
1892
- }
1893
- interface HTMLElementEventMap {
1894
- [gsEventNames.numberRangeFilterChanged]: NumberRangeFilterChangedEvent;
1895
- [gsEventNames.numberRangeValueChanged]: NumberRangeValueChangedEvent;
1876
+ 'gs-aggregate': AggregateComponent;
1896
1877
  }
1897
1878
  }
1898
1879
 
@@ -1900,7 +1881,7 @@ declare global {
1900
1881
  declare global {
1901
1882
  namespace JSX {
1902
1883
  interface IntrinsicElements {
1903
- 'gs-number-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1884
+ 'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1904
1885
  }
1905
1886
  }
1906
1887
  }
@@ -1908,7 +1889,7 @@ declare global {
1908
1889
 
1909
1890
  declare global {
1910
1891
  interface HTMLElementTagNameMap {
1911
- 'gs-genome-data-viewer': GenomeDataViewerComponent;
1892
+ 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1912
1893
  }
1913
1894
  }
1914
1895
 
@@ -1916,7 +1897,7 @@ declare global {
1916
1897
  declare global {
1917
1898
  namespace JSX {
1918
1899
  interface IntrinsicElements {
1919
- 'gs-genome-data-viewer': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1900
+ 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1920
1901
  }
1921
1902
  }
1922
1903
  }
@@ -1924,7 +1905,7 @@ declare global {
1924
1905
 
1925
1906
  declare global {
1926
1907
  interface HTMLElementTagNameMap {
1927
- 'gs-mutation-comparison': MutationComparisonComponent;
1908
+ 'gs-queries-over-time': QueriesOverTimeComponent;
1928
1909
  }
1929
1910
  }
1930
1911
 
@@ -1932,7 +1913,7 @@ declare global {
1932
1913
  declare global {
1933
1914
  namespace JSX {
1934
1915
  interface IntrinsicElements {
1935
- 'gs-mutation-comparison': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1916
+ 'gs-queries-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1936
1917
  }
1937
1918
  }
1938
1919
  }
@@ -1940,7 +1921,7 @@ declare global {
1940
1921
 
1941
1922
  declare global {
1942
1923
  interface HTMLElementTagNameMap {
1943
- 'gs-mutations': MutationsComponent;
1924
+ 'gs-mutations-over-time': MutationsOverTimeComponent;
1944
1925
  }
1945
1926
  }
1946
1927
 
@@ -1948,7 +1929,7 @@ declare global {
1948
1929
  declare global {
1949
1930
  namespace JSX {
1950
1931
  interface IntrinsicElements {
1951
- 'gs-mutations': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1932
+ 'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1952
1933
  }
1953
1934
  }
1954
1935
  }
@@ -1956,7 +1937,7 @@ declare global {
1956
1937
 
1957
1938
  declare global {
1958
1939
  interface HTMLElementTagNameMap {
1959
- 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
1940
+ 'gs-sequences-by-location': SequencesByLocationComponent;
1960
1941
  }
1961
1942
  }
1962
1943
 
@@ -1964,7 +1945,7 @@ declare global {
1964
1945
  declare global {
1965
1946
  namespace JSX {
1966
1947
  interface IntrinsicElements {
1967
- 'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1948
+ 'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1968
1949
  }
1969
1950
  }
1970
1951
  }
@@ -1972,7 +1953,7 @@ declare global {
1972
1953
 
1973
1954
  declare global {
1974
1955
  interface HTMLElementTagNameMap {
1975
- 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
1956
+ 'gs-statistics': StatisticsComponent;
1976
1957
  }
1977
1958
  }
1978
1959
 
@@ -1980,7 +1961,7 @@ declare global {
1980
1961
  declare global {
1981
1962
  namespace JSX {
1982
1963
  interface IntrinsicElements {
1983
- 'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1964
+ 'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1984
1965
  }
1985
1966
  }
1986
1967
  }
@@ -1988,7 +1969,11 @@ declare global {
1988
1969
 
1989
1970
  declare global {
1990
1971
  interface HTMLElementTagNameMap {
1991
- 'gs-aggregate': AggregateComponent;
1972
+ 'gs-date-range-filter': DateRangeFilterComponent;
1973
+ }
1974
+ interface HTMLElementEventMap {
1975
+ [gsEventNames.dateRangeFilterChanged]: CustomEvent<Record<string, string>>;
1976
+ [gsEventNames.dateRangeOptionChanged]: DateRangeOptionChangedEvent;
1992
1977
  }
1993
1978
  }
1994
1979
 
@@ -1996,7 +1981,7 @@ declare global {
1996
1981
  declare global {
1997
1982
  namespace JSX {
1998
1983
  interface IntrinsicElements {
1999
- 'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1984
+ 'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2000
1985
  }
2001
1986
  }
2002
1987
  }
@@ -2004,7 +1989,10 @@ declare global {
2004
1989
 
2005
1990
  declare global {
2006
1991
  interface HTMLElementTagNameMap {
2007
- 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1992
+ 'gs-location-filter': LocationFilterComponent;
1993
+ }
1994
+ interface HTMLElementEventMap {
1995
+ [gsEventNames.locationChanged]: LocationChangedEvent;
2008
1996
  }
2009
1997
  }
2010
1998
 
@@ -2012,7 +2000,7 @@ declare global {
2012
2000
  declare global {
2013
2001
  namespace JSX {
2014
2002
  interface IntrinsicElements {
2015
- 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2003
+ 'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2016
2004
  }
2017
2005
  }
2018
2006
  }
@@ -2020,7 +2008,10 @@ declare global {
2020
2008
 
2021
2009
  declare global {
2022
2010
  interface HTMLElementTagNameMap {
2023
- 'gs-mutations-over-time': MutationsOverTimeComponent;
2011
+ 'gs-text-filter': TextFilterComponent;
2012
+ }
2013
+ interface HTMLElementEventMap {
2014
+ [gsEventNames.textFilterChanged]: TextFilterChangedEvent;
2024
2015
  }
2025
2016
  }
2026
2017
 
@@ -2028,7 +2019,7 @@ declare global {
2028
2019
  declare global {
2029
2020
  namespace JSX {
2030
2021
  interface IntrinsicElements {
2031
- 'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2022
+ 'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2032
2023
  }
2033
2024
  }
2034
2025
  }
@@ -2036,7 +2027,10 @@ declare global {
2036
2027
 
2037
2028
  declare global {
2038
2029
  interface HTMLElementTagNameMap {
2039
- 'gs-sequences-by-location': SequencesByLocationComponent;
2030
+ 'gs-mutation-filter': MutationFilterComponent;
2031
+ }
2032
+ interface HTMLElementEventMap {
2033
+ [gsEventNames.mutationFilterChanged]: CustomEvent<MutationsFilter>;
2040
2034
  }
2041
2035
  }
2042
2036
 
@@ -2044,7 +2038,7 @@ declare global {
2044
2038
  declare global {
2045
2039
  namespace JSX {
2046
2040
  interface IntrinsicElements {
2047
- 'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2041
+ 'gs-mutation-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2048
2042
  }
2049
2043
  }
2050
2044
  }
@@ -2052,7 +2046,11 @@ declare global {
2052
2046
 
2053
2047
  declare global {
2054
2048
  interface HTMLElementTagNameMap {
2055
- 'gs-statistics': StatisticsComponent;
2049
+ 'gs-lineage-filter': LineageFilterComponent;
2050
+ }
2051
+ interface HTMLElementEventMap {
2052
+ [gsEventNames.lineageFilterChanged]: LineageFilterChangedEvent;
2053
+ [gsEventNames.lineageFilterMultiChanged]: LineageMultiFilterChangedEvent;
2056
2054
  }
2057
2055
  }
2058
2056
 
@@ -2060,7 +2058,7 @@ declare global {
2060
2058
  declare global {
2061
2059
  namespace JSX {
2062
2060
  interface IntrinsicElements {
2063
- 'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2061
+ 'gs-lineage-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2064
2062
  }
2065
2063
  }
2066
2064
  }
@@ -2068,7 +2066,11 @@ declare global {
2068
2066
 
2069
2067
  declare global {
2070
2068
  interface HTMLElementTagNameMap {
2071
- 'gs-queries-over-time': QueriesOverTimeComponent;
2069
+ 'gs-number-range-filter': NumberRangeFilterComponent;
2070
+ }
2071
+ interface HTMLElementEventMap {
2072
+ [gsEventNames.numberRangeFilterChanged]: NumberRangeFilterChangedEvent;
2073
+ [gsEventNames.numberRangeValueChanged]: NumberRangeValueChangedEvent;
2072
2074
  }
2073
2075
  }
2074
2076
 
@@ -2076,7 +2078,7 @@ declare global {
2076
2078
  declare global {
2077
2079
  namespace JSX {
2078
2080
  interface IntrinsicElements {
2079
- 'gs-queries-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2081
+ 'gs-number-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
2080
2082
  }
2081
2083
  }
2082
2084
  }