@genesislcap/foundation-utils 14.226.0 → 14.226.2-alpha-bcda968.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +277 -227
- package/dist/dts/env/variables.d.ts +20 -0
- package/dist/dts/env/variables.d.ts.map +1 -1
- 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/env/variables.js +39 -7
- 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 +355 -1212
- package/dist/foundation-utils.d.ts +78 -93
- package/docs/api/foundation-utils.builder.md +18 -0
- 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 +20 -18
- package/docs/api/foundation-utils.openpopup.md +1 -17
- package/docs/api/foundation-utils.pendingstate.md +30 -57
- package/docs/api/foundation-utils.public_path.md +18 -0
- 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} +64 -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": {
|
@@ -274,6 +274,29 @@
|
|
274
274
|
],
|
275
275
|
"name": "assureDesignSystem"
|
276
276
|
},
|
277
|
+
{
|
278
|
+
"kind": "Variable",
|
279
|
+
"canonicalReference": "@genesislcap/foundation-utils!BUILDER:var",
|
280
|
+
"docComment": "/**\n * The builder aka file bundler.\n *\n * @example\n *\n * 'webpack', 'vite'.\n *\n * @defaultValue\n *\n * `'webpack'`\n *\n * @public\n */\n",
|
281
|
+
"excerptTokens": [
|
282
|
+
{
|
283
|
+
"kind": "Content",
|
284
|
+
"text": "_BUILDER: "
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"kind": "Content",
|
288
|
+
"text": "string"
|
289
|
+
}
|
290
|
+
],
|
291
|
+
"fileUrlPath": "src/env/variables.ts",
|
292
|
+
"isReadonly": false,
|
293
|
+
"releaseTag": "Public",
|
294
|
+
"name": "BUILDER",
|
295
|
+
"variableTypeTokenRange": {
|
296
|
+
"startIndex": 1,
|
297
|
+
"endIndex": 2
|
298
|
+
}
|
299
|
+
},
|
277
300
|
{
|
278
301
|
"kind": "TypeAlias",
|
279
302
|
"canonicalReference": "@genesislcap/foundation-utils!ConstructableLifecycleHandler:type",
|
@@ -399,13 +422,17 @@
|
|
399
422
|
}
|
400
423
|
},
|
401
424
|
{
|
402
|
-
"kind": "
|
403
|
-
"canonicalReference": "@genesislcap/foundation-utils!createErrorMap:
|
425
|
+
"kind": "Variable",
|
426
|
+
"canonicalReference": "@genesislcap/foundation-utils!createErrorMap:var",
|
404
427
|
"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
428
|
"excerptTokens": [
|
406
429
|
{
|
407
430
|
"kind": "Content",
|
408
|
-
"text": "createErrorMap:
|
431
|
+
"text": "createErrorMap: "
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"kind": "Content",
|
435
|
+
"text": "<TErrorDetailMap extends "
|
409
436
|
},
|
410
437
|
{
|
411
438
|
"kind": "Reference",
|
@@ -436,36 +463,13 @@
|
|
436
463
|
}
|
437
464
|
],
|
438
465
|
"fileUrlPath": "src/error/errorMap.ts",
|
439
|
-
"
|
440
|
-
"startIndex": 5,
|
441
|
-
"endIndex": 7
|
442
|
-
},
|
466
|
+
"isReadonly": true,
|
443
467
|
"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"
|
468
|
+
"name": "createErrorMap",
|
469
|
+
"variableTypeTokenRange": {
|
470
|
+
"startIndex": 1,
|
471
|
+
"endIndex": 8
|
472
|
+
}
|
469
473
|
},
|
470
474
|
{
|
471
475
|
"kind": "Function",
|
@@ -531,13 +535,17 @@
|
|
531
535
|
"name": "createLogger"
|
532
536
|
},
|
533
537
|
{
|
534
|
-
"kind": "
|
535
|
-
"canonicalReference": "@genesislcap/foundation-utils!createObserver:
|
538
|
+
"kind": "Variable",
|
539
|
+
"canonicalReference": "@genesislcap/foundation-utils!createObserver:var",
|
536
540
|
"docComment": "/**\n * Creates a new event observer instance.\n *\n * @public\n */\n",
|
537
541
|
"excerptTokens": [
|
538
542
|
{
|
539
543
|
"kind": "Content",
|
540
|
-
"text": "createObserver:
|
544
|
+
"text": "createObserver: "
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"kind": "Content",
|
548
|
+
"text": "<EventType>() => "
|
541
549
|
},
|
542
550
|
{
|
543
551
|
"kind": "Reference",
|
@@ -550,27 +558,13 @@
|
|
550
558
|
}
|
551
559
|
],
|
552
560
|
"fileUrlPath": "src/observer/observer.ts",
|
553
|
-
"
|
554
|
-
"startIndex": 1,
|
555
|
-
"endIndex": 3
|
556
|
-
},
|
561
|
+
"isReadonly": true,
|
557
562
|
"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"
|
563
|
+
"name": "createObserver",
|
564
|
+
"variableTypeTokenRange": {
|
565
|
+
"startIndex": 1,
|
566
|
+
"endIndex": 4
|
567
|
+
}
|
574
568
|
},
|
575
569
|
{
|
576
570
|
"kind": "Function",
|
@@ -1651,25 +1645,17 @@
|
|
1651
1645
|
"extendsTokenRanges": []
|
1652
1646
|
},
|
1653
1647
|
{
|
1654
|
-
"kind": "
|
1655
|
-
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:
|
1648
|
+
"kind": "Variable",
|
1649
|
+
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:var",
|
1656
1650
|
"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
1651
|
"excerptTokens": [
|
1658
1652
|
{
|
1659
1653
|
"kind": "Content",
|
1660
|
-
"text": "decodeFromBase64:
|
1661
|
-
},
|
1662
|
-
{
|
1663
|
-
"kind": "Content",
|
1664
|
-
"text": "string"
|
1665
|
-
},
|
1666
|
-
{
|
1667
|
-
"kind": "Content",
|
1668
|
-
"text": ") => "
|
1654
|
+
"text": "decodeFromBase64: "
|
1669
1655
|
},
|
1670
1656
|
{
|
1671
1657
|
"kind": "Content",
|
1672
|
-
"text": "string | "
|
1658
|
+
"text": "(base64Value: string) => string | "
|
1673
1659
|
},
|
1674
1660
|
{
|
1675
1661
|
"kind": "Reference",
|
@@ -1678,44 +1664,26 @@
|
|
1678
1664
|
}
|
1679
1665
|
],
|
1680
1666
|
"fileUrlPath": "src/encoding/base64/decode.ts",
|
1681
|
-
"
|
1682
|
-
"startIndex": 3,
|
1683
|
-
"endIndex": 5
|
1684
|
-
},
|
1667
|
+
"isReadonly": true,
|
1685
1668
|
"releaseTag": "Public",
|
1686
|
-
"
|
1687
|
-
"
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
"startIndex": 1,
|
1692
|
-
"endIndex": 2
|
1693
|
-
},
|
1694
|
-
"isOptional": false
|
1695
|
-
}
|
1696
|
-
],
|
1697
|
-
"name": "decodeFromBase64"
|
1669
|
+
"name": "decodeFromBase64",
|
1670
|
+
"variableTypeTokenRange": {
|
1671
|
+
"startIndex": 1,
|
1672
|
+
"endIndex": 3
|
1673
|
+
}
|
1698
1674
|
},
|
1699
1675
|
{
|
1700
|
-
"kind": "
|
1701
|
-
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:
|
1676
|
+
"kind": "Variable",
|
1677
|
+
"canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:var",
|
1702
1678
|
"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
1679
|
"excerptTokens": [
|
1704
1680
|
{
|
1705
1681
|
"kind": "Content",
|
1706
|
-
"text": "decodeFromBase64WithPrefix:
|
1707
|
-
},
|
1708
|
-
{
|
1709
|
-
"kind": "Content",
|
1710
|
-
"text": "string"
|
1711
|
-
},
|
1712
|
-
{
|
1713
|
-
"kind": "Content",
|
1714
|
-
"text": ") => "
|
1682
|
+
"text": "decodeFromBase64WithPrefix: "
|
1715
1683
|
},
|
1716
1684
|
{
|
1717
1685
|
"kind": "Content",
|
1718
|
-
"text": "string | "
|
1686
|
+
"text": "(value: string) => string | "
|
1719
1687
|
},
|
1720
1688
|
{
|
1721
1689
|
"kind": "Reference",
|
@@ -1724,23 +1692,13 @@
|
|
1724
1692
|
}
|
1725
1693
|
],
|
1726
1694
|
"fileUrlPath": "src/encoding/base64/decode.ts",
|
1727
|
-
"
|
1728
|
-
"startIndex": 3,
|
1729
|
-
"endIndex": 5
|
1730
|
-
},
|
1695
|
+
"isReadonly": true,
|
1731
1696
|
"releaseTag": "Public",
|
1732
|
-
"
|
1733
|
-
"
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
"startIndex": 1,
|
1738
|
-
"endIndex": 2
|
1739
|
-
},
|
1740
|
-
"isOptional": false
|
1741
|
-
}
|
1742
|
-
],
|
1743
|
-
"name": "decodeFromBase64WithPrefix"
|
1697
|
+
"name": "decodeFromBase64WithPrefix",
|
1698
|
+
"variableTypeTokenRange": {
|
1699
|
+
"startIndex": 1,
|
1700
|
+
"endIndex": 3
|
1701
|
+
}
|
1744
1702
|
},
|
1745
1703
|
{
|
1746
1704
|
"kind": "Variable",
|
@@ -2823,17 +2781,17 @@
|
|
2823
2781
|
"extendsTokenRanges": []
|
2824
2782
|
},
|
2825
2783
|
{
|
2826
|
-
"kind": "
|
2827
|
-
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:
|
2784
|
+
"kind": "Variable",
|
2785
|
+
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:var",
|
2828
2786
|
"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
2787
|
"excerptTokens": [
|
2830
2788
|
{
|
2831
2789
|
"kind": "Content",
|
2832
|
-
"text": "encodeToBase64:
|
2790
|
+
"text": "encodeToBase64: "
|
2833
2791
|
},
|
2834
2792
|
{
|
2835
2793
|
"kind": "Content",
|
2836
|
-
"text": "string | "
|
2794
|
+
"text": "(value: string | "
|
2837
2795
|
},
|
2838
2796
|
{
|
2839
2797
|
"kind": "Reference",
|
@@ -2842,44 +2800,30 @@
|
|
2842
2800
|
},
|
2843
2801
|
{
|
2844
2802
|
"kind": "Content",
|
2845
|
-
"text": ") => "
|
2846
|
-
},
|
2847
|
-
{
|
2848
|
-
"kind": "Content",
|
2849
|
-
"text": "string"
|
2803
|
+
"text": ") => string"
|
2850
2804
|
}
|
2851
2805
|
],
|
2852
2806
|
"fileUrlPath": "src/encoding/base64/encode.ts",
|
2853
|
-
"
|
2854
|
-
"startIndex": 4,
|
2855
|
-
"endIndex": 5
|
2856
|
-
},
|
2807
|
+
"isReadonly": true,
|
2857
2808
|
"releaseTag": "Public",
|
2858
|
-
"
|
2859
|
-
"
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
"startIndex": 1,
|
2864
|
-
"endIndex": 3
|
2865
|
-
},
|
2866
|
-
"isOptional": false
|
2867
|
-
}
|
2868
|
-
],
|
2869
|
-
"name": "encodeToBase64"
|
2809
|
+
"name": "encodeToBase64",
|
2810
|
+
"variableTypeTokenRange": {
|
2811
|
+
"startIndex": 1,
|
2812
|
+
"endIndex": 4
|
2813
|
+
}
|
2870
2814
|
},
|
2871
2815
|
{
|
2872
|
-
"kind": "
|
2873
|
-
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:
|
2816
|
+
"kind": "Variable",
|
2817
|
+
"canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:var",
|
2874
2818
|
"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
2819
|
"excerptTokens": [
|
2876
2820
|
{
|
2877
2821
|
"kind": "Content",
|
2878
|
-
"text": "encodeToBase64WithPrefix:
|
2822
|
+
"text": "encodeToBase64WithPrefix: "
|
2879
2823
|
},
|
2880
2824
|
{
|
2881
2825
|
"kind": "Content",
|
2882
|
-
"text": "string | "
|
2826
|
+
"text": "(value: string | "
|
2883
2827
|
},
|
2884
2828
|
{
|
2885
2829
|
"kind": "Reference",
|
@@ -2888,31 +2832,17 @@
|
|
2888
2832
|
},
|
2889
2833
|
{
|
2890
2834
|
"kind": "Content",
|
2891
|
-
"text": ") => "
|
2892
|
-
},
|
2893
|
-
{
|
2894
|
-
"kind": "Content",
|
2895
|
-
"text": "string"
|
2835
|
+
"text": ") => string"
|
2896
2836
|
}
|
2897
2837
|
],
|
2898
2838
|
"fileUrlPath": "src/encoding/base64/encode.ts",
|
2899
|
-
"
|
2900
|
-
"startIndex": 4,
|
2901
|
-
"endIndex": 5
|
2902
|
-
},
|
2839
|
+
"isReadonly": true,
|
2903
2840
|
"releaseTag": "Public",
|
2904
|
-
"
|
2905
|
-
"
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
"startIndex": 1,
|
2910
|
-
"endIndex": 3
|
2911
|
-
},
|
2912
|
-
"isOptional": false
|
2913
|
-
}
|
2914
|
-
],
|
2915
|
-
"name": "encodeToBase64WithPrefix"
|
2841
|
+
"name": "encodeToBase64WithPrefix",
|
2842
|
+
"variableTypeTokenRange": {
|
2843
|
+
"startIndex": 1,
|
2844
|
+
"endIndex": 4
|
2845
|
+
}
|
2916
2846
|
},
|
2917
2847
|
{
|
2918
2848
|
"kind": "TypeAlias",
|
@@ -3652,21 +3582,17 @@
|
|
3652
3582
|
"name": "getDateFormatter"
|
3653
3583
|
},
|
3654
3584
|
{
|
3655
|
-
"kind": "
|
3656
|
-
"canonicalReference": "@genesislcap/foundation-utils!getFontMixin:
|
3585
|
+
"kind": "Variable",
|
3586
|
+
"canonicalReference": "@genesislcap/foundation-utils!getFontMixin:var",
|
3657
3587
|
"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
3588
|
"excerptTokens": [
|
3659
3589
|
{
|
3660
3590
|
"kind": "Content",
|
3661
|
-
"text": "getFontMixin:
|
3662
|
-
},
|
3663
|
-
{
|
3664
|
-
"kind": "Content",
|
3665
|
-
"text": "string"
|
3591
|
+
"text": "getFontMixin: "
|
3666
3592
|
},
|
3667
3593
|
{
|
3668
3594
|
"kind": "Content",
|
3669
|
-
"text": ", style?: "
|
3595
|
+
"text": "(family: string, style?: "
|
3670
3596
|
},
|
3671
3597
|
{
|
3672
3598
|
"kind": "Reference",
|
@@ -3684,47 +3610,17 @@
|
|
3684
3610
|
},
|
3685
3611
|
{
|
3686
3612
|
"kind": "Content",
|
3687
|
-
"text": ") => "
|
3688
|
-
},
|
3689
|
-
{
|
3690
|
-
"kind": "Content",
|
3691
|
-
"text": "string"
|
3613
|
+
"text": ") => string"
|
3692
3614
|
}
|
3693
3615
|
],
|
3694
3616
|
"fileUrlPath": "src/styles/typography.ts",
|
3695
|
-
"
|
3696
|
-
"startIndex": 7,
|
3697
|
-
"endIndex": 8
|
3698
|
-
},
|
3617
|
+
"isReadonly": true,
|
3699
3618
|
"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"
|
3619
|
+
"name": "getFontMixin",
|
3620
|
+
"variableTypeTokenRange": {
|
3621
|
+
"startIndex": 1,
|
3622
|
+
"endIndex": 6
|
3623
|
+
}
|
3728
3624
|
},
|
3729
3625
|
{
|
3730
3626
|
"kind": "Function",
|
@@ -3811,28 +3707,27 @@
|
|
3811
3707
|
}
|
3812
3708
|
},
|
3813
3709
|
{
|
3814
|
-
"kind": "
|
3815
|
-
"canonicalReference": "@genesislcap/foundation-utils!inIFrame:
|
3710
|
+
"kind": "Variable",
|
3711
|
+
"canonicalReference": "@genesislcap/foundation-utils!inIFrame:var",
|
3816
3712
|
"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
3713
|
"excerptTokens": [
|
3818
3714
|
{
|
3819
3715
|
"kind": "Content",
|
3820
|
-
"text": "inIFrame:
|
3716
|
+
"text": "inIFrame: "
|
3821
3717
|
},
|
3822
3718
|
{
|
3823
3719
|
"kind": "Content",
|
3824
|
-
"text": "boolean"
|
3720
|
+
"text": "() => boolean"
|
3825
3721
|
}
|
3826
3722
|
],
|
3827
3723
|
"fileUrlPath": "src/window/window.ts",
|
3828
|
-
"
|
3724
|
+
"isReadonly": true,
|
3725
|
+
"releaseTag": "Public",
|
3726
|
+
"name": "inIFrame",
|
3727
|
+
"variableTypeTokenRange": {
|
3829
3728
|
"startIndex": 1,
|
3830
3729
|
"endIndex": 2
|
3831
|
-
}
|
3832
|
-
"releaseTag": "Public",
|
3833
|
-
"overloadIndex": 1,
|
3834
|
-
"parameters": [],
|
3835
|
-
"name": "inIFrame"
|
3730
|
+
}
|
3836
3731
|
},
|
3837
3732
|
{
|
3838
3733
|
"kind": "Class",
|
@@ -4417,150 +4312,96 @@
|
|
4417
4312
|
]
|
4418
4313
|
},
|
4419
4314
|
{
|
4420
|
-
"kind": "
|
4421
|
-
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:
|
4315
|
+
"kind": "Variable",
|
4316
|
+
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:var",
|
4422
4317
|
"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
4318
|
"excerptTokens": [
|
4424
4319
|
{
|
4425
4320
|
"kind": "Content",
|
4426
|
-
"text": "insertDocumentCSSRule:
|
4427
|
-
},
|
4428
|
-
{
|
4429
|
-
"kind": "Content",
|
4430
|
-
"text": "string"
|
4321
|
+
"text": "insertDocumentCSSRule: "
|
4431
4322
|
},
|
4432
4323
|
{
|
4433
4324
|
"kind": "Content",
|
4434
|
-
"text": ", styleElementId: "
|
4435
|
-
},
|
4436
|
-
{
|
4437
|
-
"kind": "Content",
|
4438
|
-
"text": "string"
|
4439
|
-
},
|
4440
|
-
{
|
4441
|
-
"kind": "Content",
|
4442
|
-
"text": ") => "
|
4443
|
-
},
|
4444
|
-
{
|
4445
|
-
"kind": "Content",
|
4446
|
-
"text": "(() => void)"
|
4325
|
+
"text": "(cssRule: string, styleElementId: string) => (() => void)"
|
4447
4326
|
}
|
4448
4327
|
],
|
4449
4328
|
"fileUrlPath": "src/styles/dom.ts",
|
4450
|
-
"
|
4451
|
-
"startIndex": 5,
|
4452
|
-
"endIndex": 6
|
4453
|
-
},
|
4329
|
+
"isReadonly": true,
|
4454
4330
|
"releaseTag": "Public",
|
4455
|
-
"
|
4456
|
-
"
|
4457
|
-
|
4458
|
-
|
4459
|
-
|
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"
|
4331
|
+
"name": "insertDocumentCSSRule",
|
4332
|
+
"variableTypeTokenRange": {
|
4333
|
+
"startIndex": 1,
|
4334
|
+
"endIndex": 2
|
4335
|
+
}
|
4475
4336
|
},
|
4476
4337
|
{
|
4477
|
-
"kind": "
|
4478
|
-
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:
|
4338
|
+
"kind": "Variable",
|
4339
|
+
"canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:var",
|
4479
4340
|
"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
4341
|
"excerptTokens": [
|
4481
4342
|
{
|
4482
4343
|
"kind": "Content",
|
4483
|
-
"text": "insertDocumentLink:
|
4484
|
-
},
|
4485
|
-
{
|
4486
|
-
"kind": "Content",
|
4487
|
-
"text": "string"
|
4488
|
-
},
|
4489
|
-
{
|
4490
|
-
"kind": "Content",
|
4491
|
-
"text": ") => "
|
4344
|
+
"text": "insertDocumentLink: "
|
4492
4345
|
},
|
4493
4346
|
{
|
4494
4347
|
"kind": "Content",
|
4495
|
-
"text": "void"
|
4348
|
+
"text": "(href: string) => void"
|
4496
4349
|
}
|
4497
4350
|
],
|
4498
4351
|
"fileUrlPath": "src/styles/dom.ts",
|
4499
|
-
"
|
4500
|
-
"startIndex": 3,
|
4501
|
-
"endIndex": 4
|
4502
|
-
},
|
4352
|
+
"isReadonly": true,
|
4503
4353
|
"releaseTag": "Public",
|
4504
|
-
"
|
4505
|
-
"
|
4506
|
-
|
4507
|
-
|
4508
|
-
|
4509
|
-
"startIndex": 1,
|
4510
|
-
"endIndex": 2
|
4511
|
-
},
|
4512
|
-
"isOptional": false
|
4513
|
-
}
|
4514
|
-
],
|
4515
|
-
"name": "insertDocumentLink"
|
4354
|
+
"name": "insertDocumentLink",
|
4355
|
+
"variableTypeTokenRange": {
|
4356
|
+
"startIndex": 1,
|
4357
|
+
"endIndex": 2
|
4358
|
+
}
|
4516
4359
|
},
|
4517
4360
|
{
|
4518
|
-
"kind": "
|
4519
|
-
"canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:
|
4361
|
+
"kind": "Variable",
|
4362
|
+
"canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:var",
|
4520
4363
|
"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
4364
|
"excerptTokens": [
|
4522
4365
|
{
|
4523
4366
|
"kind": "Content",
|
4524
|
-
"text": "inSymphonyDesktop:
|
4367
|
+
"text": "inSymphonyDesktop: "
|
4525
4368
|
},
|
4526
4369
|
{
|
4527
4370
|
"kind": "Content",
|
4528
|
-
"text": "boolean"
|
4371
|
+
"text": "() => boolean"
|
4529
4372
|
}
|
4530
4373
|
],
|
4531
4374
|
"fileUrlPath": "src/window/window.ts",
|
4532
|
-
"
|
4375
|
+
"isReadonly": true,
|
4376
|
+
"releaseTag": "Public",
|
4377
|
+
"name": "inSymphonyDesktop",
|
4378
|
+
"variableTypeTokenRange": {
|
4533
4379
|
"startIndex": 1,
|
4534
4380
|
"endIndex": 2
|
4535
|
-
}
|
4536
|
-
"releaseTag": "Public",
|
4537
|
-
"overloadIndex": 1,
|
4538
|
-
"parameters": [],
|
4539
|
-
"name": "inSymphonyDesktop"
|
4381
|
+
}
|
4540
4382
|
},
|
4541
4383
|
{
|
4542
|
-
"kind": "
|
4543
|
-
"canonicalReference": "@genesislcap/foundation-utils!isDev:
|
4384
|
+
"kind": "Variable",
|
4385
|
+
"canonicalReference": "@genesislcap/foundation-utils!isDev:var",
|
4544
4386
|
"docComment": "/**\n * Determines if the current environment is a development environment.\n *\n * @public\n */\n",
|
4545
4387
|
"excerptTokens": [
|
4546
4388
|
{
|
4547
4389
|
"kind": "Content",
|
4548
|
-
"text": "isDev:
|
4390
|
+
"text": "isDev: "
|
4549
4391
|
},
|
4550
4392
|
{
|
4551
4393
|
"kind": "Content",
|
4552
|
-
"text": "boolean"
|
4394
|
+
"text": "() => boolean"
|
4553
4395
|
}
|
4554
4396
|
],
|
4555
4397
|
"fileUrlPath": "src/env/is-dev.ts",
|
4556
|
-
"
|
4398
|
+
"isReadonly": true,
|
4399
|
+
"releaseTag": "Public",
|
4400
|
+
"name": "isDev",
|
4401
|
+
"variableTypeTokenRange": {
|
4557
4402
|
"startIndex": 1,
|
4558
4403
|
"endIndex": 2
|
4559
|
-
}
|
4560
|
-
"releaseTag": "Public",
|
4561
|
-
"overloadIndex": 1,
|
4562
|
-
"parameters": [],
|
4563
|
-
"name": "isDev"
|
4404
|
+
}
|
4564
4405
|
},
|
4565
4406
|
{
|
4566
4407
|
"kind": "Function",
|
@@ -5327,34 +5168,26 @@
|
|
5327
5168
|
}
|
5328
5169
|
},
|
5329
5170
|
{
|
5330
|
-
"kind": "
|
5331
|
-
"canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:
|
5171
|
+
"kind": "Variable",
|
5172
|
+
"canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:var",
|
5332
5173
|
"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
5174
|
"excerptTokens": [
|
5334
5175
|
{
|
5335
5176
|
"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: "
|
5177
|
+
"text": "LifecycleMixin: "
|
5346
5178
|
},
|
5347
5179
|
{
|
5348
5180
|
"kind": "Content",
|
5349
|
-
"text": "T"
|
5181
|
+
"text": "<T extends "
|
5350
5182
|
},
|
5351
5183
|
{
|
5352
|
-
"kind": "
|
5353
|
-
"text": "
|
5184
|
+
"kind": "Reference",
|
5185
|
+
"text": "ConstructableLifecycleHandler",
|
5186
|
+
"canonicalReference": "@genesislcap/foundation-utils!ConstructableLifecycleHandler:type"
|
5354
5187
|
},
|
5355
5188
|
{
|
5356
5189
|
"kind": "Content",
|
5357
|
-
"text": "{\n new (...args: any[]): {\n \"__#1@#_container\": "
|
5190
|
+
"text": ">(Base: T) => {\n new (...args: any[]): {\n \"__#1@#_container\": "
|
5358
5191
|
},
|
5359
5192
|
{
|
5360
5193
|
"kind": "Reference",
|
@@ -5453,7 +5286,7 @@
|
|
5453
5286
|
},
|
5454
5287
|
{
|
5455
5288
|
"kind": "Content",
|
5456
|
-
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n
|
5289
|
+
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
|
5457
5290
|
},
|
5458
5291
|
{
|
5459
5292
|
"kind": "Reference",
|
@@ -5462,7 +5295,7 @@
|
|
5462
5295
|
},
|
5463
5296
|
{
|
5464
5297
|
"kind": "Content",
|
5465
|
-
"text": ";\n click(): void;\n
|
5298
|
+
"text": ";\n click(): void;\n addEventListener<K extends keyof "
|
5466
5299
|
},
|
5467
5300
|
{
|
5468
5301
|
"kind": "Reference",
|
@@ -5669,16 +5502,7 @@
|
|
5669
5502
|
},
|
5670
5503
|
{
|
5671
5504
|
"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 "
|
5505
|
+
"text": ";\n closest<K_2 extends keyof "
|
5682
5506
|
},
|
5683
5507
|
{
|
5684
5508
|
"kind": "Reference",
|
@@ -5714,25 +5538,7 @@
|
|
5714
5538
|
},
|
5715
5539
|
{
|
5716
5540
|
"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 "
|
5541
|
+
"text": "[K_3];\n closest<E extends "
|
5736
5542
|
},
|
5737
5543
|
{
|
5738
5544
|
"kind": "Reference",
|
@@ -5750,16 +5556,7 @@
|
|
5750
5556
|
},
|
5751
5557
|
{
|
5752
5558
|
"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): "
|
5559
|
+
"text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
|
5763
5560
|
},
|
5764
5561
|
{
|
5765
5562
|
"kind": "Reference",
|
@@ -5813,7 +5610,7 @@
|
|
5813
5610
|
},
|
5814
5611
|
{
|
5815
5612
|
"kind": "Content",
|
5816
|
-
"text": ">;\n getElementsByTagName<
|
5613
|
+
"text": ">;\n getElementsByTagName<K_4 extends keyof "
|
5817
5614
|
},
|
5818
5615
|
{
|
5819
5616
|
"kind": "Reference",
|
@@ -5822,7 +5619,7 @@
|
|
5822
5619
|
},
|
5823
5620
|
{
|
5824
5621
|
"kind": "Content",
|
5825
|
-
"text": ">(qualifiedName:
|
5622
|
+
"text": ">(qualifiedName: K_4): "
|
5826
5623
|
},
|
5827
5624
|
{
|
5828
5625
|
"kind": "Reference",
|
@@ -5840,7 +5637,7 @@
|
|
5840
5637
|
},
|
5841
5638
|
{
|
5842
5639
|
"kind": "Content",
|
5843
|
-
"text": "[
|
5640
|
+
"text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
|
5844
5641
|
},
|
5845
5642
|
{
|
5846
5643
|
"kind": "Reference",
|
@@ -5849,7 +5646,7 @@
|
|
5849
5646
|
},
|
5850
5647
|
{
|
5851
5648
|
"kind": "Content",
|
5852
|
-
"text": ">(qualifiedName:
|
5649
|
+
"text": ">(qualifiedName: K_5): "
|
5853
5650
|
},
|
5854
5651
|
{
|
5855
5652
|
"kind": "Reference",
|
@@ -5867,61 +5664,7 @@
|
|
5867
5664
|
},
|
5868
5665
|
{
|
5869
5666
|
"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): "
|
5667
|
+
"text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
|
5925
5668
|
},
|
5926
5669
|
{
|
5927
5670
|
"kind": "Reference",
|
@@ -5973,24 +5716,6 @@
|
|
5973
5716
|
"text": "SVGElement",
|
5974
5717
|
"canonicalReference": "!SVGElement:interface"
|
5975
5718
|
},
|
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
5719
|
{
|
5995
5720
|
"kind": "Content",
|
5996
5721
|
"text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
|
@@ -6344,7 +6069,7 @@
|
|
6344
6069
|
},
|
6345
6070
|
{
|
6346
6071
|
"kind": "Content",
|
6347
|
-
"text": ", child: T_4): T_4;\n readonly
|
6072
|
+
"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
6073
|
},
|
6349
6074
|
{
|
6350
6075
|
"kind": "Reference",
|
@@ -6353,7 +6078,7 @@
|
|
6353
6078
|
},
|
6354
6079
|
{
|
6355
6080
|
"kind": "Content",
|
6356
|
-
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n
|
6081
|
+
"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
6082
|
},
|
6358
6083
|
{
|
6359
6084
|
"kind": "Reference",
|
@@ -6497,7 +6222,7 @@
|
|
6497
6222
|
},
|
6498
6223
|
{
|
6499
6224
|
"kind": "Content",
|
6500
|
-
"text": ")[]): void;\n querySelector<
|
6225
|
+
"text": ")[]): void;\n querySelector<K_6 extends keyof "
|
6501
6226
|
},
|
6502
6227
|
{
|
6503
6228
|
"kind": "Reference",
|
@@ -6506,7 +6231,7 @@
|
|
6506
6231
|
},
|
6507
6232
|
{
|
6508
6233
|
"kind": "Content",
|
6509
|
-
"text": ">(selectors:
|
6234
|
+
"text": ">(selectors: K_6): "
|
6510
6235
|
},
|
6511
6236
|
{
|
6512
6237
|
"kind": "Reference",
|
@@ -6515,7 +6240,7 @@
|
|
6515
6240
|
},
|
6516
6241
|
{
|
6517
6242
|
"kind": "Content",
|
6518
|
-
"text": "[
|
6243
|
+
"text": "[K_6];\n querySelector<K_7 extends keyof "
|
6519
6244
|
},
|
6520
6245
|
{
|
6521
6246
|
"kind": "Reference",
|
@@ -6524,7 +6249,7 @@
|
|
6524
6249
|
},
|
6525
6250
|
{
|
6526
6251
|
"kind": "Content",
|
6527
|
-
"text": ">(selectors:
|
6252
|
+
"text": ">(selectors: K_7): "
|
6528
6253
|
},
|
6529
6254
|
{
|
6530
6255
|
"kind": "Reference",
|
@@ -6533,43 +6258,7 @@
|
|
6533
6258
|
},
|
6534
6259
|
{
|
6535
6260
|
"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 "
|
6261
|
+
"text": "[K_7];\n querySelector<E_1 extends "
|
6573
6262
|
},
|
6574
6263
|
{
|
6575
6264
|
"kind": "Reference",
|
@@ -6587,7 +6276,7 @@
|
|
6587
6276
|
},
|
6588
6277
|
{
|
6589
6278
|
"kind": "Content",
|
6590
|
-
"text": ">(selectors: string): E_1;\n querySelectorAll<
|
6279
|
+
"text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
|
6591
6280
|
},
|
6592
6281
|
{
|
6593
6282
|
"kind": "Reference",
|
@@ -6596,7 +6285,7 @@
|
|
6596
6285
|
},
|
6597
6286
|
{
|
6598
6287
|
"kind": "Content",
|
6599
|
-
"text": ">(selectors:
|
6288
|
+
"text": ">(selectors: K_8): "
|
6600
6289
|
},
|
6601
6290
|
{
|
6602
6291
|
"kind": "Reference",
|
@@ -6614,7 +6303,7 @@
|
|
6614
6303
|
},
|
6615
6304
|
{
|
6616
6305
|
"kind": "Content",
|
6617
|
-
"text": "[
|
6306
|
+
"text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
|
6618
6307
|
},
|
6619
6308
|
{
|
6620
6309
|
"kind": "Reference",
|
@@ -6623,7 +6312,7 @@
|
|
6623
6312
|
},
|
6624
6313
|
{
|
6625
6314
|
"kind": "Content",
|
6626
|
-
"text": ">(selectors:
|
6315
|
+
"text": ">(selectors: K_9): "
|
6627
6316
|
},
|
6628
6317
|
{
|
6629
6318
|
"kind": "Reference",
|
@@ -6641,115 +6330,106 @@
|
|
6641
6330
|
},
|
6642
6331
|
{
|
6643
6332
|
"kind": "Content",
|
6644
|
-
"text": "[
|
6333
|
+
"text": "[K_9]>;\n querySelectorAll<E_2 extends "
|
6645
6334
|
},
|
6646
6335
|
{
|
6647
6336
|
"kind": "Reference",
|
6648
|
-
"text": "
|
6649
|
-
"canonicalReference": "!
|
6337
|
+
"text": "Element",
|
6338
|
+
"canonicalReference": "!Element:interface"
|
6650
6339
|
},
|
6651
6340
|
{
|
6652
6341
|
"kind": "Content",
|
6653
|
-
"text": "
|
6342
|
+
"text": " = "
|
6654
6343
|
},
|
6655
6344
|
{
|
6656
6345
|
"kind": "Reference",
|
6657
|
-
"text": "
|
6658
|
-
"canonicalReference": "!
|
6346
|
+
"text": "Element",
|
6347
|
+
"canonicalReference": "!Element:interface"
|
6659
6348
|
},
|
6660
6349
|
{
|
6661
6350
|
"kind": "Content",
|
6662
|
-
"text": "
|
6351
|
+
"text": ">(selectors: string): "
|
6663
6352
|
},
|
6664
6353
|
{
|
6665
6354
|
"kind": "Reference",
|
6666
|
-
"text": "
|
6667
|
-
"canonicalReference": "!
|
6355
|
+
"text": "NodeListOf",
|
6356
|
+
"canonicalReference": "!NodeListOf:interface"
|
6668
6357
|
},
|
6669
6358
|
{
|
6670
6359
|
"kind": "Content",
|
6671
|
-
"text": "
|
6360
|
+
"text": "<E_2>;\n replaceChildren(...nodes: (string | "
|
6672
6361
|
},
|
6673
6362
|
{
|
6674
6363
|
"kind": "Reference",
|
6675
|
-
"text": "
|
6676
|
-
"canonicalReference": "!
|
6364
|
+
"text": "Node",
|
6365
|
+
"canonicalReference": "!Node:interface"
|
6677
6366
|
},
|
6678
6367
|
{
|
6679
6368
|
"kind": "Content",
|
6680
|
-
"text": "
|
6369
|
+
"text": ")[]): void;\n readonly assignedSlot: "
|
6681
6370
|
},
|
6682
6371
|
{
|
6683
6372
|
"kind": "Reference",
|
6684
|
-
"text": "
|
6685
|
-
"canonicalReference": "!
|
6373
|
+
"text": "HTMLSlotElement",
|
6374
|
+
"canonicalReference": "!HTMLSlotElement:interface"
|
6686
6375
|
},
|
6687
6376
|
{
|
6688
6377
|
"kind": "Content",
|
6689
|
-
"text": "
|
6378
|
+
"text": ";\n oncopy: (this: "
|
6690
6379
|
},
|
6691
6380
|
{
|
6692
6381
|
"kind": "Reference",
|
6693
|
-
"text": "
|
6694
|
-
"canonicalReference": "!
|
6382
|
+
"text": "DocumentAndElementEventHandlers",
|
6383
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
6695
6384
|
},
|
6696
6385
|
{
|
6697
6386
|
"kind": "Content",
|
6698
|
-
"text": "
|
6387
|
+
"text": ", ev: "
|
6699
6388
|
},
|
6700
6389
|
{
|
6701
6390
|
"kind": "Reference",
|
6702
|
-
"text": "
|
6703
|
-
"canonicalReference": "!
|
6391
|
+
"text": "ClipboardEvent",
|
6392
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
6704
6393
|
},
|
6705
6394
|
{
|
6706
6395
|
"kind": "Content",
|
6707
|
-
"text": "
|
6396
|
+
"text": ") => any;\n oncut: (this: "
|
6708
6397
|
},
|
6709
6398
|
{
|
6710
6399
|
"kind": "Reference",
|
6711
|
-
"text": "
|
6712
|
-
"canonicalReference": "!
|
6400
|
+
"text": "DocumentAndElementEventHandlers",
|
6401
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
6713
6402
|
},
|
6714
6403
|
{
|
6715
6404
|
"kind": "Content",
|
6716
|
-
"text": "
|
6405
|
+
"text": ", ev: "
|
6717
6406
|
},
|
6718
6407
|
{
|
6719
6408
|
"kind": "Reference",
|
6720
|
-
"text": "
|
6721
|
-
"canonicalReference": "!
|
6409
|
+
"text": "ClipboardEvent",
|
6410
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
6722
6411
|
},
|
6723
6412
|
{
|
6724
6413
|
"kind": "Content",
|
6725
|
-
"text": "
|
6414
|
+
"text": ") => any;\n onpaste: (this: "
|
6726
6415
|
},
|
6727
6416
|
{
|
6728
6417
|
"kind": "Reference",
|
6729
|
-
"text": "
|
6730
|
-
"canonicalReference": "!
|
6418
|
+
"text": "DocumentAndElementEventHandlers",
|
6419
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
6731
6420
|
},
|
6732
6421
|
{
|
6733
6422
|
"kind": "Content",
|
6734
|
-
"text": "
|
6423
|
+
"text": ", ev: "
|
6735
6424
|
},
|
6736
6425
|
{
|
6737
6426
|
"kind": "Reference",
|
6738
|
-
"text": "
|
6739
|
-
"canonicalReference": "!
|
6740
|
-
},
|
6741
|
-
{
|
6742
|
-
"kind": "Content",
|
6743
|
-
"text": ";\n readonly attributeStyleMap: "
|
6744
|
-
},
|
6745
|
-
{
|
6746
|
-
"kind": "Reference",
|
6747
|
-
"text": "StylePropertyMap",
|
6748
|
-
"canonicalReference": "!StylePropertyMap:interface"
|
6427
|
+
"text": "ClipboardEvent",
|
6428
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
6749
6429
|
},
|
6750
6430
|
{
|
6751
6431
|
"kind": "Content",
|
6752
|
-
"text": ";\n readonly style: "
|
6432
|
+
"text": ") => any;\n readonly style: "
|
6753
6433
|
},
|
6754
6434
|
{
|
6755
6435
|
"kind": "Reference",
|
@@ -6882,24 +6562,6 @@
|
|
6882
6562
|
"text": "InputEvent",
|
6883
6563
|
"canonicalReference": "!InputEvent:interface"
|
6884
6564
|
},
|
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
6565
|
{
|
6904
6566
|
"kind": "Content",
|
6905
6567
|
"text": ") => any;\n onblur: (this: "
|
@@ -7044,24 +6706,6 @@
|
|
7044
6706
|
"text": "MouseEvent",
|
7045
6707
|
"canonicalReference": "!MouseEvent:interface"
|
7046
6708
|
},
|
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
6709
|
{
|
7066
6710
|
"kind": "Content",
|
7067
6711
|
"text": ") => any;\n oncuechange: (this: "
|
@@ -7080,24 +6724,6 @@
|
|
7080
6724
|
"text": "Event",
|
7081
6725
|
"canonicalReference": "!Event:interface"
|
7082
6726
|
},
|
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
6727
|
{
|
7102
6728
|
"kind": "Content",
|
7103
6729
|
"text": ") => any;\n ondblclick: (this: "
|
@@ -7665,24 +7291,6 @@
|
|
7665
7291
|
"text": "MouseEvent",
|
7666
7292
|
"canonicalReference": "!MouseEvent:interface"
|
7667
7293
|
},
|
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
7294
|
{
|
7687
7295
|
"kind": "Content",
|
7688
7296
|
"text": ") => any;\n onpause: (this: "
|
@@ -7980,24 +7588,6 @@
|
|
7980
7588
|
"text": "Event",
|
7981
7589
|
"canonicalReference": "!Event:interface"
|
7982
7590
|
},
|
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
7591
|
{
|
8002
7592
|
"kind": "Content",
|
8003
7593
|
"text": ") => any;\n onsecuritypolicyviolation: (this: "
|
@@ -8508,36 +8098,13 @@
|
|
8508
8098
|
}
|
8509
8099
|
],
|
8510
8100
|
"fileUrlPath": "src/mixins/lifecycle/lifecycle.ts",
|
8511
|
-
"
|
8512
|
-
"startIndex": 5,
|
8513
|
-
"endIndex": 706
|
8514
|
-
},
|
8101
|
+
"isReadonly": true,
|
8515
8102
|
"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"
|
8103
|
+
"name": "LifecycleMixin",
|
8104
|
+
"variableTypeTokenRange": {
|
8105
|
+
"startIndex": 1,
|
8106
|
+
"endIndex": 650
|
8107
|
+
}
|
8541
8108
|
},
|
8542
8109
|
{
|
8543
8110
|
"kind": "TypeAlias",
|
@@ -8579,61 +8146,27 @@
|
|
8579
8146
|
}
|
8580
8147
|
},
|
8581
8148
|
{
|
8582
|
-
"kind": "
|
8583
|
-
"canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:
|
8149
|
+
"kind": "Variable",
|
8150
|
+
"canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:var",
|
8584
8151
|
"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
8152
|
"excerptTokens": [
|
8586
8153
|
{
|
8587
8154
|
"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": ") => "
|
8155
|
+
"text": "loadFontFaces: "
|
8605
8156
|
},
|
8606
8157
|
{
|
8607
8158
|
"kind": "Content",
|
8608
|
-
"text": "void"
|
8159
|
+
"text": "(fontFaceRules: string, styleElementId: string) => void"
|
8609
8160
|
}
|
8610
8161
|
],
|
8611
8162
|
"fileUrlPath": "src/styles/typography.ts",
|
8612
|
-
"
|
8613
|
-
"startIndex": 5,
|
8614
|
-
"endIndex": 6
|
8615
|
-
},
|
8163
|
+
"isReadonly": true,
|
8616
8164
|
"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"
|
8165
|
+
"name": "loadFontFaces",
|
8166
|
+
"variableTypeTokenRange": {
|
8167
|
+
"startIndex": 1,
|
8168
|
+
"endIndex": 2
|
8169
|
+
}
|
8637
8170
|
},
|
8638
8171
|
{
|
8639
8172
|
"kind": "Interface",
|
@@ -9293,45 +8826,17 @@
|
|
9293
8826
|
"extendsTokenRanges": []
|
9294
8827
|
},
|
9295
8828
|
{
|
9296
|
-
"kind": "
|
9297
|
-
"canonicalReference": "@genesislcap/foundation-utils!openPopup:
|
8829
|
+
"kind": "Variable",
|
8830
|
+
"canonicalReference": "@genesislcap/foundation-utils!openPopup:var",
|
9298
8831
|
"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
8832
|
"excerptTokens": [
|
9300
8833
|
{
|
9301
8834
|
"kind": "Content",
|
9302
|
-
"text": "openPopup:
|
8835
|
+
"text": "openPopup: "
|
9303
8836
|
},
|
9304
8837
|
{
|
9305
8838
|
"kind": "Content",
|
9306
|
-
"text": "string"
|
9307
|
-
},
|
9308
|
-
{
|
9309
|
-
"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": ") => "
|
8839
|
+
"text": "(urlNavigate: string, target: string, popUpWidth?: number, popUpHeight?: number) => "
|
9335
8840
|
},
|
9336
8841
|
{
|
9337
8842
|
"kind": "Reference",
|
@@ -9340,77 +8845,35 @@
|
|
9340
8845
|
}
|
9341
8846
|
],
|
9342
8847
|
"fileUrlPath": "src/window/window.ts",
|
9343
|
-
"
|
9344
|
-
"startIndex": 9,
|
9345
|
-
"endIndex": 10
|
9346
|
-
},
|
8848
|
+
"isReadonly": true,
|
9347
8849
|
"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"
|
8850
|
+
"name": "openPopup",
|
8851
|
+
"variableTypeTokenRange": {
|
8852
|
+
"startIndex": 1,
|
8853
|
+
"endIndex": 3
|
8854
|
+
}
|
9384
8855
|
},
|
9385
8856
|
{
|
9386
|
-
"kind": "
|
9387
|
-
"canonicalReference": "@genesislcap/foundation-utils!PendingState:
|
8857
|
+
"kind": "Variable",
|
8858
|
+
"canonicalReference": "@genesislcap/foundation-utils!PendingState:var",
|
9388
8859
|
"docComment": "/**\n * The `PendingState` mixin.\n *\n * @public\n */\n",
|
9389
8860
|
"excerptTokens": [
|
9390
8861
|
{
|
9391
8862
|
"kind": "Content",
|
9392
|
-
"text": "PendingState:
|
9393
|
-
},
|
9394
|
-
{
|
9395
|
-
"kind": "Reference",
|
9396
|
-
"text": "ConstructablePendingState",
|
9397
|
-
"canonicalReference": "@genesislcap/foundation-utils!ConstructablePendingState:type"
|
8863
|
+
"text": "PendingState: "
|
9398
8864
|
},
|
9399
8865
|
{
|
9400
8866
|
"kind": "Content",
|
9401
|
-
"text": "
|
8867
|
+
"text": "<TBase extends "
|
9402
8868
|
},
|
9403
8869
|
{
|
9404
|
-
"kind": "
|
9405
|
-
"text": "
|
9406
|
-
|
9407
|
-
{
|
9408
|
-
"kind": "Content",
|
9409
|
-
"text": ") => "
|
8870
|
+
"kind": "Reference",
|
8871
|
+
"text": "ConstructablePendingState",
|
8872
|
+
"canonicalReference": "@genesislcap/foundation-utils!ConstructablePendingState:type"
|
9410
8873
|
},
|
9411
8874
|
{
|
9412
8875
|
"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 }: "
|
8876
|
+
"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
8877
|
},
|
9415
8878
|
{
|
9416
8879
|
"kind": "Reference",
|
@@ -9464,7 +8927,7 @@
|
|
9464
8927
|
},
|
9465
8928
|
{
|
9466
8929
|
"kind": "Content",
|
9467
|
-
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n
|
8930
|
+
"text": ";\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n attachInternals(): "
|
9468
8931
|
},
|
9469
8932
|
{
|
9470
8933
|
"kind": "Reference",
|
@@ -9473,7 +8936,7 @@
|
|
9473
8936
|
},
|
9474
8937
|
{
|
9475
8938
|
"kind": "Content",
|
9476
|
-
"text": ";\n click(): void;\n
|
8939
|
+
"text": ";\n click(): void;\n addEventListener<K extends keyof "
|
9477
8940
|
},
|
9478
8941
|
{
|
9479
8942
|
"kind": "Reference",
|
@@ -9680,16 +9143,7 @@
|
|
9680
9143
|
},
|
9681
9144
|
{
|
9682
9145
|
"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 "
|
9146
|
+
"text": ";\n closest<K_2 extends keyof "
|
9693
9147
|
},
|
9694
9148
|
{
|
9695
9149
|
"kind": "Reference",
|
@@ -9725,25 +9179,7 @@
|
|
9725
9179
|
},
|
9726
9180
|
{
|
9727
9181
|
"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 "
|
9182
|
+
"text": "[K_3];\n closest<E extends "
|
9747
9183
|
},
|
9748
9184
|
{
|
9749
9185
|
"kind": "Reference",
|
@@ -9761,16 +9197,7 @@
|
|
9761
9197
|
},
|
9762
9198
|
{
|
9763
9199
|
"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): "
|
9200
|
+
"text": ">(selectors: string): E;\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
|
9774
9201
|
},
|
9775
9202
|
{
|
9776
9203
|
"kind": "Reference",
|
@@ -9824,7 +9251,7 @@
|
|
9824
9251
|
},
|
9825
9252
|
{
|
9826
9253
|
"kind": "Content",
|
9827
|
-
"text": ">;\n getElementsByTagName<
|
9254
|
+
"text": ">;\n getElementsByTagName<K_4 extends keyof "
|
9828
9255
|
},
|
9829
9256
|
{
|
9830
9257
|
"kind": "Reference",
|
@@ -9833,7 +9260,7 @@
|
|
9833
9260
|
},
|
9834
9261
|
{
|
9835
9262
|
"kind": "Content",
|
9836
|
-
"text": ">(qualifiedName:
|
9263
|
+
"text": ">(qualifiedName: K_4): "
|
9837
9264
|
},
|
9838
9265
|
{
|
9839
9266
|
"kind": "Reference",
|
@@ -9851,7 +9278,7 @@
|
|
9851
9278
|
},
|
9852
9279
|
{
|
9853
9280
|
"kind": "Content",
|
9854
|
-
"text": "[
|
9281
|
+
"text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
|
9855
9282
|
},
|
9856
9283
|
{
|
9857
9284
|
"kind": "Reference",
|
@@ -9860,7 +9287,7 @@
|
|
9860
9287
|
},
|
9861
9288
|
{
|
9862
9289
|
"kind": "Content",
|
9863
|
-
"text": ">(qualifiedName:
|
9290
|
+
"text": ">(qualifiedName: K_5): "
|
9864
9291
|
},
|
9865
9292
|
{
|
9866
9293
|
"kind": "Reference",
|
@@ -9878,61 +9305,7 @@
|
|
9878
9305
|
},
|
9879
9306
|
{
|
9880
9307
|
"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): "
|
9308
|
+
"text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
|
9936
9309
|
},
|
9937
9310
|
{
|
9938
9311
|
"kind": "Reference",
|
@@ -9984,24 +9357,6 @@
|
|
9984
9357
|
"text": "SVGElement",
|
9985
9358
|
"canonicalReference": "!SVGElement:interface"
|
9986
9359
|
},
|
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
9360
|
{
|
10006
9361
|
"kind": "Content",
|
10007
9362
|
"text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
|
@@ -10364,7 +9719,7 @@
|
|
10364
9719
|
},
|
10365
9720
|
{
|
10366
9721
|
"kind": "Content",
|
10367
|
-
"text": ", child: T_3): T_3;\n readonly
|
9722
|
+
"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
9723
|
},
|
10369
9724
|
{
|
10370
9725
|
"kind": "Reference",
|
@@ -10373,7 +9728,7 @@
|
|
10373
9728
|
},
|
10374
9729
|
{
|
10375
9730
|
"kind": "Content",
|
10376
|
-
"text": "): boolean;\n ariaAtomic: string;\n ariaAutoComplete: string;\n ariaBusy: string;\n ariaChecked: string;\n ariaColCount: string;\n ariaColIndex: string;\n
|
9731
|
+
"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
9732
|
},
|
10378
9733
|
{
|
10379
9734
|
"kind": "Reference",
|
@@ -10517,7 +9872,7 @@
|
|
10517
9872
|
},
|
10518
9873
|
{
|
10519
9874
|
"kind": "Content",
|
10520
|
-
"text": ")[]): void;\n querySelector<
|
9875
|
+
"text": ")[]): void;\n querySelector<K_6 extends keyof "
|
10521
9876
|
},
|
10522
9877
|
{
|
10523
9878
|
"kind": "Reference",
|
@@ -10526,7 +9881,7 @@
|
|
10526
9881
|
},
|
10527
9882
|
{
|
10528
9883
|
"kind": "Content",
|
10529
|
-
"text": ">(selectors:
|
9884
|
+
"text": ">(selectors: K_6): "
|
10530
9885
|
},
|
10531
9886
|
{
|
10532
9887
|
"kind": "Reference",
|
@@ -10535,7 +9890,7 @@
|
|
10535
9890
|
},
|
10536
9891
|
{
|
10537
9892
|
"kind": "Content",
|
10538
|
-
"text": "[
|
9893
|
+
"text": "[K_6];\n querySelector<K_7 extends keyof "
|
10539
9894
|
},
|
10540
9895
|
{
|
10541
9896
|
"kind": "Reference",
|
@@ -10544,7 +9899,7 @@
|
|
10544
9899
|
},
|
10545
9900
|
{
|
10546
9901
|
"kind": "Content",
|
10547
|
-
"text": ">(selectors:
|
9902
|
+
"text": ">(selectors: K_7): "
|
10548
9903
|
},
|
10549
9904
|
{
|
10550
9905
|
"kind": "Reference",
|
@@ -10553,43 +9908,7 @@
|
|
10553
9908
|
},
|
10554
9909
|
{
|
10555
9910
|
"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 "
|
9911
|
+
"text": "[K_7];\n querySelector<E_1 extends "
|
10593
9912
|
},
|
10594
9913
|
{
|
10595
9914
|
"kind": "Reference",
|
@@ -10607,7 +9926,7 @@
|
|
10607
9926
|
},
|
10608
9927
|
{
|
10609
9928
|
"kind": "Content",
|
10610
|
-
"text": ">(selectors: string): E_1;\n querySelectorAll<
|
9929
|
+
"text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
|
10611
9930
|
},
|
10612
9931
|
{
|
10613
9932
|
"kind": "Reference",
|
@@ -10616,7 +9935,7 @@
|
|
10616
9935
|
},
|
10617
9936
|
{
|
10618
9937
|
"kind": "Content",
|
10619
|
-
"text": ">(selectors:
|
9938
|
+
"text": ">(selectors: K_8): "
|
10620
9939
|
},
|
10621
9940
|
{
|
10622
9941
|
"kind": "Reference",
|
@@ -10634,7 +9953,7 @@
|
|
10634
9953
|
},
|
10635
9954
|
{
|
10636
9955
|
"kind": "Content",
|
10637
|
-
"text": "[
|
9956
|
+
"text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
|
10638
9957
|
},
|
10639
9958
|
{
|
10640
9959
|
"kind": "Reference",
|
@@ -10643,7 +9962,7 @@
|
|
10643
9962
|
},
|
10644
9963
|
{
|
10645
9964
|
"kind": "Content",
|
10646
|
-
"text": ">(selectors:
|
9965
|
+
"text": ">(selectors: K_9): "
|
10647
9966
|
},
|
10648
9967
|
{
|
10649
9968
|
"kind": "Reference",
|
@@ -10661,115 +9980,106 @@
|
|
10661
9980
|
},
|
10662
9981
|
{
|
10663
9982
|
"kind": "Content",
|
10664
|
-
"text": "[
|
10665
|
-
},
|
10666
|
-
{
|
10667
|
-
"kind": "Reference",
|
10668
|
-
"text": "MathMLElementTagNameMap",
|
10669
|
-
"canonicalReference": "!MathMLElementTagNameMap:interface"
|
10670
|
-
},
|
10671
|
-
{
|
10672
|
-
"kind": "Content",
|
10673
|
-
"text": ">(selectors: K_15): "
|
9983
|
+
"text": "[K_9]>;\n querySelectorAll<E_2 extends "
|
10674
9984
|
},
|
10675
9985
|
{
|
10676
9986
|
"kind": "Reference",
|
10677
|
-
"text": "
|
10678
|
-
"canonicalReference": "!
|
9987
|
+
"text": "Element",
|
9988
|
+
"canonicalReference": "!Element:interface"
|
10679
9989
|
},
|
10680
9990
|
{
|
10681
9991
|
"kind": "Content",
|
10682
|
-
"text": "
|
9992
|
+
"text": " = "
|
10683
9993
|
},
|
10684
9994
|
{
|
10685
9995
|
"kind": "Reference",
|
10686
|
-
"text": "
|
10687
|
-
"canonicalReference": "!
|
9996
|
+
"text": "Element",
|
9997
|
+
"canonicalReference": "!Element:interface"
|
10688
9998
|
},
|
10689
9999
|
{
|
10690
10000
|
"kind": "Content",
|
10691
|
-
"text": "
|
10001
|
+
"text": ">(selectors: string): "
|
10692
10002
|
},
|
10693
10003
|
{
|
10694
10004
|
"kind": "Reference",
|
10695
|
-
"text": "
|
10696
|
-
"canonicalReference": "!
|
10005
|
+
"text": "NodeListOf",
|
10006
|
+
"canonicalReference": "!NodeListOf:interface"
|
10697
10007
|
},
|
10698
10008
|
{
|
10699
10009
|
"kind": "Content",
|
10700
|
-
"text": "
|
10010
|
+
"text": "<E_2>;\n replaceChildren(...nodes: (string | "
|
10701
10011
|
},
|
10702
10012
|
{
|
10703
10013
|
"kind": "Reference",
|
10704
|
-
"text": "
|
10705
|
-
"canonicalReference": "!
|
10014
|
+
"text": "Node",
|
10015
|
+
"canonicalReference": "!Node:interface"
|
10706
10016
|
},
|
10707
10017
|
{
|
10708
10018
|
"kind": "Content",
|
10709
|
-
"text": "
|
10019
|
+
"text": ")[]): void;\n readonly assignedSlot: "
|
10710
10020
|
},
|
10711
10021
|
{
|
10712
10022
|
"kind": "Reference",
|
10713
|
-
"text": "
|
10714
|
-
"canonicalReference": "!
|
10023
|
+
"text": "HTMLSlotElement",
|
10024
|
+
"canonicalReference": "!HTMLSlotElement:interface"
|
10715
10025
|
},
|
10716
10026
|
{
|
10717
10027
|
"kind": "Content",
|
10718
|
-
"text": "
|
10028
|
+
"text": ";\n oncopy: (this: "
|
10719
10029
|
},
|
10720
10030
|
{
|
10721
10031
|
"kind": "Reference",
|
10722
|
-
"text": "
|
10723
|
-
"canonicalReference": "!
|
10032
|
+
"text": "DocumentAndElementEventHandlers",
|
10033
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
10724
10034
|
},
|
10725
10035
|
{
|
10726
10036
|
"kind": "Content",
|
10727
|
-
"text": "
|
10037
|
+
"text": ", ev: "
|
10728
10038
|
},
|
10729
10039
|
{
|
10730
10040
|
"kind": "Reference",
|
10731
|
-
"text": "
|
10732
|
-
"canonicalReference": "!
|
10041
|
+
"text": "ClipboardEvent",
|
10042
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
10733
10043
|
},
|
10734
10044
|
{
|
10735
10045
|
"kind": "Content",
|
10736
|
-
"text": "
|
10046
|
+
"text": ") => any;\n oncut: (this: "
|
10737
10047
|
},
|
10738
10048
|
{
|
10739
10049
|
"kind": "Reference",
|
10740
|
-
"text": "
|
10741
|
-
"canonicalReference": "!
|
10050
|
+
"text": "DocumentAndElementEventHandlers",
|
10051
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
10742
10052
|
},
|
10743
10053
|
{
|
10744
10054
|
"kind": "Content",
|
10745
|
-
"text": "
|
10055
|
+
"text": ", ev: "
|
10746
10056
|
},
|
10747
10057
|
{
|
10748
10058
|
"kind": "Reference",
|
10749
|
-
"text": "
|
10750
|
-
"canonicalReference": "!
|
10059
|
+
"text": "ClipboardEvent",
|
10060
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
10751
10061
|
},
|
10752
10062
|
{
|
10753
10063
|
"kind": "Content",
|
10754
|
-
"text": ")
|
10064
|
+
"text": ") => any;\n onpaste: (this: "
|
10755
10065
|
},
|
10756
10066
|
{
|
10757
10067
|
"kind": "Reference",
|
10758
|
-
"text": "
|
10759
|
-
"canonicalReference": "!
|
10068
|
+
"text": "DocumentAndElementEventHandlers",
|
10069
|
+
"canonicalReference": "!DocumentAndElementEventHandlers:interface"
|
10760
10070
|
},
|
10761
10071
|
{
|
10762
10072
|
"kind": "Content",
|
10763
|
-
"text": "
|
10073
|
+
"text": ", ev: "
|
10764
10074
|
},
|
10765
10075
|
{
|
10766
10076
|
"kind": "Reference",
|
10767
|
-
"text": "
|
10768
|
-
"canonicalReference": "!
|
10077
|
+
"text": "ClipboardEvent",
|
10078
|
+
"canonicalReference": "!ClipboardEvent:interface"
|
10769
10079
|
},
|
10770
10080
|
{
|
10771
10081
|
"kind": "Content",
|
10772
|
-
"text": ";\n readonly style: "
|
10082
|
+
"text": ") => any;\n readonly style: "
|
10773
10083
|
},
|
10774
10084
|
{
|
10775
10085
|
"kind": "Reference",
|
@@ -10902,24 +10212,6 @@
|
|
10902
10212
|
"text": "InputEvent",
|
10903
10213
|
"canonicalReference": "!InputEvent:interface"
|
10904
10214
|
},
|
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
10215
|
{
|
10924
10216
|
"kind": "Content",
|
10925
10217
|
"text": ") => any;\n onblur: (this: "
|
@@ -11064,24 +10356,6 @@
|
|
11064
10356
|
"text": "MouseEvent",
|
11065
10357
|
"canonicalReference": "!MouseEvent:interface"
|
11066
10358
|
},
|
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
10359
|
{
|
11086
10360
|
"kind": "Content",
|
11087
10361
|
"text": ") => any;\n oncuechange: (this: "
|
@@ -11100,24 +10374,6 @@
|
|
11100
10374
|
"text": "Event",
|
11101
10375
|
"canonicalReference": "!Event:interface"
|
11102
10376
|
},
|
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
10377
|
{
|
11122
10378
|
"kind": "Content",
|
11123
10379
|
"text": ") => any;\n ondblclick: (this: "
|
@@ -11685,24 +10941,6 @@
|
|
11685
10941
|
"text": "MouseEvent",
|
11686
10942
|
"canonicalReference": "!MouseEvent:interface"
|
11687
10943
|
},
|
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
10944
|
{
|
11707
10945
|
"kind": "Content",
|
11708
10946
|
"text": ") => any;\n onpause: (this: "
|
@@ -12000,24 +11238,6 @@
|
|
12000
11238
|
"text": "Event",
|
12001
11239
|
"canonicalReference": "!Event:interface"
|
12002
11240
|
},
|
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
11241
|
{
|
12022
11242
|
"kind": "Content",
|
12023
11243
|
"text": ") => any;\n onsecuritypolicyviolation: (this: "
|
@@ -12528,36 +11748,13 @@
|
|
12528
11748
|
}
|
12529
11749
|
],
|
12530
11750
|
"fileUrlPath": "src/mixins/pendingState/pendingState.ts",
|
12531
|
-
"
|
12532
|
-
"startIndex": 5,
|
12533
|
-
"endIndex": 698
|
12534
|
-
},
|
11751
|
+
"isReadonly": true,
|
12535
11752
|
"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"
|
11753
|
+
"name": "PendingState",
|
11754
|
+
"variableTypeTokenRange": {
|
11755
|
+
"startIndex": 1,
|
11756
|
+
"endIndex": 642
|
11757
|
+
}
|
12561
11758
|
},
|
12562
11759
|
{
|
12563
11760
|
"kind": "TypeAlias",
|
@@ -12752,6 +11949,29 @@
|
|
12752
11949
|
"endIndex": 0
|
12753
11950
|
}
|
12754
11951
|
},
|
11952
|
+
{
|
11953
|
+
"kind": "Variable",
|
11954
|
+
"canonicalReference": "@genesislcap/foundation-utils!PUBLIC_PATH:var",
|
11955
|
+
"docComment": "/**\n * The public path.\n *\n * @example\n *\n * '/', '/app/'.\n *\n * @defaultValue\n *\n * `'/'`\n *\n * @public\n */\n",
|
11956
|
+
"excerptTokens": [
|
11957
|
+
{
|
11958
|
+
"kind": "Content",
|
11959
|
+
"text": "_PUBLIC_PATH: "
|
11960
|
+
},
|
11961
|
+
{
|
11962
|
+
"kind": "Content",
|
11963
|
+
"text": "string"
|
11964
|
+
}
|
11965
|
+
],
|
11966
|
+
"fileUrlPath": "src/env/variables.ts",
|
11967
|
+
"isReadonly": false,
|
11968
|
+
"releaseTag": "Public",
|
11969
|
+
"name": "PUBLIC_PATH",
|
11970
|
+
"variableTypeTokenRange": {
|
11971
|
+
"startIndex": 1,
|
11972
|
+
"endIndex": 2
|
11973
|
+
}
|
11974
|
+
},
|
12755
11975
|
{
|
12756
11976
|
"kind": "TypeAlias",
|
12757
11977
|
"canonicalReference": "@genesislcap/foundation-utils!Publish:type",
|
@@ -12932,37 +12152,17 @@
|
|
12932
12152
|
"name": "renderOnChange"
|
12933
12153
|
},
|
12934
12154
|
{
|
12935
|
-
"kind": "
|
12936
|
-
"canonicalReference": "@genesislcap/foundation-utils!resolveAfter:
|
12155
|
+
"kind": "Variable",
|
12156
|
+
"canonicalReference": "@genesislcap/foundation-utils!resolveAfter:var",
|
12937
12157
|
"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
12158
|
"excerptTokens": [
|
12939
12159
|
{
|
12940
12160
|
"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"
|
12161
|
+
"text": "resolveAfter: "
|
12962
12162
|
},
|
12963
12163
|
{
|
12964
12164
|
"kind": "Content",
|
12965
|
-
"text": ") => "
|
12165
|
+
"text": "<T = any>(ms: number, valueCreator: () => T) => "
|
12966
12166
|
},
|
12967
12167
|
{
|
12968
12168
|
"kind": "Reference",
|
@@ -12975,44 +12175,13 @@
|
|
12975
12175
|
}
|
12976
12176
|
],
|
12977
12177
|
"fileUrlPath": "src/promise/resolveAfter.ts",
|
12978
|
-
"
|
12979
|
-
"startIndex": 7,
|
12980
|
-
"endIndex": 9
|
12981
|
-
},
|
12178
|
+
"isReadonly": true,
|
12982
12179
|
"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"
|
12180
|
+
"name": "resolveAfter",
|
12181
|
+
"variableTypeTokenRange": {
|
12182
|
+
"startIndex": 1,
|
12183
|
+
"endIndex": 4
|
12184
|
+
}
|
13016
12185
|
},
|
13017
12186
|
{
|
13018
12187
|
"kind": "TypeAlias",
|
@@ -13082,62 +12251,36 @@
|
|
13082
12251
|
}
|
13083
12252
|
},
|
13084
12253
|
{
|
13085
|
-
"kind": "
|
13086
|
-
"canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:
|
12254
|
+
"kind": "Variable",
|
12255
|
+
"canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:var",
|
13087
12256
|
"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
12257
|
"excerptTokens": [
|
13089
12258
|
{
|
13090
12259
|
"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: "
|
12260
|
+
"text": "respondToVisibility: "
|
13101
12261
|
},
|
13102
12262
|
{
|
13103
12263
|
"kind": "Content",
|
13104
|
-
"text": "(
|
12264
|
+
"text": "(element: "
|
13105
12265
|
},
|
13106
12266
|
{
|
13107
|
-
"kind": "
|
13108
|
-
"text": "
|
12267
|
+
"kind": "Reference",
|
12268
|
+
"text": "HTMLElement",
|
12269
|
+
"canonicalReference": "!HTMLElement:interface"
|
13109
12270
|
},
|
13110
12271
|
{
|
13111
12272
|
"kind": "Content",
|
13112
|
-
"text": "void"
|
12273
|
+
"text": ", callback: (arg0: boolean) => any) => void"
|
13113
12274
|
}
|
13114
12275
|
],
|
13115
12276
|
"fileUrlPath": "src/observer/observer.ts",
|
13116
|
-
"
|
13117
|
-
"startIndex": 5,
|
13118
|
-
"endIndex": 6
|
13119
|
-
},
|
12277
|
+
"isReadonly": true,
|
13120
12278
|
"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"
|
12279
|
+
"name": "respondToVisibility",
|
12280
|
+
"variableTypeTokenRange": {
|
12281
|
+
"startIndex": 1,
|
12282
|
+
"endIndex": 4
|
12283
|
+
}
|
13141
12284
|
},
|
13142
12285
|
{
|
13143
12286
|
"kind": "TypeAlias",
|