@genesislcap/foundation-utils 14.225.1-alpha-2aa9bd9.0 → 14.225.2-alpha-a51f60c.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/dist/custom-elements.json +292 -469
  2. package/dist/dts/error/errorMap.d.ts.map +1 -1
  3. package/dist/dts/index.d.ts +0 -1
  4. package/dist/dts/index.d.ts.map +1 -1
  5. package/dist/dts/mixins/lifecycle/lifecycle.d.ts +51 -29
  6. package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
  7. package/dist/dts/mixins/pendingState/pendingState.d.ts +45 -29
  8. package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
  9. package/dist/dts/observer/observer.d.ts.map +1 -1
  10. package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
  11. package/dist/dts/tsdoc-metadata.json +1 -1
  12. package/dist/esm/index.js +0 -1
  13. package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
  14. package/dist/esm/mixins/pendingState/pendingState.js +2 -2
  15. package/dist/esm/uuid/uuid.js +2 -2
  16. package/dist/foundation-utils.api.json +1128 -409
  17. package/dist/foundation-utils.d.ts +93 -92
  18. package/docs/api/foundation-utils.createerrormap.md +14 -1
  19. package/docs/api/foundation-utils.createobserver.md +5 -1
  20. package/docs/api/foundation-utils.getfontmixin.md +16 -1
  21. package/docs/api/foundation-utils.iniframe.md +7 -1
  22. package/docs/api/foundation-utils.insertdocumentcssrule.md +15 -1
  23. package/docs/api/foundation-utils.insertdocumentlink.md +12 -1
  24. package/docs/api/foundation-utils.insymphonydesktop.md +7 -1
  25. package/docs/api/foundation-utils.isdev.md +5 -1
  26. package/docs/api/foundation-utils.lifecyclemixin.md +56 -30
  27. package/docs/api/foundation-utils.loadfontfaces.md +13 -1
  28. package/docs/api/foundation-utils.md +14 -18
  29. package/docs/api/foundation-utils.openpopup.md +17 -1
  30. package/docs/api/foundation-utils.pendingstate.md +57 -30
  31. package/docs/api/foundation-utils.resolveafter.md +12 -1
  32. package/docs/api/foundation-utils.respondtovisibility.md +13 -1
  33. package/docs/{api-report.md → api-report.md.api.md} +93 -70
  34. package/package.json +11 -11
  35. package/dist/dts/encoding/base64/decode.d.ts +0 -16
  36. package/dist/dts/encoding/base64/decode.d.ts.map +0 -1
  37. package/dist/dts/encoding/base64/encode.d.ts +0 -16
  38. package/dist/dts/encoding/base64/encode.d.ts.map +0 -1
  39. package/dist/dts/encoding/base64/index.d.ts +0 -3
  40. package/dist/dts/encoding/base64/index.d.ts.map +0 -1
  41. package/dist/dts/encoding/index.d.ts +0 -2
  42. package/dist/dts/encoding/index.d.ts.map +0 -1
  43. package/dist/esm/encoding/base64/decode.js +0 -45
  44. package/dist/esm/encoding/base64/encode.js +0 -34
  45. package/dist/esm/encoding/base64/index.js +0 -2
  46. package/dist/esm/encoding/index.js +0 -1
  47. package/docs/api/foundation-utils.decodefrombase64.md +0 -13
  48. package/docs/api/foundation-utils.decodefrombase64withprefix.md +0 -18
  49. package/docs/api/foundation-utils.encodetobase64.md +0 -13
  50. package/docs/api/foundation-utils.encodetobase64withprefix.md +0 -18
@@ -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",
@@ -1621,62 +1650,6 @@
1621
1650
  ],
1622
1651
  "extendsTokenRanges": []
1623
1652
  },
1624
- {
1625
- "kind": "Variable",
1626
- "canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64:var",
1627
- "docComment": "/**\n * Decodes a value from base64.\n *\n * @param value - The value to decode from base64.\n *\n * @returns The decoded value.\n *\n * @public\n */\n",
1628
- "excerptTokens": [
1629
- {
1630
- "kind": "Content",
1631
- "text": "decodeFromBase64: "
1632
- },
1633
- {
1634
- "kind": "Content",
1635
- "text": "(base64Value: string) => string | "
1636
- },
1637
- {
1638
- "kind": "Reference",
1639
- "text": "ArrayBuffer",
1640
- "canonicalReference": "!ArrayBuffer:interface"
1641
- }
1642
- ],
1643
- "fileUrlPath": "src/encoding/base64/decode.ts",
1644
- "isReadonly": true,
1645
- "releaseTag": "Public",
1646
- "name": "decodeFromBase64",
1647
- "variableTypeTokenRange": {
1648
- "startIndex": 1,
1649
- "endIndex": 3
1650
- }
1651
- },
1652
- {
1653
- "kind": "Variable",
1654
- "canonicalReference": "@genesislcap/foundation-utils!decodeFromBase64WithPrefix:var",
1655
- "docComment": "/**\n * Decodes a value from base64 with a prefix.\n *\n * @remarks\n *\n * Prefixes are: 'str:' for string and 'bin:' for ArrayBuffer.\n *\n * @param value - The value to decode from base64.\n *\n * @returns The decoded value.\n *\n * @public\n */\n",
1656
- "excerptTokens": [
1657
- {
1658
- "kind": "Content",
1659
- "text": "decodeFromBase64WithPrefix: "
1660
- },
1661
- {
1662
- "kind": "Content",
1663
- "text": "(value: string) => string | "
1664
- },
1665
- {
1666
- "kind": "Reference",
1667
- "text": "ArrayBuffer",
1668
- "canonicalReference": "!ArrayBuffer:interface"
1669
- }
1670
- ],
1671
- "fileUrlPath": "src/encoding/base64/decode.ts",
1672
- "isReadonly": true,
1673
- "releaseTag": "Public",
1674
- "name": "decodeFromBase64WithPrefix",
1675
- "variableTypeTokenRange": {
1676
- "startIndex": 1,
1677
- "endIndex": 3
1678
- }
1679
- },
1680
1653
  {
1681
1654
  "kind": "Variable",
1682
1655
  "canonicalReference": "@genesislcap/foundation-utils!DEFAULT_ORGANISATION:var",
@@ -2757,70 +2730,6 @@
2757
2730
  ],
2758
2731
  "extendsTokenRanges": []
2759
2732
  },
2760
- {
2761
- "kind": "Variable",
2762
- "canonicalReference": "@genesislcap/foundation-utils!encodeToBase64:var",
2763
- "docComment": "/**\n * Encodes the given value to base64.\n *\n * @param value - The value to encode to base64.\n *\n * @returns The base64 encoded value.\n *\n * @public\n */\n",
2764
- "excerptTokens": [
2765
- {
2766
- "kind": "Content",
2767
- "text": "encodeToBase64: "
2768
- },
2769
- {
2770
- "kind": "Content",
2771
- "text": "(value: string | "
2772
- },
2773
- {
2774
- "kind": "Reference",
2775
- "text": "ArrayBuffer",
2776
- "canonicalReference": "!ArrayBuffer:interface"
2777
- },
2778
- {
2779
- "kind": "Content",
2780
- "text": ") => string"
2781
- }
2782
- ],
2783
- "fileUrlPath": "src/encoding/base64/encode.ts",
2784
- "isReadonly": true,
2785
- "releaseTag": "Public",
2786
- "name": "encodeToBase64",
2787
- "variableTypeTokenRange": {
2788
- "startIndex": 1,
2789
- "endIndex": 4
2790
- }
2791
- },
2792
- {
2793
- "kind": "Variable",
2794
- "canonicalReference": "@genesislcap/foundation-utils!encodeToBase64WithPrefix:var",
2795
- "docComment": "/**\n * Encodes the given value with a prefix to base64.\n *\n * @remarks\n *\n * Prefixes are: 'str:' for string and 'bin:' for ArrayBuffer.\n *\n * @param value - The value to encode to base64.\n *\n * @returns The base64 encoded value with a prefix.\n *\n * @public\n */\n",
2796
- "excerptTokens": [
2797
- {
2798
- "kind": "Content",
2799
- "text": "encodeToBase64WithPrefix: "
2800
- },
2801
- {
2802
- "kind": "Content",
2803
- "text": "(value: string | "
2804
- },
2805
- {
2806
- "kind": "Reference",
2807
- "text": "ArrayBuffer",
2808
- "canonicalReference": "!ArrayBuffer:interface"
2809
- },
2810
- {
2811
- "kind": "Content",
2812
- "text": ") => string"
2813
- }
2814
- ],
2815
- "fileUrlPath": "src/encoding/base64/encode.ts",
2816
- "isReadonly": true,
2817
- "releaseTag": "Public",
2818
- "name": "encodeToBase64WithPrefix",
2819
- "variableTypeTokenRange": {
2820
- "startIndex": 1,
2821
- "endIndex": 4
2822
- }
2823
- },
2824
2733
  {
2825
2734
  "kind": "TypeAlias",
2826
2735
  "canonicalReference": "@genesislcap/foundation-utils!ErrorDetailMap:type",
@@ -3559,17 +3468,21 @@
3559
3468
  "name": "getDateFormatter"
3560
3469
  },
3561
3470
  {
3562
- "kind": "Variable",
3563
- "canonicalReference": "@genesislcap/foundation-utils!getFontMixin:var",
3471
+ "kind": "Function",
3472
+ "canonicalReference": "@genesislcap/foundation-utils!getFontMixin:function(1)",
3564
3473
  "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
3474
  "excerptTokens": [
3566
3475
  {
3567
3476
  "kind": "Content",
3568
- "text": "getFontMixin: "
3477
+ "text": "getFontMixin: (family: "
3478
+ },
3479
+ {
3480
+ "kind": "Content",
3481
+ "text": "string"
3569
3482
  },
3570
3483
  {
3571
3484
  "kind": "Content",
3572
- "text": "(family: string, style?: "
3485
+ "text": ", style?: "
3573
3486
  },
3574
3487
  {
3575
3488
  "kind": "Reference",
@@ -3587,17 +3500,47 @@
3587
3500
  },
3588
3501
  {
3589
3502
  "kind": "Content",
3590
- "text": ") => string"
3503
+ "text": ") => "
3504
+ },
3505
+ {
3506
+ "kind": "Content",
3507
+ "text": "string"
3591
3508
  }
3592
3509
  ],
3593
3510
  "fileUrlPath": "src/styles/typography.ts",
3594
- "isReadonly": true,
3511
+ "returnTypeTokenRange": {
3512
+ "startIndex": 7,
3513
+ "endIndex": 8
3514
+ },
3595
3515
  "releaseTag": "Public",
3596
- "name": "getFontMixin",
3597
- "variableTypeTokenRange": {
3598
- "startIndex": 1,
3599
- "endIndex": 6
3600
- }
3516
+ "overloadIndex": 1,
3517
+ "parameters": [
3518
+ {
3519
+ "parameterName": "family",
3520
+ "parameterTypeTokenRange": {
3521
+ "startIndex": 1,
3522
+ "endIndex": 2
3523
+ },
3524
+ "isOptional": false
3525
+ },
3526
+ {
3527
+ "parameterName": "style",
3528
+ "parameterTypeTokenRange": {
3529
+ "startIndex": 3,
3530
+ "endIndex": 4
3531
+ },
3532
+ "isOptional": true
3533
+ },
3534
+ {
3535
+ "parameterName": "weight",
3536
+ "parameterTypeTokenRange": {
3537
+ "startIndex": 5,
3538
+ "endIndex": 6
3539
+ },
3540
+ "isOptional": true
3541
+ }
3542
+ ],
3543
+ "name": "getFontMixin"
3601
3544
  },
3602
3545
  {
3603
3546
  "kind": "Function",
@@ -3684,27 +3627,28 @@
3684
3627
  }
3685
3628
  },
3686
3629
  {
3687
- "kind": "Variable",
3688
- "canonicalReference": "@genesislcap/foundation-utils!inIFrame:var",
3630
+ "kind": "Function",
3631
+ "canonicalReference": "@genesislcap/foundation-utils!inIFrame:function(1)",
3689
3632
  "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
3633
  "excerptTokens": [
3691
3634
  {
3692
3635
  "kind": "Content",
3693
- "text": "inIFrame: "
3636
+ "text": "inIFrame: () => "
3694
3637
  },
3695
3638
  {
3696
3639
  "kind": "Content",
3697
- "text": "() => boolean"
3640
+ "text": "boolean"
3698
3641
  }
3699
3642
  ],
3700
3643
  "fileUrlPath": "src/window/window.ts",
3701
- "isReadonly": true,
3702
- "releaseTag": "Public",
3703
- "name": "inIFrame",
3704
- "variableTypeTokenRange": {
3644
+ "returnTypeTokenRange": {
3705
3645
  "startIndex": 1,
3706
3646
  "endIndex": 2
3707
- }
3647
+ },
3648
+ "releaseTag": "Public",
3649
+ "overloadIndex": 1,
3650
+ "parameters": [],
3651
+ "name": "inIFrame"
3708
3652
  },
3709
3653
  {
3710
3654
  "kind": "Class",
@@ -4289,96 +4233,150 @@
4289
4233
  ]
4290
4234
  },
4291
4235
  {
4292
- "kind": "Variable",
4293
- "canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:var",
4236
+ "kind": "Function",
4237
+ "canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:function(1)",
4294
4238
  "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
4239
  "excerptTokens": [
4296
4240
  {
4297
4241
  "kind": "Content",
4298
- "text": "insertDocumentCSSRule: "
4242
+ "text": "insertDocumentCSSRule: (cssRule: "
4299
4243
  },
4300
4244
  {
4301
4245
  "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": [
4246
+ "text": "string"
4247
+ },
4319
4248
  {
4320
4249
  "kind": "Content",
4321
- "text": "insertDocumentLink: "
4250
+ "text": ", styleElementId: "
4322
4251
  },
4323
4252
  {
4324
4253
  "kind": "Content",
4325
- "text": "(href: string) => void"
4326
- }
4327
- ],
4328
- "fileUrlPath": "src/styles/dom.ts",
4329
- "isReadonly": true,
4330
- "releaseTag": "Public",
4331
- "name": "insertDocumentLink",
4332
- "variableTypeTokenRange": {
4333
- "startIndex": 1,
4334
- "endIndex": 2
4335
- }
4336
- },
4337
- {
4338
- "kind": "Variable",
4339
- "canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:var",
4340
- "docComment": "/**\n * Returns a boolean value indicating whether the user is running the Symphony desktop app.\n *\n * @returns true if the user is running the Symphony desktop app, false otherwise.\n *\n * @public\n */\n",
4341
- "excerptTokens": [
4254
+ "text": "string"
4255
+ },
4342
4256
  {
4343
4257
  "kind": "Content",
4344
- "text": "inSymphonyDesktop: "
4258
+ "text": ") => "
4345
4259
  },
4346
4260
  {
4347
4261
  "kind": "Content",
4348
- "text": "() => boolean"
4262
+ "text": "(() => void)"
4349
4263
  }
4350
4264
  ],
4351
- "fileUrlPath": "src/window/window.ts",
4352
- "isReadonly": true,
4265
+ "fileUrlPath": "src/styles/dom.ts",
4266
+ "returnTypeTokenRange": {
4267
+ "startIndex": 5,
4268
+ "endIndex": 6
4269
+ },
4353
4270
  "releaseTag": "Public",
4354
- "name": "inSymphonyDesktop",
4355
- "variableTypeTokenRange": {
4356
- "startIndex": 1,
4357
- "endIndex": 2
4358
- }
4359
- },
4360
- {
4361
- "kind": "Variable",
4362
- "canonicalReference": "@genesislcap/foundation-utils!isDev:var",
4363
- "docComment": "/**\n * Determines if the current environment is a development environment.\n *\n * @public\n */\n",
4364
- "excerptTokens": [
4271
+ "overloadIndex": 1,
4272
+ "parameters": [
4273
+ {
4274
+ "parameterName": "cssRule",
4275
+ "parameterTypeTokenRange": {
4276
+ "startIndex": 1,
4277
+ "endIndex": 2
4278
+ },
4279
+ "isOptional": false
4280
+ },
4281
+ {
4282
+ "parameterName": "styleElementId",
4283
+ "parameterTypeTokenRange": {
4284
+ "startIndex": 3,
4285
+ "endIndex": 4
4286
+ },
4287
+ "isOptional": false
4288
+ }
4289
+ ],
4290
+ "name": "insertDocumentCSSRule"
4291
+ },
4292
+ {
4293
+ "kind": "Function",
4294
+ "canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:function(1)",
4295
+ "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",
4296
+ "excerptTokens": [
4297
+ {
4298
+ "kind": "Content",
4299
+ "text": "insertDocumentLink: (href: "
4300
+ },
4301
+ {
4302
+ "kind": "Content",
4303
+ "text": "string"
4304
+ },
4365
4305
  {
4366
4306
  "kind": "Content",
4367
- "text": "isDev: "
4307
+ "text": ") => "
4368
4308
  },
4369
4309
  {
4370
4310
  "kind": "Content",
4371
- "text": "() => boolean"
4311
+ "text": "void"
4372
4312
  }
4373
4313
  ],
4374
- "fileUrlPath": "src/env/is-dev.ts",
4375
- "isReadonly": true,
4314
+ "fileUrlPath": "src/styles/dom.ts",
4315
+ "returnTypeTokenRange": {
4316
+ "startIndex": 3,
4317
+ "endIndex": 4
4318
+ },
4376
4319
  "releaseTag": "Public",
4377
- "name": "isDev",
4378
- "variableTypeTokenRange": {
4320
+ "overloadIndex": 1,
4321
+ "parameters": [
4322
+ {
4323
+ "parameterName": "href",
4324
+ "parameterTypeTokenRange": {
4325
+ "startIndex": 1,
4326
+ "endIndex": 2
4327
+ },
4328
+ "isOptional": false
4329
+ }
4330
+ ],
4331
+ "name": "insertDocumentLink"
4332
+ },
4333
+ {
4334
+ "kind": "Function",
4335
+ "canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:function(1)",
4336
+ "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",
4337
+ "excerptTokens": [
4338
+ {
4339
+ "kind": "Content",
4340
+ "text": "inSymphonyDesktop: () => "
4341
+ },
4342
+ {
4343
+ "kind": "Content",
4344
+ "text": "boolean"
4345
+ }
4346
+ ],
4347
+ "fileUrlPath": "src/window/window.ts",
4348
+ "returnTypeTokenRange": {
4379
4349
  "startIndex": 1,
4380
4350
  "endIndex": 2
4381
- }
4351
+ },
4352
+ "releaseTag": "Public",
4353
+ "overloadIndex": 1,
4354
+ "parameters": [],
4355
+ "name": "inSymphonyDesktop"
4356
+ },
4357
+ {
4358
+ "kind": "Function",
4359
+ "canonicalReference": "@genesislcap/foundation-utils!isDev:function(1)",
4360
+ "docComment": "/**\n * Determines if the current environment is a development environment.\n *\n * @public\n */\n",
4361
+ "excerptTokens": [
4362
+ {
4363
+ "kind": "Content",
4364
+ "text": "isDev: () => "
4365
+ },
4366
+ {
4367
+ "kind": "Content",
4368
+ "text": "boolean"
4369
+ }
4370
+ ],
4371
+ "fileUrlPath": "src/env/is-dev.ts",
4372
+ "returnTypeTokenRange": {
4373
+ "startIndex": 1,
4374
+ "endIndex": 2
4375
+ },
4376
+ "releaseTag": "Public",
4377
+ "overloadIndex": 1,
4378
+ "parameters": [],
4379
+ "name": "isDev"
4382
4380
  },
4383
4381
  {
4384
4382
  "kind": "Function",
@@ -5145,17 +5143,13 @@
5145
5143
  }
5146
5144
  },
5147
5145
  {
5148
- "kind": "Variable",
5149
- "canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:var",
5146
+ "kind": "Function",
5147
+ "canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:function(1)",
5150
5148
  "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
5149
  "excerptTokens": [
5152
5150
  {
5153
5151
  "kind": "Content",
5154
- "text": "LifecycleMixin: "
5155
- },
5156
- {
5157
- "kind": "Content",
5158
- "text": "<T extends "
5152
+ "text": "LifecycleMixin: <T extends "
5159
5153
  },
5160
5154
  {
5161
5155
  "kind": "Reference",
@@ -5164,7 +5158,19 @@
5164
5158
  },
5165
5159
  {
5166
5160
  "kind": "Content",
5167
- "text": ">(Base: T) => {\n new (...args: any[]): {\n \"__#1@#_container\": "
5161
+ "text": ">(Base: "
5162
+ },
5163
+ {
5164
+ "kind": "Content",
5165
+ "text": "T"
5166
+ },
5167
+ {
5168
+ "kind": "Content",
5169
+ "text": ") => "
5170
+ },
5171
+ {
5172
+ "kind": "Content",
5173
+ "text": "{\n new (...args: any[]): {\n \"__#1@#_container\": "
5168
5174
  },
5169
5175
  {
5170
5176
  "kind": "Reference",
@@ -5263,7 +5269,7 @@
5263
5269
  },
5264
5270
  {
5265
5271
  "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(): "
5272
+ "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
5273
  },
5268
5274
  {
5269
5275
  "kind": "Reference",
@@ -5272,7 +5278,7 @@
5272
5278
  },
5273
5279
  {
5274
5280
  "kind": "Content",
5275
- "text": ";\n click(): void;\n addEventListener<K extends keyof "
5281
+ "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(force?: boolean): boolean;\n addEventListener<K extends keyof "
5276
5282
  },
5277
5283
  {
5278
5284
  "kind": "Reference",
@@ -5479,7 +5485,16 @@
5479
5485
  },
5480
5486
  {
5481
5487
  "kind": "Content",
5482
- "text": ";\n closest<K_2 extends keyof "
5488
+ "text": ";\n checkVisibility(options?: "
5489
+ },
5490
+ {
5491
+ "kind": "Reference",
5492
+ "text": "CheckVisibilityOptions",
5493
+ "canonicalReference": "!CheckVisibilityOptions:interface"
5494
+ },
5495
+ {
5496
+ "kind": "Content",
5497
+ "text": "): boolean;\n closest<K_2 extends keyof "
5483
5498
  },
5484
5499
  {
5485
5500
  "kind": "Reference",
@@ -5515,7 +5530,25 @@
5515
5530
  },
5516
5531
  {
5517
5532
  "kind": "Content",
5518
- "text": "[K_3];\n closest<E extends "
5533
+ "text": "[K_3];\n closest<K_4 extends keyof "
5534
+ },
5535
+ {
5536
+ "kind": "Reference",
5537
+ "text": "MathMLElementTagNameMap",
5538
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
5539
+ },
5540
+ {
5541
+ "kind": "Content",
5542
+ "text": ">(selector: K_4): "
5543
+ },
5544
+ {
5545
+ "kind": "Reference",
5546
+ "text": "MathMLElementTagNameMap",
5547
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
5548
+ },
5549
+ {
5550
+ "kind": "Content",
5551
+ "text": "[K_4];\n closest<E extends "
5519
5552
  },
5520
5553
  {
5521
5554
  "kind": "Reference",
@@ -5533,7 +5566,16 @@
5533
5566
  },
5534
5567
  {
5535
5568
  "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): "
5569
+ "text": ">(selectors: string): E;\n computedStyleMap(): "
5570
+ },
5571
+ {
5572
+ "kind": "Reference",
5573
+ "text": "StylePropertyMapReadOnly",
5574
+ "canonicalReference": "!StylePropertyMapReadOnly:interface"
5575
+ },
5576
+ {
5577
+ "kind": "Content",
5578
+ "text": ";\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
5537
5579
  },
5538
5580
  {
5539
5581
  "kind": "Reference",
@@ -5587,7 +5629,7 @@
5587
5629
  },
5588
5630
  {
5589
5631
  "kind": "Content",
5590
- "text": ">;\n getElementsByTagName<K_4 extends keyof "
5632
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
5591
5633
  },
5592
5634
  {
5593
5635
  "kind": "Reference",
@@ -5596,7 +5638,7 @@
5596
5638
  },
5597
5639
  {
5598
5640
  "kind": "Content",
5599
- "text": ">(qualifiedName: K_4): "
5641
+ "text": ">(qualifiedName: K_5): "
5600
5642
  },
5601
5643
  {
5602
5644
  "kind": "Reference",
@@ -5614,7 +5656,7 @@
5614
5656
  },
5615
5657
  {
5616
5658
  "kind": "Content",
5617
- "text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
5659
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
5618
5660
  },
5619
5661
  {
5620
5662
  "kind": "Reference",
@@ -5623,7 +5665,7 @@
5623
5665
  },
5624
5666
  {
5625
5667
  "kind": "Content",
5626
- "text": ">(qualifiedName: K_5): "
5668
+ "text": ">(qualifiedName: K_6): "
5627
5669
  },
5628
5670
  {
5629
5671
  "kind": "Reference",
@@ -5641,7 +5683,61 @@
5641
5683
  },
5642
5684
  {
5643
5685
  "kind": "Content",
5644
- "text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
5686
+ "text": "[K_6]>;\n getElementsByTagName<K_7 extends keyof "
5687
+ },
5688
+ {
5689
+ "kind": "Reference",
5690
+ "text": "MathMLElementTagNameMap",
5691
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
5692
+ },
5693
+ {
5694
+ "kind": "Content",
5695
+ "text": ">(qualifiedName: K_7): "
5696
+ },
5697
+ {
5698
+ "kind": "Reference",
5699
+ "text": "HTMLCollectionOf",
5700
+ "canonicalReference": "!HTMLCollectionOf:interface"
5701
+ },
5702
+ {
5703
+ "kind": "Content",
5704
+ "text": "<"
5705
+ },
5706
+ {
5707
+ "kind": "Reference",
5708
+ "text": "MathMLElementTagNameMap",
5709
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
5710
+ },
5711
+ {
5712
+ "kind": "Content",
5713
+ "text": "[K_7]>;\n getElementsByTagName<K_8 extends keyof "
5714
+ },
5715
+ {
5716
+ "kind": "Reference",
5717
+ "text": "HTMLElementDeprecatedTagNameMap",
5718
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
5719
+ },
5720
+ {
5721
+ "kind": "Content",
5722
+ "text": ">(qualifiedName: K_8): "
5723
+ },
5724
+ {
5725
+ "kind": "Reference",
5726
+ "text": "HTMLCollectionOf",
5727
+ "canonicalReference": "!HTMLCollectionOf:interface"
5728
+ },
5729
+ {
5730
+ "kind": "Content",
5731
+ "text": "<"
5732
+ },
5733
+ {
5734
+ "kind": "Reference",
5735
+ "text": "HTMLElementDeprecatedTagNameMap",
5736
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
5737
+ },
5738
+ {
5739
+ "kind": "Content",
5740
+ "text": "[K_8]>;\n getElementsByTagName(qualifiedName: string): "
5645
5741
  },
5646
5742
  {
5647
5743
  "kind": "Reference",
@@ -5693,6 +5789,24 @@
5693
5789
  "text": "SVGElement",
5694
5790
  "canonicalReference": "!SVGElement:interface"
5695
5791
  },
5792
+ {
5793
+ "kind": "Content",
5794
+ "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
5795
+ },
5796
+ {
5797
+ "kind": "Reference",
5798
+ "text": "HTMLCollectionOf",
5799
+ "canonicalReference": "!HTMLCollectionOf:interface"
5800
+ },
5801
+ {
5802
+ "kind": "Content",
5803
+ "text": "<"
5804
+ },
5805
+ {
5806
+ "kind": "Reference",
5807
+ "text": "MathMLElement",
5808
+ "canonicalReference": "!MathMLElement:interface"
5809
+ },
5696
5810
  {
5697
5811
  "kind": "Content",
5698
5812
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -6046,7 +6160,7 @@
6046
6160
  },
6047
6161
  {
6048
6162
  "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: "
6163
+ "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
6164
  },
6051
6165
  {
6052
6166
  "kind": "Reference",
@@ -6055,7 +6169,7 @@
6055
6169
  },
6056
6170
  {
6057
6171
  "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: "
6172
+ "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
6173
  },
6060
6174
  {
6061
6175
  "kind": "Reference",
@@ -6199,7 +6313,7 @@
6199
6313
  },
6200
6314
  {
6201
6315
  "kind": "Content",
6202
- "text": ")[]): void;\n querySelector<K_6 extends keyof "
6316
+ "text": ")[]): void;\n querySelector<K_9 extends keyof "
6203
6317
  },
6204
6318
  {
6205
6319
  "kind": "Reference",
@@ -6208,7 +6322,7 @@
6208
6322
  },
6209
6323
  {
6210
6324
  "kind": "Content",
6211
- "text": ">(selectors: K_6): "
6325
+ "text": ">(selectors: K_9): "
6212
6326
  },
6213
6327
  {
6214
6328
  "kind": "Reference",
@@ -6217,7 +6331,7 @@
6217
6331
  },
6218
6332
  {
6219
6333
  "kind": "Content",
6220
- "text": "[K_6];\n querySelector<K_7 extends keyof "
6334
+ "text": "[K_9];\n querySelector<K_10 extends keyof "
6221
6335
  },
6222
6336
  {
6223
6337
  "kind": "Reference",
@@ -6226,7 +6340,7 @@
6226
6340
  },
6227
6341
  {
6228
6342
  "kind": "Content",
6229
- "text": ">(selectors: K_7): "
6343
+ "text": ">(selectors: K_10): "
6230
6344
  },
6231
6345
  {
6232
6346
  "kind": "Reference",
@@ -6235,7 +6349,43 @@
6235
6349
  },
6236
6350
  {
6237
6351
  "kind": "Content",
6238
- "text": "[K_7];\n querySelector<E_1 extends "
6352
+ "text": "[K_10];\n querySelector<K_11 extends keyof "
6353
+ },
6354
+ {
6355
+ "kind": "Reference",
6356
+ "text": "MathMLElementTagNameMap",
6357
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6358
+ },
6359
+ {
6360
+ "kind": "Content",
6361
+ "text": ">(selectors: K_11): "
6362
+ },
6363
+ {
6364
+ "kind": "Reference",
6365
+ "text": "MathMLElementTagNameMap",
6366
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6367
+ },
6368
+ {
6369
+ "kind": "Content",
6370
+ "text": "[K_11];\n querySelector<K_12 extends keyof "
6371
+ },
6372
+ {
6373
+ "kind": "Reference",
6374
+ "text": "HTMLElementDeprecatedTagNameMap",
6375
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6376
+ },
6377
+ {
6378
+ "kind": "Content",
6379
+ "text": ">(selectors: K_12): "
6380
+ },
6381
+ {
6382
+ "kind": "Reference",
6383
+ "text": "HTMLElementDeprecatedTagNameMap",
6384
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6385
+ },
6386
+ {
6387
+ "kind": "Content",
6388
+ "text": "[K_12];\n querySelector<E_1 extends "
6239
6389
  },
6240
6390
  {
6241
6391
  "kind": "Reference",
@@ -6253,7 +6403,7 @@
6253
6403
  },
6254
6404
  {
6255
6405
  "kind": "Content",
6256
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
6406
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_13 extends keyof "
6257
6407
  },
6258
6408
  {
6259
6409
  "kind": "Reference",
@@ -6262,7 +6412,7 @@
6262
6412
  },
6263
6413
  {
6264
6414
  "kind": "Content",
6265
- "text": ">(selectors: K_8): "
6415
+ "text": ">(selectors: K_13): "
6266
6416
  },
6267
6417
  {
6268
6418
  "kind": "Reference",
@@ -6280,7 +6430,7 @@
6280
6430
  },
6281
6431
  {
6282
6432
  "kind": "Content",
6283
- "text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
6433
+ "text": "[K_13]>;\n querySelectorAll<K_14 extends keyof "
6284
6434
  },
6285
6435
  {
6286
6436
  "kind": "Reference",
@@ -6289,7 +6439,7 @@
6289
6439
  },
6290
6440
  {
6291
6441
  "kind": "Content",
6292
- "text": ">(selectors: K_9): "
6442
+ "text": ">(selectors: K_14): "
6293
6443
  },
6294
6444
  {
6295
6445
  "kind": "Reference",
@@ -6307,106 +6457,115 @@
6307
6457
  },
6308
6458
  {
6309
6459
  "kind": "Content",
6310
- "text": "[K_9]>;\n querySelectorAll<E_2 extends "
6460
+ "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
6311
6461
  },
6312
6462
  {
6313
6463
  "kind": "Reference",
6314
- "text": "Element",
6315
- "canonicalReference": "!Element:interface"
6464
+ "text": "MathMLElementTagNameMap",
6465
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6316
6466
  },
6317
6467
  {
6318
6468
  "kind": "Content",
6319
- "text": " = "
6469
+ "text": ">(selectors: K_15): "
6320
6470
  },
6321
6471
  {
6322
6472
  "kind": "Reference",
6323
- "text": "Element",
6324
- "canonicalReference": "!Element:interface"
6473
+ "text": "NodeListOf",
6474
+ "canonicalReference": "!NodeListOf:interface"
6325
6475
  },
6326
6476
  {
6327
6477
  "kind": "Content",
6328
- "text": ">(selectors: string): "
6478
+ "text": "<"
6329
6479
  },
6330
6480
  {
6331
6481
  "kind": "Reference",
6332
- "text": "NodeListOf",
6333
- "canonicalReference": "!NodeListOf:interface"
6482
+ "text": "MathMLElementTagNameMap",
6483
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6334
6484
  },
6335
6485
  {
6336
6486
  "kind": "Content",
6337
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
6487
+ "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
6338
6488
  },
6339
6489
  {
6340
6490
  "kind": "Reference",
6341
- "text": "Node",
6342
- "canonicalReference": "!Node:interface"
6491
+ "text": "HTMLElementDeprecatedTagNameMap",
6492
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6343
6493
  },
6344
6494
  {
6345
6495
  "kind": "Content",
6346
- "text": ")[]): void;\n readonly assignedSlot: "
6496
+ "text": ">(selectors: K_16): "
6347
6497
  },
6348
6498
  {
6349
6499
  "kind": "Reference",
6350
- "text": "HTMLSlotElement",
6351
- "canonicalReference": "!HTMLSlotElement:interface"
6500
+ "text": "NodeListOf",
6501
+ "canonicalReference": "!NodeListOf:interface"
6352
6502
  },
6353
6503
  {
6354
6504
  "kind": "Content",
6355
- "text": ";\n oncopy: (this: "
6505
+ "text": "<"
6356
6506
  },
6357
6507
  {
6358
6508
  "kind": "Reference",
6359
- "text": "DocumentAndElementEventHandlers",
6360
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6509
+ "text": "HTMLElementDeprecatedTagNameMap",
6510
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6361
6511
  },
6362
6512
  {
6363
6513
  "kind": "Content",
6364
- "text": ", ev: "
6514
+ "text": "[K_16]>;\n querySelectorAll<E_2 extends "
6365
6515
  },
6366
6516
  {
6367
6517
  "kind": "Reference",
6368
- "text": "ClipboardEvent",
6369
- "canonicalReference": "!ClipboardEvent:interface"
6518
+ "text": "Element",
6519
+ "canonicalReference": "!Element:interface"
6370
6520
  },
6371
6521
  {
6372
6522
  "kind": "Content",
6373
- "text": ") => any;\n oncut: (this: "
6523
+ "text": " = "
6374
6524
  },
6375
6525
  {
6376
6526
  "kind": "Reference",
6377
- "text": "DocumentAndElementEventHandlers",
6378
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6527
+ "text": "Element",
6528
+ "canonicalReference": "!Element:interface"
6379
6529
  },
6380
6530
  {
6381
6531
  "kind": "Content",
6382
- "text": ", ev: "
6532
+ "text": ">(selectors: string): "
6383
6533
  },
6384
6534
  {
6385
6535
  "kind": "Reference",
6386
- "text": "ClipboardEvent",
6387
- "canonicalReference": "!ClipboardEvent:interface"
6536
+ "text": "NodeListOf",
6537
+ "canonicalReference": "!NodeListOf:interface"
6388
6538
  },
6389
6539
  {
6390
6540
  "kind": "Content",
6391
- "text": ") => any;\n onpaste: (this: "
6541
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
6392
6542
  },
6393
6543
  {
6394
6544
  "kind": "Reference",
6395
- "text": "DocumentAndElementEventHandlers",
6396
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6545
+ "text": "Node",
6546
+ "canonicalReference": "!Node:interface"
6397
6547
  },
6398
6548
  {
6399
6549
  "kind": "Content",
6400
- "text": ", ev: "
6550
+ "text": ")[]): void;\n readonly assignedSlot: "
6401
6551
  },
6402
6552
  {
6403
6553
  "kind": "Reference",
6404
- "text": "ClipboardEvent",
6405
- "canonicalReference": "!ClipboardEvent:interface"
6554
+ "text": "HTMLSlotElement",
6555
+ "canonicalReference": "!HTMLSlotElement:interface"
6556
+ },
6557
+ {
6558
+ "kind": "Content",
6559
+ "text": ";\n readonly attributeStyleMap: "
6560
+ },
6561
+ {
6562
+ "kind": "Reference",
6563
+ "text": "StylePropertyMap",
6564
+ "canonicalReference": "!StylePropertyMap:interface"
6406
6565
  },
6407
6566
  {
6408
6567
  "kind": "Content",
6409
- "text": ") => any;\n readonly style: "
6568
+ "text": ";\n readonly style: "
6410
6569
  },
6411
6570
  {
6412
6571
  "kind": "Reference",
@@ -6539,6 +6698,24 @@
6539
6698
  "text": "InputEvent",
6540
6699
  "canonicalReference": "!InputEvent:interface"
6541
6700
  },
6701
+ {
6702
+ "kind": "Content",
6703
+ "text": ") => any;\n onbeforetoggle: (this: "
6704
+ },
6705
+ {
6706
+ "kind": "Reference",
6707
+ "text": "GlobalEventHandlers",
6708
+ "canonicalReference": "!GlobalEventHandlers:interface"
6709
+ },
6710
+ {
6711
+ "kind": "Content",
6712
+ "text": ", ev: "
6713
+ },
6714
+ {
6715
+ "kind": "Reference",
6716
+ "text": "Event",
6717
+ "canonicalReference": "!Event:interface"
6718
+ },
6542
6719
  {
6543
6720
  "kind": "Content",
6544
6721
  "text": ") => any;\n onblur: (this: "
@@ -6683,6 +6860,24 @@
6683
6860
  "text": "MouseEvent",
6684
6861
  "canonicalReference": "!MouseEvent:interface"
6685
6862
  },
6863
+ {
6864
+ "kind": "Content",
6865
+ "text": ") => any;\n oncopy: (this: "
6866
+ },
6867
+ {
6868
+ "kind": "Reference",
6869
+ "text": "GlobalEventHandlers",
6870
+ "canonicalReference": "!GlobalEventHandlers:interface"
6871
+ },
6872
+ {
6873
+ "kind": "Content",
6874
+ "text": ", ev: "
6875
+ },
6876
+ {
6877
+ "kind": "Reference",
6878
+ "text": "ClipboardEvent",
6879
+ "canonicalReference": "!ClipboardEvent:interface"
6880
+ },
6686
6881
  {
6687
6882
  "kind": "Content",
6688
6883
  "text": ") => any;\n oncuechange: (this: "
@@ -6701,6 +6896,24 @@
6701
6896
  "text": "Event",
6702
6897
  "canonicalReference": "!Event:interface"
6703
6898
  },
6899
+ {
6900
+ "kind": "Content",
6901
+ "text": ") => any;\n oncut: (this: "
6902
+ },
6903
+ {
6904
+ "kind": "Reference",
6905
+ "text": "GlobalEventHandlers",
6906
+ "canonicalReference": "!GlobalEventHandlers:interface"
6907
+ },
6908
+ {
6909
+ "kind": "Content",
6910
+ "text": ", ev: "
6911
+ },
6912
+ {
6913
+ "kind": "Reference",
6914
+ "text": "ClipboardEvent",
6915
+ "canonicalReference": "!ClipboardEvent:interface"
6916
+ },
6704
6917
  {
6705
6918
  "kind": "Content",
6706
6919
  "text": ") => any;\n ondblclick: (this: "
@@ -7268,6 +7481,24 @@
7268
7481
  "text": "MouseEvent",
7269
7482
  "canonicalReference": "!MouseEvent:interface"
7270
7483
  },
7484
+ {
7485
+ "kind": "Content",
7486
+ "text": ") => any;\n onpaste: (this: "
7487
+ },
7488
+ {
7489
+ "kind": "Reference",
7490
+ "text": "GlobalEventHandlers",
7491
+ "canonicalReference": "!GlobalEventHandlers:interface"
7492
+ },
7493
+ {
7494
+ "kind": "Content",
7495
+ "text": ", ev: "
7496
+ },
7497
+ {
7498
+ "kind": "Reference",
7499
+ "text": "ClipboardEvent",
7500
+ "canonicalReference": "!ClipboardEvent:interface"
7501
+ },
7271
7502
  {
7272
7503
  "kind": "Content",
7273
7504
  "text": ") => any;\n onpause: (this: "
@@ -7565,6 +7796,24 @@
7565
7796
  "text": "Event",
7566
7797
  "canonicalReference": "!Event:interface"
7567
7798
  },
7799
+ {
7800
+ "kind": "Content",
7801
+ "text": ") => any;\n onscrollend: (this: "
7802
+ },
7803
+ {
7804
+ "kind": "Reference",
7805
+ "text": "GlobalEventHandlers",
7806
+ "canonicalReference": "!GlobalEventHandlers:interface"
7807
+ },
7808
+ {
7809
+ "kind": "Content",
7810
+ "text": ", ev: "
7811
+ },
7812
+ {
7813
+ "kind": "Reference",
7814
+ "text": "Event",
7815
+ "canonicalReference": "!Event:interface"
7816
+ },
7568
7817
  {
7569
7818
  "kind": "Content",
7570
7819
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -8075,13 +8324,36 @@
8075
8324
  }
8076
8325
  ],
8077
8326
  "fileUrlPath": "src/mixins/lifecycle/lifecycle.ts",
8078
- "isReadonly": true,
8327
+ "returnTypeTokenRange": {
8328
+ "startIndex": 5,
8329
+ "endIndex": 706
8330
+ },
8079
8331
  "releaseTag": "Beta",
8080
- "name": "LifecycleMixin",
8081
- "variableTypeTokenRange": {
8082
- "startIndex": 1,
8083
- "endIndex": 650
8084
- }
8332
+ "overloadIndex": 1,
8333
+ "parameters": [
8334
+ {
8335
+ "parameterName": "Base",
8336
+ "parameterTypeTokenRange": {
8337
+ "startIndex": 3,
8338
+ "endIndex": 4
8339
+ },
8340
+ "isOptional": false
8341
+ }
8342
+ ],
8343
+ "typeParameters": [
8344
+ {
8345
+ "typeParameterName": "T",
8346
+ "constraintTokenRange": {
8347
+ "startIndex": 1,
8348
+ "endIndex": 2
8349
+ },
8350
+ "defaultTypeTokenRange": {
8351
+ "startIndex": 0,
8352
+ "endIndex": 0
8353
+ }
8354
+ }
8355
+ ],
8356
+ "name": "LifecycleMixin"
8085
8357
  },
8086
8358
  {
8087
8359
  "kind": "TypeAlias",
@@ -8123,27 +8395,61 @@
8123
8395
  }
8124
8396
  },
8125
8397
  {
8126
- "kind": "Variable",
8127
- "canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:var",
8398
+ "kind": "Function",
8399
+ "canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:function(1)",
8128
8400
  "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
8401
  "excerptTokens": [
8130
8402
  {
8131
8403
  "kind": "Content",
8132
- "text": "loadFontFaces: "
8404
+ "text": "loadFontFaces: (fontFaceRules: "
8405
+ },
8406
+ {
8407
+ "kind": "Content",
8408
+ "text": "string"
8409
+ },
8410
+ {
8411
+ "kind": "Content",
8412
+ "text": ", styleElementId: "
8413
+ },
8414
+ {
8415
+ "kind": "Content",
8416
+ "text": "string"
8417
+ },
8418
+ {
8419
+ "kind": "Content",
8420
+ "text": ") => "
8133
8421
  },
8134
8422
  {
8135
8423
  "kind": "Content",
8136
- "text": "(fontFaceRules: string, styleElementId: string) => void"
8424
+ "text": "void"
8137
8425
  }
8138
8426
  ],
8139
8427
  "fileUrlPath": "src/styles/typography.ts",
8140
- "isReadonly": true,
8428
+ "returnTypeTokenRange": {
8429
+ "startIndex": 5,
8430
+ "endIndex": 6
8431
+ },
8141
8432
  "releaseTag": "Public",
8142
- "name": "loadFontFaces",
8143
- "variableTypeTokenRange": {
8144
- "startIndex": 1,
8145
- "endIndex": 2
8146
- }
8433
+ "overloadIndex": 1,
8434
+ "parameters": [
8435
+ {
8436
+ "parameterName": "fontFaceRules",
8437
+ "parameterTypeTokenRange": {
8438
+ "startIndex": 1,
8439
+ "endIndex": 2
8440
+ },
8441
+ "isOptional": false
8442
+ },
8443
+ {
8444
+ "parameterName": "styleElementId",
8445
+ "parameterTypeTokenRange": {
8446
+ "startIndex": 3,
8447
+ "endIndex": 4
8448
+ },
8449
+ "isOptional": false
8450
+ }
8451
+ ],
8452
+ "name": "loadFontFaces"
8147
8453
  },
8148
8454
  {
8149
8455
  "kind": "Interface",
@@ -8803,17 +9109,45 @@
8803
9109
  "extendsTokenRanges": []
8804
9110
  },
8805
9111
  {
8806
- "kind": "Variable",
8807
- "canonicalReference": "@genesislcap/foundation-utils!openPopup:var",
9112
+ "kind": "Function",
9113
+ "canonicalReference": "@genesislcap/foundation-utils!openPopup:function(1)",
8808
9114
  "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
9115
  "excerptTokens": [
8810
9116
  {
8811
9117
  "kind": "Content",
8812
- "text": "openPopup: "
9118
+ "text": "openPopup: (urlNavigate: "
9119
+ },
9120
+ {
9121
+ "kind": "Content",
9122
+ "text": "string"
9123
+ },
9124
+ {
9125
+ "kind": "Content",
9126
+ "text": ", target: "
9127
+ },
9128
+ {
9129
+ "kind": "Content",
9130
+ "text": "string"
9131
+ },
9132
+ {
9133
+ "kind": "Content",
9134
+ "text": ", popUpWidth?: "
8813
9135
  },
8814
9136
  {
8815
9137
  "kind": "Content",
8816
- "text": "(urlNavigate: string, target: string, popUpWidth?: number, popUpHeight?: number) => "
9138
+ "text": "number"
9139
+ },
9140
+ {
9141
+ "kind": "Content",
9142
+ "text": ", popUpHeight?: "
9143
+ },
9144
+ {
9145
+ "kind": "Content",
9146
+ "text": "number"
9147
+ },
9148
+ {
9149
+ "kind": "Content",
9150
+ "text": ") => "
8817
9151
  },
8818
9152
  {
8819
9153
  "kind": "Reference",
@@ -8822,26 +9156,56 @@
8822
9156
  }
8823
9157
  ],
8824
9158
  "fileUrlPath": "src/window/window.ts",
8825
- "isReadonly": true,
9159
+ "returnTypeTokenRange": {
9160
+ "startIndex": 9,
9161
+ "endIndex": 10
9162
+ },
8826
9163
  "releaseTag": "Public",
8827
- "name": "openPopup",
8828
- "variableTypeTokenRange": {
8829
- "startIndex": 1,
8830
- "endIndex": 3
8831
- }
9164
+ "overloadIndex": 1,
9165
+ "parameters": [
9166
+ {
9167
+ "parameterName": "urlNavigate",
9168
+ "parameterTypeTokenRange": {
9169
+ "startIndex": 1,
9170
+ "endIndex": 2
9171
+ },
9172
+ "isOptional": false
9173
+ },
9174
+ {
9175
+ "parameterName": "target",
9176
+ "parameterTypeTokenRange": {
9177
+ "startIndex": 3,
9178
+ "endIndex": 4
9179
+ },
9180
+ "isOptional": false
9181
+ },
9182
+ {
9183
+ "parameterName": "popUpWidth",
9184
+ "parameterTypeTokenRange": {
9185
+ "startIndex": 5,
9186
+ "endIndex": 6
9187
+ },
9188
+ "isOptional": true
9189
+ },
9190
+ {
9191
+ "parameterName": "popUpHeight",
9192
+ "parameterTypeTokenRange": {
9193
+ "startIndex": 7,
9194
+ "endIndex": 8
9195
+ },
9196
+ "isOptional": true
9197
+ }
9198
+ ],
9199
+ "name": "openPopup"
8832
9200
  },
8833
9201
  {
8834
- "kind": "Variable",
8835
- "canonicalReference": "@genesislcap/foundation-utils!PendingState:var",
9202
+ "kind": "Function",
9203
+ "canonicalReference": "@genesislcap/foundation-utils!PendingState:function(1)",
8836
9204
  "docComment": "/**\n * The `PendingState` mixin.\n *\n * @public\n */\n",
8837
9205
  "excerptTokens": [
8838
9206
  {
8839
9207
  "kind": "Content",
8840
- "text": "PendingState: "
8841
- },
8842
- {
8843
- "kind": "Content",
8844
- "text": "<TBase extends "
9208
+ "text": "PendingState: <TBase extends "
8845
9209
  },
8846
9210
  {
8847
9211
  "kind": "Reference",
@@ -8850,7 +9214,19 @@
8850
9214
  },
8851
9215
  {
8852
9216
  "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 }: "
9217
+ "text": ">(Base: "
9218
+ },
9219
+ {
9220
+ "kind": "Content",
9221
+ "text": "TBase"
9222
+ },
9223
+ {
9224
+ "kind": "Content",
9225
+ "text": ") => "
9226
+ },
9227
+ {
9228
+ "kind": "Content",
9229
+ "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
9230
  },
8855
9231
  {
8856
9232
  "kind": "Reference",
@@ -8904,7 +9280,7 @@
8904
9280
  },
8905
9281
  {
8906
9282
  "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(): "
9283
+ "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
9284
  },
8909
9285
  {
8910
9286
  "kind": "Reference",
@@ -8913,7 +9289,7 @@
8913
9289
  },
8914
9290
  {
8915
9291
  "kind": "Content",
8916
- "text": ";\n click(): void;\n addEventListener<K extends keyof "
9292
+ "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(force?: boolean): boolean;\n addEventListener<K extends keyof "
8917
9293
  },
8918
9294
  {
8919
9295
  "kind": "Reference",
@@ -9120,7 +9496,16 @@
9120
9496
  },
9121
9497
  {
9122
9498
  "kind": "Content",
9123
- "text": ";\n closest<K_2 extends keyof "
9499
+ "text": ";\n checkVisibility(options?: "
9500
+ },
9501
+ {
9502
+ "kind": "Reference",
9503
+ "text": "CheckVisibilityOptions",
9504
+ "canonicalReference": "!CheckVisibilityOptions:interface"
9505
+ },
9506
+ {
9507
+ "kind": "Content",
9508
+ "text": "): boolean;\n closest<K_2 extends keyof "
9124
9509
  },
9125
9510
  {
9126
9511
  "kind": "Reference",
@@ -9156,7 +9541,25 @@
9156
9541
  },
9157
9542
  {
9158
9543
  "kind": "Content",
9159
- "text": "[K_3];\n closest<E extends "
9544
+ "text": "[K_3];\n closest<K_4 extends keyof "
9545
+ },
9546
+ {
9547
+ "kind": "Reference",
9548
+ "text": "MathMLElementTagNameMap",
9549
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9550
+ },
9551
+ {
9552
+ "kind": "Content",
9553
+ "text": ">(selector: K_4): "
9554
+ },
9555
+ {
9556
+ "kind": "Reference",
9557
+ "text": "MathMLElementTagNameMap",
9558
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9559
+ },
9560
+ {
9561
+ "kind": "Content",
9562
+ "text": "[K_4];\n closest<E extends "
9160
9563
  },
9161
9564
  {
9162
9565
  "kind": "Reference",
@@ -9174,7 +9577,16 @@
9174
9577
  },
9175
9578
  {
9176
9579
  "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): "
9580
+ "text": ">(selectors: string): E;\n computedStyleMap(): "
9581
+ },
9582
+ {
9583
+ "kind": "Reference",
9584
+ "text": "StylePropertyMapReadOnly",
9585
+ "canonicalReference": "!StylePropertyMapReadOnly:interface"
9586
+ },
9587
+ {
9588
+ "kind": "Content",
9589
+ "text": ";\n getAttribute(qualifiedName: string): string;\n getAttributeNS(namespace: string, localName: string): string;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
9178
9590
  },
9179
9591
  {
9180
9592
  "kind": "Reference",
@@ -9228,7 +9640,7 @@
9228
9640
  },
9229
9641
  {
9230
9642
  "kind": "Content",
9231
- "text": ">;\n getElementsByTagName<K_4 extends keyof "
9643
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
9232
9644
  },
9233
9645
  {
9234
9646
  "kind": "Reference",
@@ -9237,7 +9649,7 @@
9237
9649
  },
9238
9650
  {
9239
9651
  "kind": "Content",
9240
- "text": ">(qualifiedName: K_4): "
9652
+ "text": ">(qualifiedName: K_5): "
9241
9653
  },
9242
9654
  {
9243
9655
  "kind": "Reference",
@@ -9255,7 +9667,7 @@
9255
9667
  },
9256
9668
  {
9257
9669
  "kind": "Content",
9258
- "text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
9670
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
9259
9671
  },
9260
9672
  {
9261
9673
  "kind": "Reference",
@@ -9264,7 +9676,7 @@
9264
9676
  },
9265
9677
  {
9266
9678
  "kind": "Content",
9267
- "text": ">(qualifiedName: K_5): "
9679
+ "text": ">(qualifiedName: K_6): "
9268
9680
  },
9269
9681
  {
9270
9682
  "kind": "Reference",
@@ -9282,7 +9694,61 @@
9282
9694
  },
9283
9695
  {
9284
9696
  "kind": "Content",
9285
- "text": "[K_5]>;\n getElementsByTagName(qualifiedName: string): "
9697
+ "text": "[K_6]>;\n getElementsByTagName<K_7 extends keyof "
9698
+ },
9699
+ {
9700
+ "kind": "Reference",
9701
+ "text": "MathMLElementTagNameMap",
9702
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9703
+ },
9704
+ {
9705
+ "kind": "Content",
9706
+ "text": ">(qualifiedName: K_7): "
9707
+ },
9708
+ {
9709
+ "kind": "Reference",
9710
+ "text": "HTMLCollectionOf",
9711
+ "canonicalReference": "!HTMLCollectionOf:interface"
9712
+ },
9713
+ {
9714
+ "kind": "Content",
9715
+ "text": "<"
9716
+ },
9717
+ {
9718
+ "kind": "Reference",
9719
+ "text": "MathMLElementTagNameMap",
9720
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9721
+ },
9722
+ {
9723
+ "kind": "Content",
9724
+ "text": "[K_7]>;\n getElementsByTagName<K_8 extends keyof "
9725
+ },
9726
+ {
9727
+ "kind": "Reference",
9728
+ "text": "HTMLElementDeprecatedTagNameMap",
9729
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
9730
+ },
9731
+ {
9732
+ "kind": "Content",
9733
+ "text": ">(qualifiedName: K_8): "
9734
+ },
9735
+ {
9736
+ "kind": "Reference",
9737
+ "text": "HTMLCollectionOf",
9738
+ "canonicalReference": "!HTMLCollectionOf:interface"
9739
+ },
9740
+ {
9741
+ "kind": "Content",
9742
+ "text": "<"
9743
+ },
9744
+ {
9745
+ "kind": "Reference",
9746
+ "text": "HTMLElementDeprecatedTagNameMap",
9747
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
9748
+ },
9749
+ {
9750
+ "kind": "Content",
9751
+ "text": "[K_8]>;\n getElementsByTagName(qualifiedName: string): "
9286
9752
  },
9287
9753
  {
9288
9754
  "kind": "Reference",
@@ -9334,6 +9800,24 @@
9334
9800
  "text": "SVGElement",
9335
9801
  "canonicalReference": "!SVGElement:interface"
9336
9802
  },
9803
+ {
9804
+ "kind": "Content",
9805
+ "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
9806
+ },
9807
+ {
9808
+ "kind": "Reference",
9809
+ "text": "HTMLCollectionOf",
9810
+ "canonicalReference": "!HTMLCollectionOf:interface"
9811
+ },
9812
+ {
9813
+ "kind": "Content",
9814
+ "text": "<"
9815
+ },
9816
+ {
9817
+ "kind": "Reference",
9818
+ "text": "MathMLElement",
9819
+ "canonicalReference": "!MathMLElement:interface"
9820
+ },
9337
9821
  {
9338
9822
  "kind": "Content",
9339
9823
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -9696,7 +10180,7 @@
9696
10180
  },
9697
10181
  {
9698
10182
  "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: "
10183
+ "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
10184
  },
9701
10185
  {
9702
10186
  "kind": "Reference",
@@ -9705,7 +10189,7 @@
9705
10189
  },
9706
10190
  {
9707
10191
  "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: "
10192
+ "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
10193
  },
9710
10194
  {
9711
10195
  "kind": "Reference",
@@ -9849,7 +10333,7 @@
9849
10333
  },
9850
10334
  {
9851
10335
  "kind": "Content",
9852
- "text": ")[]): void;\n querySelector<K_6 extends keyof "
10336
+ "text": ")[]): void;\n querySelector<K_9 extends keyof "
9853
10337
  },
9854
10338
  {
9855
10339
  "kind": "Reference",
@@ -9858,7 +10342,7 @@
9858
10342
  },
9859
10343
  {
9860
10344
  "kind": "Content",
9861
- "text": ">(selectors: K_6): "
10345
+ "text": ">(selectors: K_9): "
9862
10346
  },
9863
10347
  {
9864
10348
  "kind": "Reference",
@@ -9867,7 +10351,7 @@
9867
10351
  },
9868
10352
  {
9869
10353
  "kind": "Content",
9870
- "text": "[K_6];\n querySelector<K_7 extends keyof "
10354
+ "text": "[K_9];\n querySelector<K_10 extends keyof "
9871
10355
  },
9872
10356
  {
9873
10357
  "kind": "Reference",
@@ -9876,7 +10360,7 @@
9876
10360
  },
9877
10361
  {
9878
10362
  "kind": "Content",
9879
- "text": ">(selectors: K_7): "
10363
+ "text": ">(selectors: K_10): "
9880
10364
  },
9881
10365
  {
9882
10366
  "kind": "Reference",
@@ -9885,7 +10369,43 @@
9885
10369
  },
9886
10370
  {
9887
10371
  "kind": "Content",
9888
- "text": "[K_7];\n querySelector<E_1 extends "
10372
+ "text": "[K_10];\n querySelector<K_11 extends keyof "
10373
+ },
10374
+ {
10375
+ "kind": "Reference",
10376
+ "text": "MathMLElementTagNameMap",
10377
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
10378
+ },
10379
+ {
10380
+ "kind": "Content",
10381
+ "text": ">(selectors: K_11): "
10382
+ },
10383
+ {
10384
+ "kind": "Reference",
10385
+ "text": "MathMLElementTagNameMap",
10386
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
10387
+ },
10388
+ {
10389
+ "kind": "Content",
10390
+ "text": "[K_11];\n querySelector<K_12 extends keyof "
10391
+ },
10392
+ {
10393
+ "kind": "Reference",
10394
+ "text": "HTMLElementDeprecatedTagNameMap",
10395
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
10396
+ },
10397
+ {
10398
+ "kind": "Content",
10399
+ "text": ">(selectors: K_12): "
10400
+ },
10401
+ {
10402
+ "kind": "Reference",
10403
+ "text": "HTMLElementDeprecatedTagNameMap",
10404
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
10405
+ },
10406
+ {
10407
+ "kind": "Content",
10408
+ "text": "[K_12];\n querySelector<E_1 extends "
9889
10409
  },
9890
10410
  {
9891
10411
  "kind": "Reference",
@@ -9903,7 +10423,7 @@
9903
10423
  },
9904
10424
  {
9905
10425
  "kind": "Content",
9906
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
10426
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_13 extends keyof "
9907
10427
  },
9908
10428
  {
9909
10429
  "kind": "Reference",
@@ -9912,7 +10432,7 @@
9912
10432
  },
9913
10433
  {
9914
10434
  "kind": "Content",
9915
- "text": ">(selectors: K_8): "
10435
+ "text": ">(selectors: K_13): "
9916
10436
  },
9917
10437
  {
9918
10438
  "kind": "Reference",
@@ -9930,7 +10450,7 @@
9930
10450
  },
9931
10451
  {
9932
10452
  "kind": "Content",
9933
- "text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
10453
+ "text": "[K_13]>;\n querySelectorAll<K_14 extends keyof "
9934
10454
  },
9935
10455
  {
9936
10456
  "kind": "Reference",
@@ -9939,7 +10459,7 @@
9939
10459
  },
9940
10460
  {
9941
10461
  "kind": "Content",
9942
- "text": ">(selectors: K_9): "
10462
+ "text": ">(selectors: K_14): "
9943
10463
  },
9944
10464
  {
9945
10465
  "kind": "Reference",
@@ -9957,106 +10477,115 @@
9957
10477
  },
9958
10478
  {
9959
10479
  "kind": "Content",
9960
- "text": "[K_9]>;\n querySelectorAll<E_2 extends "
10480
+ "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
9961
10481
  },
9962
10482
  {
9963
10483
  "kind": "Reference",
9964
- "text": "Element",
9965
- "canonicalReference": "!Element:interface"
10484
+ "text": "MathMLElementTagNameMap",
10485
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
10486
+ },
10487
+ {
10488
+ "kind": "Content",
10489
+ "text": ">(selectors: K_15): "
10490
+ },
10491
+ {
10492
+ "kind": "Reference",
10493
+ "text": "NodeListOf",
10494
+ "canonicalReference": "!NodeListOf:interface"
9966
10495
  },
9967
10496
  {
9968
10497
  "kind": "Content",
9969
- "text": " = "
10498
+ "text": "<"
9970
10499
  },
9971
10500
  {
9972
10501
  "kind": "Reference",
9973
- "text": "Element",
9974
- "canonicalReference": "!Element:interface"
10502
+ "text": "MathMLElementTagNameMap",
10503
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9975
10504
  },
9976
10505
  {
9977
10506
  "kind": "Content",
9978
- "text": ">(selectors: string): "
10507
+ "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
9979
10508
  },
9980
10509
  {
9981
10510
  "kind": "Reference",
9982
- "text": "NodeListOf",
9983
- "canonicalReference": "!NodeListOf:interface"
10511
+ "text": "HTMLElementDeprecatedTagNameMap",
10512
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
9984
10513
  },
9985
10514
  {
9986
10515
  "kind": "Content",
9987
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
10516
+ "text": ">(selectors: K_16): "
9988
10517
  },
9989
10518
  {
9990
10519
  "kind": "Reference",
9991
- "text": "Node",
9992
- "canonicalReference": "!Node:interface"
10520
+ "text": "NodeListOf",
10521
+ "canonicalReference": "!NodeListOf:interface"
9993
10522
  },
9994
10523
  {
9995
10524
  "kind": "Content",
9996
- "text": ")[]): void;\n readonly assignedSlot: "
10525
+ "text": "<"
9997
10526
  },
9998
10527
  {
9999
10528
  "kind": "Reference",
10000
- "text": "HTMLSlotElement",
10001
- "canonicalReference": "!HTMLSlotElement:interface"
10529
+ "text": "HTMLElementDeprecatedTagNameMap",
10530
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
10002
10531
  },
10003
10532
  {
10004
10533
  "kind": "Content",
10005
- "text": ";\n oncopy: (this: "
10534
+ "text": "[K_16]>;\n querySelectorAll<E_2 extends "
10006
10535
  },
10007
10536
  {
10008
10537
  "kind": "Reference",
10009
- "text": "DocumentAndElementEventHandlers",
10010
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10538
+ "text": "Element",
10539
+ "canonicalReference": "!Element:interface"
10011
10540
  },
10012
10541
  {
10013
10542
  "kind": "Content",
10014
- "text": ", ev: "
10543
+ "text": " = "
10015
10544
  },
10016
10545
  {
10017
10546
  "kind": "Reference",
10018
- "text": "ClipboardEvent",
10019
- "canonicalReference": "!ClipboardEvent:interface"
10547
+ "text": "Element",
10548
+ "canonicalReference": "!Element:interface"
10020
10549
  },
10021
10550
  {
10022
10551
  "kind": "Content",
10023
- "text": ") => any;\n oncut: (this: "
10552
+ "text": ">(selectors: string): "
10024
10553
  },
10025
10554
  {
10026
10555
  "kind": "Reference",
10027
- "text": "DocumentAndElementEventHandlers",
10028
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10556
+ "text": "NodeListOf",
10557
+ "canonicalReference": "!NodeListOf:interface"
10029
10558
  },
10030
10559
  {
10031
10560
  "kind": "Content",
10032
- "text": ", ev: "
10561
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
10033
10562
  },
10034
10563
  {
10035
10564
  "kind": "Reference",
10036
- "text": "ClipboardEvent",
10037
- "canonicalReference": "!ClipboardEvent:interface"
10565
+ "text": "Node",
10566
+ "canonicalReference": "!Node:interface"
10038
10567
  },
10039
10568
  {
10040
10569
  "kind": "Content",
10041
- "text": ") => any;\n onpaste: (this: "
10570
+ "text": ")[]): void;\n readonly assignedSlot: "
10042
10571
  },
10043
10572
  {
10044
10573
  "kind": "Reference",
10045
- "text": "DocumentAndElementEventHandlers",
10046
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10574
+ "text": "HTMLSlotElement",
10575
+ "canonicalReference": "!HTMLSlotElement:interface"
10047
10576
  },
10048
10577
  {
10049
10578
  "kind": "Content",
10050
- "text": ", ev: "
10579
+ "text": ";\n readonly attributeStyleMap: "
10051
10580
  },
10052
10581
  {
10053
10582
  "kind": "Reference",
10054
- "text": "ClipboardEvent",
10055
- "canonicalReference": "!ClipboardEvent:interface"
10583
+ "text": "StylePropertyMap",
10584
+ "canonicalReference": "!StylePropertyMap:interface"
10056
10585
  },
10057
10586
  {
10058
10587
  "kind": "Content",
10059
- "text": ") => any;\n readonly style: "
10588
+ "text": ";\n readonly style: "
10060
10589
  },
10061
10590
  {
10062
10591
  "kind": "Reference",
@@ -10189,6 +10718,24 @@
10189
10718
  "text": "InputEvent",
10190
10719
  "canonicalReference": "!InputEvent:interface"
10191
10720
  },
10721
+ {
10722
+ "kind": "Content",
10723
+ "text": ") => any;\n onbeforetoggle: (this: "
10724
+ },
10725
+ {
10726
+ "kind": "Reference",
10727
+ "text": "GlobalEventHandlers",
10728
+ "canonicalReference": "!GlobalEventHandlers:interface"
10729
+ },
10730
+ {
10731
+ "kind": "Content",
10732
+ "text": ", ev: "
10733
+ },
10734
+ {
10735
+ "kind": "Reference",
10736
+ "text": "Event",
10737
+ "canonicalReference": "!Event:interface"
10738
+ },
10192
10739
  {
10193
10740
  "kind": "Content",
10194
10741
  "text": ") => any;\n onblur: (this: "
@@ -10333,6 +10880,24 @@
10333
10880
  "text": "MouseEvent",
10334
10881
  "canonicalReference": "!MouseEvent:interface"
10335
10882
  },
10883
+ {
10884
+ "kind": "Content",
10885
+ "text": ") => any;\n oncopy: (this: "
10886
+ },
10887
+ {
10888
+ "kind": "Reference",
10889
+ "text": "GlobalEventHandlers",
10890
+ "canonicalReference": "!GlobalEventHandlers:interface"
10891
+ },
10892
+ {
10893
+ "kind": "Content",
10894
+ "text": ", ev: "
10895
+ },
10896
+ {
10897
+ "kind": "Reference",
10898
+ "text": "ClipboardEvent",
10899
+ "canonicalReference": "!ClipboardEvent:interface"
10900
+ },
10336
10901
  {
10337
10902
  "kind": "Content",
10338
10903
  "text": ") => any;\n oncuechange: (this: "
@@ -10351,6 +10916,24 @@
10351
10916
  "text": "Event",
10352
10917
  "canonicalReference": "!Event:interface"
10353
10918
  },
10919
+ {
10920
+ "kind": "Content",
10921
+ "text": ") => any;\n oncut: (this: "
10922
+ },
10923
+ {
10924
+ "kind": "Reference",
10925
+ "text": "GlobalEventHandlers",
10926
+ "canonicalReference": "!GlobalEventHandlers:interface"
10927
+ },
10928
+ {
10929
+ "kind": "Content",
10930
+ "text": ", ev: "
10931
+ },
10932
+ {
10933
+ "kind": "Reference",
10934
+ "text": "ClipboardEvent",
10935
+ "canonicalReference": "!ClipboardEvent:interface"
10936
+ },
10354
10937
  {
10355
10938
  "kind": "Content",
10356
10939
  "text": ") => any;\n ondblclick: (this: "
@@ -10918,6 +11501,24 @@
10918
11501
  "text": "MouseEvent",
10919
11502
  "canonicalReference": "!MouseEvent:interface"
10920
11503
  },
11504
+ {
11505
+ "kind": "Content",
11506
+ "text": ") => any;\n onpaste: (this: "
11507
+ },
11508
+ {
11509
+ "kind": "Reference",
11510
+ "text": "GlobalEventHandlers",
11511
+ "canonicalReference": "!GlobalEventHandlers:interface"
11512
+ },
11513
+ {
11514
+ "kind": "Content",
11515
+ "text": ", ev: "
11516
+ },
11517
+ {
11518
+ "kind": "Reference",
11519
+ "text": "ClipboardEvent",
11520
+ "canonicalReference": "!ClipboardEvent:interface"
11521
+ },
10921
11522
  {
10922
11523
  "kind": "Content",
10923
11524
  "text": ") => any;\n onpause: (this: "
@@ -11215,6 +11816,24 @@
11215
11816
  "text": "Event",
11216
11817
  "canonicalReference": "!Event:interface"
11217
11818
  },
11819
+ {
11820
+ "kind": "Content",
11821
+ "text": ") => any;\n onscrollend: (this: "
11822
+ },
11823
+ {
11824
+ "kind": "Reference",
11825
+ "text": "GlobalEventHandlers",
11826
+ "canonicalReference": "!GlobalEventHandlers:interface"
11827
+ },
11828
+ {
11829
+ "kind": "Content",
11830
+ "text": ", ev: "
11831
+ },
11832
+ {
11833
+ "kind": "Reference",
11834
+ "text": "Event",
11835
+ "canonicalReference": "!Event:interface"
11836
+ },
11218
11837
  {
11219
11838
  "kind": "Content",
11220
11839
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -11725,13 +12344,36 @@
11725
12344
  }
11726
12345
  ],
11727
12346
  "fileUrlPath": "src/mixins/pendingState/pendingState.ts",
11728
- "isReadonly": true,
12347
+ "returnTypeTokenRange": {
12348
+ "startIndex": 5,
12349
+ "endIndex": 698
12350
+ },
11729
12351
  "releaseTag": "Public",
11730
- "name": "PendingState",
11731
- "variableTypeTokenRange": {
11732
- "startIndex": 1,
11733
- "endIndex": 642
11734
- }
12352
+ "overloadIndex": 1,
12353
+ "parameters": [
12354
+ {
12355
+ "parameterName": "Base",
12356
+ "parameterTypeTokenRange": {
12357
+ "startIndex": 3,
12358
+ "endIndex": 4
12359
+ },
12360
+ "isOptional": false
12361
+ }
12362
+ ],
12363
+ "typeParameters": [
12364
+ {
12365
+ "typeParameterName": "TBase",
12366
+ "constraintTokenRange": {
12367
+ "startIndex": 1,
12368
+ "endIndex": 2
12369
+ },
12370
+ "defaultTypeTokenRange": {
12371
+ "startIndex": 0,
12372
+ "endIndex": 0
12373
+ }
12374
+ }
12375
+ ],
12376
+ "name": "PendingState"
11735
12377
  },
11736
12378
  {
11737
12379
  "kind": "TypeAlias",
@@ -12106,17 +12748,37 @@
12106
12748
  "name": "renderOnChange"
12107
12749
  },
12108
12750
  {
12109
- "kind": "Variable",
12110
- "canonicalReference": "@genesislcap/foundation-utils!resolveAfter:var",
12751
+ "kind": "Function",
12752
+ "canonicalReference": "@genesislcap/foundation-utils!resolveAfter:function(1)",
12111
12753
  "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
12754
  "excerptTokens": [
12113
12755
  {
12114
12756
  "kind": "Content",
12115
- "text": "resolveAfter: "
12757
+ "text": "resolveAfter: <T = "
12758
+ },
12759
+ {
12760
+ "kind": "Content",
12761
+ "text": "any"
12762
+ },
12763
+ {
12764
+ "kind": "Content",
12765
+ "text": ">(ms: "
12766
+ },
12767
+ {
12768
+ "kind": "Content",
12769
+ "text": "number"
12770
+ },
12771
+ {
12772
+ "kind": "Content",
12773
+ "text": ", valueCreator: "
12774
+ },
12775
+ {
12776
+ "kind": "Content",
12777
+ "text": "() => T"
12116
12778
  },
12117
12779
  {
12118
12780
  "kind": "Content",
12119
- "text": "<T = any>(ms: number, valueCreator: () => T) => "
12781
+ "text": ") => "
12120
12782
  },
12121
12783
  {
12122
12784
  "kind": "Reference",
@@ -12129,13 +12791,44 @@
12129
12791
  }
12130
12792
  ],
12131
12793
  "fileUrlPath": "src/promise/resolveAfter.ts",
12132
- "isReadonly": true,
12794
+ "returnTypeTokenRange": {
12795
+ "startIndex": 7,
12796
+ "endIndex": 9
12797
+ },
12133
12798
  "releaseTag": "Public",
12134
- "name": "resolveAfter",
12135
- "variableTypeTokenRange": {
12136
- "startIndex": 1,
12137
- "endIndex": 4
12138
- }
12799
+ "overloadIndex": 1,
12800
+ "parameters": [
12801
+ {
12802
+ "parameterName": "ms",
12803
+ "parameterTypeTokenRange": {
12804
+ "startIndex": 3,
12805
+ "endIndex": 4
12806
+ },
12807
+ "isOptional": false
12808
+ },
12809
+ {
12810
+ "parameterName": "valueCreator",
12811
+ "parameterTypeTokenRange": {
12812
+ "startIndex": 5,
12813
+ "endIndex": 6
12814
+ },
12815
+ "isOptional": false
12816
+ }
12817
+ ],
12818
+ "typeParameters": [
12819
+ {
12820
+ "typeParameterName": "T",
12821
+ "constraintTokenRange": {
12822
+ "startIndex": 0,
12823
+ "endIndex": 0
12824
+ },
12825
+ "defaultTypeTokenRange": {
12826
+ "startIndex": 1,
12827
+ "endIndex": 2
12828
+ }
12829
+ }
12830
+ ],
12831
+ "name": "resolveAfter"
12139
12832
  },
12140
12833
  {
12141
12834
  "kind": "TypeAlias",
@@ -12205,17 +12898,13 @@
12205
12898
  }
12206
12899
  },
12207
12900
  {
12208
- "kind": "Variable",
12209
- "canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:var",
12901
+ "kind": "Function",
12902
+ "canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:function(1)",
12210
12903
  "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
12904
  "excerptTokens": [
12212
12905
  {
12213
12906
  "kind": "Content",
12214
- "text": "respondToVisibility: "
12215
- },
12216
- {
12217
- "kind": "Content",
12218
- "text": "(element: "
12907
+ "text": "respondToVisibility: (element: "
12219
12908
  },
12220
12909
  {
12221
12910
  "kind": "Reference",
@@ -12224,17 +12913,47 @@
12224
12913
  },
12225
12914
  {
12226
12915
  "kind": "Content",
12227
- "text": ", callback: (arg0: boolean) => any) => void"
12916
+ "text": ", callback: "
12917
+ },
12918
+ {
12919
+ "kind": "Content",
12920
+ "text": "(arg0: boolean) => any"
12921
+ },
12922
+ {
12923
+ "kind": "Content",
12924
+ "text": ") => "
12925
+ },
12926
+ {
12927
+ "kind": "Content",
12928
+ "text": "void"
12228
12929
  }
12229
12930
  ],
12230
12931
  "fileUrlPath": "src/observer/observer.ts",
12231
- "isReadonly": true,
12932
+ "returnTypeTokenRange": {
12933
+ "startIndex": 5,
12934
+ "endIndex": 6
12935
+ },
12232
12936
  "releaseTag": "Public",
12233
- "name": "respondToVisibility",
12234
- "variableTypeTokenRange": {
12235
- "startIndex": 1,
12236
- "endIndex": 4
12237
- }
12937
+ "overloadIndex": 1,
12938
+ "parameters": [
12939
+ {
12940
+ "parameterName": "element",
12941
+ "parameterTypeTokenRange": {
12942
+ "startIndex": 1,
12943
+ "endIndex": 2
12944
+ },
12945
+ "isOptional": false
12946
+ },
12947
+ {
12948
+ "parameterName": "callback",
12949
+ "parameterTypeTokenRange": {
12950
+ "startIndex": 3,
12951
+ "endIndex": 4
12952
+ },
12953
+ "isOptional": false
12954
+ }
12955
+ ],
12956
+ "name": "respondToVisibility"
12238
12957
  },
12239
12958
  {
12240
12959
  "kind": "TypeAlias",