@genspectrum/dashboard-components 0.18.3 → 0.18.4
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 +279 -0
- package/dist/util.d.ts +279 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -1399,6 +1399,285 @@ export declare class WastewaterMutationsOverTimeComponent extends PreactLitAdapt
|
|
|
1399
1399
|
export { }
|
|
1400
1400
|
|
|
1401
1401
|
|
|
1402
|
+
declare global {
|
|
1403
|
+
interface HTMLElementEventMap {
|
|
1404
|
+
'gs-error': ErrorEvent;
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
declare global {
|
|
1410
|
+
interface HTMLElementTagNameMap {
|
|
1411
|
+
'gs-app': AppComponent;
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
declare global {
|
|
1417
|
+
namespace JSX {
|
|
1418
|
+
interface IntrinsicElements {
|
|
1419
|
+
'gs-app': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
declare global {
|
|
1426
|
+
interface HTMLElementTagNameMap {
|
|
1427
|
+
'gs-wastewater-mutations-over-time': WastewaterMutationsOverTimeComponent;
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
declare global {
|
|
1433
|
+
namespace JSX {
|
|
1434
|
+
interface IntrinsicElements {
|
|
1435
|
+
'gs-wastewater-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
declare global {
|
|
1442
|
+
interface HTMLElementTagNameMap {
|
|
1443
|
+
'gs-date-range-filter': DateRangeFilterComponent;
|
|
1444
|
+
}
|
|
1445
|
+
interface HTMLElementEventMap {
|
|
1446
|
+
'gs-date-range-filter-changed': CustomEvent<Record<string, string>>;
|
|
1447
|
+
'gs-date-range-option-changed': DateRangeOptionChangedEvent;
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
declare global {
|
|
1453
|
+
namespace JSX {
|
|
1454
|
+
interface IntrinsicElements {
|
|
1455
|
+
'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
declare global {
|
|
1462
|
+
interface HTMLElementTagNameMap {
|
|
1463
|
+
'gs-location-filter': LocationFilterComponent;
|
|
1464
|
+
}
|
|
1465
|
+
interface HTMLElementEventMap {
|
|
1466
|
+
'gs-location-changed': LocationChangedEvent;
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
declare global {
|
|
1472
|
+
namespace JSX {
|
|
1473
|
+
interface IntrinsicElements {
|
|
1474
|
+
'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
declare global {
|
|
1481
|
+
interface HTMLElementTagNameMap {
|
|
1482
|
+
'gs-text-filter': TextFilterComponent;
|
|
1483
|
+
}
|
|
1484
|
+
interface HTMLElementEventMap {
|
|
1485
|
+
'gs-text-filter-changed': TextFilterChangedEvent;
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
declare global {
|
|
1491
|
+
namespace JSX {
|
|
1492
|
+
interface IntrinsicElements {
|
|
1493
|
+
'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
declare global {
|
|
1500
|
+
interface HTMLElementTagNameMap {
|
|
1501
|
+
'gs-lineage-filter': LineageFilterComponent;
|
|
1502
|
+
}
|
|
1503
|
+
interface HTMLElementEventMap {
|
|
1504
|
+
'gs-lineage-filter-changed': LineageFilterChangedEvent;
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
declare global {
|
|
1510
|
+
namespace JSX {
|
|
1511
|
+
interface IntrinsicElements {
|
|
1512
|
+
'gs-lineage-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
declare global {
|
|
1519
|
+
interface HTMLElementTagNameMap {
|
|
1520
|
+
'gs-mutation-filter': MutationFilterComponent;
|
|
1521
|
+
}
|
|
1522
|
+
interface HTMLElementEventMap {
|
|
1523
|
+
'gs-mutation-filter-changed': CustomEvent<MutationsFilter>;
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
declare global {
|
|
1529
|
+
namespace JSX {
|
|
1530
|
+
interface IntrinsicElements {
|
|
1531
|
+
'gs-mutation-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
declare global {
|
|
1538
|
+
interface HTMLElementTagNameMap {
|
|
1539
|
+
'gs-mutation-comparison-component': MutationComparisonComponent;
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
declare global {
|
|
1545
|
+
namespace JSX {
|
|
1546
|
+
interface IntrinsicElements {
|
|
1547
|
+
'gs-mutation-comparison-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
declare global {
|
|
1554
|
+
interface HTMLElementTagNameMap {
|
|
1555
|
+
'gs-mutations-component': MutationsComponent;
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
declare global {
|
|
1561
|
+
namespace JSX {
|
|
1562
|
+
interface IntrinsicElements {
|
|
1563
|
+
'gs-mutations-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
declare global {
|
|
1570
|
+
interface HTMLElementTagNameMap {
|
|
1571
|
+
'gs-prevalence-over-time': PrevalenceOverTimeComponent;
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
declare global {
|
|
1577
|
+
namespace JSX {
|
|
1578
|
+
interface IntrinsicElements {
|
|
1579
|
+
'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
declare global {
|
|
1586
|
+
interface HTMLElementTagNameMap {
|
|
1587
|
+
'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
declare global {
|
|
1593
|
+
namespace JSX {
|
|
1594
|
+
interface IntrinsicElements {
|
|
1595
|
+
'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
declare global {
|
|
1602
|
+
interface HTMLElementTagNameMap {
|
|
1603
|
+
'gs-aggregate': AggregateComponent;
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
declare global {
|
|
1609
|
+
namespace JSX {
|
|
1610
|
+
interface IntrinsicElements {
|
|
1611
|
+
'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
declare global {
|
|
1618
|
+
interface HTMLElementTagNameMap {
|
|
1619
|
+
'gs-mutations-over-time': MutationsOverTimeComponent;
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
declare global {
|
|
1625
|
+
namespace JSX {
|
|
1626
|
+
interface IntrinsicElements {
|
|
1627
|
+
'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
declare global {
|
|
1634
|
+
interface HTMLElementTagNameMap {
|
|
1635
|
+
'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
declare global {
|
|
1641
|
+
namespace JSX {
|
|
1642
|
+
interface IntrinsicElements {
|
|
1643
|
+
'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
declare global {
|
|
1650
|
+
interface HTMLElementTagNameMap {
|
|
1651
|
+
'gs-sequences-by-location': SequencesByLocationComponent;
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
declare global {
|
|
1657
|
+
namespace JSX {
|
|
1658
|
+
interface IntrinsicElements {
|
|
1659
|
+
'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
declare global {
|
|
1666
|
+
interface HTMLElementTagNameMap {
|
|
1667
|
+
'gs-statistics': StatisticsComponent;
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
declare global {
|
|
1673
|
+
namespace JSX {
|
|
1674
|
+
interface IntrinsicElements {
|
|
1675
|
+
'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
|
|
1402
1681
|
declare module 'chart.js' {
|
|
1403
1682
|
interface CartesianScaleTypeRegistry {
|
|
1404
1683
|
logit: {
|
package/dist/util.d.ts
CHANGED
|
@@ -877,6 +877,285 @@ declare const yAxisMaxConfigSchema: default_2.ZodObject<{
|
|
|
877
877
|
export { }
|
|
878
878
|
|
|
879
879
|
|
|
880
|
+
declare global {
|
|
881
|
+
interface HTMLElementEventMap {
|
|
882
|
+
'gs-error': ErrorEvent;
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
declare global {
|
|
888
|
+
interface HTMLElementTagNameMap {
|
|
889
|
+
'gs-app': AppComponent;
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
declare global {
|
|
895
|
+
namespace JSX {
|
|
896
|
+
interface IntrinsicElements {
|
|
897
|
+
'gs-app': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
declare global {
|
|
904
|
+
interface HTMLElementTagNameMap {
|
|
905
|
+
'gs-wastewater-mutations-over-time': WastewaterMutationsOverTimeComponent;
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
declare global {
|
|
911
|
+
namespace JSX {
|
|
912
|
+
interface IntrinsicElements {
|
|
913
|
+
'gs-wastewater-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
declare global {
|
|
920
|
+
interface HTMLElementTagNameMap {
|
|
921
|
+
'gs-date-range-filter': DateRangeFilterComponent;
|
|
922
|
+
}
|
|
923
|
+
interface HTMLElementEventMap {
|
|
924
|
+
'gs-date-range-filter-changed': CustomEvent<Record<string, string>>;
|
|
925
|
+
'gs-date-range-option-changed': DateRangeOptionChangedEvent;
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
declare global {
|
|
931
|
+
namespace JSX {
|
|
932
|
+
interface IntrinsicElements {
|
|
933
|
+
'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
declare global {
|
|
940
|
+
interface HTMLElementTagNameMap {
|
|
941
|
+
'gs-location-filter': LocationFilterComponent;
|
|
942
|
+
}
|
|
943
|
+
interface HTMLElementEventMap {
|
|
944
|
+
'gs-location-changed': LocationChangedEvent;
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
declare global {
|
|
950
|
+
namespace JSX {
|
|
951
|
+
interface IntrinsicElements {
|
|
952
|
+
'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
declare global {
|
|
959
|
+
interface HTMLElementTagNameMap {
|
|
960
|
+
'gs-text-filter': TextFilterComponent;
|
|
961
|
+
}
|
|
962
|
+
interface HTMLElementEventMap {
|
|
963
|
+
'gs-text-filter-changed': TextFilterChangedEvent;
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
declare global {
|
|
969
|
+
namespace JSX {
|
|
970
|
+
interface IntrinsicElements {
|
|
971
|
+
'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
declare global {
|
|
978
|
+
interface HTMLElementTagNameMap {
|
|
979
|
+
'gs-lineage-filter': LineageFilterComponent;
|
|
980
|
+
}
|
|
981
|
+
interface HTMLElementEventMap {
|
|
982
|
+
'gs-lineage-filter-changed': LineageFilterChangedEvent;
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
declare global {
|
|
988
|
+
namespace JSX {
|
|
989
|
+
interface IntrinsicElements {
|
|
990
|
+
'gs-lineage-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
declare global {
|
|
997
|
+
interface HTMLElementTagNameMap {
|
|
998
|
+
'gs-mutation-filter': MutationFilterComponent;
|
|
999
|
+
}
|
|
1000
|
+
interface HTMLElementEventMap {
|
|
1001
|
+
'gs-mutation-filter-changed': CustomEvent<MutationsFilter>;
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
declare global {
|
|
1007
|
+
namespace JSX {
|
|
1008
|
+
interface IntrinsicElements {
|
|
1009
|
+
'gs-mutation-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
declare global {
|
|
1016
|
+
interface HTMLElementTagNameMap {
|
|
1017
|
+
'gs-mutation-comparison-component': MutationComparisonComponent;
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
declare global {
|
|
1023
|
+
namespace JSX {
|
|
1024
|
+
interface IntrinsicElements {
|
|
1025
|
+
'gs-mutation-comparison-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
declare global {
|
|
1032
|
+
interface HTMLElementTagNameMap {
|
|
1033
|
+
'gs-mutations-component': MutationsComponent;
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
declare global {
|
|
1039
|
+
namespace JSX {
|
|
1040
|
+
interface IntrinsicElements {
|
|
1041
|
+
'gs-mutations-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
declare global {
|
|
1048
|
+
interface HTMLElementTagNameMap {
|
|
1049
|
+
'gs-prevalence-over-time': PrevalenceOverTimeComponent;
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
declare global {
|
|
1055
|
+
namespace JSX {
|
|
1056
|
+
interface IntrinsicElements {
|
|
1057
|
+
'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
declare global {
|
|
1064
|
+
interface HTMLElementTagNameMap {
|
|
1065
|
+
'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
declare global {
|
|
1071
|
+
namespace JSX {
|
|
1072
|
+
interface IntrinsicElements {
|
|
1073
|
+
'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
declare global {
|
|
1080
|
+
interface HTMLElementTagNameMap {
|
|
1081
|
+
'gs-aggregate': AggregateComponent;
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
declare global {
|
|
1087
|
+
namespace JSX {
|
|
1088
|
+
interface IntrinsicElements {
|
|
1089
|
+
'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
declare global {
|
|
1096
|
+
interface HTMLElementTagNameMap {
|
|
1097
|
+
'gs-mutations-over-time': MutationsOverTimeComponent;
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
declare global {
|
|
1103
|
+
namespace JSX {
|
|
1104
|
+
interface IntrinsicElements {
|
|
1105
|
+
'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
declare global {
|
|
1112
|
+
interface HTMLElementTagNameMap {
|
|
1113
|
+
'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
declare global {
|
|
1119
|
+
namespace JSX {
|
|
1120
|
+
interface IntrinsicElements {
|
|
1121
|
+
'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
declare global {
|
|
1128
|
+
interface HTMLElementTagNameMap {
|
|
1129
|
+
'gs-sequences-by-location': SequencesByLocationComponent;
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
declare global {
|
|
1135
|
+
namespace JSX {
|
|
1136
|
+
interface IntrinsicElements {
|
|
1137
|
+
'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
declare global {
|
|
1144
|
+
interface HTMLElementTagNameMap {
|
|
1145
|
+
'gs-statistics': StatisticsComponent;
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
declare global {
|
|
1151
|
+
namespace JSX {
|
|
1152
|
+
interface IntrinsicElements {
|
|
1153
|
+
'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
|
|
880
1159
|
declare module 'chart.js' {
|
|
881
1160
|
interface CartesianScaleTypeRegistry {
|
|
882
1161
|
logit: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genspectrum/dashboard-components",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4",
|
|
4
4
|
"description": "GenSpectrum web components for building dashboards",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"tailwindcss": "^4.0.9",
|
|
146
146
|
"typescript": "^5.8.2",
|
|
147
147
|
"vite": "^6.0.3",
|
|
148
|
-
"vite-plugin-dts": "
|
|
148
|
+
"vite-plugin-dts": "4.5.0",
|
|
149
149
|
"vitest": "^3.0.2"
|
|
150
150
|
}
|
|
151
151
|
}
|