@genesislcap/foundation-utils 14.226.0 → 14.226.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.
- package/dist/custom-elements.json +50 -50
- package/dist/dts/error/errorMap.d.ts.map +1 -1
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts +29 -51
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
- package/dist/dts/mixins/pendingState/pendingState.d.ts +29 -45
- package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
- package/dist/dts/observer/observer.d.ts.map +1 -1
- package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
- package/dist/esm/mixins/pendingState/pendingState.js +2 -2
- package/dist/esm/uuid/uuid.js +2 -2
- package/dist/foundation-utils.api.json +317 -1220
- package/dist/foundation-utils.d.ts +58 -93
- package/docs/api/foundation-utils.createerrormap.md +1 -14
- package/docs/api/foundation-utils.createobserver.md +1 -5
- package/docs/api/foundation-utils.decodefrombase64.md +1 -14
- package/docs/api/foundation-utils.decodefrombase64withprefix.md +1 -13
- package/docs/api/foundation-utils.encodetobase64.md +1 -14
- package/docs/api/foundation-utils.encodetobase64withprefix.md +1 -13
- package/docs/api/foundation-utils.getfontmixin.md +1 -16
- package/docs/api/foundation-utils.iniframe.md +1 -7
- package/docs/api/foundation-utils.insertdocumentcssrule.md +1 -15
- package/docs/api/foundation-utils.insertdocumentlink.md +1 -12
- package/docs/api/foundation-utils.insymphonydesktop.md +1 -7
- package/docs/api/foundation-utils.isdev.md +1 -5
- package/docs/api/foundation-utils.lifecyclemixin.md +30 -56
- package/docs/api/foundation-utils.loadfontfaces.md +1 -13
- package/docs/api/foundation-utils.md +18 -18
- package/docs/api/foundation-utils.openpopup.md +1 -17
- package/docs/api/foundation-utils.pendingstate.md +30 -57
- package/docs/api/foundation-utils.resolveafter.md +1 -12
- package/docs/api/foundation-utils.respondtovisibility.md +1 -13
- package/docs/{api-report.md.api.md → api-report.md} +58 -93
- package/package.json +11 -11
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"metadata": {
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
4
|
-
"toolVersion": "7.
|
4
|
+
"toolVersion": "7.34.9",
|
5
5
|
"schemaVersion": 1011,
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
7
7
|
"tsdocConfig": {
|
@@ -399,13 +399,17 @@
|
|
399
399
|
}
|
400
400
|
},
|
401
401
|
{
|
402
|
-
"kind": "
|
403
|
-
"canonicalReference": "@genesislcap/foundation-utils!createErrorMap:
|
402
|
+
"kind": "Variable",
|
403
|
+
"canonicalReference": "@genesislcap/foundation-utils!createErrorMap:var",
|
404
404
|
"docComment": "/**\n * A factory to create the error map.\n *\n * @param logger - A logger error method reference.\n *\n * @returns A ErrorMap instance.\n *\n * @public\n */\n",
|
405
405
|
"excerptTokens": [
|
406
406
|
{
|
407
407
|
"kind": "Content",
|
408
|
-
"text": "createErrorMap:
|
408
|
+
"text": "createErrorMap: "
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"kind": "Content",
|
412
|
+
"text": "<TErrorDetailMap extends "
|
409
413
|
},
|
410
414
|
{
|
411
415
|
"kind": "Reference",
|
@@ -436,36 +440,13 @@
|
|
436
440
|
}
|
437
441
|
],
|
438
442
|
"fileUrlPath": "src/error/errorMap.ts",
|
439
|
-
"
|
440
|
-
"startIndex": 5,
|
441
|
-
"endIndex": 7
|
442
|
-
},
|
443
|
+
"isReadonly": true,
|
443
444
|
"releaseTag": "Public",
|
444
|
-
"
|
445
|
-
"
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
"startIndex": 3,
|
450
|
-
"endIndex": 4
|
451
|
-
},
|
452
|
-
"isOptional": false
|
453
|
-
}
|
454
|
-
],
|
455
|
-
"typeParameters": [
|
456
|
-
{
|
457
|
-
"typeParameterName": "TErrorDetailMap",
|
458
|
-
"constraintTokenRange": {
|
459
|
-
"startIndex": 1,
|
460
|
-
"endIndex": 2
|
461
|
-
},
|
462
|
-
"defaultTypeTokenRange": {
|
463
|
-
"startIndex": 0,
|
464
|
-
"endIndex": 0
|
465
|
-
}
|
466
|
-
}
|
467
|
-
],
|
468
|
-
"name": "createErrorMap"
|
445
|
+
"name": "createErrorMap",
|
446
|
+
"variableTypeTokenRange": {
|
447
|
+
"startIndex": 1,
|
448
|
+
"endIndex": 8
|
449
|
+
}
|
469
450
|
},
|
470
451
|
{
|
471
452
|
"kind": "Function",
|
@@ -531,13 +512,17 @@
|
|
531
512
|
"name": "createLogger"
|
532
513
|
},
|
533
514
|
{
|
534
|
-
"kind": "
|
535
|
-
"canonicalReference": "@genesislcap/foundation-utils!createObserver:
|
515
|
+
"kind": "Variable",
|
516
|
+
"canonicalReference": "@genesislcap/foundation-utils!createObserver:var",
|
536
517
|
"docComment": "/**\n * Creates a new event observer instance.\n *\n * @public\n */\n",
|
537
518
|
"excerptTokens": [
|
538
519
|
{
|
539
520
|
"kind": "Content",
|
540
|
-
"text": "createObserver:
|
521
|
+
"text": "createObserver: "
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"kind": "Content",
|
525
|
+
"text": "<EventType>() => "
|
541
526
|
},
|
542
527
|
{
|
543
528
|
"kind": "Reference",
|
@@ -550,27 +535,13 @@
|
|
550
535
|
}
|
551
536
|
],
|
552
537
|
"fileUrlPath": "src/observer/observer.ts",
|
553
|
-
"
|
554
|
-
"startIndex": 1,
|
555
|
-
"endIndex": 3
|
556
|
-
},
|
538
|
+
"isReadonly": true,
|
557
539
|
"releaseTag": "Public",
|
558
|
-
"
|
559
|
-
"
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
"constraintTokenRange": {
|
564
|
-
"startIndex": 0,
|
565
|
-
"endIndex": 0
|
566
|
-
},
|
567
|
-
"defaultTypeTokenRange": {
|
568
|
-
"startIndex": 0,
|
569
|
-
"endIndex": 0
|
570
|
-
}
|
571
|
-
}
|
572
|
-
],
|
573
|
-
"name": "createObserver"
|
540
|
+
"name": "createObserver",
|
541
|
+
"variableTypeTokenRange": {
|
542
|
+
"startIndex": 1,
|
543
|
+
"endIndex": 4
|
544
|
+
}
|
574
545
|
},
|
575
546
|
{
|
576
547
|
"kind": "Function",
|
@@ -1651,25 +1622,17 @@
|
|
1651
1622
|
"extendsTokenRanges": []
|
1652
1623
|
},
|
1653
1624
|
{
|
1654
|
-
"kind": "
|
1655
|
-
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:
|
1625
|
+
"kind": "Variable",
|
1626
|
+
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:var",
|
1656
1627
|
"docComment": "/**\n * Decodes a value from base64.\n *\n * @param value - The value to decode from base64.\n *\n * @returns The decoded value.\n *\n * @public\n */\n",
|
1657
1628
|
"excerptTokens": [
|
1658
1629
|
{
|
1659
1630
|
"kind": "Content",
|
1660
|
-
"text": "decodeFromBase64:
|
1661
|
-
},
|
1662
|
-
{
|
1663
|
-
"kind": "Content",
|
1664
|
-
"text": "string"
|
1665
|
-
},
|
1666
|
-
{
|
1667
|
-
"kind": "Content",
|
1668
|
-
"text": ") => "
|
1631
|
+
"text": "decodeFromBase64: "
|
1669
1632
|
},
|
1670
1633
|
{
|
1671
1634
|
"kind": "Content",
|
1672
|
-
"text": "string | "
|
1635
|
+
"text": "(base64Value: string) => string | "
|
1673
1636
|
},
|
1674
1637
|
{
|
1675
1638
|
"kind": "Reference",
|
@@ -1678,44 +1641,26 @@
|
|
1678
1641
|
}
|
1679
1642
|
],
|
1680
1643
|
"fileUrlPath": "src/encoding/base64/decode.ts",
|
1681
|
-
"
|
1682
|
-
"startIndex": 3,
|
1683
|
-
"endIndex": 5
|
1684
|
-
},
|
1644
|
+
"isReadonly": true,
|
1685
1645
|
"releaseTag": "Public",
|
1686
|
-
"
|
1687
|
-
"
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
"startIndex": 1,
|
1692
|
-
"endIndex": 2
|
1693
|
-
},
|
1694
|
-
"isOptional": false
|
1695
|
-
}
|
1696
|
-
],
|
1697
|
-
"name": "decodeFromBase64"
|
1646
|
+
"name": "decodeFromBase64",
|
1647
|
+
"variableTypeTokenRange": {
|
1648
|
+
"startIndex": 1,
|
1649
|
+
"endIndex": 3
|
1650
|
+
}
|
1698
1651
|
},
|
1699
1652
|
{
|
1700
|
-
"kind": "
|
1701
|
-
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:
|
1653
|
+
"kind": "Variable",
|
1654
|
+
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:var",
|
1702
1655
|
"docComment": "/**\n * Decodes a value from base64 with a prefix.\n *\n * @remarks\n *\n * Prefixes are: 'str:' for string and 'bin:' for ArrayBuffer.\n *\n * @param value - The value to decode from base64.\n *\n * @returns The decoded value.\n *\n * @public\n */\n",
|
1703
1656
|
"excerptTokens": [
|
1704
1657
|
{
|
1705
1658
|
"kind": "Content",
|
1706
|
-
"text": "decodeFromBase64WithPrefix:
|
1659
|
+
"text": "decodeFromBase64WithPrefix: "
|
1707
1660
|
},
|
1708
1661
|
{
|
1709
1662
|
"kind": "Content",
|
1710
|
-
"text": "string"
|
1711
|
-
},
|
1712
|
-
{
|
1713
|
-
"kind": "Content",
|
1714
|
-
"text": ") => "
|
1715
|
-
},
|
1716
|
-
{
|
1717
|
-
"kind": "Content",
|
1718
|
-
"text": "string | "
|
1663
|
+
"text": "(value: string) => string | "
|
1719
1664
|
},
|
1720
1665
|
{
|
1721
1666
|
"kind": "Reference",
|
@@ -1724,23 +1669,13 @@
|
|
1724
1669
|
}
|
1725
1670
|
],
|
1726
1671
|
"fileUrlPath": "src/encoding/base64/decode.ts",
|
1727
|
-
"
|
1728
|
-
"startIndex": 3,
|
1729
|
-
"endIndex": 5
|
1730
|
-
},
|
1672
|
+
"isReadonly": true,
|
1731
1673
|
"releaseTag": "Public",
|
1732
|
-
"
|
1733
|
-
"
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
"startIndex": 1,
|
1738
|
-
"endIndex": 2
|
1739
|
-
},
|
1740
|
-
"isOptional": false
|
1741
|
-
}
|
1742
|
-
],
|
1743
|
-
"name": "decodeFromBase64WithPrefix"
|
1674
|
+
"name": "decodeFromBase64WithPrefix",
|
1675
|
+
"variableTypeTokenRange": {
|
1676
|
+
"startIndex": 1,
|
1677
|
+
"endIndex": 3
|
1678
|
+
}
|
1744
1679
|
},
|
1745
1680
|
{
|
1746
1681
|
"kind": "Variable",
|
@@ -2823,17 +2758,17 @@
|
|
2823
2758
|
"extendsTokenRanges": []
|
2824
2759
|
},
|
2825
2760
|
{
|
2826
|
-
"kind": "
|
2827
|
-
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:
|
2761
|
+
"kind": "Variable",
|
2762
|
+
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:var",
|
2828
2763
|
"docComment": "/**\n * Encodes the given value to base64.\n *\n * @param value - The value to encode to base64.\n *\n * @returns The base64 encoded value.\n *\n * @public\n */\n",
|
2829
2764
|
"excerptTokens": [
|
2830
2765
|
{
|
2831
2766
|
"kind": "Content",
|
2832
|
-
"text": "encodeToBase64:
|
2767
|
+
"text": "encodeToBase64: "
|
2833
2768
|
},
|
2834
2769
|
{
|
2835
2770
|
"kind": "Content",
|
2836
|
-
"text": "string | "
|
2771
|
+
"text": "(value: string | "
|
2837
2772
|
},
|
2838
2773
|
{
|
2839
2774
|
"kind": "Reference",
|
@@ -2842,44 +2777,30 @@
|
|
2842
2777
|
},
|
2843
2778
|
{
|
2844
2779
|
"kind": "Content",
|
2845
|
-
"text": ") => "
|
2846
|
-
},
|
2847
|
-
{
|
2848
|
-
"kind": "Content",
|
2849
|
-
"text": "string"
|
2780
|
+
"text": ") => string"
|
2850
2781
|
}
|
2851
2782
|
],
|
2852
2783
|
"fileUrlPath": "src/encoding/base64/encode.ts",
|
2853
|
-
"
|
2854
|
-
"startIndex": 4,
|
2855
|
-
"endIndex": 5
|
2856
|
-
},
|
2784
|
+
"isReadonly": true,
|
2857
2785
|
"releaseTag": "Public",
|
2858
|
-
"
|
2859
|
-
"
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
"startIndex": 1,
|
2864
|
-
"endIndex": 3
|
2865
|
-
},
|
2866
|
-
"isOptional": false
|
2867
|
-
}
|
2868
|
-
],
|
2869
|
-
"name": "encodeToBase64"
|
2786
|
+
"name": "encodeToBase64",
|
2787
|
+
"variableTypeTokenRange": {
|
2788
|
+
"startIndex": 1,
|
2789
|
+
"endIndex": 4
|
2790
|
+
}
|
2870
2791
|
},
|
2871
2792
|
{
|
2872
|
-
"kind": "
|
2873
|
-
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:
|
2793
|
+
"kind": "Variable",
|
2794
|
+
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:var",
|
2874
2795
|
"docComment": "/**\n * Encodes the given value with a prefix to base64.\n *\n * @remarks\n *\n * Prefixes are: 'str:' for string and 'bin:' for ArrayBuffer.\n *\n * @param value - The value to encode to base64.\n *\n * @returns The base64 encoded value with a prefix.\n *\n * @public\n */\n",
|
2875
2796
|
"excerptTokens": [
|
2876
2797
|
{
|
2877
2798
|
"kind": "Content",
|
2878
|
-
"text": "encodeToBase64WithPrefix:
|
2799
|
+
"text": "encodeToBase64WithPrefix: "
|
2879
2800
|
},
|
2880
2801
|
{
|
2881
2802
|
"kind": "Content",
|
2882
|
-
"text": "string | "
|
2803
|
+
"text": "(value: string | "
|
2883
2804
|
},
|
2884
2805
|
{
|
2885
2806
|
"kind": "Reference",
|
@@ -2888,31 +2809,17 @@
|
|
2888
2809
|
},
|
2889
2810
|
{
|
2890
2811
|
"kind": "Content",
|
2891
|
-
"text": ") => "
|
2892
|
-
},
|
2893
|
-
{
|
2894
|
-
"kind": "Content",
|
2895
|
-
"text": "string"
|
2812
|
+
"text": ") => string"
|
2896
2813
|
}
|
2897
2814
|
],
|
2898
2815
|
"fileUrlPath": "src/encoding/base64/encode.ts",
|
2899
|
-
"
|
2900
|
-
"startIndex": 4,
|
2901
|
-
"endIndex": 5
|
2902
|
-
},
|
2816
|
+
"isReadonly": true,
|
2903
2817
|
"releaseTag": "Public",
|
2904
|
-
"
|
2905
|
-
"
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
"startIndex": 1,
|
2910
|
-
"endIndex": 3
|
2911
|
-
},
|
2912
|
-
"isOptional": false
|
2913
|
-
}
|
2914
|
-
],
|
2915
|
-
"name": "encodeToBase64WithPrefix"
|
2818
|
+
"name": "encodeToBase64WithPrefix",
|
2819
|
+
"variableTypeTokenRange": {
|
2820
|
+
"startIndex": 1,
|
2821
|
+
"endIndex": 4
|
2822
|
+
}
|
2916
2823
|
},
|
2917
2824
|
{
|
2918
2825
|
"kind": "TypeAlias",
|
@@ -3652,21 +3559,17 @@
|
|
3652
3559
|
"name": "getDateFormatter"
|
3653
3560
|
},
|
3654
3561
|
{
|
3655
|
-
"kind": "
|
3656
|
-
"canonicalReference": "@genesislcap/foundation-utils!getFontMixin:
|
3562
|
+
"kind": "Variable",
|
3563
|
+
"canonicalReference": "@genesislcap/foundation-utils!getFontMixin:var",
|
3657
3564
|
"docComment": "/**\n * Generates a CSS mixin for the specified font family, style, and weight.\n *\n * @param family - The font family.\n *\n * @param style - Optional. The font style. Defaults to FontStyle.Normal.\n *\n * @param weight - Optional. The font weight. Defaults to FontWeight.Regular.\n *\n * @returns The generated CSS mixin.\n *\n * @public\n */\n",
|
3658
3565
|
"excerptTokens": [
|
3659
3566
|
{
|
3660
3567
|
"kind": "Content",
|
3661
|
-
"text": "getFontMixin:
|
3662
|
-
},
|
3663
|
-
{
|
3664
|
-
"kind": "Content",
|
3665
|
-
"text": "string"
|
3568
|
+
"text": "getFontMixin: "
|
3666
3569
|
},
|
3667
3570
|
{
|
3668
3571
|
"kind": "Content",
|
3669
|
-
"text": ", style?: "
|
3572
|
+
"text": "(family: string, style?: "
|
3670
3573
|
},
|
3671
3574
|
{
|
3672
3575
|
"kind": "Reference",
|
@@ -3684,47 +3587,17 @@
|
|
3684
3587
|
},
|
3685
3588
|
{
|
3686
3589
|
"kind": "Content",
|
3687
|
-
"text": ") => "
|
3688
|
-
},
|
3689
|
-
{
|
3690
|
-
"kind": "Content",
|
3691
|
-
"text": "string"
|
3590
|
+
"text": ") => string"
|
3692
3591
|
}
|
3693
3592
|
],
|
3694
3593
|
"fileUrlPath": "src/styles/typography.ts",
|
3695
|
-
"
|
3696
|
-
"startIndex": 7,
|
3697
|
-
"endIndex": 8
|
3698
|
-
},
|
3594
|
+
"isReadonly": true,
|
3699
3595
|
"releaseTag": "Public",
|
3700
|
-
"
|
3701
|
-
"
|
3702
|
-
|
3703
|
-
|
3704
|
-
|
3705
|
-
"startIndex": 1,
|
3706
|
-
"endIndex": 2
|
3707
|
-
},
|
3708
|
-
"isOptional": false
|
3709
|
-
},
|
3710
|
-
{
|
3711
|
-
"parameterName": "style",
|
3712
|
-
"parameterTypeTokenRange": {
|
3713
|
-
"startIndex": 3,
|
3714
|
-
"endIndex": 4
|
3715
|
-
},
|
3716
|
-
"isOptional": true
|
3717
|
-
},
|
3718
|
-
{
|
3719
|
-
"parameterName": "weight",
|
3720
|
-
"parameterTypeTokenRange": {
|
3721
|
-
"startIndex": 5,
|
3722
|
-
"endIndex": 6
|
3723
|
-
},
|
3724
|
-
"isOptional": true
|
3725
|
-
}
|
3726
|
-
],
|
3727
|
-
"name": "getFontMixin"
|
3596
|
+
"name": "getFontMixin",
|
3597
|
+
"variableTypeTokenRange": {
|
3598
|
+
"startIndex": 1,
|
3599
|
+
"endIndex": 6
|
3600
|
+
}
|
3728
3601
|
},
|
3729
3602
|
{
|
3730
3603
|
"kind": "Function",
|
@@ -3811,28 +3684,27 @@
|
|
3811
3684
|
}
|
3812
3685
|
},
|
3813
3686
|
{
|
3814
|
-
"kind": "
|
3815
|
-
"canonicalReference": "@genesislcap/foundation-utils!inIFrame:
|
3687
|
+
"kind": "Variable",
|
3688
|
+
"canonicalReference": "@genesislcap/foundation-utils!inIFrame:var",
|
3816
3689
|
"docComment": "/**\n * Returns a boolean value indicating whether the current window is inside an iframe.\n *\n * @returns true if the window is inside an iframe, false otherwise.\n *\n * @public\n */\n",
|
3817
3690
|
"excerptTokens": [
|
3818
3691
|
{
|
3819
3692
|
"kind": "Content",
|
3820
|
-
"text": "inIFrame:
|
3693
|
+
"text": "inIFrame: "
|
3821
3694
|
},
|
3822
3695
|
{
|
3823
3696
|
"kind": "Content",
|
3824
|
-
"text": "boolean"
|
3697
|
+
"text": "() => boolean"
|
3825
3698
|
}
|
3826
3699
|
],
|
3827
3700
|
"fileUrlPath": "src/window/window.ts",
|
3828
|
-
"
|
3701
|
+
"isReadonly": true,
|
3702
|
+
"releaseTag": "Public",
|
3703
|
+
"name": "inIFrame",
|
3704
|
+
"variableTypeTokenRange": {
|
3829
3705
|
"startIndex": 1,
|
3830
3706
|
"endIndex": 2
|
3831
|
-
}
|
3832
|
-
"releaseTag": "Public",
|
3833
|
-
"overloadIndex": 1,
|
3834
|
-
"parameters": [],
|
3835
|
-
"name": "inIFrame"
|
3707
|
+
}
|
3836
3708
|
},
|
3837
3709
|
{
|
3838
3710
|
"kind": "Class",
|
@@ -4417,150 +4289,96 @@
|
|
4417
4289
|
]
|
4418
4290
|
},
|
4419
4291
|
{
|
4420
|
-
"kind": "
|
4421
|
-
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:
|
4292
|
+
"kind": "Variable",
|
4293
|
+
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:var",
|
4422
4294
|
"docComment": "/**\n * Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID. Returns a function that can be called to remove the rule from the document.\n *\n * @param cssRule - The CSS rule to insert.\n *\n * @param styleElementId - The ID of the style element to use or create.\n *\n * @returns A function that removes the rule from the document.\n *\n * @public\n */\n",
|
4423
4295
|
"excerptTokens": [
|
4424
4296
|
{
|
4425
4297
|
"kind": "Content",
|
4426
|
-
"text": "insertDocumentCSSRule:
|
4298
|
+
"text": "insertDocumentCSSRule: "
|
4427
4299
|
},
|
4428
4300
|
{
|
4429
4301
|
"kind": "Content",
|
4430
|
-
"text": "string"
|
4431
|
-
}
|
4432
|
-
|
4433
|
-
|
4434
|
-
|
4435
|
-
|
4436
|
-
|
4437
|
-
|
4438
|
-
|
4439
|
-
|
4302
|
+
"text": "(cssRule: string, styleElementId: string) => (() => void)"
|
4303
|
+
}
|
4304
|
+
],
|
4305
|
+
"fileUrlPath": "src/styles/dom.ts",
|
4306
|
+
"isReadonly": true,
|
4307
|
+
"releaseTag": "Public",
|
4308
|
+
"name": "insertDocumentCSSRule",
|
4309
|
+
"variableTypeTokenRange": {
|
4310
|
+
"startIndex": 1,
|
4311
|
+
"endIndex": 2
|
4312
|
+
}
|
4313
|
+
},
|
4314
|
+
{
|
4315
|
+
"kind": "Variable",
|
4316
|
+
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:var",
|
4317
|
+
"docComment": "/**\n * Inserts a CSS link into the document if it doesn't already exist.\n *\n * @param href - The URL of the CSS file to insert.\n *\n * @public\n */\n",
|
4318
|
+
"excerptTokens": [
|
4440
4319
|
{
|
4441
4320
|
"kind": "Content",
|
4442
|
-
"text": "
|
4321
|
+
"text": "insertDocumentLink: "
|
4443
4322
|
},
|
4444
4323
|
{
|
4445
4324
|
"kind": "Content",
|
4446
|
-
"text": "(
|
4325
|
+
"text": "(href: string) => void"
|
4447
4326
|
}
|
4448
4327
|
],
|
4449
4328
|
"fileUrlPath": "src/styles/dom.ts",
|
4450
|
-
"
|
4451
|
-
"startIndex": 5,
|
4452
|
-
"endIndex": 6
|
4453
|
-
},
|
4454
|
-
"releaseTag": "Public",
|
4455
|
-
"overloadIndex": 1,
|
4456
|
-
"parameters": [
|
4457
|
-
{
|
4458
|
-
"parameterName": "cssRule",
|
4459
|
-
"parameterTypeTokenRange": {
|
4460
|
-
"startIndex": 1,
|
4461
|
-
"endIndex": 2
|
4462
|
-
},
|
4463
|
-
"isOptional": false
|
4464
|
-
},
|
4465
|
-
{
|
4466
|
-
"parameterName": "styleElementId",
|
4467
|
-
"parameterTypeTokenRange": {
|
4468
|
-
"startIndex": 3,
|
4469
|
-
"endIndex": 4
|
4470
|
-
},
|
4471
|
-
"isOptional": false
|
4472
|
-
}
|
4473
|
-
],
|
4474
|
-
"name": "insertDocumentCSSRule"
|
4475
|
-
},
|
4476
|
-
{
|
4477
|
-
"kind": "Function",
|
4478
|
-
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:function(1)",
|
4479
|
-
"docComment": "/**\n * Inserts a CSS link into the document if it doesn't already exist.\n *\n * @param href - The URL of the CSS file to insert.\n *\n * @public\n */\n",
|
4480
|
-
"excerptTokens": [
|
4481
|
-
{
|
4482
|
-
"kind": "Content",
|
4483
|
-
"text": "insertDocumentLink: (href: "
|
4484
|
-
},
|
4485
|
-
{
|
4486
|
-
"kind": "Content",
|
4487
|
-
"text": "string"
|
4488
|
-
},
|
4489
|
-
{
|
4490
|
-
"kind": "Content",
|
4491
|
-
"text": ") => "
|
4492
|
-
},
|
4493
|
-
{
|
4494
|
-
"kind": "Content",
|
4495
|
-
"text": "void"
|
4496
|
-
}
|
4497
|
-
],
|
4498
|
-
"fileUrlPath": "src/styles/dom.ts",
|
4499
|
-
"returnTypeTokenRange": {
|
4500
|
-
"startIndex": 3,
|
4501
|
-
"endIndex": 4
|
4502
|
-
},
|
4329
|
+
"isReadonly": true,
|
4503
4330
|
"releaseTag": "Public",
|
4504
|
-
"
|
4505
|
-
"
|
4506
|
-
|
4507
|
-
|
4508
|
-
|
4509
|
-
"startIndex": 1,
|
4510
|
-
"endIndex": 2
|
4511
|
-
},
|
4512
|
-
"isOptional": false
|
4513
|
-
}
|
4514
|
-
],
|
4515
|
-
"name": "insertDocumentLink"
|
4331
|
+
"name": "insertDocumentLink",
|
4332
|
+
"variableTypeTokenRange": {
|
4333
|
+
"startIndex": 1,
|
4334
|
+
"endIndex": 2
|
4335
|
+
}
|
4516
4336
|
},
|
4517
4337
|
{
|
4518
|
-
"kind": "
|
4519
|
-
"canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:
|
4338
|
+
"kind": "Variable",
|
4339
|
+
"canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:var",
|
4520
4340
|
"docComment": "/**\n * Returns a boolean value indicating whether the user is running the Symphony desktop app.\n *\n * @returns true if the user is running the Symphony desktop app, false otherwise.\n *\n * @public\n */\n",
|
4521
4341
|
"excerptTokens": [
|
4522
4342
|
{
|
4523
4343
|
"kind": "Content",
|
4524
|
-
"text": "inSymphonyDesktop:
|
4344
|
+
"text": "inSymphonyDesktop: "
|
4525
4345
|
},
|
4526
4346
|
{
|
4527
4347
|
"kind": "Content",
|
4528
|
-
"text": "boolean"
|
4348
|
+
"text": "() => boolean"
|
4529
4349
|
}
|
4530
4350
|
],
|
4531
4351
|
"fileUrlPath": "src/window/window.ts",
|
4532
|
-
"
|
4352
|
+
"isReadonly": true,
|
4353
|
+
"releaseTag": "Public",
|
4354
|
+
"name": "inSymphonyDesktop",
|
4355
|
+
"variableTypeTokenRange": {
|
4533
4356
|
"startIndex": 1,
|
4534
4357
|
"endIndex": 2
|
4535
|
-
}
|
4536
|
-
"releaseTag": "Public",
|
4537
|
-
"overloadIndex": 1,
|
4538
|
-
"parameters": [],
|
4539
|
-
"name": "inSymphonyDesktop"
|
4358
|
+
}
|
4540
4359
|
},
|
4541
4360
|
{
|
4542
|
-
"kind": "
|
4543
|
-
"canonicalReference": "@genesislcap/foundation-utils!isDev:
|
4361
|
+
"kind": "Variable",
|
4362
|
+
"canonicalReference": "@genesislcap/foundation-utils!isDev:var",
|
4544
4363
|
"docComment": "/**\n * Determines if the current environment is a development environment.\n *\n * @public\n */\n",
|
4545
4364
|
"excerptTokens": [
|
4546
4365
|
{
|
4547
4366
|
"kind": "Content",
|
4548
|
-
"text": "isDev:
|
4367
|
+
"text": "isDev: "
|
4549
4368
|
},
|
4550
4369
|
{
|
4551
4370
|
"kind": "Content",
|
4552
|
-
"text": "boolean"
|
4371
|
+
"text": "() => boolean"
|
4553
4372
|
}
|
4554
4373
|
],
|
4555
4374
|
"fileUrlPath": "src/env/is-dev.ts",
|
4556
|
-
"
|
4375
|
+
"isReadonly": true,
|
4376
|
+
"releaseTag": "Public",
|
4377
|
+
"name": "isDev",
|
4378
|
+
"variableTypeTokenRange": {
|
4557
4379
|
"startIndex": 1,
|
4558
4380
|
"endIndex": 2
|
4559
|
-
}
|
4560
|
-
"releaseTag": "Public",
|
4561
|
-
"overloadIndex": 1,
|
4562
|
-
"parameters": [],
|
4563
|
-
"name": "isDev"
|
4381
|
+
}
|
4564
4382
|
},
|
4565
4383
|
{
|
4566
4384
|
"kind": "Function",
|
@@ -5327,34 +5145,26 @@
|
|
5327
5145
|
}
|
5328
5146
|
},
|
5329
5147
|
{
|
5330
|
-
"kind": "
|
5331
|
-
"canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:
|
5148
|
+
"kind": "Variable",
|
5149
|
+
"canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:var",
|
5332
5150
|
"docComment": "/**\n * Mixin class to expose `shouldRunConnect` and `shouldRunDisconnect`\n *\n * @remarks\n *\n * These can be used to control what lifecycle functionality is ran when the elements are part of a custom layout. The class itself handles all events\n *\n * @beta\n */\n",
|
5333
5151
|
"excerptTokens": [
|
5334
5152
|
{
|
5335
5153
|
"kind": "Content",
|
5336
|
-
"text": "LifecycleMixin:
|
5337
|
-
},
|
5338
|
-
{
|
5339
|
-
"kind": "Reference",
|
5340
|
-
"text": "ConstructableLifecycleHandler",
|
5341
|
-
"canonicalReference": "@genesislcap/foundation-utils!ConstructableLifecycleHandler:type"
|
5342
|
-
},
|
5343
|
-
{
|
5344
|
-
"kind": "Content",
|
5345
|
-
"text": ">(Base: "
|
5154
|
+
"text": "LifecycleMixin: "
|
5346
5155
|
},
|
5347
5156
|
{
|
5348
5157
|
"kind": "Content",
|
5349
|
-
"text": "T"
|
5158
|
+
"text": "<T extends "
|
5350
5159
|
},
|
5351
5160
|
{
|
5352
|
-
"kind": "
|
5353
|
-
"text": "
|
5161
|
+
"kind": "Reference",
|
5162
|
+
"text": "ConstructableLifecycleHandler",
|
5163
|
+
"canonicalReference": "@genesislcap/foundation-utils!ConstructableLifecycleHandler:type"
|
5354
5164
|
},
|
5355
5165
|
{
|
5356
5166
|
"kind": "Content",
|
5357
|
-
"text": "{\n new (...args: any[]): {\n \"__#1@#_container\": "
|
5167
|
+
"text": ">(Base: T) => {\n new (...args: any[]): {\n \"__#1@#_container\": "
|
5358
5168
|
},
|
5359
5169
|
{
|
5360
5170
|
"kind": "Reference",
|
@@ -5453,7 +5263,7 @@
|
|
5453
5263
|
},
|
5454
5264
|
{
|
5455
5265
|
"kind": "Content",
|
5456
|
-
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n
|
5266
|
+
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
|
5457
5267
|
},
|
5458
5268
|
{
|
5459
5269
|
"kind": "Reference",
|
@@ -5462,7 +5272,7 @@
|
|
5462
5272
|
},
|
5463
5273
|
{
|
5464
5274
|
"kind": "Content",
|
5465
|
-
"text": ";\n click(): void;\n
|
5275
|
+
"text": ";\n click(): void;\n addEventListener<K extends keyof "
|
5466
5276
|
},
|
5467
5277
|
{
|
5468
5278
|
"kind": "Reference",
|
@@ -5669,16 +5479,7 @@
|
|
5669
5479
|
},
|
5670
5480
|
{
|
5671
5481
|
"kind": "Content",
|
5672
|
-
"text": ";\n
|
5673
|
-
},
|
5674
|
-
{
|
5675
|
-
"kind": "Reference",
|
5676
|
-
"text": "CheckVisibilityOptions",
|
5677
|
-
"canonicalReference": "!CheckVisibilityOptions:interface"
|
5678
|
-
},
|
5679
|
-
{
|
5680
|
-
"kind": "Content",
|
5681
|
-
"text": "): boolean;\n closest<K_2 extends keyof "
|
5482
|
+
"text": ";\n closest<K_2 extends keyof "
|
5682
5483
|
},
|
5683
5484
|
{
|
5684
5485
|
"kind": "Reference",
|
@@ -5714,25 +5515,7 @@
|
|
5714
5515
|
},
|
5715
5516
|
{
|
5716
5517
|
"kind": "Content",
|
5717
|
-
"text": "[K_3];\n closest<
|
5718
|
-
},
|
5719
|
-
{
|
5720
|
-
"kind": "Reference",
|
5721
|
-
"text": "MathMLElementTagNameMap",
|
5722
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
5723
|
-
},
|
5724
|
-
{
|
5725
|
-
"kind": "Content",
|
5726
|
-
"text": ">(selector: K_4): "
|
5727
|
-
},
|
5728
|
-
{
|
5729
|
-
"kind": "Reference",
|
5730
|
-
"text": "MathMLElementTagNameMap",
|
5731
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
5732
|
-
},
|
5733
|
-
{
|
5734
|
-
"kind": "Content",
|
5735
|
-
"text": "[K_4];\n closest<E extends "
|
5518
|
+
"text": "[K_3];\n closest<E extends "
|
5736
5519
|
},
|
5737
5520
|
{
|
5738
5521
|
"kind": "Reference",
|
@@ -5750,16 +5533,7 @@
|
|
5750
5533
|
},
|
5751
5534
|
{
|
5752
5535
|
"kind": "Content",
|
5753
|
-
"text": ">(selectors: string): E;\n
|
5754
|
-
},
|
5755
|
-
{
|
5756
|
-
"kind": "Reference",
|
5757
|
-
"text": "StylePropertyMapReadOnly",
|
5758
|
-
"canonicalReference": "!StylePropertyMapReadOnly:interface"
|
5759
|
-
},
|
5760
|
-
{
|
5761
|
-
"kind": "Content",
|
5762
|
-
"text": ";\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
|
5536
|
+
"text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
|
5763
5537
|
},
|
5764
5538
|
{
|
5765
5539
|
"kind": "Reference",
|
@@ -5813,7 +5587,7 @@
|
|
5813
5587
|
},
|
5814
5588
|
{
|
5815
5589
|
"kind": "Content",
|
5816
|
-
"text": ">;\n getElementsByTagName<
|
5590
|
+
"text": ">;\n getElementsByTagName<K_4 extends keyof "
|
5817
5591
|
},
|
5818
5592
|
{
|
5819
5593
|
"kind": "Reference",
|
@@ -5822,7 +5596,7 @@
|
|
5822
5596
|
},
|
5823
5597
|
{
|
5824
5598
|
"kind": "Content",
|
5825
|
-
"text": ">(qualifiedName:
|
5599
|
+
"text": ">(qualifiedName: K_4): "
|
5826
5600
|
},
|
5827
5601
|
{
|
5828
5602
|
"kind": "Reference",
|
@@ -5840,7 +5614,7 @@
|
|
5840
5614
|
},
|
5841
5615
|
{
|
5842
5616
|
"kind": "Content",
|
5843
|
-
"text": "[
|
5617
|
+
"text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
|
5844
5618
|
},
|
5845
5619
|
{
|
5846
5620
|
"kind": "Reference",
|
@@ -5849,7 +5623,7 @@
|
|
5849
5623
|
},
|
5850
5624
|
{
|
5851
5625
|
"kind": "Content",
|
5852
|
-
"text": ">(qualifiedName:
|
5626
|
+
"text": ">(qualifiedName: K_5): "
|
5853
5627
|
},
|
5854
5628
|
{
|
5855
5629
|
"kind": "Reference",
|
@@ -5867,61 +5641,7 @@
|
|
5867
5641
|
},
|
5868
5642
|
{
|
5869
5643
|
"kind": "Content",
|
5870
|
-
"text": "[
|
5871
|
-
},
|
5872
|
-
{
|
5873
|
-
"kind": "Reference",
|
5874
|
-
"text": "MathMLElementTagNameMap",
|
5875
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
5876
|
-
},
|
5877
|
-
{
|
5878
|
-
"kind": "Content",
|
5879
|
-
"text": ">(qualifiedName: K_7): "
|
5880
|
-
},
|
5881
|
-
{
|
5882
|
-
"kind": "Reference",
|
5883
|
-
"text": "HTMLCollectionOf",
|
5884
|
-
"canonicalReference": "!HTMLCollectionOf:interface"
|
5885
|
-
},
|
5886
|
-
{
|
5887
|
-
"kind": "Content",
|
5888
|
-
"text": "<"
|
5889
|
-
},
|
5890
|
-
{
|
5891
|
-
"kind": "Reference",
|
5892
|
-
"text": "MathMLElementTagNameMap",
|
5893
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
5894
|
-
},
|
5895
|
-
{
|
5896
|
-
"kind": "Content",
|
5897
|
-
"text": "[K_7]>;\n getElementsByTagName<K_8 extends keyof "
|
5898
|
-
},
|
5899
|
-
{
|
5900
|
-
"kind": "Reference",
|
5901
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
5902
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
5903
|
-
},
|
5904
|
-
{
|
5905
|
-
"kind": "Content",
|
5906
|
-
"text": ">(qualifiedName: K_8): "
|
5907
|
-
},
|
5908
|
-
{
|
5909
|
-
"kind": "Reference",
|
5910
|
-
"text": "HTMLCollectionOf",
|
5911
|
-
"canonicalReference": "!HTMLCollectionOf:interface"
|
5912
|
-
},
|
5913
|
-
{
|
5914
|
-
"kind": "Content",
|
5915
|
-
"text": "<"
|
5916
|
-
},
|
5917
|
-
{
|
5918
|
-
"kind": "Reference",
|
5919
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
5920
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
5921
|
-
},
|
5922
|
-
{
|
5923
|
-
"kind": "Content",
|
5924
|
-
"text": "[K_8]>;\n getElementsByTagName(qualifiedName: string): "
|
5644
|
+
"text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
|
5925
5645
|
},
|
5926
5646
|
{
|
5927
5647
|
"kind": "Reference",
|
@@ -5973,24 +5693,6 @@
|
|
5973
5693
|
"text": "SVGElement",
|
5974
5694
|
"canonicalReference": "!SVGElement:interface"
|
5975
5695
|
},
|
5976
|
-
{
|
5977
|
-
"kind": "Content",
|
5978
|
-
"text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
|
5979
|
-
},
|
5980
|
-
{
|
5981
|
-
"kind": "Reference",
|
5982
|
-
"text": "HTMLCollectionOf",
|
5983
|
-
"canonicalReference": "!HTMLCollectionOf:interface"
|
5984
|
-
},
|
5985
|
-
{
|
5986
|
-
"kind": "Content",
|
5987
|
-
"text": "<"
|
5988
|
-
},
|
5989
|
-
{
|
5990
|
-
"kind": "Reference",
|
5991
|
-
"text": "MathMLElement",
|
5992
|
-
"canonicalReference": "!MathMLElement:interface"
|
5993
|
-
},
|
5994
5696
|
{
|
5995
5697
|
"kind": "Content",
|
5996
5698
|
"text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
|
@@ -6344,7 +6046,7 @@
|
|
6344
6046
|
},
|
6345
6047
|
{
|
6346
6048
|
"kind": "Content",
|
6347
|
-
"text": ", child: T_4): T_4;\n readonly
|
6049
|
+
"text": ", child: T_4): T_4;\n readonly ATTRIBUTE_NODE: number;\n readonly CDATA_SECTION_NODE: number;\n readonly COMMENT_NODE: number;\n readonly DOCUMENT_FRAGMENT_NODE: number;\n readonly DOCUMENT_NODE: number;\n readonly DOCUMENT_POSITION_CONTAINED_BY: number;\n readonly DOCUMENT_POSITION_CONTAINS: number;\n readonly DOCUMENT_POSITION_DISCONNECTED: number;\n readonly DOCUMENT_POSITION_FOLLOWING: number;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;\n readonly DOCUMENT_POSITION_PRECEDING: number;\n readonly DOCUMENT_TYPE_NODE: number;\n readonly ELEMENT_NODE: number;\n readonly ENTITY_NODE: number;\n readonly ENTITY_REFERENCE_NODE: number;\n readonly NOTATION_NODE: number;\n readonly PROCESSING_INSTRUCTION_NODE: number;\n readonly TEXT_NODE: number;\n dispatchEvent(event: "
|
6348
6050
|
},
|
6349
6051
|
{
|
6350
6052
|
"kind": "Reference",
|
@@ -6353,7 +6055,7 @@
|
|
6353
6055
|
},
|
6354
6056
|
{
|
6355
6057
|
"kind": "Content",
|
6356
|
-
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n
|
6058
|
+
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n ariaColIndexText: string;\n ariaColSpan: string;\n ariaCurrent: string;\n ariaDisabled: string;\n ariaExpanded: string;\n ariaHasPopup: string;\n ariaHidden: string;\n ariaInvalid: string;\n ariaKeyShortcuts: string;\n ariaLabel: string;\n ariaLevel: string;\n ariaLive: string;\n ariaModal: string;\n ariaMultiLine: string;\n ariaMultiSelectable: string;\n ariaOrientation: string;\n ariaPlaceholder: string;\n ariaPosInSet: string;\n ariaPressed: string;\n ariaReadOnly: string;\n ariaRequired: string;\n ariaRoleDescription: string;\n ariaRowCount: string;\n ariaRowIndex: string;\n ariaRowIndexText: string;\n ariaRowSpan: string;\n ariaSelected: string;\n ariaSetSize: string;\n ariaSort: string;\n ariaValueMax: string;\n ariaValueMin: string;\n ariaValueNow: string;\n ariaValueText: string;\n role: string;\n animate(keyframes: "
|
6357
6059
|
},
|
6358
6060
|
{
|
6359
6061
|
"kind": "Reference",
|
@@ -6497,7 +6199,7 @@
|
|
6497
6199
|
},
|
6498
6200
|
{
|
6499
6201
|
"kind": "Content",
|
6500
|
-
"text": ")[]): void;\n querySelector<
|
6202
|
+
"text": ")[]): void;\n querySelector<K_6 extends keyof "
|
6501
6203
|
},
|
6502
6204
|
{
|
6503
6205
|
"kind": "Reference",
|
@@ -6506,7 +6208,7 @@
|
|
6506
6208
|
},
|
6507
6209
|
{
|
6508
6210
|
"kind": "Content",
|
6509
|
-
"text": ">(selectors:
|
6211
|
+
"text": ">(selectors: K_6): "
|
6510
6212
|
},
|
6511
6213
|
{
|
6512
6214
|
"kind": "Reference",
|
@@ -6515,7 +6217,7 @@
|
|
6515
6217
|
},
|
6516
6218
|
{
|
6517
6219
|
"kind": "Content",
|
6518
|
-
"text": "[
|
6220
|
+
"text": "[K_6];\n querySelector<K_7 extends keyof "
|
6519
6221
|
},
|
6520
6222
|
{
|
6521
6223
|
"kind": "Reference",
|
@@ -6524,7 +6226,7 @@
|
|
6524
6226
|
},
|
6525
6227
|
{
|
6526
6228
|
"kind": "Content",
|
6527
|
-
"text": ">(selectors:
|
6229
|
+
"text": ">(selectors: K_7): "
|
6528
6230
|
},
|
6529
6231
|
{
|
6530
6232
|
"kind": "Reference",
|
@@ -6533,43 +6235,7 @@
|
|
6533
6235
|
},
|
6534
6236
|
{
|
6535
6237
|
"kind": "Content",
|
6536
|
-
"text": "[
|
6537
|
-
},
|
6538
|
-
{
|
6539
|
-
"kind": "Reference",
|
6540
|
-
"text": "MathMLElementTagNameMap",
|
6541
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
6542
|
-
},
|
6543
|
-
{
|
6544
|
-
"kind": "Content",
|
6545
|
-
"text": ">(selectors: K_11): "
|
6546
|
-
},
|
6547
|
-
{
|
6548
|
-
"kind": "Reference",
|
6549
|
-
"text": "MathMLElementTagNameMap",
|
6550
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
6551
|
-
},
|
6552
|
-
{
|
6553
|
-
"kind": "Content",
|
6554
|
-
"text": "[K_11];\n querySelector<K_12 extends keyof "
|
6555
|
-
},
|
6556
|
-
{
|
6557
|
-
"kind": "Reference",
|
6558
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
6559
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
6560
|
-
},
|
6561
|
-
{
|
6562
|
-
"kind": "Content",
|
6563
|
-
"text": ">(selectors: K_12): "
|
6564
|
-
},
|
6565
|
-
{
|
6566
|
-
"kind": "Reference",
|
6567
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
6568
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
6569
|
-
},
|
6570
|
-
{
|
6571
|
-
"kind": "Content",
|
6572
|
-
"text": "[K_12];\n querySelector<E_1 extends "
|
6238
|
+
"text": "[K_7];\n querySelector<E_1 extends "
|
6573
6239
|
},
|
6574
6240
|
{
|
6575
6241
|
"kind": "Reference",
|
@@ -6587,7 +6253,7 @@
|
|
6587
6253
|
},
|
6588
6254
|
{
|
6589
6255
|
"kind": "Content",
|
6590
|
-
"text": ">(selectors: string): E_1;\n querySelectorAll<
|
6256
|
+
"text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
|
6591
6257
|
},
|
6592
6258
|
{
|
6593
6259
|
"kind": "Reference",
|
@@ -6596,7 +6262,7 @@
|
|
6596
6262
|
},
|
6597
6263
|
{
|
6598
6264
|
"kind": "Content",
|
6599
|
-
"text": ">(selectors:
|
6265
|
+
"text": ">(selectors: K_8): "
|
6600
6266
|
},
|
6601
6267
|
{
|
6602
6268
|
"kind": "Reference",
|
@@ -6614,7 +6280,7 @@
|
|
6614
6280
|
},
|
6615
6281
|
{
|
6616
6282
|
"kind": "Content",
|
6617
|
-
"text": "[
|
6283
|
+
"text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
|
6618
6284
|
},
|
6619
6285
|
{
|
6620
6286
|
"kind": "Reference",
|
@@ -6623,7 +6289,7 @@
|
|
6623
6289
|
},
|
6624
6290
|
{
|
6625
6291
|
"kind": "Content",
|
6626
|
-
"text": ">(selectors:
|
6292
|
+
"text": ">(selectors: K_9): "
|
6627
6293
|
},
|
6628
6294
|
{
|
6629
6295
|
"kind": "Reference",
|
@@ -6641,115 +6307,106 @@
|
|
6641
6307
|
},
|
6642
6308
|
{
|
6643
6309
|
"kind": "Content",
|
6644
|
-
"text": "[
|
6310
|
+
"text": "[K_9]>;\n querySelectorAll<E_2 extends "
|
6645
6311
|
},
|
6646
6312
|
{
|
6647
6313
|
"kind": "Reference",
|
6648
|
-
"text": "
|
6649
|
-
"canonicalReference": "!
|
6314
|
+
"text": "Element",
|
6315
|
+
"canonicalReference": "!Element:interface"
|
6650
6316
|
},
|
6651
6317
|
{
|
6652
6318
|
"kind": "Content",
|
6653
|
-
"text": "
|
6319
|
+
"text": " = "
|
6654
6320
|
},
|
6655
6321
|
{
|
6656
6322
|
"kind": "Reference",
|
6657
|
-
"text": "
|
6658
|
-
"canonicalReference": "!
|
6323
|
+
"text": "Element",
|
6324
|
+
"canonicalReference": "!Element:interface"
|
6659
6325
|
},
|
6660
6326
|
{
|
6661
6327
|
"kind": "Content",
|
6662
|
-
"text": "
|
6328
|
+
"text": ">(selectors: string): "
|
6663
6329
|
},
|
6664
6330
|
{
|
6665
6331
|
"kind": "Reference",
|
6666
|
-
"text": "
|
6667
|
-
"canonicalReference": "!
|
6332
|
+
"text": "NodeListOf",
|
6333
|
+
"canonicalReference": "!NodeListOf:interface"
|
6668
6334
|
},
|
6669
6335
|
{
|
6670
6336
|
"kind": "Content",
|
6671
|
-
"text": "
|
6337
|
+
"text": "<E_2>;\n replaceChildren(...nodes: (string | "
|
6672
6338
|
},
|
6673
6339
|
{
|
6674
6340
|
"kind": "Reference",
|
6675
|
-
"text": "
|
6676
|
-
"canonicalReference": "!
|
6341
|
+
"text": "Node",
|
6342
|
+
"canonicalReference": "!Node:interface"
|
6677
6343
|
},
|
6678
6344
|
{
|
6679
6345
|
"kind": "Content",
|
6680
|
-
"text": "
|
6346
|
+
"text": ")[]): void;\n readonly assignedSlot: "
|
6681
6347
|
},
|
6682
6348
|
{
|
6683
6349
|
"kind": "Reference",
|
6684
|
-
"text": "
|
6685
|
-
"canonicalReference": "!
|
6350
|
+
"text": "HTMLSlotElement",
|
6351
|
+
"canonicalReference": "!HTMLSlotElement:interface"
|
6686
6352
|
},
|
6687
6353
|
{
|
6688
6354
|
"kind": "Content",
|
6689
|
-
"text": "
|
6355
|
+
"text": ";\n oncopy: (this: "
|
6690
6356
|
},
|
6691
6357
|
{
|
6692
6358
|
"kind": "Reference",
|
6693
|
-
"text": "
|
6694
|
-
"canonicalReference": "!
|
6359
|
+
"text": "DocumentAndElementEventHandlers",
|
6360
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
6695
6361
|
},
|
6696
6362
|
{
|
6697
6363
|
"kind": "Content",
|
6698
|
-
"text": "
|
6364
|
+
"text": ", ev: "
|
6699
6365
|
},
|
6700
6366
|
{
|
6701
6367
|
"kind": "Reference",
|
6702
|
-
"text": "
|
6703
|
-
"canonicalReference": "!
|
6368
|
+
"text": "ClipboardEvent",
|
6369
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
6704
6370
|
},
|
6705
6371
|
{
|
6706
6372
|
"kind": "Content",
|
6707
|
-
"text": "
|
6373
|
+
"text": ") => any;\n oncut: (this: "
|
6708
6374
|
},
|
6709
6375
|
{
|
6710
6376
|
"kind": "Reference",
|
6711
|
-
"text": "
|
6712
|
-
"canonicalReference": "!
|
6377
|
+
"text": "DocumentAndElementEventHandlers",
|
6378
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
6713
6379
|
},
|
6714
6380
|
{
|
6715
6381
|
"kind": "Content",
|
6716
|
-
"text": "
|
6382
|
+
"text": ", ev: "
|
6717
6383
|
},
|
6718
6384
|
{
|
6719
6385
|
"kind": "Reference",
|
6720
|
-
"text": "
|
6721
|
-
"canonicalReference": "!
|
6386
|
+
"text": "ClipboardEvent",
|
6387
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
6722
6388
|
},
|
6723
6389
|
{
|
6724
6390
|
"kind": "Content",
|
6725
|
-
"text": "
|
6391
|
+
"text": ") => any;\n onpaste: (this: "
|
6726
6392
|
},
|
6727
6393
|
{
|
6728
6394
|
"kind": "Reference",
|
6729
|
-
"text": "
|
6730
|
-
"canonicalReference": "!
|
6395
|
+
"text": "DocumentAndElementEventHandlers",
|
6396
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
6731
6397
|
},
|
6732
6398
|
{
|
6733
6399
|
"kind": "Content",
|
6734
|
-
"text": "
|
6400
|
+
"text": ", ev: "
|
6735
6401
|
},
|
6736
6402
|
{
|
6737
6403
|
"kind": "Reference",
|
6738
|
-
"text": "
|
6739
|
-
"canonicalReference": "!
|
6404
|
+
"text": "ClipboardEvent",
|
6405
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
6740
6406
|
},
|
6741
6407
|
{
|
6742
6408
|
"kind": "Content",
|
6743
|
-
"text": ";\n readonly
|
6744
|
-
},
|
6745
|
-
{
|
6746
|
-
"kind": "Reference",
|
6747
|
-
"text": "StylePropertyMap",
|
6748
|
-
"canonicalReference": "!StylePropertyMap:interface"
|
6749
|
-
},
|
6750
|
-
{
|
6751
|
-
"kind": "Content",
|
6752
|
-
"text": ";\n readonly style: "
|
6409
|
+
"text": ") => any;\n readonly style: "
|
6753
6410
|
},
|
6754
6411
|
{
|
6755
6412
|
"kind": "Reference",
|
@@ -6882,24 +6539,6 @@
|
|
6882
6539
|
"text": "InputEvent",
|
6883
6540
|
"canonicalReference": "!InputEvent:interface"
|
6884
6541
|
},
|
6885
|
-
{
|
6886
|
-
"kind": "Content",
|
6887
|
-
"text": ") => any;\n onbeforetoggle: (this: "
|
6888
|
-
},
|
6889
|
-
{
|
6890
|
-
"kind": "Reference",
|
6891
|
-
"text": "GlobalEventHandlers",
|
6892
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
6893
|
-
},
|
6894
|
-
{
|
6895
|
-
"kind": "Content",
|
6896
|
-
"text": ", ev: "
|
6897
|
-
},
|
6898
|
-
{
|
6899
|
-
"kind": "Reference",
|
6900
|
-
"text": "Event",
|
6901
|
-
"canonicalReference": "!Event:interface"
|
6902
|
-
},
|
6903
6542
|
{
|
6904
6543
|
"kind": "Content",
|
6905
6544
|
"text": ") => any;\n onblur: (this: "
|
@@ -7044,24 +6683,6 @@
|
|
7044
6683
|
"text": "MouseEvent",
|
7045
6684
|
"canonicalReference": "!MouseEvent:interface"
|
7046
6685
|
},
|
7047
|
-
{
|
7048
|
-
"kind": "Content",
|
7049
|
-
"text": ") => any;\n oncopy: (this: "
|
7050
|
-
},
|
7051
|
-
{
|
7052
|
-
"kind": "Reference",
|
7053
|
-
"text": "GlobalEventHandlers",
|
7054
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
7055
|
-
},
|
7056
|
-
{
|
7057
|
-
"kind": "Content",
|
7058
|
-
"text": ", ev: "
|
7059
|
-
},
|
7060
|
-
{
|
7061
|
-
"kind": "Reference",
|
7062
|
-
"text": "ClipboardEvent",
|
7063
|
-
"canonicalReference": "!ClipboardEvent:interface"
|
7064
|
-
},
|
7065
6686
|
{
|
7066
6687
|
"kind": "Content",
|
7067
6688
|
"text": ") => any;\n oncuechange: (this: "
|
@@ -7080,24 +6701,6 @@
|
|
7080
6701
|
"text": "Event",
|
7081
6702
|
"canonicalReference": "!Event:interface"
|
7082
6703
|
},
|
7083
|
-
{
|
7084
|
-
"kind": "Content",
|
7085
|
-
"text": ") => any;\n oncut: (this: "
|
7086
|
-
},
|
7087
|
-
{
|
7088
|
-
"kind": "Reference",
|
7089
|
-
"text": "GlobalEventHandlers",
|
7090
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
7091
|
-
},
|
7092
|
-
{
|
7093
|
-
"kind": "Content",
|
7094
|
-
"text": ", ev: "
|
7095
|
-
},
|
7096
|
-
{
|
7097
|
-
"kind": "Reference",
|
7098
|
-
"text": "ClipboardEvent",
|
7099
|
-
"canonicalReference": "!ClipboardEvent:interface"
|
7100
|
-
},
|
7101
6704
|
{
|
7102
6705
|
"kind": "Content",
|
7103
6706
|
"text": ") => any;\n ondblclick: (this: "
|
@@ -7665,24 +7268,6 @@
|
|
7665
7268
|
"text": "MouseEvent",
|
7666
7269
|
"canonicalReference": "!MouseEvent:interface"
|
7667
7270
|
},
|
7668
|
-
{
|
7669
|
-
"kind": "Content",
|
7670
|
-
"text": ") => any;\n onpaste: (this: "
|
7671
|
-
},
|
7672
|
-
{
|
7673
|
-
"kind": "Reference",
|
7674
|
-
"text": "GlobalEventHandlers",
|
7675
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
7676
|
-
},
|
7677
|
-
{
|
7678
|
-
"kind": "Content",
|
7679
|
-
"text": ", ev: "
|
7680
|
-
},
|
7681
|
-
{
|
7682
|
-
"kind": "Reference",
|
7683
|
-
"text": "ClipboardEvent",
|
7684
|
-
"canonicalReference": "!ClipboardEvent:interface"
|
7685
|
-
},
|
7686
7271
|
{
|
7687
7272
|
"kind": "Content",
|
7688
7273
|
"text": ") => any;\n onpause: (this: "
|
@@ -7980,24 +7565,6 @@
|
|
7980
7565
|
"text": "Event",
|
7981
7566
|
"canonicalReference": "!Event:interface"
|
7982
7567
|
},
|
7983
|
-
{
|
7984
|
-
"kind": "Content",
|
7985
|
-
"text": ") => any;\n onscrollend: (this: "
|
7986
|
-
},
|
7987
|
-
{
|
7988
|
-
"kind": "Reference",
|
7989
|
-
"text": "GlobalEventHandlers",
|
7990
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
7991
|
-
},
|
7992
|
-
{
|
7993
|
-
"kind": "Content",
|
7994
|
-
"text": ", ev: "
|
7995
|
-
},
|
7996
|
-
{
|
7997
|
-
"kind": "Reference",
|
7998
|
-
"text": "Event",
|
7999
|
-
"canonicalReference": "!Event:interface"
|
8000
|
-
},
|
8001
7568
|
{
|
8002
7569
|
"kind": "Content",
|
8003
7570
|
"text": ") => any;\n onsecuritypolicyviolation: (this: "
|
@@ -8508,36 +8075,13 @@
|
|
8508
8075
|
}
|
8509
8076
|
],
|
8510
8077
|
"fileUrlPath": "src/mixins/lifecycle/lifecycle.ts",
|
8511
|
-
"
|
8512
|
-
"startIndex": 5,
|
8513
|
-
"endIndex": 706
|
8514
|
-
},
|
8078
|
+
"isReadonly": true,
|
8515
8079
|
"releaseTag": "Beta",
|
8516
|
-
"
|
8517
|
-
"
|
8518
|
-
|
8519
|
-
|
8520
|
-
|
8521
|
-
"startIndex": 3,
|
8522
|
-
"endIndex": 4
|
8523
|
-
},
|
8524
|
-
"isOptional": false
|
8525
|
-
}
|
8526
|
-
],
|
8527
|
-
"typeParameters": [
|
8528
|
-
{
|
8529
|
-
"typeParameterName": "T",
|
8530
|
-
"constraintTokenRange": {
|
8531
|
-
"startIndex": 1,
|
8532
|
-
"endIndex": 2
|
8533
|
-
},
|
8534
|
-
"defaultTypeTokenRange": {
|
8535
|
-
"startIndex": 0,
|
8536
|
-
"endIndex": 0
|
8537
|
-
}
|
8538
|
-
}
|
8539
|
-
],
|
8540
|
-
"name": "LifecycleMixin"
|
8080
|
+
"name": "LifecycleMixin",
|
8081
|
+
"variableTypeTokenRange": {
|
8082
|
+
"startIndex": 1,
|
8083
|
+
"endIndex": 650
|
8084
|
+
}
|
8541
8085
|
},
|
8542
8086
|
{
|
8543
8087
|
"kind": "TypeAlias",
|
@@ -8579,61 +8123,27 @@
|
|
8579
8123
|
}
|
8580
8124
|
},
|
8581
8125
|
{
|
8582
|
-
"kind": "
|
8583
|
-
"canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:
|
8126
|
+
"kind": "Variable",
|
8127
|
+
"canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:var",
|
8584
8128
|
"docComment": "/**\n * Loads font faces by inserting a style element with the specified font face rules into the document.\n *\n * @param fontFaceRules - The CSS rules for the font faces.\n *\n * @param styleElementId - The ID of the style element to insert into the document.\n *\n * @public\n */\n",
|
8585
8129
|
"excerptTokens": [
|
8586
8130
|
{
|
8587
8131
|
"kind": "Content",
|
8588
|
-
"text": "loadFontFaces:
|
8589
|
-
},
|
8590
|
-
{
|
8591
|
-
"kind": "Content",
|
8592
|
-
"text": "string"
|
8593
|
-
},
|
8594
|
-
{
|
8595
|
-
"kind": "Content",
|
8596
|
-
"text": ", styleElementId: "
|
8597
|
-
},
|
8598
|
-
{
|
8599
|
-
"kind": "Content",
|
8600
|
-
"text": "string"
|
8601
|
-
},
|
8602
|
-
{
|
8603
|
-
"kind": "Content",
|
8604
|
-
"text": ") => "
|
8132
|
+
"text": "loadFontFaces: "
|
8605
8133
|
},
|
8606
8134
|
{
|
8607
8135
|
"kind": "Content",
|
8608
|
-
"text": "void"
|
8136
|
+
"text": "(fontFaceRules: string, styleElementId: string) => void"
|
8609
8137
|
}
|
8610
8138
|
],
|
8611
8139
|
"fileUrlPath": "src/styles/typography.ts",
|
8612
|
-
"
|
8613
|
-
"startIndex": 5,
|
8614
|
-
"endIndex": 6
|
8615
|
-
},
|
8140
|
+
"isReadonly": true,
|
8616
8141
|
"releaseTag": "Public",
|
8617
|
-
"
|
8618
|
-
"
|
8619
|
-
|
8620
|
-
|
8621
|
-
|
8622
|
-
"startIndex": 1,
|
8623
|
-
"endIndex": 2
|
8624
|
-
},
|
8625
|
-
"isOptional": false
|
8626
|
-
},
|
8627
|
-
{
|
8628
|
-
"parameterName": "styleElementId",
|
8629
|
-
"parameterTypeTokenRange": {
|
8630
|
-
"startIndex": 3,
|
8631
|
-
"endIndex": 4
|
8632
|
-
},
|
8633
|
-
"isOptional": false
|
8634
|
-
}
|
8635
|
-
],
|
8636
|
-
"name": "loadFontFaces"
|
8142
|
+
"name": "loadFontFaces",
|
8143
|
+
"variableTypeTokenRange": {
|
8144
|
+
"startIndex": 1,
|
8145
|
+
"endIndex": 2
|
8146
|
+
}
|
8637
8147
|
},
|
8638
8148
|
{
|
8639
8149
|
"kind": "Interface",
|
@@ -9293,45 +8803,17 @@
|
|
9293
8803
|
"extendsTokenRanges": []
|
9294
8804
|
},
|
9295
8805
|
{
|
9296
|
-
"kind": "
|
9297
|
-
"canonicalReference": "@genesislcap/foundation-utils!openPopup:
|
8806
|
+
"kind": "Variable",
|
8807
|
+
"canonicalReference": "@genesislcap/foundation-utils!openPopup:var",
|
9298
8808
|
"docComment": "/**\n * Opens a new browser window with the specified URL, target, width, and height.\n *\n * @param urlNavigate - The URL to navigate to.\n *\n * @param target - The name of the new window.\n *\n * @param popUpWidth - The width of the new window (optional).\n *\n * @param popUpHeight - The height of the new window (optional).\n *\n * @returns A reference to the new window.\n *\n * @public\n */\n",
|
9299
8809
|
"excerptTokens": [
|
9300
8810
|
{
|
9301
8811
|
"kind": "Content",
|
9302
|
-
"text": "openPopup:
|
9303
|
-
},
|
9304
|
-
{
|
9305
|
-
"kind": "Content",
|
9306
|
-
"text": "string"
|
8812
|
+
"text": "openPopup: "
|
9307
8813
|
},
|
9308
8814
|
{
|
9309
8815
|
"kind": "Content",
|
9310
|
-
"text": ", target: "
|
9311
|
-
},
|
9312
|
-
{
|
9313
|
-
"kind": "Content",
|
9314
|
-
"text": "string"
|
9315
|
-
},
|
9316
|
-
{
|
9317
|
-
"kind": "Content",
|
9318
|
-
"text": ", popUpWidth?: "
|
9319
|
-
},
|
9320
|
-
{
|
9321
|
-
"kind": "Content",
|
9322
|
-
"text": "number"
|
9323
|
-
},
|
9324
|
-
{
|
9325
|
-
"kind": "Content",
|
9326
|
-
"text": ", popUpHeight?: "
|
9327
|
-
},
|
9328
|
-
{
|
9329
|
-
"kind": "Content",
|
9330
|
-
"text": "number"
|
9331
|
-
},
|
9332
|
-
{
|
9333
|
-
"kind": "Content",
|
9334
|
-
"text": ") => "
|
8816
|
+
"text": "(urlNavigate: string, target: string, popUpWidth?: number, popUpHeight?: number) => "
|
9335
8817
|
},
|
9336
8818
|
{
|
9337
8819
|
"kind": "Reference",
|
@@ -9340,77 +8822,35 @@
|
|
9340
8822
|
}
|
9341
8823
|
],
|
9342
8824
|
"fileUrlPath": "src/window/window.ts",
|
9343
|
-
"
|
9344
|
-
"startIndex": 9,
|
9345
|
-
"endIndex": 10
|
9346
|
-
},
|
8825
|
+
"isReadonly": true,
|
9347
8826
|
"releaseTag": "Public",
|
9348
|
-
"
|
9349
|
-
"
|
9350
|
-
|
9351
|
-
|
9352
|
-
|
9353
|
-
"startIndex": 1,
|
9354
|
-
"endIndex": 2
|
9355
|
-
},
|
9356
|
-
"isOptional": false
|
9357
|
-
},
|
9358
|
-
{
|
9359
|
-
"parameterName": "target",
|
9360
|
-
"parameterTypeTokenRange": {
|
9361
|
-
"startIndex": 3,
|
9362
|
-
"endIndex": 4
|
9363
|
-
},
|
9364
|
-
"isOptional": false
|
9365
|
-
},
|
9366
|
-
{
|
9367
|
-
"parameterName": "popUpWidth",
|
9368
|
-
"parameterTypeTokenRange": {
|
9369
|
-
"startIndex": 5,
|
9370
|
-
"endIndex": 6
|
9371
|
-
},
|
9372
|
-
"isOptional": true
|
9373
|
-
},
|
9374
|
-
{
|
9375
|
-
"parameterName": "popUpHeight",
|
9376
|
-
"parameterTypeTokenRange": {
|
9377
|
-
"startIndex": 7,
|
9378
|
-
"endIndex": 8
|
9379
|
-
},
|
9380
|
-
"isOptional": true
|
9381
|
-
}
|
9382
|
-
],
|
9383
|
-
"name": "openPopup"
|
8827
|
+
"name": "openPopup",
|
8828
|
+
"variableTypeTokenRange": {
|
8829
|
+
"startIndex": 1,
|
8830
|
+
"endIndex": 3
|
8831
|
+
}
|
9384
8832
|
},
|
9385
8833
|
{
|
9386
|
-
"kind": "
|
9387
|
-
"canonicalReference": "@genesislcap/foundation-utils!PendingState:
|
8834
|
+
"kind": "Variable",
|
8835
|
+
"canonicalReference": "@genesislcap/foundation-utils!PendingState:var",
|
9388
8836
|
"docComment": "/**\n * The `PendingState` mixin.\n *\n * @public\n */\n",
|
9389
8837
|
"excerptTokens": [
|
9390
8838
|
{
|
9391
8839
|
"kind": "Content",
|
9392
|
-
"text": "PendingState:
|
9393
|
-
},
|
9394
|
-
{
|
9395
|
-
"kind": "Reference",
|
9396
|
-
"text": "ConstructablePendingState",
|
9397
|
-
"canonicalReference": "@genesislcap/foundation-utils!ConstructablePendingState:type"
|
8840
|
+
"text": "PendingState: "
|
9398
8841
|
},
|
9399
8842
|
{
|
9400
8843
|
"kind": "Content",
|
9401
|
-
"text": "
|
8844
|
+
"text": "<TBase extends "
|
9402
8845
|
},
|
9403
8846
|
{
|
9404
|
-
"kind": "
|
9405
|
-
"text": "
|
9406
|
-
|
9407
|
-
{
|
9408
|
-
"kind": "Content",
|
9409
|
-
"text": ") => "
|
8847
|
+
"kind": "Reference",
|
8848
|
+
"text": "ConstructablePendingState",
|
8849
|
+
"canonicalReference": "@genesislcap/foundation-utils!ConstructablePendingState:type"
|
9410
8850
|
},
|
9411
8851
|
{
|
9412
8852
|
"kind": "Content",
|
9413
|
-
"text": "{\n new (...args: any[]): {\n pendingCount: number;\n resolvedCount: number;\n hasPendingChildren: boolean;\n readonly progress: number;\n connectedCallback(): void;\n disconnectedCallback(): void;\n onPendingState({ detail }: "
|
8853
|
+
"text": ">(Base: TBase) => {\n new (...args: any[]): {\n pendingCount: number;\n resolvedCount: number;\n hasPendingChildren: boolean;\n readonly progress: number;\n connectedCallback(): void;\n disconnectedCallback(): void;\n onPendingState({ detail }: "
|
9414
8854
|
},
|
9415
8855
|
{
|
9416
8856
|
"kind": "Reference",
|
@@ -9464,7 +8904,7 @@
|
|
9464
8904
|
},
|
9465
8905
|
{
|
9466
8906
|
"kind": "Content",
|
9467
|
-
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n
|
8907
|
+
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
|
9468
8908
|
},
|
9469
8909
|
{
|
9470
8910
|
"kind": "Reference",
|
@@ -9473,7 +8913,7 @@
|
|
9473
8913
|
},
|
9474
8914
|
{
|
9475
8915
|
"kind": "Content",
|
9476
|
-
"text": ";\n click(): void;\n
|
8916
|
+
"text": ";\n click(): void;\n addEventListener<K extends keyof "
|
9477
8917
|
},
|
9478
8918
|
{
|
9479
8919
|
"kind": "Reference",
|
@@ -9680,16 +9120,7 @@
|
|
9680
9120
|
},
|
9681
9121
|
{
|
9682
9122
|
"kind": "Content",
|
9683
|
-
"text": ";\n
|
9684
|
-
},
|
9685
|
-
{
|
9686
|
-
"kind": "Reference",
|
9687
|
-
"text": "CheckVisibilityOptions",
|
9688
|
-
"canonicalReference": "!CheckVisibilityOptions:interface"
|
9689
|
-
},
|
9690
|
-
{
|
9691
|
-
"kind": "Content",
|
9692
|
-
"text": "): boolean;\n closest<K_2 extends keyof "
|
9123
|
+
"text": ";\n closest<K_2 extends keyof "
|
9693
9124
|
},
|
9694
9125
|
{
|
9695
9126
|
"kind": "Reference",
|
@@ -9725,25 +9156,7 @@
|
|
9725
9156
|
},
|
9726
9157
|
{
|
9727
9158
|
"kind": "Content",
|
9728
|
-
"text": "[K_3];\n closest<
|
9729
|
-
},
|
9730
|
-
{
|
9731
|
-
"kind": "Reference",
|
9732
|
-
"text": "MathMLElementTagNameMap",
|
9733
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
9734
|
-
},
|
9735
|
-
{
|
9736
|
-
"kind": "Content",
|
9737
|
-
"text": ">(selector: K_4): "
|
9738
|
-
},
|
9739
|
-
{
|
9740
|
-
"kind": "Reference",
|
9741
|
-
"text": "MathMLElementTagNameMap",
|
9742
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
9743
|
-
},
|
9744
|
-
{
|
9745
|
-
"kind": "Content",
|
9746
|
-
"text": "[K_4];\n closest<E extends "
|
9159
|
+
"text": "[K_3];\n closest<E extends "
|
9747
9160
|
},
|
9748
9161
|
{
|
9749
9162
|
"kind": "Reference",
|
@@ -9761,16 +9174,7 @@
|
|
9761
9174
|
},
|
9762
9175
|
{
|
9763
9176
|
"kind": "Content",
|
9764
|
-
"text": ">(selectors: string): E;\n
|
9765
|
-
},
|
9766
|
-
{
|
9767
|
-
"kind": "Reference",
|
9768
|
-
"text": "StylePropertyMapReadOnly",
|
9769
|
-
"canonicalReference": "!StylePropertyMapReadOnly:interface"
|
9770
|
-
},
|
9771
|
-
{
|
9772
|
-
"kind": "Content",
|
9773
|
-
"text": ";\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
|
9177
|
+
"text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
|
9774
9178
|
},
|
9775
9179
|
{
|
9776
9180
|
"kind": "Reference",
|
@@ -9824,7 +9228,7 @@
|
|
9824
9228
|
},
|
9825
9229
|
{
|
9826
9230
|
"kind": "Content",
|
9827
|
-
"text": ">;\n getElementsByTagName<
|
9231
|
+
"text": ">;\n getElementsByTagName<K_4 extends keyof "
|
9828
9232
|
},
|
9829
9233
|
{
|
9830
9234
|
"kind": "Reference",
|
@@ -9833,7 +9237,7 @@
|
|
9833
9237
|
},
|
9834
9238
|
{
|
9835
9239
|
"kind": "Content",
|
9836
|
-
"text": ">(qualifiedName:
|
9240
|
+
"text": ">(qualifiedName: K_4): "
|
9837
9241
|
},
|
9838
9242
|
{
|
9839
9243
|
"kind": "Reference",
|
@@ -9851,7 +9255,7 @@
|
|
9851
9255
|
},
|
9852
9256
|
{
|
9853
9257
|
"kind": "Content",
|
9854
|
-
"text": "[
|
9258
|
+
"text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
|
9855
9259
|
},
|
9856
9260
|
{
|
9857
9261
|
"kind": "Reference",
|
@@ -9860,7 +9264,7 @@
|
|
9860
9264
|
},
|
9861
9265
|
{
|
9862
9266
|
"kind": "Content",
|
9863
|
-
"text": ">(qualifiedName:
|
9267
|
+
"text": ">(qualifiedName: K_5): "
|
9864
9268
|
},
|
9865
9269
|
{
|
9866
9270
|
"kind": "Reference",
|
@@ -9878,61 +9282,7 @@
|
|
9878
9282
|
},
|
9879
9283
|
{
|
9880
9284
|
"kind": "Content",
|
9881
|
-
"text": "[
|
9882
|
-
},
|
9883
|
-
{
|
9884
|
-
"kind": "Reference",
|
9885
|
-
"text": "MathMLElementTagNameMap",
|
9886
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
9887
|
-
},
|
9888
|
-
{
|
9889
|
-
"kind": "Content",
|
9890
|
-
"text": ">(qualifiedName: K_7): "
|
9891
|
-
},
|
9892
|
-
{
|
9893
|
-
"kind": "Reference",
|
9894
|
-
"text": "HTMLCollectionOf",
|
9895
|
-
"canonicalReference": "!HTMLCollectionOf:interface"
|
9896
|
-
},
|
9897
|
-
{
|
9898
|
-
"kind": "Content",
|
9899
|
-
"text": "<"
|
9900
|
-
},
|
9901
|
-
{
|
9902
|
-
"kind": "Reference",
|
9903
|
-
"text": "MathMLElementTagNameMap",
|
9904
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
9905
|
-
},
|
9906
|
-
{
|
9907
|
-
"kind": "Content",
|
9908
|
-
"text": "[K_7]>;\n getElementsByTagName<K_8 extends keyof "
|
9909
|
-
},
|
9910
|
-
{
|
9911
|
-
"kind": "Reference",
|
9912
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
9913
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
9914
|
-
},
|
9915
|
-
{
|
9916
|
-
"kind": "Content",
|
9917
|
-
"text": ">(qualifiedName: K_8): "
|
9918
|
-
},
|
9919
|
-
{
|
9920
|
-
"kind": "Reference",
|
9921
|
-
"text": "HTMLCollectionOf",
|
9922
|
-
"canonicalReference": "!HTMLCollectionOf:interface"
|
9923
|
-
},
|
9924
|
-
{
|
9925
|
-
"kind": "Content",
|
9926
|
-
"text": "<"
|
9927
|
-
},
|
9928
|
-
{
|
9929
|
-
"kind": "Reference",
|
9930
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
9931
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
9932
|
-
},
|
9933
|
-
{
|
9934
|
-
"kind": "Content",
|
9935
|
-
"text": "[K_8]>;\n getElementsByTagName(qualifiedName: string): "
|
9285
|
+
"text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
|
9936
9286
|
},
|
9937
9287
|
{
|
9938
9288
|
"kind": "Reference",
|
@@ -9984,24 +9334,6 @@
|
|
9984
9334
|
"text": "SVGElement",
|
9985
9335
|
"canonicalReference": "!SVGElement:interface"
|
9986
9336
|
},
|
9987
|
-
{
|
9988
|
-
"kind": "Content",
|
9989
|
-
"text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
|
9990
|
-
},
|
9991
|
-
{
|
9992
|
-
"kind": "Reference",
|
9993
|
-
"text": "HTMLCollectionOf",
|
9994
|
-
"canonicalReference": "!HTMLCollectionOf:interface"
|
9995
|
-
},
|
9996
|
-
{
|
9997
|
-
"kind": "Content",
|
9998
|
-
"text": "<"
|
9999
|
-
},
|
10000
|
-
{
|
10001
|
-
"kind": "Reference",
|
10002
|
-
"text": "MathMLElement",
|
10003
|
-
"canonicalReference": "!MathMLElement:interface"
|
10004
|
-
},
|
10005
9337
|
{
|
10006
9338
|
"kind": "Content",
|
10007
9339
|
"text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
|
@@ -10364,7 +9696,7 @@
|
|
10364
9696
|
},
|
10365
9697
|
{
|
10366
9698
|
"kind": "Content",
|
10367
|
-
"text": ", child: T_3): T_3;\n readonly
|
9699
|
+
"text": ", child: T_3): T_3;\n readonly ATTRIBUTE_NODE: number;\n readonly CDATA_SECTION_NODE: number;\n readonly COMMENT_NODE: number;\n readonly DOCUMENT_FRAGMENT_NODE: number;\n readonly DOCUMENT_NODE: number;\n readonly DOCUMENT_POSITION_CONTAINED_BY: number;\n readonly DOCUMENT_POSITION_CONTAINS: number;\n readonly DOCUMENT_POSITION_DISCONNECTED: number;\n readonly DOCUMENT_POSITION_FOLLOWING: number;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;\n readonly DOCUMENT_POSITION_PRECEDING: number;\n readonly DOCUMENT_TYPE_NODE: number;\n readonly ELEMENT_NODE: number;\n readonly ENTITY_NODE: number;\n readonly ENTITY_REFERENCE_NODE: number;\n readonly NOTATION_NODE: number;\n readonly PROCESSING_INSTRUCTION_NODE: number;\n readonly TEXT_NODE: number;\n dispatchEvent(event: "
|
10368
9700
|
},
|
10369
9701
|
{
|
10370
9702
|
"kind": "Reference",
|
@@ -10373,7 +9705,7 @@
|
|
10373
9705
|
},
|
10374
9706
|
{
|
10375
9707
|
"kind": "Content",
|
10376
|
-
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n
|
9708
|
+
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n ariaColIndexText: string;\n ariaColSpan: string;\n ariaCurrent: string;\n ariaDisabled: string;\n ariaExpanded: string;\n ariaHasPopup: string;\n ariaHidden: string;\n ariaInvalid: string;\n ariaKeyShortcuts: string;\n ariaLabel: string;\n ariaLevel: string;\n ariaLive: string;\n ariaModal: string;\n ariaMultiLine: string;\n ariaMultiSelectable: string;\n ariaOrientation: string;\n ariaPlaceholder: string;\n ariaPosInSet: string;\n ariaPressed: string;\n ariaReadOnly: string;\n ariaRequired: string;\n ariaRoleDescription: string;\n ariaRowCount: string;\n ariaRowIndex: string;\n ariaRowIndexText: string;\n ariaRowSpan: string;\n ariaSelected: string;\n ariaSetSize: string;\n ariaSort: string;\n ariaValueMax: string;\n ariaValueMin: string;\n ariaValueNow: string;\n ariaValueText: string;\n role: string;\n animate(keyframes: "
|
10377
9709
|
},
|
10378
9710
|
{
|
10379
9711
|
"kind": "Reference",
|
@@ -10517,7 +9849,7 @@
|
|
10517
9849
|
},
|
10518
9850
|
{
|
10519
9851
|
"kind": "Content",
|
10520
|
-
"text": ")[]): void;\n querySelector<
|
9852
|
+
"text": ")[]): void;\n querySelector<K_6 extends keyof "
|
10521
9853
|
},
|
10522
9854
|
{
|
10523
9855
|
"kind": "Reference",
|
@@ -10526,7 +9858,7 @@
|
|
10526
9858
|
},
|
10527
9859
|
{
|
10528
9860
|
"kind": "Content",
|
10529
|
-
"text": ">(selectors:
|
9861
|
+
"text": ">(selectors: K_6): "
|
10530
9862
|
},
|
10531
9863
|
{
|
10532
9864
|
"kind": "Reference",
|
@@ -10535,7 +9867,7 @@
|
|
10535
9867
|
},
|
10536
9868
|
{
|
10537
9869
|
"kind": "Content",
|
10538
|
-
"text": "[
|
9870
|
+
"text": "[K_6];\n querySelector<K_7 extends keyof "
|
10539
9871
|
},
|
10540
9872
|
{
|
10541
9873
|
"kind": "Reference",
|
@@ -10544,7 +9876,7 @@
|
|
10544
9876
|
},
|
10545
9877
|
{
|
10546
9878
|
"kind": "Content",
|
10547
|
-
"text": ">(selectors:
|
9879
|
+
"text": ">(selectors: K_7): "
|
10548
9880
|
},
|
10549
9881
|
{
|
10550
9882
|
"kind": "Reference",
|
@@ -10553,43 +9885,7 @@
|
|
10553
9885
|
},
|
10554
9886
|
{
|
10555
9887
|
"kind": "Content",
|
10556
|
-
"text": "[
|
10557
|
-
},
|
10558
|
-
{
|
10559
|
-
"kind": "Reference",
|
10560
|
-
"text": "MathMLElementTagNameMap",
|
10561
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
10562
|
-
},
|
10563
|
-
{
|
10564
|
-
"kind": "Content",
|
10565
|
-
"text": ">(selectors: K_11): "
|
10566
|
-
},
|
10567
|
-
{
|
10568
|
-
"kind": "Reference",
|
10569
|
-
"text": "MathMLElementTagNameMap",
|
10570
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
10571
|
-
},
|
10572
|
-
{
|
10573
|
-
"kind": "Content",
|
10574
|
-
"text": "[K_11];\n querySelector<K_12 extends keyof "
|
10575
|
-
},
|
10576
|
-
{
|
10577
|
-
"kind": "Reference",
|
10578
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
10579
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
10580
|
-
},
|
10581
|
-
{
|
10582
|
-
"kind": "Content",
|
10583
|
-
"text": ">(selectors: K_12): "
|
10584
|
-
},
|
10585
|
-
{
|
10586
|
-
"kind": "Reference",
|
10587
|
-
"text": "HTMLElementDeprecatedTagNameMap",
|
10588
|
-
"canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
|
10589
|
-
},
|
10590
|
-
{
|
10591
|
-
"kind": "Content",
|
10592
|
-
"text": "[K_12];\n querySelector<E_1 extends "
|
9888
|
+
"text": "[K_7];\n querySelector<E_1 extends "
|
10593
9889
|
},
|
10594
9890
|
{
|
10595
9891
|
"kind": "Reference",
|
@@ -10607,7 +9903,7 @@
|
|
10607
9903
|
},
|
10608
9904
|
{
|
10609
9905
|
"kind": "Content",
|
10610
|
-
"text": ">(selectors: string): E_1;\n querySelectorAll<
|
9906
|
+
"text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
|
10611
9907
|
},
|
10612
9908
|
{
|
10613
9909
|
"kind": "Reference",
|
@@ -10616,7 +9912,7 @@
|
|
10616
9912
|
},
|
10617
9913
|
{
|
10618
9914
|
"kind": "Content",
|
10619
|
-
"text": ">(selectors:
|
9915
|
+
"text": ">(selectors: K_8): "
|
10620
9916
|
},
|
10621
9917
|
{
|
10622
9918
|
"kind": "Reference",
|
@@ -10634,7 +9930,7 @@
|
|
10634
9930
|
},
|
10635
9931
|
{
|
10636
9932
|
"kind": "Content",
|
10637
|
-
"text": "[
|
9933
|
+
"text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
|
10638
9934
|
},
|
10639
9935
|
{
|
10640
9936
|
"kind": "Reference",
|
@@ -10643,7 +9939,7 @@
|
|
10643
9939
|
},
|
10644
9940
|
{
|
10645
9941
|
"kind": "Content",
|
10646
|
-
"text": ">(selectors:
|
9942
|
+
"text": ">(selectors: K_9): "
|
10647
9943
|
},
|
10648
9944
|
{
|
10649
9945
|
"kind": "Reference",
|
@@ -10661,115 +9957,106 @@
|
|
10661
9957
|
},
|
10662
9958
|
{
|
10663
9959
|
"kind": "Content",
|
10664
|
-
"text": "[
|
9960
|
+
"text": "[K_9]>;\n querySelectorAll<E_2 extends "
|
10665
9961
|
},
|
10666
9962
|
{
|
10667
9963
|
"kind": "Reference",
|
10668
|
-
"text": "
|
10669
|
-
"canonicalReference": "!
|
10670
|
-
},
|
10671
|
-
{
|
10672
|
-
"kind": "Content",
|
10673
|
-
"text": ">(selectors: K_15): "
|
10674
|
-
},
|
10675
|
-
{
|
10676
|
-
"kind": "Reference",
|
10677
|
-
"text": "NodeListOf",
|
10678
|
-
"canonicalReference": "!NodeListOf:interface"
|
9964
|
+
"text": "Element",
|
9965
|
+
"canonicalReference": "!Element:interface"
|
10679
9966
|
},
|
10680
9967
|
{
|
10681
9968
|
"kind": "Content",
|
10682
|
-
"text": "
|
9969
|
+
"text": " = "
|
10683
9970
|
},
|
10684
9971
|
{
|
10685
9972
|
"kind": "Reference",
|
10686
|
-
"text": "
|
10687
|
-
"canonicalReference": "!
|
9973
|
+
"text": "Element",
|
9974
|
+
"canonicalReference": "!Element:interface"
|
10688
9975
|
},
|
10689
9976
|
{
|
10690
9977
|
"kind": "Content",
|
10691
|
-
"text": "
|
9978
|
+
"text": ">(selectors: string): "
|
10692
9979
|
},
|
10693
9980
|
{
|
10694
9981
|
"kind": "Reference",
|
10695
|
-
"text": "
|
10696
|
-
"canonicalReference": "!
|
9982
|
+
"text": "NodeListOf",
|
9983
|
+
"canonicalReference": "!NodeListOf:interface"
|
10697
9984
|
},
|
10698
9985
|
{
|
10699
9986
|
"kind": "Content",
|
10700
|
-
"text": "
|
9987
|
+
"text": "<E_2>;\n replaceChildren(...nodes: (string | "
|
10701
9988
|
},
|
10702
9989
|
{
|
10703
9990
|
"kind": "Reference",
|
10704
|
-
"text": "
|
10705
|
-
"canonicalReference": "!
|
9991
|
+
"text": "Node",
|
9992
|
+
"canonicalReference": "!Node:interface"
|
10706
9993
|
},
|
10707
9994
|
{
|
10708
9995
|
"kind": "Content",
|
10709
|
-
"text": "
|
9996
|
+
"text": ")[]): void;\n readonly assignedSlot: "
|
10710
9997
|
},
|
10711
9998
|
{
|
10712
9999
|
"kind": "Reference",
|
10713
|
-
"text": "
|
10714
|
-
"canonicalReference": "!
|
10000
|
+
"text": "HTMLSlotElement",
|
10001
|
+
"canonicalReference": "!HTMLSlotElement:interface"
|
10715
10002
|
},
|
10716
10003
|
{
|
10717
10004
|
"kind": "Content",
|
10718
|
-
"text": "
|
10005
|
+
"text": ";\n oncopy: (this: "
|
10719
10006
|
},
|
10720
10007
|
{
|
10721
10008
|
"kind": "Reference",
|
10722
|
-
"text": "
|
10723
|
-
"canonicalReference": "!
|
10009
|
+
"text": "DocumentAndElementEventHandlers",
|
10010
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
10724
10011
|
},
|
10725
10012
|
{
|
10726
10013
|
"kind": "Content",
|
10727
|
-
"text": "
|
10014
|
+
"text": ", ev: "
|
10728
10015
|
},
|
10729
10016
|
{
|
10730
10017
|
"kind": "Reference",
|
10731
|
-
"text": "
|
10732
|
-
"canonicalReference": "!
|
10018
|
+
"text": "ClipboardEvent",
|
10019
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
10733
10020
|
},
|
10734
10021
|
{
|
10735
10022
|
"kind": "Content",
|
10736
|
-
"text": "
|
10023
|
+
"text": ") => any;\n oncut: (this: "
|
10737
10024
|
},
|
10738
10025
|
{
|
10739
10026
|
"kind": "Reference",
|
10740
|
-
"text": "
|
10741
|
-
"canonicalReference": "!
|
10027
|
+
"text": "DocumentAndElementEventHandlers",
|
10028
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
10742
10029
|
},
|
10743
10030
|
{
|
10744
10031
|
"kind": "Content",
|
10745
|
-
"text": "
|
10032
|
+
"text": ", ev: "
|
10746
10033
|
},
|
10747
10034
|
{
|
10748
10035
|
"kind": "Reference",
|
10749
|
-
"text": "
|
10750
|
-
"canonicalReference": "!
|
10036
|
+
"text": "ClipboardEvent",
|
10037
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
10751
10038
|
},
|
10752
10039
|
{
|
10753
10040
|
"kind": "Content",
|
10754
|
-
"text": ")
|
10041
|
+
"text": ") => any;\n onpaste: (this: "
|
10755
10042
|
},
|
10756
10043
|
{
|
10757
10044
|
"kind": "Reference",
|
10758
|
-
"text": "
|
10759
|
-
"canonicalReference": "!
|
10045
|
+
"text": "DocumentAndElementEventHandlers",
|
10046
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
10760
10047
|
},
|
10761
10048
|
{
|
10762
10049
|
"kind": "Content",
|
10763
|
-
"text": "
|
10050
|
+
"text": ", ev: "
|
10764
10051
|
},
|
10765
10052
|
{
|
10766
10053
|
"kind": "Reference",
|
10767
|
-
"text": "
|
10768
|
-
"canonicalReference": "!
|
10054
|
+
"text": "ClipboardEvent",
|
10055
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
10769
10056
|
},
|
10770
10057
|
{
|
10771
10058
|
"kind": "Content",
|
10772
|
-
"text": ";\n readonly style: "
|
10059
|
+
"text": ") => any;\n readonly style: "
|
10773
10060
|
},
|
10774
10061
|
{
|
10775
10062
|
"kind": "Reference",
|
@@ -10902,24 +10189,6 @@
|
|
10902
10189
|
"text": "InputEvent",
|
10903
10190
|
"canonicalReference": "!InputEvent:interface"
|
10904
10191
|
},
|
10905
|
-
{
|
10906
|
-
"kind": "Content",
|
10907
|
-
"text": ") => any;\n onbeforetoggle: (this: "
|
10908
|
-
},
|
10909
|
-
{
|
10910
|
-
"kind": "Reference",
|
10911
|
-
"text": "GlobalEventHandlers",
|
10912
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
10913
|
-
},
|
10914
|
-
{
|
10915
|
-
"kind": "Content",
|
10916
|
-
"text": ", ev: "
|
10917
|
-
},
|
10918
|
-
{
|
10919
|
-
"kind": "Reference",
|
10920
|
-
"text": "Event",
|
10921
|
-
"canonicalReference": "!Event:interface"
|
10922
|
-
},
|
10923
10192
|
{
|
10924
10193
|
"kind": "Content",
|
10925
10194
|
"text": ") => any;\n onblur: (this: "
|
@@ -11064,24 +10333,6 @@
|
|
11064
10333
|
"text": "MouseEvent",
|
11065
10334
|
"canonicalReference": "!MouseEvent:interface"
|
11066
10335
|
},
|
11067
|
-
{
|
11068
|
-
"kind": "Content",
|
11069
|
-
"text": ") => any;\n oncopy: (this: "
|
11070
|
-
},
|
11071
|
-
{
|
11072
|
-
"kind": "Reference",
|
11073
|
-
"text": "GlobalEventHandlers",
|
11074
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
11075
|
-
},
|
11076
|
-
{
|
11077
|
-
"kind": "Content",
|
11078
|
-
"text": ", ev: "
|
11079
|
-
},
|
11080
|
-
{
|
11081
|
-
"kind": "Reference",
|
11082
|
-
"text": "ClipboardEvent",
|
11083
|
-
"canonicalReference": "!ClipboardEvent:interface"
|
11084
|
-
},
|
11085
10336
|
{
|
11086
10337
|
"kind": "Content",
|
11087
10338
|
"text": ") => any;\n oncuechange: (this: "
|
@@ -11100,24 +10351,6 @@
|
|
11100
10351
|
"text": "Event",
|
11101
10352
|
"canonicalReference": "!Event:interface"
|
11102
10353
|
},
|
11103
|
-
{
|
11104
|
-
"kind": "Content",
|
11105
|
-
"text": ") => any;\n oncut: (this: "
|
11106
|
-
},
|
11107
|
-
{
|
11108
|
-
"kind": "Reference",
|
11109
|
-
"text": "GlobalEventHandlers",
|
11110
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
11111
|
-
},
|
11112
|
-
{
|
11113
|
-
"kind": "Content",
|
11114
|
-
"text": ", ev: "
|
11115
|
-
},
|
11116
|
-
{
|
11117
|
-
"kind": "Reference",
|
11118
|
-
"text": "ClipboardEvent",
|
11119
|
-
"canonicalReference": "!ClipboardEvent:interface"
|
11120
|
-
},
|
11121
10354
|
{
|
11122
10355
|
"kind": "Content",
|
11123
10356
|
"text": ") => any;\n ondblclick: (this: "
|
@@ -11685,24 +10918,6 @@
|
|
11685
10918
|
"text": "MouseEvent",
|
11686
10919
|
"canonicalReference": "!MouseEvent:interface"
|
11687
10920
|
},
|
11688
|
-
{
|
11689
|
-
"kind": "Content",
|
11690
|
-
"text": ") => any;\n onpaste: (this: "
|
11691
|
-
},
|
11692
|
-
{
|
11693
|
-
"kind": "Reference",
|
11694
|
-
"text": "GlobalEventHandlers",
|
11695
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
11696
|
-
},
|
11697
|
-
{
|
11698
|
-
"kind": "Content",
|
11699
|
-
"text": ", ev: "
|
11700
|
-
},
|
11701
|
-
{
|
11702
|
-
"kind": "Reference",
|
11703
|
-
"text": "ClipboardEvent",
|
11704
|
-
"canonicalReference": "!ClipboardEvent:interface"
|
11705
|
-
},
|
11706
10921
|
{
|
11707
10922
|
"kind": "Content",
|
11708
10923
|
"text": ") => any;\n onpause: (this: "
|
@@ -12000,24 +11215,6 @@
|
|
12000
11215
|
"text": "Event",
|
12001
11216
|
"canonicalReference": "!Event:interface"
|
12002
11217
|
},
|
12003
|
-
{
|
12004
|
-
"kind": "Content",
|
12005
|
-
"text": ") => any;\n onscrollend: (this: "
|
12006
|
-
},
|
12007
|
-
{
|
12008
|
-
"kind": "Reference",
|
12009
|
-
"text": "GlobalEventHandlers",
|
12010
|
-
"canonicalReference": "!GlobalEventHandlers:interface"
|
12011
|
-
},
|
12012
|
-
{
|
12013
|
-
"kind": "Content",
|
12014
|
-
"text": ", ev: "
|
12015
|
-
},
|
12016
|
-
{
|
12017
|
-
"kind": "Reference",
|
12018
|
-
"text": "Event",
|
12019
|
-
"canonicalReference": "!Event:interface"
|
12020
|
-
},
|
12021
11218
|
{
|
12022
11219
|
"kind": "Content",
|
12023
11220
|
"text": ") => any;\n onsecuritypolicyviolation: (this: "
|
@@ -12528,36 +11725,13 @@
|
|
12528
11725
|
}
|
12529
11726
|
],
|
12530
11727
|
"fileUrlPath": "src/mixins/pendingState/pendingState.ts",
|
12531
|
-
"
|
12532
|
-
"startIndex": 5,
|
12533
|
-
"endIndex": 698
|
12534
|
-
},
|
11728
|
+
"isReadonly": true,
|
12535
11729
|
"releaseTag": "Public",
|
12536
|
-
"
|
12537
|
-
"
|
12538
|
-
|
12539
|
-
|
12540
|
-
|
12541
|
-
"startIndex": 3,
|
12542
|
-
"endIndex": 4
|
12543
|
-
},
|
12544
|
-
"isOptional": false
|
12545
|
-
}
|
12546
|
-
],
|
12547
|
-
"typeParameters": [
|
12548
|
-
{
|
12549
|
-
"typeParameterName": "TBase",
|
12550
|
-
"constraintTokenRange": {
|
12551
|
-
"startIndex": 1,
|
12552
|
-
"endIndex": 2
|
12553
|
-
},
|
12554
|
-
"defaultTypeTokenRange": {
|
12555
|
-
"startIndex": 0,
|
12556
|
-
"endIndex": 0
|
12557
|
-
}
|
12558
|
-
}
|
12559
|
-
],
|
12560
|
-
"name": "PendingState"
|
11730
|
+
"name": "PendingState",
|
11731
|
+
"variableTypeTokenRange": {
|
11732
|
+
"startIndex": 1,
|
11733
|
+
"endIndex": 642
|
11734
|
+
}
|
12561
11735
|
},
|
12562
11736
|
{
|
12563
11737
|
"kind": "TypeAlias",
|
@@ -12932,37 +12106,17 @@
|
|
12932
12106
|
"name": "renderOnChange"
|
12933
12107
|
},
|
12934
12108
|
{
|
12935
|
-
"kind": "
|
12936
|
-
"canonicalReference": "@genesislcap/foundation-utils!resolveAfter:
|
12109
|
+
"kind": "Variable",
|
12110
|
+
"canonicalReference": "@genesislcap/foundation-utils!resolveAfter:var",
|
12937
12111
|
"docComment": "/**\n * Resolve a promise after a timeout.\n *\n * @example\n * ```ts\n * const result = await Promise.race([\n * resourceChecks(sourceRef, resource),\n * resolveAfter<MonitoredResourceChecksResult>(this.config.checkTimeout, () => ({\n * isConnected: false,\n * lastUpdated: Date.now(),\n * })),\n * ]);\n * ```\n *\n * @public\n */\n",
|
12938
12112
|
"excerptTokens": [
|
12939
12113
|
{
|
12940
12114
|
"kind": "Content",
|
12941
|
-
"text": "resolveAfter:
|
12942
|
-
},
|
12943
|
-
{
|
12944
|
-
"kind": "Content",
|
12945
|
-
"text": "any"
|
12946
|
-
},
|
12947
|
-
{
|
12948
|
-
"kind": "Content",
|
12949
|
-
"text": ">(ms: "
|
12950
|
-
},
|
12951
|
-
{
|
12952
|
-
"kind": "Content",
|
12953
|
-
"text": "number"
|
12954
|
-
},
|
12955
|
-
{
|
12956
|
-
"kind": "Content",
|
12957
|
-
"text": ", valueCreator: "
|
12958
|
-
},
|
12959
|
-
{
|
12960
|
-
"kind": "Content",
|
12961
|
-
"text": "() => T"
|
12115
|
+
"text": "resolveAfter: "
|
12962
12116
|
},
|
12963
12117
|
{
|
12964
12118
|
"kind": "Content",
|
12965
|
-
"text": ") => "
|
12119
|
+
"text": "<T = any>(ms: number, valueCreator: () => T) => "
|
12966
12120
|
},
|
12967
12121
|
{
|
12968
12122
|
"kind": "Reference",
|
@@ -12975,44 +12129,13 @@
|
|
12975
12129
|
}
|
12976
12130
|
],
|
12977
12131
|
"fileUrlPath": "src/promise/resolveAfter.ts",
|
12978
|
-
"
|
12979
|
-
"startIndex": 7,
|
12980
|
-
"endIndex": 9
|
12981
|
-
},
|
12132
|
+
"isReadonly": true,
|
12982
12133
|
"releaseTag": "Public",
|
12983
|
-
"
|
12984
|
-
"
|
12985
|
-
|
12986
|
-
|
12987
|
-
|
12988
|
-
"startIndex": 3,
|
12989
|
-
"endIndex": 4
|
12990
|
-
},
|
12991
|
-
"isOptional": false
|
12992
|
-
},
|
12993
|
-
{
|
12994
|
-
"parameterName": "valueCreator",
|
12995
|
-
"parameterTypeTokenRange": {
|
12996
|
-
"startIndex": 5,
|
12997
|
-
"endIndex": 6
|
12998
|
-
},
|
12999
|
-
"isOptional": false
|
13000
|
-
}
|
13001
|
-
],
|
13002
|
-
"typeParameters": [
|
13003
|
-
{
|
13004
|
-
"typeParameterName": "T",
|
13005
|
-
"constraintTokenRange": {
|
13006
|
-
"startIndex": 0,
|
13007
|
-
"endIndex": 0
|
13008
|
-
},
|
13009
|
-
"defaultTypeTokenRange": {
|
13010
|
-
"startIndex": 1,
|
13011
|
-
"endIndex": 2
|
13012
|
-
}
|
13013
|
-
}
|
13014
|
-
],
|
13015
|
-
"name": "resolveAfter"
|
12134
|
+
"name": "resolveAfter",
|
12135
|
+
"variableTypeTokenRange": {
|
12136
|
+
"startIndex": 1,
|
12137
|
+
"endIndex": 4
|
12138
|
+
}
|
13016
12139
|
},
|
13017
12140
|
{
|
13018
12141
|
"kind": "TypeAlias",
|
@@ -13082,62 +12205,36 @@
|
|
13082
12205
|
}
|
13083
12206
|
},
|
13084
12207
|
{
|
13085
|
-
"kind": "
|
13086
|
-
"canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:
|
12208
|
+
"kind": "Variable",
|
12209
|
+
"canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:var",
|
13087
12210
|
"docComment": "/**\n * Setup an `IntersectionObserver` which will activate a callback function when an element becomes visible on screen\n *\n * @param element - HTMLElement to observe\n *\n * @param callback - any function called when the visibility changes\n *\n * @public\n */\n",
|
13088
12211
|
"excerptTokens": [
|
13089
12212
|
{
|
13090
12213
|
"kind": "Content",
|
13091
|
-
"text": "respondToVisibility:
|
13092
|
-
},
|
13093
|
-
{
|
13094
|
-
"kind": "Reference",
|
13095
|
-
"text": "HTMLElement",
|
13096
|
-
"canonicalReference": "!HTMLElement:interface"
|
13097
|
-
},
|
13098
|
-
{
|
13099
|
-
"kind": "Content",
|
13100
|
-
"text": ", callback: "
|
12214
|
+
"text": "respondToVisibility: "
|
13101
12215
|
},
|
13102
12216
|
{
|
13103
12217
|
"kind": "Content",
|
13104
|
-
"text": "(
|
12218
|
+
"text": "(element: "
|
13105
12219
|
},
|
13106
12220
|
{
|
13107
|
-
"kind": "
|
13108
|
-
"text": "
|
12221
|
+
"kind": "Reference",
|
12222
|
+
"text": "HTMLElement",
|
12223
|
+
"canonicalReference": "!HTMLElement:interface"
|
13109
12224
|
},
|
13110
12225
|
{
|
13111
12226
|
"kind": "Content",
|
13112
|
-
"text": "void"
|
12227
|
+
"text": ", callback: (arg0: boolean) => any) => void"
|
13113
12228
|
}
|
13114
12229
|
],
|
13115
12230
|
"fileUrlPath": "src/observer/observer.ts",
|
13116
|
-
"
|
13117
|
-
"startIndex": 5,
|
13118
|
-
"endIndex": 6
|
13119
|
-
},
|
12231
|
+
"isReadonly": true,
|
13120
12232
|
"releaseTag": "Public",
|
13121
|
-
"
|
13122
|
-
"
|
13123
|
-
|
13124
|
-
|
13125
|
-
|
13126
|
-
"startIndex": 1,
|
13127
|
-
"endIndex": 2
|
13128
|
-
},
|
13129
|
-
"isOptional": false
|
13130
|
-
},
|
13131
|
-
{
|
13132
|
-
"parameterName": "callback",
|
13133
|
-
"parameterTypeTokenRange": {
|
13134
|
-
"startIndex": 3,
|
13135
|
-
"endIndex": 4
|
13136
|
-
},
|
13137
|
-
"isOptional": false
|
13138
|
-
}
|
13139
|
-
],
|
13140
|
-
"name": "respondToVisibility"
|
12233
|
+
"name": "respondToVisibility",
|
12234
|
+
"variableTypeTokenRange": {
|
12235
|
+
"startIndex": 1,
|
12236
|
+
"endIndex": 4
|
12237
|
+
}
|
13141
12238
|
},
|
13142
12239
|
{
|
13143
12240
|
"kind": "TypeAlias",
|