@genspectrum/dashboard-components 0.18.6 → 0.19.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.
@@ -178,6 +178,7 @@ export declare class AppComponent extends LitElement {
178
178
  * You can supply the `detail` of this event to the `value` attribute of this component.
179
179
  */
180
180
  export declare class DateRangeFilterComponent extends PreactLitAdapter {
181
+ static styles: CSSResult[];
181
182
  /**
182
183
  * An array of date range options that the select field should provide.
183
184
  * The `label` will be shown to the user, and it will be available as `value`.
@@ -1424,7 +1425,7 @@ declare global {
1424
1425
 
1425
1426
  declare global {
1426
1427
  interface HTMLElementTagNameMap {
1427
- 'gs-wastewater-mutations-over-time': WastewaterMutationsOverTimeComponent;
1428
+ 'gs-mutation-comparison-component': MutationComparisonComponent;
1428
1429
  }
1429
1430
  }
1430
1431
 
@@ -1432,7 +1433,7 @@ declare global {
1432
1433
  declare global {
1433
1434
  namespace JSX {
1434
1435
  interface IntrinsicElements {
1435
- 'gs-wastewater-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1436
+ 'gs-mutation-comparison-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1436
1437
  }
1437
1438
  }
1438
1439
  }
@@ -1440,7 +1441,7 @@ declare global {
1440
1441
 
1441
1442
  declare global {
1442
1443
  interface HTMLElementTagNameMap {
1443
- 'gs-mutation-comparison-component': MutationComparisonComponent;
1444
+ 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
1444
1445
  }
1445
1446
  }
1446
1447
 
@@ -1448,7 +1449,7 @@ declare global {
1448
1449
  declare global {
1449
1450
  namespace JSX {
1450
1451
  interface IntrinsicElements {
1451
- 'gs-mutation-comparison-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1452
+ 'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1452
1453
  }
1453
1454
  }
1454
1455
  }
@@ -1488,7 +1489,7 @@ declare global {
1488
1489
 
1489
1490
  declare global {
1490
1491
  interface HTMLElementTagNameMap {
1491
- 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
1492
+ 'gs-aggregate': AggregateComponent;
1492
1493
  }
1493
1494
  }
1494
1495
 
@@ -1496,7 +1497,7 @@ declare global {
1496
1497
  declare global {
1497
1498
  namespace JSX {
1498
1499
  interface IntrinsicElements {
1499
- 'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1500
+ 'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1500
1501
  }
1501
1502
  }
1502
1503
  }
@@ -1520,7 +1521,7 @@ declare global {
1520
1521
 
1521
1522
  declare global {
1522
1523
  interface HTMLElementTagNameMap {
1523
- 'gs-aggregate': AggregateComponent;
1524
+ 'gs-mutations-over-time': MutationsOverTimeComponent;
1524
1525
  }
1525
1526
  }
1526
1527
 
@@ -1528,7 +1529,7 @@ declare global {
1528
1529
  declare global {
1529
1530
  namespace JSX {
1530
1531
  interface IntrinsicElements {
1531
- 'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1532
+ 'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1532
1533
  }
1533
1534
  }
1534
1535
  }
@@ -1536,7 +1537,7 @@ declare global {
1536
1537
 
1537
1538
  declare global {
1538
1539
  interface HTMLElementTagNameMap {
1539
- 'gs-mutations-over-time': MutationsOverTimeComponent;
1540
+ 'gs-sequences-by-location': SequencesByLocationComponent;
1540
1541
  }
1541
1542
  }
1542
1543
 
@@ -1544,7 +1545,7 @@ declare global {
1544
1545
  declare global {
1545
1546
  namespace JSX {
1546
1547
  interface IntrinsicElements {
1547
- 'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1548
+ 'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1548
1549
  }
1549
1550
  }
1550
1551
  }
@@ -1552,7 +1553,7 @@ declare global {
1552
1553
 
1553
1554
  declare global {
1554
1555
  interface HTMLElementTagNameMap {
1555
- 'gs-sequences-by-location': SequencesByLocationComponent;
1556
+ 'gs-statistics': StatisticsComponent;
1556
1557
  }
1557
1558
  }
1558
1559
 
@@ -1560,7 +1561,7 @@ declare global {
1560
1561
  declare global {
1561
1562
  namespace JSX {
1562
1563
  interface IntrinsicElements {
1563
- 'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1564
+ 'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1564
1565
  }
1565
1566
  }
1566
1567
  }
@@ -1568,7 +1569,7 @@ declare global {
1568
1569
 
1569
1570
  declare global {
1570
1571
  interface HTMLElementTagNameMap {
1571
- 'gs-statistics': StatisticsComponent;
1572
+ 'gs-wastewater-mutations-over-time': WastewaterMutationsOverTimeComponent;
1572
1573
  }
1573
1574
  }
1574
1575
 
@@ -1576,7 +1577,7 @@ declare global {
1576
1577
  declare global {
1577
1578
  namespace JSX {
1578
1579
  interface IntrinsicElements {
1579
- 'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1580
+ 'gs-wastewater-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1580
1581
  }
1581
1582
  }
1582
1583
  }
@@ -1584,11 +1585,10 @@ declare global {
1584
1585
 
1585
1586
  declare global {
1586
1587
  interface HTMLElementTagNameMap {
1587
- 'gs-date-range-filter': DateRangeFilterComponent;
1588
+ 'gs-location-filter': LocationFilterComponent;
1588
1589
  }
1589
1590
  interface HTMLElementEventMap {
1590
- 'gs-date-range-filter-changed': CustomEvent<Record<string, string>>;
1591
- 'gs-date-range-option-changed': DateRangeOptionChangedEvent;
1591
+ 'gs-location-changed': LocationChangedEvent;
1592
1592
  }
1593
1593
  }
1594
1594
 
@@ -1596,7 +1596,7 @@ declare global {
1596
1596
  declare global {
1597
1597
  namespace JSX {
1598
1598
  interface IntrinsicElements {
1599
- 'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1599
+ 'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1600
1600
  }
1601
1601
  }
1602
1602
  }
@@ -1604,10 +1604,10 @@ declare global {
1604
1604
 
1605
1605
  declare global {
1606
1606
  interface HTMLElementTagNameMap {
1607
- 'gs-location-filter': LocationFilterComponent;
1607
+ 'gs-text-filter': TextFilterComponent;
1608
1608
  }
1609
1609
  interface HTMLElementEventMap {
1610
- 'gs-location-changed': LocationChangedEvent;
1610
+ 'gs-text-filter-changed': TextFilterChangedEvent;
1611
1611
  }
1612
1612
  }
1613
1613
 
@@ -1615,7 +1615,7 @@ declare global {
1615
1615
  declare global {
1616
1616
  namespace JSX {
1617
1617
  interface IntrinsicElements {
1618
- 'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1618
+ 'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1619
1619
  }
1620
1620
  }
1621
1621
  }
@@ -1623,10 +1623,11 @@ declare global {
1623
1623
 
1624
1624
  declare global {
1625
1625
  interface HTMLElementTagNameMap {
1626
- 'gs-text-filter': TextFilterComponent;
1626
+ 'gs-date-range-filter': DateRangeFilterComponent;
1627
1627
  }
1628
1628
  interface HTMLElementEventMap {
1629
- 'gs-text-filter-changed': TextFilterChangedEvent;
1629
+ 'gs-date-range-filter-changed': CustomEvent<Record<string, string>>;
1630
+ 'gs-date-range-option-changed': DateRangeOptionChangedEvent;
1630
1631
  }
1631
1632
  }
1632
1633
 
@@ -1634,7 +1635,7 @@ declare global {
1634
1635
  declare global {
1635
1636
  namespace JSX {
1636
1637
  interface IntrinsicElements {
1637
- 'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1638
+ 'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1638
1639
  }
1639
1640
  }
1640
1641
  }