@genesislcap/foundation-utils 14.225.3 → 14.225.4-alpha-9342136.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.
Files changed (35) hide show
  1. package/dist/custom-elements.json +23 -23
  2. package/dist/dts/error/errorMap.d.ts.map +1 -1
  3. package/dist/dts/mixins/lifecycle/lifecycle.d.ts +51 -29
  4. package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
  5. package/dist/dts/mixins/pendingState/pendingState.d.ts +45 -29
  6. package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
  7. package/dist/dts/observer/observer.d.ts.map +1 -1
  8. package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
  9. package/dist/dts/tsdoc-metadata.json +1 -1
  10. package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
  11. package/dist/esm/mixins/pendingState/pendingState.js +2 -2
  12. package/dist/esm/uuid/uuid.js +2 -2
  13. package/dist/foundation-utils.api.json +1221 -318
  14. package/dist/foundation-utils.d.ts +93 -58
  15. package/docs/api/foundation-utils.createerrormap.md +14 -1
  16. package/docs/api/foundation-utils.createobserver.md +5 -1
  17. package/docs/api/foundation-utils.decodefrombase64.md +14 -1
  18. package/docs/api/foundation-utils.decodefrombase64withprefix.md +13 -1
  19. package/docs/api/foundation-utils.encodetobase64.md +14 -1
  20. package/docs/api/foundation-utils.encodetobase64withprefix.md +13 -1
  21. package/docs/api/foundation-utils.getfontmixin.md +16 -1
  22. package/docs/api/foundation-utils.iniframe.md +7 -1
  23. package/docs/api/foundation-utils.insertdocumentcssrule.md +15 -1
  24. package/docs/api/foundation-utils.insertdocumentlink.md +12 -1
  25. package/docs/api/foundation-utils.insymphonydesktop.md +7 -1
  26. package/docs/api/foundation-utils.isdev.md +5 -1
  27. package/docs/api/foundation-utils.lifecyclemixin.md +56 -30
  28. package/docs/api/foundation-utils.loadfontfaces.md +13 -1
  29. package/docs/api/foundation-utils.md +18 -18
  30. package/docs/api/foundation-utils.openpopup.md +17 -1
  31. package/docs/api/foundation-utils.pendingstate.md +57 -30
  32. package/docs/api/foundation-utils.resolveafter.md +12 -1
  33. package/docs/api/foundation-utils.respondtovisibility.md +13 -1
  34. package/docs/{api-report.md → api-report.md.api.md} +93 -58
  35. package/package.json +11 -11
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.9",
4
+ "toolVersion": "7.48.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -399,17 +399,13 @@
399
399
  }
400
400
  },
401
401
  {
402
- "kind": "Variable",
403
- "canonicalReference": "@genesislcap/foundation-utils!createErrorMap:var",
402
+ "kind": "Function",
403
+ "canonicalReference": "@genesislcap/foundation-utils!createErrorMap:function(1)",
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: "
409
- },
410
- {
411
- "kind": "Content",
412
- "text": "<TErrorDetailMap extends "
408
+ "text": "createErrorMap: <TErrorDetailMap extends "
413
409
  },
414
410
  {
415
411
  "kind": "Reference",
@@ -440,13 +436,36 @@
440
436
  }
441
437
  ],
442
438
  "fileUrlPath": "src/error/errorMap.ts",
443
- "isReadonly": true,
439
+ "returnTypeTokenRange": {
440
+ "startIndex": 5,
441
+ "endIndex": 7
442
+ },
444
443
  "releaseTag": "Public",
445
- "name": "createErrorMap",
446
- "variableTypeTokenRange": {
447
- "startIndex": 1,
448
- "endIndex": 8
449
- }
444
+ "overloadIndex": 1,
445
+ "parameters": [
446
+ {
447
+ "parameterName": "logger",
448
+ "parameterTypeTokenRange": {
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"
450
469
  },
451
470
  {
452
471
  "kind": "Function",
@@ -512,17 +531,13 @@
512
531
  "name": "createLogger"
513
532
  },
514
533
  {
515
- "kind": "Variable",
516
- "canonicalReference": "@genesislcap/foundation-utils!createObserver:var",
534
+ "kind": "Function",
535
+ "canonicalReference": "@genesislcap/foundation-utils!createObserver:function(1)",
517
536
  "docComment": "/**\n * Creates a new event observer instance.\n *\n * @public\n */\n",
518
537
  "excerptTokens": [
519
538
  {
520
539
  "kind": "Content",
521
- "text": "createObserver: "
522
- },
523
- {
524
- "kind": "Content",
525
- "text": "<EventType>() => "
540
+ "text": "createObserver: <EventType>() => "
526
541
  },
527
542
  {
528
543
  "kind": "Reference",
@@ -535,13 +550,27 @@
535
550
  }
536
551
  ],
537
552
  "fileUrlPath": "src/observer/observer.ts",
538
- "isReadonly": true,
539
- "releaseTag": "Public",
540
- "name": "createObserver",
541
- "variableTypeTokenRange": {
553
+ "returnTypeTokenRange": {
542
554
  "startIndex": 1,
543
- "endIndex": 4
544
- }
555
+ "endIndex": 3
556
+ },
557
+ "releaseTag": "Public",
558
+ "overloadIndex": 1,
559
+ "parameters": [],
560
+ "typeParameters": [
561
+ {
562
+ "typeParameterName": "EventType",
563
+ "constraintTokenRange": {
564
+ "startIndex": 0,
565
+ "endIndex": 0
566
+ },
567
+ "defaultTypeTokenRange": {
568
+ "startIndex": 0,
569
+ "endIndex": 0
570
+ }
571
+ }
572
+ ],
573
+ "name": "createObserver"
545
574
  },
546
575
  {
547
576
  "kind": "Function",
@@ -1622,17 +1651,25 @@
1622
1651
  "extendsTokenRanges": []
1623
1652
  },
1624
1653
  {
1625
- "kind": "Variable",
1626
- "canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:var",
1654
+ "kind": "Function",
1655
+ "canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:function(1)",
1627
1656
  "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",
1628
1657
  "excerptTokens": [
1629
1658
  {
1630
1659
  "kind": "Content",
1631
- "text": "decodeFromBase64: "
1660
+ "text": "decodeFromBase64: (base64Value: "
1661
+ },
1662
+ {
1663
+ "kind": "Content",
1664
+ "text": "string"
1665
+ },
1666
+ {
1667
+ "kind": "Content",
1668
+ "text": ") => "
1632
1669
  },
1633
1670
  {
1634
1671
  "kind": "Content",
1635
- "text": "(base64Value: string) => string | "
1672
+ "text": "string | "
1636
1673
  },
1637
1674
  {
1638
1675
  "kind": "Reference",
@@ -1641,26 +1678,44 @@
1641
1678
  }
1642
1679
  ],
1643
1680
  "fileUrlPath": "src/encoding/base64/decode.ts",
1644
- "isReadonly": true,
1681
+ "returnTypeTokenRange": {
1682
+ "startIndex": 3,
1683
+ "endIndex": 5
1684
+ },
1645
1685
  "releaseTag": "Public",
1646
- "name": "decodeFromBase64",
1647
- "variableTypeTokenRange": {
1648
- "startIndex": 1,
1649
- "endIndex": 3
1650
- }
1686
+ "overloadIndex": 1,
1687
+ "parameters": [
1688
+ {
1689
+ "parameterName": "base64Value",
1690
+ "parameterTypeTokenRange": {
1691
+ "startIndex": 1,
1692
+ "endIndex": 2
1693
+ },
1694
+ "isOptional": false
1695
+ }
1696
+ ],
1697
+ "name": "decodeFromBase64"
1651
1698
  },
1652
1699
  {
1653
- "kind": "Variable",
1654
- "canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:var",
1700
+ "kind": "Function",
1701
+ "canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:function(1)",
1655
1702
  "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",
1656
1703
  "excerptTokens": [
1657
1704
  {
1658
1705
  "kind": "Content",
1659
- "text": "decodeFromBase64WithPrefix: "
1706
+ "text": "decodeFromBase64WithPrefix: (value: "
1660
1707
  },
1661
1708
  {
1662
1709
  "kind": "Content",
1663
- "text": "(value: string) => string | "
1710
+ "text": "string"
1711
+ },
1712
+ {
1713
+ "kind": "Content",
1714
+ "text": ") => "
1715
+ },
1716
+ {
1717
+ "kind": "Content",
1718
+ "text": "string | "
1664
1719
  },
1665
1720
  {
1666
1721
  "kind": "Reference",
@@ -1669,13 +1724,23 @@
1669
1724
  }
1670
1725
  ],
1671
1726
  "fileUrlPath": "src/encoding/base64/decode.ts",
1672
- "isReadonly": true,
1727
+ "returnTypeTokenRange": {
1728
+ "startIndex": 3,
1729
+ "endIndex": 5
1730
+ },
1673
1731
  "releaseTag": "Public",
1674
- "name": "decodeFromBase64WithPrefix",
1675
- "variableTypeTokenRange": {
1676
- "startIndex": 1,
1677
- "endIndex": 3
1678
- }
1732
+ "overloadIndex": 1,
1733
+ "parameters": [
1734
+ {
1735
+ "parameterName": "value",
1736
+ "parameterTypeTokenRange": {
1737
+ "startIndex": 1,
1738
+ "endIndex": 2
1739
+ },
1740
+ "isOptional": false
1741
+ }
1742
+ ],
1743
+ "name": "decodeFromBase64WithPrefix"
1679
1744
  },
1680
1745
  {
1681
1746
  "kind": "Variable",
@@ -2758,17 +2823,17 @@
2758
2823
  "extendsTokenRanges": []
2759
2824
  },
2760
2825
  {
2761
- "kind": "Variable",
2762
- "canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:var",
2826
+ "kind": "Function",
2827
+ "canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:function(1)",
2763
2828
  "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",
2764
2829
  "excerptTokens": [
2765
2830
  {
2766
2831
  "kind": "Content",
2767
- "text": "encodeToBase64: "
2832
+ "text": "encodeToBase64: (value: "
2768
2833
  },
2769
2834
  {
2770
2835
  "kind": "Content",
2771
- "text": "(value: string | "
2836
+ "text": "string | "
2772
2837
  },
2773
2838
  {
2774
2839
  "kind": "Reference",
@@ -2777,30 +2842,44 @@
2777
2842
  },
2778
2843
  {
2779
2844
  "kind": "Content",
2780
- "text": ") => string"
2845
+ "text": ") => "
2846
+ },
2847
+ {
2848
+ "kind": "Content",
2849
+ "text": "string"
2781
2850
  }
2782
2851
  ],
2783
2852
  "fileUrlPath": "src/encoding/base64/encode.ts",
2784
- "isReadonly": true,
2853
+ "returnTypeTokenRange": {
2854
+ "startIndex": 4,
2855
+ "endIndex": 5
2856
+ },
2785
2857
  "releaseTag": "Public",
2786
- "name": "encodeToBase64",
2787
- "variableTypeTokenRange": {
2788
- "startIndex": 1,
2789
- "endIndex": 4
2790
- }
2858
+ "overloadIndex": 1,
2859
+ "parameters": [
2860
+ {
2861
+ "parameterName": "value",
2862
+ "parameterTypeTokenRange": {
2863
+ "startIndex": 1,
2864
+ "endIndex": 3
2865
+ },
2866
+ "isOptional": false
2867
+ }
2868
+ ],
2869
+ "name": "encodeToBase64"
2791
2870
  },
2792
2871
  {
2793
- "kind": "Variable",
2794
- "canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:var",
2872
+ "kind": "Function",
2873
+ "canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:function(1)",
2795
2874
  "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",
2796
2875
  "excerptTokens": [
2797
2876
  {
2798
2877
  "kind": "Content",
2799
- "text": "encodeToBase64WithPrefix: "
2878
+ "text": "encodeToBase64WithPrefix: (value: "
2800
2879
  },
2801
2880
  {
2802
2881
  "kind": "Content",
2803
- "text": "(value: string | "
2882
+ "text": "string | "
2804
2883
  },
2805
2884
  {
2806
2885
  "kind": "Reference",
@@ -2809,17 +2888,31 @@
2809
2888
  },
2810
2889
  {
2811
2890
  "kind": "Content",
2812
- "text": ") => string"
2891
+ "text": ") => "
2892
+ },
2893
+ {
2894
+ "kind": "Content",
2895
+ "text": "string"
2813
2896
  }
2814
2897
  ],
2815
2898
  "fileUrlPath": "src/encoding/base64/encode.ts",
2816
- "isReadonly": true,
2899
+ "returnTypeTokenRange": {
2900
+ "startIndex": 4,
2901
+ "endIndex": 5
2902
+ },
2817
2903
  "releaseTag": "Public",
2818
- "name": "encodeToBase64WithPrefix",
2819
- "variableTypeTokenRange": {
2820
- "startIndex": 1,
2821
- "endIndex": 4
2822
- }
2904
+ "overloadIndex": 1,
2905
+ "parameters": [
2906
+ {
2907
+ "parameterName": "value",
2908
+ "parameterTypeTokenRange": {
2909
+ "startIndex": 1,
2910
+ "endIndex": 3
2911
+ },
2912
+ "isOptional": false
2913
+ }
2914
+ ],
2915
+ "name": "encodeToBase64WithPrefix"
2823
2916
  },
2824
2917
  {
2825
2918
  "kind": "TypeAlias",
@@ -3559,17 +3652,21 @@
3559
3652
  "name": "getDateFormatter"
3560
3653
  },
3561
3654
  {
3562
- "kind": "Variable",
3563
- "canonicalReference": "@genesislcap/foundation-utils!getFontMixin:var",
3655
+ "kind": "Function",
3656
+ "canonicalReference": "@genesislcap/foundation-utils!getFontMixin:function(1)",
3564
3657
  "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",
3565
3658
  "excerptTokens": [
3566
3659
  {
3567
3660
  "kind": "Content",
3568
- "text": "getFontMixin: "
3661
+ "text": "getFontMixin: (family: "
3662
+ },
3663
+ {
3664
+ "kind": "Content",
3665
+ "text": "string"
3569
3666
  },
3570
3667
  {
3571
3668
  "kind": "Content",
3572
- "text": "(family: string, style?: "
3669
+ "text": ", style?: "
3573
3670
  },
3574
3671
  {
3575
3672
  "kind": "Reference",
@@ -3587,17 +3684,47 @@
3587
3684
  },
3588
3685
  {
3589
3686
  "kind": "Content",
3590
- "text": ") => string"
3687
+ "text": ") => "
3688
+ },
3689
+ {
3690
+ "kind": "Content",
3691
+ "text": "string"
3591
3692
  }
3592
3693
  ],
3593
3694
  "fileUrlPath": "src/styles/typography.ts",
3594
- "isReadonly": true,
3695
+ "returnTypeTokenRange": {
3696
+ "startIndex": 7,
3697
+ "endIndex": 8
3698
+ },
3595
3699
  "releaseTag": "Public",
3596
- "name": "getFontMixin",
3597
- "variableTypeTokenRange": {
3598
- "startIndex": 1,
3599
- "endIndex": 6
3600
- }
3700
+ "overloadIndex": 1,
3701
+ "parameters": [
3702
+ {
3703
+ "parameterName": "family",
3704
+ "parameterTypeTokenRange": {
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"
3601
3728
  },
3602
3729
  {
3603
3730
  "kind": "Function",
@@ -3684,27 +3811,28 @@
3684
3811
  }
3685
3812
  },
3686
3813
  {
3687
- "kind": "Variable",
3688
- "canonicalReference": "@genesislcap/foundation-utils!inIFrame:var",
3814
+ "kind": "Function",
3815
+ "canonicalReference": "@genesislcap/foundation-utils!inIFrame:function(1)",
3689
3816
  "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",
3690
3817
  "excerptTokens": [
3691
3818
  {
3692
3819
  "kind": "Content",
3693
- "text": "inIFrame: "
3820
+ "text": "inIFrame: () => "
3694
3821
  },
3695
3822
  {
3696
3823
  "kind": "Content",
3697
- "text": "() => boolean"
3824
+ "text": "boolean"
3698
3825
  }
3699
3826
  ],
3700
3827
  "fileUrlPath": "src/window/window.ts",
3701
- "isReadonly": true,
3702
- "releaseTag": "Public",
3703
- "name": "inIFrame",
3704
- "variableTypeTokenRange": {
3828
+ "returnTypeTokenRange": {
3705
3829
  "startIndex": 1,
3706
3830
  "endIndex": 2
3707
- }
3831
+ },
3832
+ "releaseTag": "Public",
3833
+ "overloadIndex": 1,
3834
+ "parameters": [],
3835
+ "name": "inIFrame"
3708
3836
  },
3709
3837
  {
3710
3838
  "kind": "Class",
@@ -4289,96 +4417,150 @@
4289
4417
  ]
4290
4418
  },
4291
4419
  {
4292
- "kind": "Variable",
4293
- "canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:var",
4420
+ "kind": "Function",
4421
+ "canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:function(1)",
4294
4422
  "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",
4295
4423
  "excerptTokens": [
4296
4424
  {
4297
4425
  "kind": "Content",
4298
- "text": "insertDocumentCSSRule: "
4426
+ "text": "insertDocumentCSSRule: (cssRule: "
4299
4427
  },
4300
4428
  {
4301
4429
  "kind": "Content",
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": [
4430
+ "text": "string"
4431
+ },
4319
4432
  {
4320
4433
  "kind": "Content",
4321
- "text": "insertDocumentLink: "
4434
+ "text": ", styleElementId: "
4435
+ },
4436
+ {
4437
+ "kind": "Content",
4438
+ "text": "string"
4439
+ },
4440
+ {
4441
+ "kind": "Content",
4442
+ "text": ") => "
4322
4443
  },
4323
4444
  {
4324
4445
  "kind": "Content",
4325
- "text": "(href: string) => void"
4446
+ "text": "(() => void)"
4326
4447
  }
4327
4448
  ],
4328
4449
  "fileUrlPath": "src/styles/dom.ts",
4329
- "isReadonly": true,
4450
+ "returnTypeTokenRange": {
4451
+ "startIndex": 5,
4452
+ "endIndex": 6
4453
+ },
4330
4454
  "releaseTag": "Public",
4331
- "name": "insertDocumentLink",
4332
- "variableTypeTokenRange": {
4333
- "startIndex": 1,
4334
- "endIndex": 2
4335
- }
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"
4336
4475
  },
4337
4476
  {
4338
- "kind": "Variable",
4339
- "canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:var",
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
+ },
4503
+ "releaseTag": "Public",
4504
+ "overloadIndex": 1,
4505
+ "parameters": [
4506
+ {
4507
+ "parameterName": "href",
4508
+ "parameterTypeTokenRange": {
4509
+ "startIndex": 1,
4510
+ "endIndex": 2
4511
+ },
4512
+ "isOptional": false
4513
+ }
4514
+ ],
4515
+ "name": "insertDocumentLink"
4516
+ },
4517
+ {
4518
+ "kind": "Function",
4519
+ "canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:function(1)",
4340
4520
  "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",
4341
4521
  "excerptTokens": [
4342
4522
  {
4343
4523
  "kind": "Content",
4344
- "text": "inSymphonyDesktop: "
4524
+ "text": "inSymphonyDesktop: () => "
4345
4525
  },
4346
4526
  {
4347
4527
  "kind": "Content",
4348
- "text": "() => boolean"
4528
+ "text": "boolean"
4349
4529
  }
4350
4530
  ],
4351
4531
  "fileUrlPath": "src/window/window.ts",
4352
- "isReadonly": true,
4353
- "releaseTag": "Public",
4354
- "name": "inSymphonyDesktop",
4355
- "variableTypeTokenRange": {
4532
+ "returnTypeTokenRange": {
4356
4533
  "startIndex": 1,
4357
4534
  "endIndex": 2
4358
- }
4535
+ },
4536
+ "releaseTag": "Public",
4537
+ "overloadIndex": 1,
4538
+ "parameters": [],
4539
+ "name": "inSymphonyDesktop"
4359
4540
  },
4360
4541
  {
4361
- "kind": "Variable",
4362
- "canonicalReference": "@genesislcap/foundation-utils!isDev:var",
4542
+ "kind": "Function",
4543
+ "canonicalReference": "@genesislcap/foundation-utils!isDev:function(1)",
4363
4544
  "docComment": "/**\n * Determines if the current environment is a development environment.\n *\n * @public\n */\n",
4364
4545
  "excerptTokens": [
4365
4546
  {
4366
4547
  "kind": "Content",
4367
- "text": "isDev: "
4548
+ "text": "isDev: () => "
4368
4549
  },
4369
4550
  {
4370
4551
  "kind": "Content",
4371
- "text": "() => boolean"
4552
+ "text": "boolean"
4372
4553
  }
4373
4554
  ],
4374
4555
  "fileUrlPath": "src/env/is-dev.ts",
4375
- "isReadonly": true,
4376
- "releaseTag": "Public",
4377
- "name": "isDev",
4378
- "variableTypeTokenRange": {
4556
+ "returnTypeTokenRange": {
4379
4557
  "startIndex": 1,
4380
4558
  "endIndex": 2
4381
- }
4559
+ },
4560
+ "releaseTag": "Public",
4561
+ "overloadIndex": 1,
4562
+ "parameters": [],
4563
+ "name": "isDev"
4382
4564
  },
4383
4565
  {
4384
4566
  "kind": "Function",
@@ -5145,17 +5327,13 @@
5145
5327
  }
5146
5328
  },
5147
5329
  {
5148
- "kind": "Variable",
5149
- "canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:var",
5330
+ "kind": "Function",
5331
+ "canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:function(1)",
5150
5332
  "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",
5151
5333
  "excerptTokens": [
5152
5334
  {
5153
5335
  "kind": "Content",
5154
- "text": "LifecycleMixin: "
5155
- },
5156
- {
5157
- "kind": "Content",
5158
- "text": "<T extends "
5336
+ "text": "LifecycleMixin: <T extends "
5159
5337
  },
5160
5338
  {
5161
5339
  "kind": "Reference",
@@ -5164,7 +5342,19 @@
5164
5342
  },
5165
5343
  {
5166
5344
  "kind": "Content",
5167
- "text": ">(Base: T) => {\n new (...args: any[]): {\n \"__#1@#_container\": "
5345
+ "text": ">(Base: "
5346
+ },
5347
+ {
5348
+ "kind": "Content",
5349
+ "text": "T"
5350
+ },
5351
+ {
5352
+ "kind": "Content",
5353
+ "text": ") => "
5354
+ },
5355
+ {
5356
+ "kind": "Content",
5357
+ "text": "{\n new (...args: any[]): {\n \"__#1@#_container\": "
5168
5358
  },
5169
5359
  {
5170
5360
  "kind": "Reference",
@@ -5263,7 +5453,7 @@
5263
5453
  },
5264
5454
  {
5265
5455
  "kind": "Content",
5266
- "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
5456
+ "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n popover: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
5267
5457
  },
5268
5458
  {
5269
5459
  "kind": "Reference",
@@ -5272,7 +5462,7 @@
5272
5462
  },
5273
5463
  {
5274
5464
  "kind": "Content",
5275
- "text": ";\n click(): void;\n addEventListener<K extends keyof "
5465
+ "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(force?: boolean): boolean;\n addEventListener<K extends keyof "
5276
5466
  },
5277
5467
  {
5278
5468
  "kind": "Reference",
@@ -5479,7 +5669,16 @@
5479
5669
  },
5480
5670
  {
5481
5671
  "kind": "Content",
5482
- "text": ";\n closest<K_2 extends keyof "
5672
+ "text": ";\n checkVisibility(options?: "
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 "
5483
5682
  },
5484
5683
  {
5485
5684
  "kind": "Reference",
@@ -5515,7 +5714,25 @@
5515
5714
  },
5516
5715
  {
5517
5716
  "kind": "Content",
5518
- "text": "[K_3];\n closest<E extends "
5717
+ "text": "[K_3];\n closest<K_4 extends keyof "
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 "
5519
5736
  },
5520
5737
  {
5521
5738
  "kind": "Reference",
@@ -5533,7 +5750,16 @@
5533
5750
  },
5534
5751
  {
5535
5752
  "kind": "Content",
5536
- "text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
5753
+ "text": ">(selectors: string): E;\n computedStyleMap(): "
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): "
5537
5763
  },
5538
5764
  {
5539
5765
  "kind": "Reference",
@@ -5587,7 +5813,7 @@
5587
5813
  },
5588
5814
  {
5589
5815
  "kind": "Content",
5590
- "text": ">;\n getElementsByTagName<K_4 extends keyof "
5816
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
5591
5817
  },
5592
5818
  {
5593
5819
  "kind": "Reference",
@@ -5596,7 +5822,7 @@
5596
5822
  },
5597
5823
  {
5598
5824
  "kind": "Content",
5599
- "text": ">(qualifiedName: K_4): "
5825
+ "text": ">(qualifiedName: K_5): "
5600
5826
  },
5601
5827
  {
5602
5828
  "kind": "Reference",
@@ -5614,7 +5840,7 @@
5614
5840
  },
5615
5841
  {
5616
5842
  "kind": "Content",
5617
- "text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
5843
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
5618
5844
  },
5619
5845
  {
5620
5846
  "kind": "Reference",
@@ -5623,7 +5849,7 @@
5623
5849
  },
5624
5850
  {
5625
5851
  "kind": "Content",
5626
- "text": ">(qualifiedName: K_5): "
5852
+ "text": ">(qualifiedName: K_6): "
5627
5853
  },
5628
5854
  {
5629
5855
  "kind": "Reference",
@@ -5641,7 +5867,61 @@
5641
5867
  },
5642
5868
  {
5643
5869
  "kind": "Content",
5644
- "text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
5870
+ "text": "[K_6]>;\n getElementsByTagName<K_7 extends keyof "
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): "
5645
5925
  },
5646
5926
  {
5647
5927
  "kind": "Reference",
@@ -5693,6 +5973,24 @@
5693
5973
  "text": "SVGElement",
5694
5974
  "canonicalReference": "!SVGElement:interface"
5695
5975
  },
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
+ },
5696
5994
  {
5697
5995
  "kind": "Content",
5698
5996
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -6046,7 +6344,7 @@
6046
6344
  },
6047
6345
  {
6048
6346
  "kind": "Content",
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: "
6347
+ "text": ", child: T_4): T_4;\n readonly ELEMENT_NODE: 1;\n readonly ATTRIBUTE_NODE: 2;\n readonly TEXT_NODE: 3;\n readonly CDATA_SECTION_NODE: 4;\n readonly ENTITY_REFERENCE_NODE: 5;\n readonly ENTITY_NODE: 6;\n readonly PROCESSING_INSTRUCTION_NODE: 7;\n readonly COMMENT_NODE: 8;\n readonly DOCUMENT_NODE: 9;\n readonly DOCUMENT_TYPE_NODE: 10;\n readonly DOCUMENT_FRAGMENT_NODE: 11;\n readonly NOTATION_NODE: 12;\n readonly DOCUMENT_POSITION_DISCONNECTED: 1;\n readonly DOCUMENT_POSITION_PRECEDING: 2;\n readonly DOCUMENT_POSITION_FOLLOWING: 4;\n readonly DOCUMENT_POSITION_CONTAINS: 8;\n readonly DOCUMENT_POSITION_CONTAINED_BY: 16;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;\n dispatchEvent(event: "
6050
6348
  },
6051
6349
  {
6052
6350
  "kind": "Reference",
@@ -6055,7 +6353,7 @@
6055
6353
  },
6056
6354
  {
6057
6355
  "kind": "Content",
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: "
6356
+ "text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n ariaColSpan: string;\n ariaCurrent: string;\n ariaDescription: 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 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: "
6059
6357
  },
6060
6358
  {
6061
6359
  "kind": "Reference",
@@ -6199,7 +6497,7 @@
6199
6497
  },
6200
6498
  {
6201
6499
  "kind": "Content",
6202
- "text": ")[]): void;\n querySelector<K_6 extends keyof "
6500
+ "text": ")[]): void;\n querySelector<K_9 extends keyof "
6203
6501
  },
6204
6502
  {
6205
6503
  "kind": "Reference",
@@ -6208,7 +6506,7 @@
6208
6506
  },
6209
6507
  {
6210
6508
  "kind": "Content",
6211
- "text": ">(selectors: K_6): "
6509
+ "text": ">(selectors: K_9): "
6212
6510
  },
6213
6511
  {
6214
6512
  "kind": "Reference",
@@ -6217,7 +6515,7 @@
6217
6515
  },
6218
6516
  {
6219
6517
  "kind": "Content",
6220
- "text": "[K_6];\n querySelector<K_7 extends keyof "
6518
+ "text": "[K_9];\n querySelector<K_10 extends keyof "
6221
6519
  },
6222
6520
  {
6223
6521
  "kind": "Reference",
@@ -6226,7 +6524,7 @@
6226
6524
  },
6227
6525
  {
6228
6526
  "kind": "Content",
6229
- "text": ">(selectors: K_7): "
6527
+ "text": ">(selectors: K_10): "
6230
6528
  },
6231
6529
  {
6232
6530
  "kind": "Reference",
@@ -6235,7 +6533,43 @@
6235
6533
  },
6236
6534
  {
6237
6535
  "kind": "Content",
6238
- "text": "[K_7];\n querySelector<E_1 extends "
6536
+ "text": "[K_10];\n querySelector<K_11 extends keyof "
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 "
6239
6573
  },
6240
6574
  {
6241
6575
  "kind": "Reference",
@@ -6253,7 +6587,7 @@
6253
6587
  },
6254
6588
  {
6255
6589
  "kind": "Content",
6256
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
6590
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_13 extends keyof "
6257
6591
  },
6258
6592
  {
6259
6593
  "kind": "Reference",
@@ -6262,7 +6596,7 @@
6262
6596
  },
6263
6597
  {
6264
6598
  "kind": "Content",
6265
- "text": ">(selectors: K_8): "
6599
+ "text": ">(selectors: K_13): "
6266
6600
  },
6267
6601
  {
6268
6602
  "kind": "Reference",
@@ -6280,7 +6614,7 @@
6280
6614
  },
6281
6615
  {
6282
6616
  "kind": "Content",
6283
- "text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
6617
+ "text": "[K_13]>;\n querySelectorAll<K_14 extends keyof "
6284
6618
  },
6285
6619
  {
6286
6620
  "kind": "Reference",
@@ -6289,7 +6623,7 @@
6289
6623
  },
6290
6624
  {
6291
6625
  "kind": "Content",
6292
- "text": ">(selectors: K_9): "
6626
+ "text": ">(selectors: K_14): "
6293
6627
  },
6294
6628
  {
6295
6629
  "kind": "Reference",
@@ -6307,110 +6641,119 @@
6307
6641
  },
6308
6642
  {
6309
6643
  "kind": "Content",
6310
- "text": "[K_9]>;\n querySelectorAll<E_2 extends "
6644
+ "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
6311
6645
  },
6312
6646
  {
6313
6647
  "kind": "Reference",
6314
- "text": "Element",
6315
- "canonicalReference": "!Element:interface"
6648
+ "text": "MathMLElementTagNameMap",
6649
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6316
6650
  },
6317
6651
  {
6318
6652
  "kind": "Content",
6319
- "text": " = "
6653
+ "text": ">(selectors: K_15): "
6320
6654
  },
6321
6655
  {
6322
6656
  "kind": "Reference",
6323
- "text": "Element",
6324
- "canonicalReference": "!Element:interface"
6657
+ "text": "NodeListOf",
6658
+ "canonicalReference": "!NodeListOf:interface"
6325
6659
  },
6326
6660
  {
6327
6661
  "kind": "Content",
6328
- "text": ">(selectors: string): "
6662
+ "text": "<"
6329
6663
  },
6330
6664
  {
6331
6665
  "kind": "Reference",
6332
- "text": "NodeListOf",
6333
- "canonicalReference": "!NodeListOf:interface"
6666
+ "text": "MathMLElementTagNameMap",
6667
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6334
6668
  },
6335
6669
  {
6336
6670
  "kind": "Content",
6337
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
6671
+ "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
6338
6672
  },
6339
6673
  {
6340
6674
  "kind": "Reference",
6341
- "text": "Node",
6342
- "canonicalReference": "!Node:interface"
6675
+ "text": "HTMLElementDeprecatedTagNameMap",
6676
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6343
6677
  },
6344
6678
  {
6345
6679
  "kind": "Content",
6346
- "text": ")[]): void;\n readonly assignedSlot: "
6680
+ "text": ">(selectors: K_16): "
6347
6681
  },
6348
6682
  {
6349
6683
  "kind": "Reference",
6350
- "text": "HTMLSlotElement",
6351
- "canonicalReference": "!HTMLSlotElement:interface"
6684
+ "text": "NodeListOf",
6685
+ "canonicalReference": "!NodeListOf:interface"
6352
6686
  },
6353
6687
  {
6354
6688
  "kind": "Content",
6355
- "text": ";\n oncopy: (this: "
6689
+ "text": "<"
6356
6690
  },
6357
6691
  {
6358
6692
  "kind": "Reference",
6359
- "text": "DocumentAndElementEventHandlers",
6360
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6693
+ "text": "HTMLElementDeprecatedTagNameMap",
6694
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6361
6695
  },
6362
6696
  {
6363
6697
  "kind": "Content",
6364
- "text": ", ev: "
6698
+ "text": "[K_16]>;\n querySelectorAll<E_2 extends "
6365
6699
  },
6366
6700
  {
6367
6701
  "kind": "Reference",
6368
- "text": "ClipboardEvent",
6369
- "canonicalReference": "!ClipboardEvent:interface"
6702
+ "text": "Element",
6703
+ "canonicalReference": "!Element:interface"
6370
6704
  },
6371
6705
  {
6372
6706
  "kind": "Content",
6373
- "text": ") => any;\n oncut: (this: "
6707
+ "text": " = "
6374
6708
  },
6375
6709
  {
6376
6710
  "kind": "Reference",
6377
- "text": "DocumentAndElementEventHandlers",
6378
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6711
+ "text": "Element",
6712
+ "canonicalReference": "!Element:interface"
6379
6713
  },
6380
6714
  {
6381
6715
  "kind": "Content",
6382
- "text": ", ev: "
6716
+ "text": ">(selectors: string): "
6383
6717
  },
6384
6718
  {
6385
6719
  "kind": "Reference",
6386
- "text": "ClipboardEvent",
6387
- "canonicalReference": "!ClipboardEvent:interface"
6720
+ "text": "NodeListOf",
6721
+ "canonicalReference": "!NodeListOf:interface"
6388
6722
  },
6389
6723
  {
6390
6724
  "kind": "Content",
6391
- "text": ") => any;\n onpaste: (this: "
6725
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
6392
6726
  },
6393
6727
  {
6394
6728
  "kind": "Reference",
6395
- "text": "DocumentAndElementEventHandlers",
6396
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6729
+ "text": "Node",
6730
+ "canonicalReference": "!Node:interface"
6397
6731
  },
6398
6732
  {
6399
6733
  "kind": "Content",
6400
- "text": ", ev: "
6734
+ "text": ")[]): void;\n readonly assignedSlot: "
6401
6735
  },
6402
6736
  {
6403
6737
  "kind": "Reference",
6404
- "text": "ClipboardEvent",
6405
- "canonicalReference": "!ClipboardEvent:interface"
6738
+ "text": "HTMLSlotElement",
6739
+ "canonicalReference": "!HTMLSlotElement:interface"
6406
6740
  },
6407
6741
  {
6408
6742
  "kind": "Content",
6409
- "text": ") => any;\n readonly style: "
6743
+ "text": ";\n readonly attributeStyleMap: "
6410
6744
  },
6411
6745
  {
6412
6746
  "kind": "Reference",
6413
- "text": "CSSStyleDeclaration",
6747
+ "text": "StylePropertyMap",
6748
+ "canonicalReference": "!StylePropertyMap:interface"
6749
+ },
6750
+ {
6751
+ "kind": "Content",
6752
+ "text": ";\n readonly style: "
6753
+ },
6754
+ {
6755
+ "kind": "Reference",
6756
+ "text": "CSSStyleDeclaration",
6414
6757
  "canonicalReference": "!CSSStyleDeclaration:interface"
6415
6758
  },
6416
6759
  {
@@ -6539,6 +6882,24 @@
6539
6882
  "text": "InputEvent",
6540
6883
  "canonicalReference": "!InputEvent:interface"
6541
6884
  },
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
+ },
6542
6903
  {
6543
6904
  "kind": "Content",
6544
6905
  "text": ") => any;\n onblur: (this: "
@@ -6683,6 +7044,24 @@
6683
7044
  "text": "MouseEvent",
6684
7045
  "canonicalReference": "!MouseEvent:interface"
6685
7046
  },
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
+ },
6686
7065
  {
6687
7066
  "kind": "Content",
6688
7067
  "text": ") => any;\n oncuechange: (this: "
@@ -6701,6 +7080,24 @@
6701
7080
  "text": "Event",
6702
7081
  "canonicalReference": "!Event:interface"
6703
7082
  },
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
+ },
6704
7101
  {
6705
7102
  "kind": "Content",
6706
7103
  "text": ") => any;\n ondblclick: (this: "
@@ -7268,6 +7665,24 @@
7268
7665
  "text": "MouseEvent",
7269
7666
  "canonicalReference": "!MouseEvent:interface"
7270
7667
  },
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
+ },
7271
7686
  {
7272
7687
  "kind": "Content",
7273
7688
  "text": ") => any;\n onpause: (this: "
@@ -7565,6 +7980,24 @@
7565
7980
  "text": "Event",
7566
7981
  "canonicalReference": "!Event:interface"
7567
7982
  },
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
+ },
7568
8001
  {
7569
8002
  "kind": "Content",
7570
8003
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -8075,13 +8508,36 @@
8075
8508
  }
8076
8509
  ],
8077
8510
  "fileUrlPath": "src/mixins/lifecycle/lifecycle.ts",
8078
- "isReadonly": true,
8511
+ "returnTypeTokenRange": {
8512
+ "startIndex": 5,
8513
+ "endIndex": 706
8514
+ },
8079
8515
  "releaseTag": "Beta",
8080
- "name": "LifecycleMixin",
8081
- "variableTypeTokenRange": {
8082
- "startIndex": 1,
8083
- "endIndex": 650
8084
- }
8516
+ "overloadIndex": 1,
8517
+ "parameters": [
8518
+ {
8519
+ "parameterName": "Base",
8520
+ "parameterTypeTokenRange": {
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"
8085
8541
  },
8086
8542
  {
8087
8543
  "kind": "TypeAlias",
@@ -8123,27 +8579,61 @@
8123
8579
  }
8124
8580
  },
8125
8581
  {
8126
- "kind": "Variable",
8127
- "canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:var",
8582
+ "kind": "Function",
8583
+ "canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:function(1)",
8128
8584
  "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",
8129
8585
  "excerptTokens": [
8130
8586
  {
8131
8587
  "kind": "Content",
8132
- "text": "loadFontFaces: "
8588
+ "text": "loadFontFaces: (fontFaceRules: "
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": ") => "
8133
8605
  },
8134
8606
  {
8135
8607
  "kind": "Content",
8136
- "text": "(fontFaceRules: string, styleElementId: string) => void"
8608
+ "text": "void"
8137
8609
  }
8138
8610
  ],
8139
8611
  "fileUrlPath": "src/styles/typography.ts",
8140
- "isReadonly": true,
8612
+ "returnTypeTokenRange": {
8613
+ "startIndex": 5,
8614
+ "endIndex": 6
8615
+ },
8141
8616
  "releaseTag": "Public",
8142
- "name": "loadFontFaces",
8143
- "variableTypeTokenRange": {
8144
- "startIndex": 1,
8145
- "endIndex": 2
8146
- }
8617
+ "overloadIndex": 1,
8618
+ "parameters": [
8619
+ {
8620
+ "parameterName": "fontFaceRules",
8621
+ "parameterTypeTokenRange": {
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"
8147
8637
  },
8148
8638
  {
8149
8639
  "kind": "Interface",
@@ -8803,17 +9293,45 @@
8803
9293
  "extendsTokenRanges": []
8804
9294
  },
8805
9295
  {
8806
- "kind": "Variable",
8807
- "canonicalReference": "@genesislcap/foundation-utils!openPopup:var",
9296
+ "kind": "Function",
9297
+ "canonicalReference": "@genesislcap/foundation-utils!openPopup:function(1)",
8808
9298
  "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",
8809
9299
  "excerptTokens": [
8810
9300
  {
8811
9301
  "kind": "Content",
8812
- "text": "openPopup: "
9302
+ "text": "openPopup: (urlNavigate: "
9303
+ },
9304
+ {
9305
+ "kind": "Content",
9306
+ "text": "string"
8813
9307
  },
8814
9308
  {
8815
9309
  "kind": "Content",
8816
- "text": "(urlNavigate: string, target: string, popUpWidth?: number, popUpHeight?: number) => "
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": ") => "
8817
9335
  },
8818
9336
  {
8819
9337
  "kind": "Reference",
@@ -8822,26 +9340,56 @@
8822
9340
  }
8823
9341
  ],
8824
9342
  "fileUrlPath": "src/window/window.ts",
8825
- "isReadonly": true,
9343
+ "returnTypeTokenRange": {
9344
+ "startIndex": 9,
9345
+ "endIndex": 10
9346
+ },
8826
9347
  "releaseTag": "Public",
8827
- "name": "openPopup",
8828
- "variableTypeTokenRange": {
8829
- "startIndex": 1,
8830
- "endIndex": 3
8831
- }
9348
+ "overloadIndex": 1,
9349
+ "parameters": [
9350
+ {
9351
+ "parameterName": "urlNavigate",
9352
+ "parameterTypeTokenRange": {
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"
8832
9384
  },
8833
9385
  {
8834
- "kind": "Variable",
8835
- "canonicalReference": "@genesislcap/foundation-utils!PendingState:var",
9386
+ "kind": "Function",
9387
+ "canonicalReference": "@genesislcap/foundation-utils!PendingState:function(1)",
8836
9388
  "docComment": "/**\n * The `PendingState` mixin.\n *\n * @public\n */\n",
8837
9389
  "excerptTokens": [
8838
9390
  {
8839
9391
  "kind": "Content",
8840
- "text": "PendingState: "
8841
- },
8842
- {
8843
- "kind": "Content",
8844
- "text": "<TBase extends "
9392
+ "text": "PendingState: <TBase extends "
8845
9393
  },
8846
9394
  {
8847
9395
  "kind": "Reference",
@@ -8850,7 +9398,19 @@
8850
9398
  },
8851
9399
  {
8852
9400
  "kind": "Content",
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 }: "
9401
+ "text": ">(Base: "
9402
+ },
9403
+ {
9404
+ "kind": "Content",
9405
+ "text": "TBase"
9406
+ },
9407
+ {
9408
+ "kind": "Content",
9409
+ "text": ") => "
9410
+ },
9411
+ {
9412
+ "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 }: "
8854
9414
  },
8855
9415
  {
8856
9416
  "kind": "Reference",
@@ -8904,7 +9464,7 @@
8904
9464
  },
8905
9465
  {
8906
9466
  "kind": "Content",
8907
- "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
9467
+ "text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n popover: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
8908
9468
  },
8909
9469
  {
8910
9470
  "kind": "Reference",
@@ -8913,7 +9473,7 @@
8913
9473
  },
8914
9474
  {
8915
9475
  "kind": "Content",
8916
- "text": ";\n click(): void;\n addEventListener<K extends keyof "
9476
+ "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(force?: boolean): boolean;\n addEventListener<K extends keyof "
8917
9477
  },
8918
9478
  {
8919
9479
  "kind": "Reference",
@@ -9120,7 +9680,16 @@
9120
9680
  },
9121
9681
  {
9122
9682
  "kind": "Content",
9123
- "text": ";\n closest<K_2 extends keyof "
9683
+ "text": ";\n checkVisibility(options?: "
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 "
9124
9693
  },
9125
9694
  {
9126
9695
  "kind": "Reference",
@@ -9156,7 +9725,25 @@
9156
9725
  },
9157
9726
  {
9158
9727
  "kind": "Content",
9159
- "text": "[K_3];\n closest<E extends "
9728
+ "text": "[K_3];\n closest<K_4 extends keyof "
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 "
9160
9747
  },
9161
9748
  {
9162
9749
  "kind": "Reference",
@@ -9174,7 +9761,16 @@
9174
9761
  },
9175
9762
  {
9176
9763
  "kind": "Content",
9177
- "text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
9764
+ "text": ">(selectors: string): E;\n computedStyleMap(): "
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): "
9178
9774
  },
9179
9775
  {
9180
9776
  "kind": "Reference",
@@ -9228,7 +9824,7 @@
9228
9824
  },
9229
9825
  {
9230
9826
  "kind": "Content",
9231
- "text": ">;\n getElementsByTagName<K_4 extends keyof "
9827
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
9232
9828
  },
9233
9829
  {
9234
9830
  "kind": "Reference",
@@ -9237,7 +9833,7 @@
9237
9833
  },
9238
9834
  {
9239
9835
  "kind": "Content",
9240
- "text": ">(qualifiedName: K_4): "
9836
+ "text": ">(qualifiedName: K_5): "
9241
9837
  },
9242
9838
  {
9243
9839
  "kind": "Reference",
@@ -9255,7 +9851,7 @@
9255
9851
  },
9256
9852
  {
9257
9853
  "kind": "Content",
9258
- "text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
9854
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
9259
9855
  },
9260
9856
  {
9261
9857
  "kind": "Reference",
@@ -9264,7 +9860,7 @@
9264
9860
  },
9265
9861
  {
9266
9862
  "kind": "Content",
9267
- "text": ">(qualifiedName: K_5): "
9863
+ "text": ">(qualifiedName: K_6): "
9268
9864
  },
9269
9865
  {
9270
9866
  "kind": "Reference",
@@ -9282,7 +9878,61 @@
9282
9878
  },
9283
9879
  {
9284
9880
  "kind": "Content",
9285
- "text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
9881
+ "text": "[K_6]>;\n getElementsByTagName<K_7 extends keyof "
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): "
9286
9936
  },
9287
9937
  {
9288
9938
  "kind": "Reference",
@@ -9334,6 +9984,24 @@
9334
9984
  "text": "SVGElement",
9335
9985
  "canonicalReference": "!SVGElement:interface"
9336
9986
  },
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
+ },
9337
10005
  {
9338
10006
  "kind": "Content",
9339
10007
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -9696,7 +10364,7 @@
9696
10364
  },
9697
10365
  {
9698
10366
  "kind": "Content",
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: "
10367
+ "text": ", child: T_3): T_3;\n readonly ELEMENT_NODE: 1;\n readonly ATTRIBUTE_NODE: 2;\n readonly TEXT_NODE: 3;\n readonly CDATA_SECTION_NODE: 4;\n readonly ENTITY_REFERENCE_NODE: 5;\n readonly ENTITY_NODE: 6;\n readonly PROCESSING_INSTRUCTION_NODE: 7;\n readonly COMMENT_NODE: 8;\n readonly DOCUMENT_NODE: 9;\n readonly DOCUMENT_TYPE_NODE: 10;\n readonly DOCUMENT_FRAGMENT_NODE: 11;\n readonly NOTATION_NODE: 12;\n readonly DOCUMENT_POSITION_DISCONNECTED: 1;\n readonly DOCUMENT_POSITION_PRECEDING: 2;\n readonly DOCUMENT_POSITION_FOLLOWING: 4;\n readonly DOCUMENT_POSITION_CONTAINS: 8;\n readonly DOCUMENT_POSITION_CONTAINED_BY: 16;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;\n dispatchEvent(event: "
9700
10368
  },
9701
10369
  {
9702
10370
  "kind": "Reference",
@@ -9705,7 +10373,7 @@
9705
10373
  },
9706
10374
  {
9707
10375
  "kind": "Content",
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: "
10376
+ "text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n ariaColSpan: string;\n ariaCurrent: string;\n ariaDescription: 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 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: "
9709
10377
  },
9710
10378
  {
9711
10379
  "kind": "Reference",
@@ -9849,7 +10517,7 @@
9849
10517
  },
9850
10518
  {
9851
10519
  "kind": "Content",
9852
- "text": ")[]): void;\n querySelector<K_6 extends keyof "
10520
+ "text": ")[]): void;\n querySelector<K_9 extends keyof "
9853
10521
  },
9854
10522
  {
9855
10523
  "kind": "Reference",
@@ -9858,7 +10526,7 @@
9858
10526
  },
9859
10527
  {
9860
10528
  "kind": "Content",
9861
- "text": ">(selectors: K_6): "
10529
+ "text": ">(selectors: K_9): "
9862
10530
  },
9863
10531
  {
9864
10532
  "kind": "Reference",
@@ -9867,7 +10535,7 @@
9867
10535
  },
9868
10536
  {
9869
10537
  "kind": "Content",
9870
- "text": "[K_6];\n querySelector<K_7 extends keyof "
10538
+ "text": "[K_9];\n querySelector<K_10 extends keyof "
9871
10539
  },
9872
10540
  {
9873
10541
  "kind": "Reference",
@@ -9876,7 +10544,7 @@
9876
10544
  },
9877
10545
  {
9878
10546
  "kind": "Content",
9879
- "text": ">(selectors: K_7): "
10547
+ "text": ">(selectors: K_10): "
9880
10548
  },
9881
10549
  {
9882
10550
  "kind": "Reference",
@@ -9885,7 +10553,43 @@
9885
10553
  },
9886
10554
  {
9887
10555
  "kind": "Content",
9888
- "text": "[K_7];\n querySelector<E_1 extends "
10556
+ "text": "[K_10];\n querySelector<K_11 extends keyof "
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 "
9889
10593
  },
9890
10594
  {
9891
10595
  "kind": "Reference",
@@ -9903,7 +10607,7 @@
9903
10607
  },
9904
10608
  {
9905
10609
  "kind": "Content",
9906
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
10610
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_13 extends keyof "
9907
10611
  },
9908
10612
  {
9909
10613
  "kind": "Reference",
@@ -9912,7 +10616,7 @@
9912
10616
  },
9913
10617
  {
9914
10618
  "kind": "Content",
9915
- "text": ">(selectors: K_8): "
10619
+ "text": ">(selectors: K_13): "
9916
10620
  },
9917
10621
  {
9918
10622
  "kind": "Reference",
@@ -9930,7 +10634,7 @@
9930
10634
  },
9931
10635
  {
9932
10636
  "kind": "Content",
9933
- "text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
10637
+ "text": "[K_13]>;\n querySelectorAll<K_14 extends keyof "
9934
10638
  },
9935
10639
  {
9936
10640
  "kind": "Reference",
@@ -9939,7 +10643,7 @@
9939
10643
  },
9940
10644
  {
9941
10645
  "kind": "Content",
9942
- "text": ">(selectors: K_9): "
10646
+ "text": ">(selectors: K_14): "
9943
10647
  },
9944
10648
  {
9945
10649
  "kind": "Reference",
@@ -9957,106 +10661,115 @@
9957
10661
  },
9958
10662
  {
9959
10663
  "kind": "Content",
9960
- "text": "[K_9]>;\n querySelectorAll<E_2 extends "
10664
+ "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
9961
10665
  },
9962
10666
  {
9963
10667
  "kind": "Reference",
9964
- "text": "Element",
9965
- "canonicalReference": "!Element:interface"
10668
+ "text": "MathMLElementTagNameMap",
10669
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
10670
+ },
10671
+ {
10672
+ "kind": "Content",
10673
+ "text": ">(selectors: K_15): "
10674
+ },
10675
+ {
10676
+ "kind": "Reference",
10677
+ "text": "NodeListOf",
10678
+ "canonicalReference": "!NodeListOf:interface"
9966
10679
  },
9967
10680
  {
9968
10681
  "kind": "Content",
9969
- "text": " = "
10682
+ "text": "<"
9970
10683
  },
9971
10684
  {
9972
10685
  "kind": "Reference",
9973
- "text": "Element",
9974
- "canonicalReference": "!Element:interface"
10686
+ "text": "MathMLElementTagNameMap",
10687
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9975
10688
  },
9976
10689
  {
9977
10690
  "kind": "Content",
9978
- "text": ">(selectors: string): "
10691
+ "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
9979
10692
  },
9980
10693
  {
9981
10694
  "kind": "Reference",
9982
- "text": "NodeListOf",
9983
- "canonicalReference": "!NodeListOf:interface"
10695
+ "text": "HTMLElementDeprecatedTagNameMap",
10696
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
9984
10697
  },
9985
10698
  {
9986
10699
  "kind": "Content",
9987
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
10700
+ "text": ">(selectors: K_16): "
9988
10701
  },
9989
10702
  {
9990
10703
  "kind": "Reference",
9991
- "text": "Node",
9992
- "canonicalReference": "!Node:interface"
10704
+ "text": "NodeListOf",
10705
+ "canonicalReference": "!NodeListOf:interface"
9993
10706
  },
9994
10707
  {
9995
10708
  "kind": "Content",
9996
- "text": ")[]): void;\n readonly assignedSlot: "
10709
+ "text": "<"
9997
10710
  },
9998
10711
  {
9999
10712
  "kind": "Reference",
10000
- "text": "HTMLSlotElement",
10001
- "canonicalReference": "!HTMLSlotElement:interface"
10713
+ "text": "HTMLElementDeprecatedTagNameMap",
10714
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
10002
10715
  },
10003
10716
  {
10004
10717
  "kind": "Content",
10005
- "text": ";\n oncopy: (this: "
10718
+ "text": "[K_16]>;\n querySelectorAll<E_2 extends "
10006
10719
  },
10007
10720
  {
10008
10721
  "kind": "Reference",
10009
- "text": "DocumentAndElementEventHandlers",
10010
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10722
+ "text": "Element",
10723
+ "canonicalReference": "!Element:interface"
10011
10724
  },
10012
10725
  {
10013
10726
  "kind": "Content",
10014
- "text": ", ev: "
10727
+ "text": " = "
10015
10728
  },
10016
10729
  {
10017
10730
  "kind": "Reference",
10018
- "text": "ClipboardEvent",
10019
- "canonicalReference": "!ClipboardEvent:interface"
10731
+ "text": "Element",
10732
+ "canonicalReference": "!Element:interface"
10020
10733
  },
10021
10734
  {
10022
10735
  "kind": "Content",
10023
- "text": ") => any;\n oncut: (this: "
10736
+ "text": ">(selectors: string): "
10024
10737
  },
10025
10738
  {
10026
10739
  "kind": "Reference",
10027
- "text": "DocumentAndElementEventHandlers",
10028
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10740
+ "text": "NodeListOf",
10741
+ "canonicalReference": "!NodeListOf:interface"
10029
10742
  },
10030
10743
  {
10031
10744
  "kind": "Content",
10032
- "text": ", ev: "
10745
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
10033
10746
  },
10034
10747
  {
10035
10748
  "kind": "Reference",
10036
- "text": "ClipboardEvent",
10037
- "canonicalReference": "!ClipboardEvent:interface"
10749
+ "text": "Node",
10750
+ "canonicalReference": "!Node:interface"
10038
10751
  },
10039
10752
  {
10040
10753
  "kind": "Content",
10041
- "text": ") => any;\n onpaste: (this: "
10754
+ "text": ")[]): void;\n readonly assignedSlot: "
10042
10755
  },
10043
10756
  {
10044
10757
  "kind": "Reference",
10045
- "text": "DocumentAndElementEventHandlers",
10046
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10758
+ "text": "HTMLSlotElement",
10759
+ "canonicalReference": "!HTMLSlotElement:interface"
10047
10760
  },
10048
10761
  {
10049
10762
  "kind": "Content",
10050
- "text": ", ev: "
10763
+ "text": ";\n readonly attributeStyleMap: "
10051
10764
  },
10052
10765
  {
10053
10766
  "kind": "Reference",
10054
- "text": "ClipboardEvent",
10055
- "canonicalReference": "!ClipboardEvent:interface"
10767
+ "text": "StylePropertyMap",
10768
+ "canonicalReference": "!StylePropertyMap:interface"
10056
10769
  },
10057
10770
  {
10058
10771
  "kind": "Content",
10059
- "text": ") => any;\n readonly style: "
10772
+ "text": ";\n readonly style: "
10060
10773
  },
10061
10774
  {
10062
10775
  "kind": "Reference",
@@ -10189,6 +10902,24 @@
10189
10902
  "text": "InputEvent",
10190
10903
  "canonicalReference": "!InputEvent:interface"
10191
10904
  },
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
+ },
10192
10923
  {
10193
10924
  "kind": "Content",
10194
10925
  "text": ") => any;\n onblur: (this: "
@@ -10333,6 +11064,24 @@
10333
11064
  "text": "MouseEvent",
10334
11065
  "canonicalReference": "!MouseEvent:interface"
10335
11066
  },
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
+ },
10336
11085
  {
10337
11086
  "kind": "Content",
10338
11087
  "text": ") => any;\n oncuechange: (this: "
@@ -10351,6 +11100,24 @@
10351
11100
  "text": "Event",
10352
11101
  "canonicalReference": "!Event:interface"
10353
11102
  },
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
+ },
10354
11121
  {
10355
11122
  "kind": "Content",
10356
11123
  "text": ") => any;\n ondblclick: (this: "
@@ -10918,6 +11685,24 @@
10918
11685
  "text": "MouseEvent",
10919
11686
  "canonicalReference": "!MouseEvent:interface"
10920
11687
  },
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
+ },
10921
11706
  {
10922
11707
  "kind": "Content",
10923
11708
  "text": ") => any;\n onpause: (this: "
@@ -11215,6 +12000,24 @@
11215
12000
  "text": "Event",
11216
12001
  "canonicalReference": "!Event:interface"
11217
12002
  },
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
+ },
11218
12021
  {
11219
12022
  "kind": "Content",
11220
12023
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -11725,13 +12528,36 @@
11725
12528
  }
11726
12529
  ],
11727
12530
  "fileUrlPath": "src/mixins/pendingState/pendingState.ts",
11728
- "isReadonly": true,
12531
+ "returnTypeTokenRange": {
12532
+ "startIndex": 5,
12533
+ "endIndex": 698
12534
+ },
11729
12535
  "releaseTag": "Public",
11730
- "name": "PendingState",
11731
- "variableTypeTokenRange": {
11732
- "startIndex": 1,
11733
- "endIndex": 642
11734
- }
12536
+ "overloadIndex": 1,
12537
+ "parameters": [
12538
+ {
12539
+ "parameterName": "Base",
12540
+ "parameterTypeTokenRange": {
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"
11735
12561
  },
11736
12562
  {
11737
12563
  "kind": "TypeAlias",
@@ -12106,17 +12932,37 @@
12106
12932
  "name": "renderOnChange"
12107
12933
  },
12108
12934
  {
12109
- "kind": "Variable",
12110
- "canonicalReference": "@genesislcap/foundation-utils!resolveAfter:var",
12935
+ "kind": "Function",
12936
+ "canonicalReference": "@genesislcap/foundation-utils!resolveAfter:function(1)",
12111
12937
  "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",
12112
12938
  "excerptTokens": [
12113
12939
  {
12114
12940
  "kind": "Content",
12115
- "text": "resolveAfter: "
12941
+ "text": "resolveAfter: <T = "
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"
12116
12962
  },
12117
12963
  {
12118
12964
  "kind": "Content",
12119
- "text": "<T = any>(ms: number, valueCreator: () => T) => "
12965
+ "text": ") => "
12120
12966
  },
12121
12967
  {
12122
12968
  "kind": "Reference",
@@ -12129,13 +12975,44 @@
12129
12975
  }
12130
12976
  ],
12131
12977
  "fileUrlPath": "src/promise/resolveAfter.ts",
12132
- "isReadonly": true,
12978
+ "returnTypeTokenRange": {
12979
+ "startIndex": 7,
12980
+ "endIndex": 9
12981
+ },
12133
12982
  "releaseTag": "Public",
12134
- "name": "resolveAfter",
12135
- "variableTypeTokenRange": {
12136
- "startIndex": 1,
12137
- "endIndex": 4
12138
- }
12983
+ "overloadIndex": 1,
12984
+ "parameters": [
12985
+ {
12986
+ "parameterName": "ms",
12987
+ "parameterTypeTokenRange": {
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"
12139
13016
  },
12140
13017
  {
12141
13018
  "kind": "TypeAlias",
@@ -12205,17 +13082,13 @@
12205
13082
  }
12206
13083
  },
12207
13084
  {
12208
- "kind": "Variable",
12209
- "canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:var",
13085
+ "kind": "Function",
13086
+ "canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:function(1)",
12210
13087
  "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",
12211
13088
  "excerptTokens": [
12212
13089
  {
12213
13090
  "kind": "Content",
12214
- "text": "respondToVisibility: "
12215
- },
12216
- {
12217
- "kind": "Content",
12218
- "text": "(element: "
13091
+ "text": "respondToVisibility: (element: "
12219
13092
  },
12220
13093
  {
12221
13094
  "kind": "Reference",
@@ -12224,17 +13097,47 @@
12224
13097
  },
12225
13098
  {
12226
13099
  "kind": "Content",
12227
- "text": ", callback: (arg0: boolean) => any) => void"
13100
+ "text": ", callback: "
13101
+ },
13102
+ {
13103
+ "kind": "Content",
13104
+ "text": "(arg0: boolean) => any"
13105
+ },
13106
+ {
13107
+ "kind": "Content",
13108
+ "text": ") => "
13109
+ },
13110
+ {
13111
+ "kind": "Content",
13112
+ "text": "void"
12228
13113
  }
12229
13114
  ],
12230
13115
  "fileUrlPath": "src/observer/observer.ts",
12231
- "isReadonly": true,
13116
+ "returnTypeTokenRange": {
13117
+ "startIndex": 5,
13118
+ "endIndex": 6
13119
+ },
12232
13120
  "releaseTag": "Public",
12233
- "name": "respondToVisibility",
12234
- "variableTypeTokenRange": {
12235
- "startIndex": 1,
12236
- "endIndex": 4
12237
- }
13121
+ "overloadIndex": 1,
13122
+ "parameters": [
13123
+ {
13124
+ "parameterName": "element",
13125
+ "parameterTypeTokenRange": {
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"
12238
13141
  },
12239
13142
  {
12240
13143
  "kind": "TypeAlias",