@genspectrum/dashboard-components 0.18.6 → 0.19.1

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`.
@@ -1472,7 +1473,7 @@ declare global {
1472
1473
 
1473
1474
  declare global {
1474
1475
  interface HTMLElementTagNameMap {
1475
- 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
1476
+ 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
1476
1477
  }
1477
1478
  }
1478
1479
 
@@ -1480,7 +1481,7 @@ declare global {
1480
1481
  declare global {
1481
1482
  namespace JSX {
1482
1483
  interface IntrinsicElements {
1483
- 'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1484
+ 'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1484
1485
  }
1485
1486
  }
1486
1487
  }
@@ -1488,7 +1489,7 @@ declare global {
1488
1489
 
1489
1490
  declare global {
1490
1491
  interface HTMLElementTagNameMap {
1491
- 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
1492
+ 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
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-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1500
1501
  }
1501
1502
  }
1502
1503
  }
@@ -1504,7 +1505,7 @@ declare global {
1504
1505
 
1505
1506
  declare global {
1506
1507
  interface HTMLElementTagNameMap {
1507
- 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1508
+ 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
1508
1509
  }
1509
1510
  }
1510
1511
 
@@ -1512,7 +1513,7 @@ declare global {
1512
1513
  declare global {
1513
1514
  namespace JSX {
1514
1515
  interface IntrinsicElements {
1515
- 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1516
+ 'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1516
1517
  }
1517
1518
  }
1518
1519
  }
@@ -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-aggregate': AggregateComponent;
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-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1548
1549
  }
1549
1550
  }
1550
1551
  }