@genspectrum/dashboard-components 0.14.1 → 0.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.
- package/custom-elements.json +90 -58
- package/dist/{LineageFilterChangedEvent-C9dXOxt6.js → LineageFilterChangedEvent-COWV-Y0k.js} +6 -6
- package/dist/LineageFilterChangedEvent-COWV-Y0k.js.map +1 -0
- package/dist/assets/mutationOverTimeWorker-BL50C-yi.js.map +1 -0
- package/dist/components.d.ts +52 -56
- package/dist/components.js +79 -58
- package/dist/components.js.map +1 -1
- package/dist/util.d.ts +49 -49
- package/dist/util.js +2 -2
- package/package.json +2 -2
- package/src/lapisApi/lapisApi.ts +1 -1
- package/src/operator/FillMissingOperator.spec.ts +1 -1
- package/src/operator/GroupByAndSumOperator.spec.ts +1 -1
- package/src/operator/GroupByOperator.spec.ts +2 -2
- package/src/operator/MapOperator.spec.ts +1 -1
- package/src/operator/MockOperator.spec.ts +1 -1
- package/src/operator/MockOperator.ts +6 -4
- package/src/operator/SortOperator.spec.ts +1 -1
- package/src/preact/aggregatedData/aggregate.stories.tsx +1 -1
- package/src/preact/components/csv-download-button.stories.tsx +2 -2
- package/src/preact/components/csv-download-button.tsx +1 -1
- package/src/preact/components/error-boundary.stories.tsx +5 -5
- package/src/preact/components/error-boundary.tsx +14 -3
- package/src/preact/components/error-display.stories.tsx +9 -9
- package/src/preact/components/fullscreen.tsx +3 -3
- package/src/preact/components/info.tsx +1 -1
- package/src/preact/components/mutation-type-selector.stories.tsx +1 -1
- package/src/preact/components/table.stories.tsx +3 -3
- package/src/preact/components/table.tsx +1 -1
- package/src/preact/{dateRangeSelector/date-range-selector.stories.tsx → dateRangeFilter/date-range-filter.stories.tsx} +18 -21
- package/src/preact/{dateRangeSelector/date-range-selector.tsx → dateRangeFilter/date-range-filter.tsx} +11 -11
- package/src/preact/{dateRangeSelector → dateRangeFilter}/dateRangeOption.ts +2 -2
- package/src/preact/lineageFilter/lineage-filter.stories.tsx +6 -6
- package/src/preact/locationFilter/fetchAutocompletionList.ts +1 -1
- package/src/preact/locationFilter/location-filter.stories.tsx +6 -6
- package/src/preact/map/sequences-by-location.stories.tsx +1 -1
- package/src/preact/mutationFilter/mutation-filter.stories.tsx +2 -2
- package/src/preact/mutations/getMutationsGridData.ts +1 -1
- package/src/preact/mutationsOverTime/mutations-over-time-grid.tsx +3 -3
- package/src/preact/mutationsOverTime/mutations-over-time.stories.tsx +1 -1
- package/src/preact/mutationsOverTime/mutations-over-time.tsx +1 -0
- package/src/preact/numberSequencesOverTime/number-sequences-over-time.stories.tsx +1 -1
- package/src/preact/prevalenceOverTime/prevalence-over-time-bubble-chart.tsx +4 -4
- package/src/preact/prevalenceOverTime/prevalence-over-time.stories.tsx +1 -1
- package/src/preact/relativeGrowthAdvantage/relative-growth-advantage.stories.tsx +1 -1
- package/src/preact/shared/floating-ui/hooks.ts +1 -1
- package/src/preact/{textInput/TextInputChangedEvent.ts → textFilter/TextFilterChangedEvent.ts} +2 -2
- package/src/preact/{textInput/text-input.stories.tsx → textFilter/text-filter.stories.tsx} +14 -14
- package/src/preact/{textInput/text-input.tsx → textFilter/text-filter.tsx} +10 -10
- package/src/utilEntrypoint.ts +2 -2
- package/src/utils/map2d.ts +1 -0
- package/src/web-components/gs-app.stories.ts +7 -7
- package/src/web-components/input/{gs-date-range-selector.stories.ts → gs-date-range-filter.stories.ts} +65 -20
- package/src/web-components/input/{gs-date-range-selector.tsx → gs-date-range-filter.tsx} +28 -13
- package/src/web-components/input/gs-lineage-filter.stories.ts +1 -1
- package/src/web-components/input/gs-location-filter.stories.ts +1 -1
- package/src/web-components/input/gs-mutation-filter.stories.ts +7 -7
- package/src/web-components/input/{gs-text-input.stories.ts → gs-text-filter.stories.ts} +18 -18
- package/src/web-components/input/{gs-text-input.tsx → gs-text-filter.tsx} +16 -16
- package/src/web-components/input/index.ts +2 -2
- package/src/web-components/visualization/gs-aggregate.tsx +2 -2
- package/standalone-bundle/assets/mutationOverTimeWorker-CFB5-Mdk.js.map +1 -0
- package/standalone-bundle/dashboard-components.js +2233 -2220
- package/standalone-bundle/dashboard-components.js.map +1 -1
- package/dist/LineageFilterChangedEvent-C9dXOxt6.js.map +0 -1
- package/dist/assets/mutationOverTimeWorker-Dxnxrfe0.js.map +0 -1
- package/standalone-bundle/assets/mutationOverTimeWorker-CmSrq4SZ.js.map +0 -1
- /package/src/preact/{dateRangeSelector → dateRangeFilter}/computeInitialValues.spec.ts +0 -0
- /package/src/preact/{dateRangeSelector → dateRangeFilter}/computeInitialValues.ts +0 -0
- /package/src/preact/{dateRangeSelector → dateRangeFilter}/dateConversion.ts +0 -0
- /package/src/preact/{dateRangeSelector → dateRangeFilter}/selectableOptions.ts +0 -0
- /package/src/preact/{textInput → textFilter}/__mockData__/aggregated_hosts.json +0 -0
- /package/src/preact/{textInput → textFilter}/fetchStringAutocompleteList.spec.ts +0 -0
- /package/src/preact/{textInput → textFilter}/fetchStringAutocompleteList.ts +0 -0
package/dist/components.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ export declare class AggregateComponent extends PreactLitAdapterWithGridJsStyles
|
|
|
45
45
|
/**
|
|
46
46
|
* A list of tabs with views that this component should provide.
|
|
47
47
|
*/
|
|
48
|
-
views:
|
|
48
|
+
views: ('table' | 'bar')[];
|
|
49
49
|
/**
|
|
50
50
|
* The filter to apply to the data.
|
|
51
51
|
* It must be a valid LAPIS filter object.
|
|
@@ -89,10 +89,6 @@ export declare class AggregateComponent extends PreactLitAdapterWithGridJsStyles
|
|
|
89
89
|
render(): JSX_2.Element;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
declare type AggregateView = default_2.infer<typeof aggregateViewSchema>;
|
|
93
|
-
|
|
94
|
-
declare const aggregateViewSchema: default_2.ZodUnion<[default_2.ZodLiteral<"table">, default_2.ZodLiteral<"bar">]>;
|
|
95
|
-
|
|
96
92
|
/**
|
|
97
93
|
* ## Context
|
|
98
94
|
*
|
|
@@ -164,7 +160,7 @@ export declare class AppComponent extends LitElement {
|
|
|
164
160
|
* Use this event, when you want to control this component in your JS application.
|
|
165
161
|
* You can supply the `detail` of this event to the `value` attribute of this component.
|
|
166
162
|
*/
|
|
167
|
-
export declare class
|
|
163
|
+
export declare class DateRangeFilterComponent extends PreactLitAdapter {
|
|
168
164
|
/**
|
|
169
165
|
* An array of date range options that the select field should provide.
|
|
170
166
|
* The `label` will be shown to the user, and it will be available as `value`.
|
|
@@ -1212,7 +1208,7 @@ export declare class StatisticsComponent extends PreactLitAdapterWithGridJsStyle
|
|
|
1212
1208
|
*
|
|
1213
1209
|
* This component provides a text input field to specify filters for arbitrary fields of this LAPIS instance.
|
|
1214
1210
|
*
|
|
1215
|
-
* @fires {CustomEvent<Record<string, string | undefined>>} gs-text-
|
|
1211
|
+
* @fires {CustomEvent<Record<string, string | undefined>>} gs-text-filter-changed
|
|
1216
1212
|
* Fired when the input field is changed.
|
|
1217
1213
|
* The `details` of this event contain an object with the `lapisField` as key and the input value as value.
|
|
1218
1214
|
* Example:
|
|
@@ -1222,15 +1218,15 @@ export declare class StatisticsComponent extends PreactLitAdapterWithGridJsStyle
|
|
|
1222
1218
|
* }
|
|
1223
1219
|
* ```
|
|
1224
1220
|
*/
|
|
1225
|
-
export declare class
|
|
1221
|
+
export declare class TextFilterComponent extends PreactLitAdapter {
|
|
1226
1222
|
/**
|
|
1227
|
-
* The initial value to use for this text
|
|
1223
|
+
* The initial value to use for this text filter.
|
|
1228
1224
|
*/
|
|
1229
1225
|
value: string | undefined;
|
|
1230
1226
|
/**
|
|
1231
1227
|
* Required.
|
|
1232
1228
|
*
|
|
1233
|
-
* The LAPIS field name to use for this text
|
|
1229
|
+
* The LAPIS field name to use for this text filter.
|
|
1234
1230
|
* The field must exist on this LAPIS instance.
|
|
1235
1231
|
*/
|
|
1236
1232
|
lapisField: string;
|
|
@@ -1346,11 +1342,7 @@ declare global {
|
|
|
1346
1342
|
|
|
1347
1343
|
declare global {
|
|
1348
1344
|
interface HTMLElementTagNameMap {
|
|
1349
|
-
'gs-
|
|
1350
|
-
}
|
|
1351
|
-
interface HTMLElementEventMap {
|
|
1352
|
-
'gs-date-range-filter-changed': CustomEvent<Record<string, string>>;
|
|
1353
|
-
'gs-date-range-option-changed': DateRangeOptionChangedEvent;
|
|
1345
|
+
'gs-wastewater-mutations-over-time': WastewaterMutationsOverTimeComponent;
|
|
1354
1346
|
}
|
|
1355
1347
|
}
|
|
1356
1348
|
|
|
@@ -1358,7 +1350,7 @@ declare global {
|
|
|
1358
1350
|
declare global {
|
|
1359
1351
|
namespace JSX {
|
|
1360
1352
|
interface IntrinsicElements {
|
|
1361
|
-
'gs-
|
|
1353
|
+
'gs-wastewater-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1362
1354
|
}
|
|
1363
1355
|
}
|
|
1364
1356
|
}
|
|
@@ -1366,10 +1358,7 @@ declare global {
|
|
|
1366
1358
|
|
|
1367
1359
|
declare global {
|
|
1368
1360
|
interface HTMLElementTagNameMap {
|
|
1369
|
-
'gs-
|
|
1370
|
-
}
|
|
1371
|
-
interface HTMLElementEventMap {
|
|
1372
|
-
'gs-text-input-changed': TextInputChangedEvent;
|
|
1361
|
+
'gs-mutation-comparison-component': MutationComparisonComponent;
|
|
1373
1362
|
}
|
|
1374
1363
|
}
|
|
1375
1364
|
|
|
@@ -1377,7 +1366,7 @@ declare global {
|
|
|
1377
1366
|
declare global {
|
|
1378
1367
|
namespace JSX {
|
|
1379
1368
|
interface IntrinsicElements {
|
|
1380
|
-
'gs-
|
|
1369
|
+
'gs-mutation-comparison-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1381
1370
|
}
|
|
1382
1371
|
}
|
|
1383
1372
|
}
|
|
@@ -1385,10 +1374,7 @@ declare global {
|
|
|
1385
1374
|
|
|
1386
1375
|
declare global {
|
|
1387
1376
|
interface HTMLElementTagNameMap {
|
|
1388
|
-
'gs-
|
|
1389
|
-
}
|
|
1390
|
-
interface HTMLElementEventMap {
|
|
1391
|
-
'gs-location-changed': LocationChangedEvent;
|
|
1377
|
+
'gs-mutations-component': MutationsComponent;
|
|
1392
1378
|
}
|
|
1393
1379
|
}
|
|
1394
1380
|
|
|
@@ -1396,7 +1382,7 @@ declare global {
|
|
|
1396
1382
|
declare global {
|
|
1397
1383
|
namespace JSX {
|
|
1398
1384
|
interface IntrinsicElements {
|
|
1399
|
-
'gs-
|
|
1385
|
+
'gs-mutations-component': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1400
1386
|
}
|
|
1401
1387
|
}
|
|
1402
1388
|
}
|
|
@@ -1404,10 +1390,7 @@ declare global {
|
|
|
1404
1390
|
|
|
1405
1391
|
declare global {
|
|
1406
1392
|
interface HTMLElementTagNameMap {
|
|
1407
|
-
'gs-
|
|
1408
|
-
}
|
|
1409
|
-
interface HTMLElementEventMap {
|
|
1410
|
-
'gs-lineage-filter-changed': LineageFilterChangedEvent;
|
|
1393
|
+
'gs-prevalence-over-time': PrevalenceOverTimeComponent;
|
|
1411
1394
|
}
|
|
1412
1395
|
}
|
|
1413
1396
|
|
|
@@ -1415,7 +1398,7 @@ declare global {
|
|
|
1415
1398
|
declare global {
|
|
1416
1399
|
namespace JSX {
|
|
1417
1400
|
interface IntrinsicElements {
|
|
1418
|
-
'gs-
|
|
1401
|
+
'gs-prevalence-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1419
1402
|
}
|
|
1420
1403
|
}
|
|
1421
1404
|
}
|
|
@@ -1423,10 +1406,7 @@ declare global {
|
|
|
1423
1406
|
|
|
1424
1407
|
declare global {
|
|
1425
1408
|
interface HTMLElementTagNameMap {
|
|
1426
|
-
'gs-
|
|
1427
|
-
}
|
|
1428
|
-
interface HTMLElementEventMap {
|
|
1429
|
-
'gs-mutation-filter-changed': CustomEvent<MutationsFilter>;
|
|
1409
|
+
'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
|
|
1430
1410
|
}
|
|
1431
1411
|
}
|
|
1432
1412
|
|
|
@@ -1434,7 +1414,7 @@ declare global {
|
|
|
1434
1414
|
declare global {
|
|
1435
1415
|
namespace JSX {
|
|
1436
1416
|
interface IntrinsicElements {
|
|
1437
|
-
'gs-
|
|
1417
|
+
'gs-relative-growth-advantage': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1438
1418
|
}
|
|
1439
1419
|
}
|
|
1440
1420
|
}
|
|
@@ -1442,7 +1422,7 @@ declare global {
|
|
|
1442
1422
|
|
|
1443
1423
|
declare global {
|
|
1444
1424
|
interface HTMLElementTagNameMap {
|
|
1445
|
-
'gs-
|
|
1425
|
+
'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
|
|
1446
1426
|
}
|
|
1447
1427
|
}
|
|
1448
1428
|
|
|
@@ -1450,7 +1430,7 @@ declare global {
|
|
|
1450
1430
|
declare global {
|
|
1451
1431
|
namespace JSX {
|
|
1452
1432
|
interface IntrinsicElements {
|
|
1453
|
-
'gs-
|
|
1433
|
+
'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1454
1434
|
}
|
|
1455
1435
|
}
|
|
1456
1436
|
}
|
|
@@ -1458,7 +1438,7 @@ declare global {
|
|
|
1458
1438
|
|
|
1459
1439
|
declare global {
|
|
1460
1440
|
interface HTMLElementTagNameMap {
|
|
1461
|
-
'gs-
|
|
1441
|
+
'gs-aggregate': AggregateComponent;
|
|
1462
1442
|
}
|
|
1463
1443
|
}
|
|
1464
1444
|
|
|
@@ -1466,7 +1446,7 @@ declare global {
|
|
|
1466
1446
|
declare global {
|
|
1467
1447
|
namespace JSX {
|
|
1468
1448
|
interface IntrinsicElements {
|
|
1469
|
-
'gs-
|
|
1449
|
+
'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1470
1450
|
}
|
|
1471
1451
|
}
|
|
1472
1452
|
}
|
|
@@ -1474,7 +1454,7 @@ declare global {
|
|
|
1474
1454
|
|
|
1475
1455
|
declare global {
|
|
1476
1456
|
interface HTMLElementTagNameMap {
|
|
1477
|
-
'gs-
|
|
1457
|
+
'gs-mutations-over-time': MutationsOverTimeComponent;
|
|
1478
1458
|
}
|
|
1479
1459
|
}
|
|
1480
1460
|
|
|
@@ -1482,7 +1462,7 @@ declare global {
|
|
|
1482
1462
|
declare global {
|
|
1483
1463
|
namespace JSX {
|
|
1484
1464
|
interface IntrinsicElements {
|
|
1485
|
-
'gs-
|
|
1465
|
+
'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1486
1466
|
}
|
|
1487
1467
|
}
|
|
1488
1468
|
}
|
|
@@ -1490,7 +1470,7 @@ declare global {
|
|
|
1490
1470
|
|
|
1491
1471
|
declare global {
|
|
1492
1472
|
interface HTMLElementTagNameMap {
|
|
1493
|
-
'gs-
|
|
1473
|
+
'gs-sequences-by-location': SequencesByLocationComponent;
|
|
1494
1474
|
}
|
|
1495
1475
|
}
|
|
1496
1476
|
|
|
@@ -1498,7 +1478,7 @@ declare global {
|
|
|
1498
1478
|
declare global {
|
|
1499
1479
|
namespace JSX {
|
|
1500
1480
|
interface IntrinsicElements {
|
|
1501
|
-
'gs-
|
|
1481
|
+
'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1502
1482
|
}
|
|
1503
1483
|
}
|
|
1504
1484
|
}
|
|
@@ -1506,7 +1486,7 @@ declare global {
|
|
|
1506
1486
|
|
|
1507
1487
|
declare global {
|
|
1508
1488
|
interface HTMLElementTagNameMap {
|
|
1509
|
-
'gs-
|
|
1489
|
+
'gs-statistics': StatisticsComponent;
|
|
1510
1490
|
}
|
|
1511
1491
|
}
|
|
1512
1492
|
|
|
@@ -1514,7 +1494,7 @@ declare global {
|
|
|
1514
1494
|
declare global {
|
|
1515
1495
|
namespace JSX {
|
|
1516
1496
|
interface IntrinsicElements {
|
|
1517
|
-
'gs-
|
|
1497
|
+
'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1518
1498
|
}
|
|
1519
1499
|
}
|
|
1520
1500
|
}
|
|
@@ -1522,7 +1502,11 @@ declare global {
|
|
|
1522
1502
|
|
|
1523
1503
|
declare global {
|
|
1524
1504
|
interface HTMLElementTagNameMap {
|
|
1525
|
-
'gs-
|
|
1505
|
+
'gs-date-range-filter': DateRangeFilterComponent;
|
|
1506
|
+
}
|
|
1507
|
+
interface HTMLElementEventMap {
|
|
1508
|
+
'gs-date-range-filter-changed': CustomEvent<Record<string, string>>;
|
|
1509
|
+
'gs-date-range-option-changed': DateRangeOptionChangedEvent;
|
|
1526
1510
|
}
|
|
1527
1511
|
}
|
|
1528
1512
|
|
|
@@ -1530,7 +1514,7 @@ declare global {
|
|
|
1530
1514
|
declare global {
|
|
1531
1515
|
namespace JSX {
|
|
1532
1516
|
interface IntrinsicElements {
|
|
1533
|
-
'gs-
|
|
1517
|
+
'gs-date-range-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1534
1518
|
}
|
|
1535
1519
|
}
|
|
1536
1520
|
}
|
|
@@ -1538,7 +1522,10 @@ declare global {
|
|
|
1538
1522
|
|
|
1539
1523
|
declare global {
|
|
1540
1524
|
interface HTMLElementTagNameMap {
|
|
1541
|
-
'gs-
|
|
1525
|
+
'gs-location-filter': LocationFilterComponent;
|
|
1526
|
+
}
|
|
1527
|
+
interface HTMLElementEventMap {
|
|
1528
|
+
'gs-location-changed': LocationChangedEvent;
|
|
1542
1529
|
}
|
|
1543
1530
|
}
|
|
1544
1531
|
|
|
@@ -1546,7 +1533,7 @@ declare global {
|
|
|
1546
1533
|
declare global {
|
|
1547
1534
|
namespace JSX {
|
|
1548
1535
|
interface IntrinsicElements {
|
|
1549
|
-
'gs-
|
|
1536
|
+
'gs-location-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1550
1537
|
}
|
|
1551
1538
|
}
|
|
1552
1539
|
}
|
|
@@ -1554,7 +1541,10 @@ declare global {
|
|
|
1554
1541
|
|
|
1555
1542
|
declare global {
|
|
1556
1543
|
interface HTMLElementTagNameMap {
|
|
1557
|
-
'gs-
|
|
1544
|
+
'gs-text-filter': TextFilterComponent;
|
|
1545
|
+
}
|
|
1546
|
+
interface HTMLElementEventMap {
|
|
1547
|
+
'gs-text-filter-changed': TextFilterChangedEvent;
|
|
1558
1548
|
}
|
|
1559
1549
|
}
|
|
1560
1550
|
|
|
@@ -1562,7 +1552,7 @@ declare global {
|
|
|
1562
1552
|
declare global {
|
|
1563
1553
|
namespace JSX {
|
|
1564
1554
|
interface IntrinsicElements {
|
|
1565
|
-
'gs-
|
|
1555
|
+
'gs-text-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1566
1556
|
}
|
|
1567
1557
|
}
|
|
1568
1558
|
}
|
|
@@ -1570,7 +1560,10 @@ declare global {
|
|
|
1570
1560
|
|
|
1571
1561
|
declare global {
|
|
1572
1562
|
interface HTMLElementTagNameMap {
|
|
1573
|
-
'gs-
|
|
1563
|
+
'gs-lineage-filter': LineageFilterComponent;
|
|
1564
|
+
}
|
|
1565
|
+
interface HTMLElementEventMap {
|
|
1566
|
+
'gs-lineage-filter-changed': LineageFilterChangedEvent;
|
|
1574
1567
|
}
|
|
1575
1568
|
}
|
|
1576
1569
|
|
|
@@ -1578,7 +1571,7 @@ declare global {
|
|
|
1578
1571
|
declare global {
|
|
1579
1572
|
namespace JSX {
|
|
1580
1573
|
interface IntrinsicElements {
|
|
1581
|
-
'gs-
|
|
1574
|
+
'gs-lineage-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1582
1575
|
}
|
|
1583
1576
|
}
|
|
1584
1577
|
}
|
|
@@ -1586,7 +1579,10 @@ declare global {
|
|
|
1586
1579
|
|
|
1587
1580
|
declare global {
|
|
1588
1581
|
interface HTMLElementTagNameMap {
|
|
1589
|
-
'gs-
|
|
1582
|
+
'gs-mutation-filter': MutationFilterComponent;
|
|
1583
|
+
}
|
|
1584
|
+
interface HTMLElementEventMap {
|
|
1585
|
+
'gs-mutation-filter-changed': CustomEvent<MutationsFilter>;
|
|
1590
1586
|
}
|
|
1591
1587
|
}
|
|
1592
1588
|
|
|
@@ -1594,7 +1590,7 @@ declare global {
|
|
|
1594
1590
|
declare global {
|
|
1595
1591
|
namespace JSX {
|
|
1596
1592
|
interface IntrinsicElements {
|
|
1597
|
-
'gs-
|
|
1593
|
+
'gs-mutation-filter': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
1598
1594
|
}
|
|
1599
1595
|
}
|
|
1600
1596
|
}
|