@genesislcap/foundation-utils 14.225.1 → 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 (31) hide show
  1. package/dist/custom-elements.json +531 -531
  2. package/dist/dts/error/errorMap.d.ts.map +1 -1
  3. package/dist/dts/mixins/lifecycle/lifecycle.d.ts +51 -29
  4. package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
  5. package/dist/dts/mixins/pendingState/pendingState.d.ts +45 -29
  6. package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
  7. package/dist/dts/observer/observer.d.ts.map +1 -1
  8. package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
  9. package/dist/dts/tsdoc-metadata.json +1 -1
  10. package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
  11. package/dist/esm/mixins/pendingState/pendingState.js +2 -2
  12. package/dist/esm/uuid/uuid.js +2 -2
  13. package/dist/foundation-utils.api.json +1109 -270
  14. package/dist/foundation-utils.d.ts +93 -58
  15. package/docs/api/foundation-utils.createerrormap.md +14 -1
  16. package/docs/api/foundation-utils.createobserver.md +5 -1
  17. package/docs/api/foundation-utils.getfontmixin.md +16 -1
  18. package/docs/api/foundation-utils.iniframe.md +7 -1
  19. package/docs/api/foundation-utils.insertdocumentcssrule.md +15 -1
  20. package/docs/api/foundation-utils.insertdocumentlink.md +12 -1
  21. package/docs/api/foundation-utils.insymphonydesktop.md +7 -1
  22. package/docs/api/foundation-utils.isdev.md +5 -1
  23. package/docs/api/foundation-utils.lifecyclemixin.md +56 -30
  24. package/docs/api/foundation-utils.loadfontfaces.md +13 -1
  25. package/docs/api/foundation-utils.md +14 -14
  26. package/docs/api/foundation-utils.openpopup.md +17 -1
  27. package/docs/api/foundation-utils.pendingstate.md +57 -30
  28. package/docs/api/foundation-utils.resolveafter.md +12 -1
  29. package/docs/api/foundation-utils.respondtovisibility.md +13 -1
  30. package/docs/{api-report.md → api-report.md.api.md} +93 -58
  31. package/package.json +11 -11
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.9",
4
+ "toolVersion": "7.48.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -399,17 +399,13 @@
399
399
  }
400
400
  },
401
401
  {
402
- "kind": "Variable",
403
- "canonicalReference": "@genesislcap/foundation-utils!createErrorMap:var",
402
+ "kind": "Function",
403
+ "canonicalReference": "@genesislcap/foundation-utils!createErrorMap:function(1)",
404
404
  "docComment": "/**\n * A factory to create the error map.\n *\n * @param logger - A logger error method reference.\n *\n * @returns A ErrorMap instance.\n *\n * @public\n */\n",
405
405
  "excerptTokens": [
406
406
  {
407
407
  "kind": "Content",
408
- "text": "createErrorMap: "
409
- },
410
- {
411
- "kind": "Content",
412
- "text": "<TErrorDetailMap extends "
408
+ "text": "createErrorMap: <TErrorDetailMap extends "
413
409
  },
414
410
  {
415
411
  "kind": "Reference",
@@ -440,13 +436,36 @@
440
436
  }
441
437
  ],
442
438
  "fileUrlPath": "src/error/errorMap.ts",
443
- "isReadonly": true,
439
+ "returnTypeTokenRange": {
440
+ "startIndex": 5,
441
+ "endIndex": 7
442
+ },
444
443
  "releaseTag": "Public",
445
- "name": "createErrorMap",
446
- "variableTypeTokenRange": {
447
- "startIndex": 1,
448
- "endIndex": 8
449
- }
444
+ "overloadIndex": 1,
445
+ "parameters": [
446
+ {
447
+ "parameterName": "logger",
448
+ "parameterTypeTokenRange": {
449
+ "startIndex": 3,
450
+ "endIndex": 4
451
+ },
452
+ "isOptional": false
453
+ }
454
+ ],
455
+ "typeParameters": [
456
+ {
457
+ "typeParameterName": "TErrorDetailMap",
458
+ "constraintTokenRange": {
459
+ "startIndex": 1,
460
+ "endIndex": 2
461
+ },
462
+ "defaultTypeTokenRange": {
463
+ "startIndex": 0,
464
+ "endIndex": 0
465
+ }
466
+ }
467
+ ],
468
+ "name": "createErrorMap"
450
469
  },
451
470
  {
452
471
  "kind": "Function",
@@ -512,17 +531,13 @@
512
531
  "name": "createLogger"
513
532
  },
514
533
  {
515
- "kind": "Variable",
516
- "canonicalReference": "@genesislcap/foundation-utils!createObserver:var",
534
+ "kind": "Function",
535
+ "canonicalReference": "@genesislcap/foundation-utils!createObserver:function(1)",
517
536
  "docComment": "/**\n * Creates a new event observer instance.\n *\n * @public\n */\n",
518
537
  "excerptTokens": [
519
538
  {
520
539
  "kind": "Content",
521
- "text": "createObserver: "
522
- },
523
- {
524
- "kind": "Content",
525
- "text": "<EventType>() => "
540
+ "text": "createObserver: <EventType>() => "
526
541
  },
527
542
  {
528
543
  "kind": "Reference",
@@ -535,13 +550,27 @@
535
550
  }
536
551
  ],
537
552
  "fileUrlPath": "src/observer/observer.ts",
538
- "isReadonly": true,
539
- "releaseTag": "Public",
540
- "name": "createObserver",
541
- "variableTypeTokenRange": {
553
+ "returnTypeTokenRange": {
542
554
  "startIndex": 1,
543
- "endIndex": 4
544
- }
555
+ "endIndex": 3
556
+ },
557
+ "releaseTag": "Public",
558
+ "overloadIndex": 1,
559
+ "parameters": [],
560
+ "typeParameters": [
561
+ {
562
+ "typeParameterName": "EventType",
563
+ "constraintTokenRange": {
564
+ "startIndex": 0,
565
+ "endIndex": 0
566
+ },
567
+ "defaultTypeTokenRange": {
568
+ "startIndex": 0,
569
+ "endIndex": 0
570
+ }
571
+ }
572
+ ],
573
+ "name": "createObserver"
545
574
  },
546
575
  {
547
576
  "kind": "Function",
@@ -3439,17 +3468,21 @@
3439
3468
  "name": "getDateFormatter"
3440
3469
  },
3441
3470
  {
3442
- "kind": "Variable",
3443
- "canonicalReference": "@genesislcap/foundation-utils!getFontMixin:var",
3471
+ "kind": "Function",
3472
+ "canonicalReference": "@genesislcap/foundation-utils!getFontMixin:function(1)",
3444
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",
3445
3474
  "excerptTokens": [
3446
3475
  {
3447
3476
  "kind": "Content",
3448
- "text": "getFontMixin: "
3477
+ "text": "getFontMixin: (family: "
3478
+ },
3479
+ {
3480
+ "kind": "Content",
3481
+ "text": "string"
3449
3482
  },
3450
3483
  {
3451
3484
  "kind": "Content",
3452
- "text": "(family: string, style?: "
3485
+ "text": ", style?: "
3453
3486
  },
3454
3487
  {
3455
3488
  "kind": "Reference",
@@ -3467,17 +3500,47 @@
3467
3500
  },
3468
3501
  {
3469
3502
  "kind": "Content",
3470
- "text": ") => string"
3503
+ "text": ") => "
3504
+ },
3505
+ {
3506
+ "kind": "Content",
3507
+ "text": "string"
3471
3508
  }
3472
3509
  ],
3473
3510
  "fileUrlPath": "src/styles/typography.ts",
3474
- "isReadonly": true,
3511
+ "returnTypeTokenRange": {
3512
+ "startIndex": 7,
3513
+ "endIndex": 8
3514
+ },
3475
3515
  "releaseTag": "Public",
3476
- "name": "getFontMixin",
3477
- "variableTypeTokenRange": {
3478
- "startIndex": 1,
3479
- "endIndex": 6
3480
- }
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"
3481
3544
  },
3482
3545
  {
3483
3546
  "kind": "Function",
@@ -3564,27 +3627,28 @@
3564
3627
  }
3565
3628
  },
3566
3629
  {
3567
- "kind": "Variable",
3568
- "canonicalReference": "@genesislcap/foundation-utils!inIFrame:var",
3630
+ "kind": "Function",
3631
+ "canonicalReference": "@genesislcap/foundation-utils!inIFrame:function(1)",
3569
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",
3570
3633
  "excerptTokens": [
3571
3634
  {
3572
3635
  "kind": "Content",
3573
- "text": "inIFrame: "
3636
+ "text": "inIFrame: () => "
3574
3637
  },
3575
3638
  {
3576
3639
  "kind": "Content",
3577
- "text": "() => boolean"
3640
+ "text": "boolean"
3578
3641
  }
3579
3642
  ],
3580
3643
  "fileUrlPath": "src/window/window.ts",
3581
- "isReadonly": true,
3582
- "releaseTag": "Public",
3583
- "name": "inIFrame",
3584
- "variableTypeTokenRange": {
3644
+ "returnTypeTokenRange": {
3585
3645
  "startIndex": 1,
3586
3646
  "endIndex": 2
3587
- }
3647
+ },
3648
+ "releaseTag": "Public",
3649
+ "overloadIndex": 1,
3650
+ "parameters": [],
3651
+ "name": "inIFrame"
3588
3652
  },
3589
3653
  {
3590
3654
  "kind": "Class",
@@ -4169,96 +4233,150 @@
4169
4233
  ]
4170
4234
  },
4171
4235
  {
4172
- "kind": "Variable",
4173
- "canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:var",
4236
+ "kind": "Function",
4237
+ "canonicalReference": "@genesislcap/foundation-utils!insertDocumentCSSRule:function(1)",
4174
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",
4175
4239
  "excerptTokens": [
4176
4240
  {
4177
4241
  "kind": "Content",
4178
- "text": "insertDocumentCSSRule: "
4242
+ "text": "insertDocumentCSSRule: (cssRule: "
4243
+ },
4244
+ {
4245
+ "kind": "Content",
4246
+ "text": "string"
4247
+ },
4248
+ {
4249
+ "kind": "Content",
4250
+ "text": ", styleElementId: "
4179
4251
  },
4180
4252
  {
4181
4253
  "kind": "Content",
4182
- "text": "(cssRule: string, styleElementId: string) => (() => void)"
4254
+ "text": "string"
4255
+ },
4256
+ {
4257
+ "kind": "Content",
4258
+ "text": ") => "
4259
+ },
4260
+ {
4261
+ "kind": "Content",
4262
+ "text": "(() => void)"
4183
4263
  }
4184
4264
  ],
4185
4265
  "fileUrlPath": "src/styles/dom.ts",
4186
- "isReadonly": true,
4266
+ "returnTypeTokenRange": {
4267
+ "startIndex": 5,
4268
+ "endIndex": 6
4269
+ },
4187
4270
  "releaseTag": "Public",
4188
- "name": "insertDocumentCSSRule",
4189
- "variableTypeTokenRange": {
4190
- "startIndex": 1,
4191
- "endIndex": 2
4192
- }
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"
4193
4291
  },
4194
4292
  {
4195
- "kind": "Variable",
4196
- "canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:var",
4293
+ "kind": "Function",
4294
+ "canonicalReference": "@genesislcap/foundation-utils!insertDocumentLink:function(1)",
4197
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",
4198
4296
  "excerptTokens": [
4199
4297
  {
4200
4298
  "kind": "Content",
4201
- "text": "insertDocumentLink: "
4299
+ "text": "insertDocumentLink: (href: "
4300
+ },
4301
+ {
4302
+ "kind": "Content",
4303
+ "text": "string"
4304
+ },
4305
+ {
4306
+ "kind": "Content",
4307
+ "text": ") => "
4202
4308
  },
4203
4309
  {
4204
4310
  "kind": "Content",
4205
- "text": "(href: string) => void"
4311
+ "text": "void"
4206
4312
  }
4207
4313
  ],
4208
4314
  "fileUrlPath": "src/styles/dom.ts",
4209
- "isReadonly": true,
4315
+ "returnTypeTokenRange": {
4316
+ "startIndex": 3,
4317
+ "endIndex": 4
4318
+ },
4210
4319
  "releaseTag": "Public",
4211
- "name": "insertDocumentLink",
4212
- "variableTypeTokenRange": {
4213
- "startIndex": 1,
4214
- "endIndex": 2
4215
- }
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"
4216
4332
  },
4217
4333
  {
4218
- "kind": "Variable",
4219
- "canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:var",
4334
+ "kind": "Function",
4335
+ "canonicalReference": "@genesislcap/foundation-utils!inSymphonyDesktop:function(1)",
4220
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",
4221
4337
  "excerptTokens": [
4222
4338
  {
4223
4339
  "kind": "Content",
4224
- "text": "inSymphonyDesktop: "
4340
+ "text": "inSymphonyDesktop: () => "
4225
4341
  },
4226
4342
  {
4227
4343
  "kind": "Content",
4228
- "text": "() => boolean"
4344
+ "text": "boolean"
4229
4345
  }
4230
4346
  ],
4231
4347
  "fileUrlPath": "src/window/window.ts",
4232
- "isReadonly": true,
4233
- "releaseTag": "Public",
4234
- "name": "inSymphonyDesktop",
4235
- "variableTypeTokenRange": {
4348
+ "returnTypeTokenRange": {
4236
4349
  "startIndex": 1,
4237
4350
  "endIndex": 2
4238
- }
4351
+ },
4352
+ "releaseTag": "Public",
4353
+ "overloadIndex": 1,
4354
+ "parameters": [],
4355
+ "name": "inSymphonyDesktop"
4239
4356
  },
4240
4357
  {
4241
- "kind": "Variable",
4242
- "canonicalReference": "@genesislcap/foundation-utils!isDev:var",
4358
+ "kind": "Function",
4359
+ "canonicalReference": "@genesislcap/foundation-utils!isDev:function(1)",
4243
4360
  "docComment": "/**\n * Determines if the current environment is a development environment.\n *\n * @public\n */\n",
4244
4361
  "excerptTokens": [
4245
4362
  {
4246
4363
  "kind": "Content",
4247
- "text": "isDev: "
4364
+ "text": "isDev: () => "
4248
4365
  },
4249
4366
  {
4250
4367
  "kind": "Content",
4251
- "text": "() => boolean"
4368
+ "text": "boolean"
4252
4369
  }
4253
4370
  ],
4254
4371
  "fileUrlPath": "src/env/is-dev.ts",
4255
- "isReadonly": true,
4256
- "releaseTag": "Public",
4257
- "name": "isDev",
4258
- "variableTypeTokenRange": {
4372
+ "returnTypeTokenRange": {
4259
4373
  "startIndex": 1,
4260
4374
  "endIndex": 2
4261
- }
4375
+ },
4376
+ "releaseTag": "Public",
4377
+ "overloadIndex": 1,
4378
+ "parameters": [],
4379
+ "name": "isDev"
4262
4380
  },
4263
4381
  {
4264
4382
  "kind": "Function",
@@ -5025,17 +5143,13 @@
5025
5143
  }
5026
5144
  },
5027
5145
  {
5028
- "kind": "Variable",
5029
- "canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:var",
5146
+ "kind": "Function",
5147
+ "canonicalReference": "@genesislcap/foundation-utils!LifecycleMixin:function(1)",
5030
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",
5031
5149
  "excerptTokens": [
5032
5150
  {
5033
5151
  "kind": "Content",
5034
- "text": "LifecycleMixin: "
5035
- },
5036
- {
5037
- "kind": "Content",
5038
- "text": "<T extends "
5152
+ "text": "LifecycleMixin: <T extends "
5039
5153
  },
5040
5154
  {
5041
5155
  "kind": "Reference",
@@ -5044,7 +5158,19 @@
5044
5158
  },
5045
5159
  {
5046
5160
  "kind": "Content",
5047
- "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\": "
5048
5174
  },
5049
5175
  {
5050
5176
  "kind": "Reference",
@@ -5143,7 +5269,7 @@
5143
5269
  },
5144
5270
  {
5145
5271
  "kind": "Content",
5146
- "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(): "
5147
5273
  },
5148
5274
  {
5149
5275
  "kind": "Reference",
@@ -5152,7 +5278,7 @@
5152
5278
  },
5153
5279
  {
5154
5280
  "kind": "Content",
5155
- "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 "
5156
5282
  },
5157
5283
  {
5158
5284
  "kind": "Reference",
@@ -5359,7 +5485,16 @@
5359
5485
  },
5360
5486
  {
5361
5487
  "kind": "Content",
5362
- "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 "
5363
5498
  },
5364
5499
  {
5365
5500
  "kind": "Reference",
@@ -5395,7 +5530,25 @@
5395
5530
  },
5396
5531
  {
5397
5532
  "kind": "Content",
5398
- "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 "
5399
5552
  },
5400
5553
  {
5401
5554
  "kind": "Reference",
@@ -5413,7 +5566,16 @@
5413
5566
  },
5414
5567
  {
5415
5568
  "kind": "Content",
5416
- "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): "
5417
5579
  },
5418
5580
  {
5419
5581
  "kind": "Reference",
@@ -5467,7 +5629,7 @@
5467
5629
  },
5468
5630
  {
5469
5631
  "kind": "Content",
5470
- "text": ">;\n getElementsByTagName<K_4 extends keyof "
5632
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
5471
5633
  },
5472
5634
  {
5473
5635
  "kind": "Reference",
@@ -5476,7 +5638,7 @@
5476
5638
  },
5477
5639
  {
5478
5640
  "kind": "Content",
5479
- "text": ">(qualifiedName: K_4): "
5641
+ "text": ">(qualifiedName: K_5): "
5480
5642
  },
5481
5643
  {
5482
5644
  "kind": "Reference",
@@ -5494,7 +5656,7 @@
5494
5656
  },
5495
5657
  {
5496
5658
  "kind": "Content",
5497
- "text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
5659
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
5498
5660
  },
5499
5661
  {
5500
5662
  "kind": "Reference",
@@ -5503,7 +5665,7 @@
5503
5665
  },
5504
5666
  {
5505
5667
  "kind": "Content",
5506
- "text": ">(qualifiedName: K_5): "
5668
+ "text": ">(qualifiedName: K_6): "
5507
5669
  },
5508
5670
  {
5509
5671
  "kind": "Reference",
@@ -5521,7 +5683,61 @@
5521
5683
  },
5522
5684
  {
5523
5685
  "kind": "Content",
5524
- "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): "
5525
5741
  },
5526
5742
  {
5527
5743
  "kind": "Reference",
@@ -5573,6 +5789,24 @@
5573
5789
  "text": "SVGElement",
5574
5790
  "canonicalReference": "!SVGElement:interface"
5575
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
+ },
5576
5810
  {
5577
5811
  "kind": "Content",
5578
5812
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -5926,7 +6160,7 @@
5926
6160
  },
5927
6161
  {
5928
6162
  "kind": "Content",
5929
- "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: "
5930
6164
  },
5931
6165
  {
5932
6166
  "kind": "Reference",
@@ -5935,7 +6169,7 @@
5935
6169
  },
5936
6170
  {
5937
6171
  "kind": "Content",
5938
- "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: "
5939
6173
  },
5940
6174
  {
5941
6175
  "kind": "Reference",
@@ -6079,7 +6313,7 @@
6079
6313
  },
6080
6314
  {
6081
6315
  "kind": "Content",
6082
- "text": ")[]): void;\n querySelector<K_6 extends keyof "
6316
+ "text": ")[]): void;\n querySelector<K_9 extends keyof "
6083
6317
  },
6084
6318
  {
6085
6319
  "kind": "Reference",
@@ -6088,7 +6322,7 @@
6088
6322
  },
6089
6323
  {
6090
6324
  "kind": "Content",
6091
- "text": ">(selectors: K_6): "
6325
+ "text": ">(selectors: K_9): "
6092
6326
  },
6093
6327
  {
6094
6328
  "kind": "Reference",
@@ -6097,7 +6331,7 @@
6097
6331
  },
6098
6332
  {
6099
6333
  "kind": "Content",
6100
- "text": "[K_6];\n querySelector<K_7 extends keyof "
6334
+ "text": "[K_9];\n querySelector<K_10 extends keyof "
6101
6335
  },
6102
6336
  {
6103
6337
  "kind": "Reference",
@@ -6106,7 +6340,7 @@
6106
6340
  },
6107
6341
  {
6108
6342
  "kind": "Content",
6109
- "text": ">(selectors: K_7): "
6343
+ "text": ">(selectors: K_10): "
6110
6344
  },
6111
6345
  {
6112
6346
  "kind": "Reference",
@@ -6115,7 +6349,43 @@
6115
6349
  },
6116
6350
  {
6117
6351
  "kind": "Content",
6118
- "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 "
6119
6389
  },
6120
6390
  {
6121
6391
  "kind": "Reference",
@@ -6133,7 +6403,7 @@
6133
6403
  },
6134
6404
  {
6135
6405
  "kind": "Content",
6136
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
6406
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_13 extends keyof "
6137
6407
  },
6138
6408
  {
6139
6409
  "kind": "Reference",
@@ -6142,7 +6412,7 @@
6142
6412
  },
6143
6413
  {
6144
6414
  "kind": "Content",
6145
- "text": ">(selectors: K_8): "
6415
+ "text": ">(selectors: K_13): "
6146
6416
  },
6147
6417
  {
6148
6418
  "kind": "Reference",
@@ -6160,7 +6430,7 @@
6160
6430
  },
6161
6431
  {
6162
6432
  "kind": "Content",
6163
- "text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
6433
+ "text": "[K_13]>;\n querySelectorAll<K_14 extends keyof "
6164
6434
  },
6165
6435
  {
6166
6436
  "kind": "Reference",
@@ -6169,7 +6439,7 @@
6169
6439
  },
6170
6440
  {
6171
6441
  "kind": "Content",
6172
- "text": ">(selectors: K_9): "
6442
+ "text": ">(selectors: K_14): "
6173
6443
  },
6174
6444
  {
6175
6445
  "kind": "Reference",
@@ -6187,106 +6457,115 @@
6187
6457
  },
6188
6458
  {
6189
6459
  "kind": "Content",
6190
- "text": "[K_9]>;\n querySelectorAll<E_2 extends "
6460
+ "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
6191
6461
  },
6192
6462
  {
6193
6463
  "kind": "Reference",
6194
- "text": "Element",
6195
- "canonicalReference": "!Element:interface"
6464
+ "text": "MathMLElementTagNameMap",
6465
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6196
6466
  },
6197
6467
  {
6198
6468
  "kind": "Content",
6199
- "text": " = "
6469
+ "text": ">(selectors: K_15): "
6200
6470
  },
6201
6471
  {
6202
6472
  "kind": "Reference",
6203
- "text": "Element",
6204
- "canonicalReference": "!Element:interface"
6473
+ "text": "NodeListOf",
6474
+ "canonicalReference": "!NodeListOf:interface"
6205
6475
  },
6206
6476
  {
6207
6477
  "kind": "Content",
6208
- "text": ">(selectors: string): "
6478
+ "text": "<"
6209
6479
  },
6210
6480
  {
6211
6481
  "kind": "Reference",
6212
- "text": "NodeListOf",
6213
- "canonicalReference": "!NodeListOf:interface"
6482
+ "text": "MathMLElementTagNameMap",
6483
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
6214
6484
  },
6215
6485
  {
6216
6486
  "kind": "Content",
6217
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
6487
+ "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
6218
6488
  },
6219
6489
  {
6220
6490
  "kind": "Reference",
6221
- "text": "Node",
6222
- "canonicalReference": "!Node:interface"
6491
+ "text": "HTMLElementDeprecatedTagNameMap",
6492
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6223
6493
  },
6224
6494
  {
6225
6495
  "kind": "Content",
6226
- "text": ")[]): void;\n readonly assignedSlot: "
6496
+ "text": ">(selectors: K_16): "
6227
6497
  },
6228
6498
  {
6229
6499
  "kind": "Reference",
6230
- "text": "HTMLSlotElement",
6231
- "canonicalReference": "!HTMLSlotElement:interface"
6500
+ "text": "NodeListOf",
6501
+ "canonicalReference": "!NodeListOf:interface"
6232
6502
  },
6233
6503
  {
6234
6504
  "kind": "Content",
6235
- "text": ";\n oncopy: (this: "
6505
+ "text": "<"
6236
6506
  },
6237
6507
  {
6238
6508
  "kind": "Reference",
6239
- "text": "DocumentAndElementEventHandlers",
6240
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6509
+ "text": "HTMLElementDeprecatedTagNameMap",
6510
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
6241
6511
  },
6242
6512
  {
6243
6513
  "kind": "Content",
6244
- "text": ", ev: "
6514
+ "text": "[K_16]>;\n querySelectorAll<E_2 extends "
6245
6515
  },
6246
6516
  {
6247
6517
  "kind": "Reference",
6248
- "text": "ClipboardEvent",
6249
- "canonicalReference": "!ClipboardEvent:interface"
6518
+ "text": "Element",
6519
+ "canonicalReference": "!Element:interface"
6250
6520
  },
6251
6521
  {
6252
6522
  "kind": "Content",
6253
- "text": ") => any;\n oncut: (this: "
6523
+ "text": " = "
6254
6524
  },
6255
6525
  {
6256
6526
  "kind": "Reference",
6257
- "text": "DocumentAndElementEventHandlers",
6258
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6527
+ "text": "Element",
6528
+ "canonicalReference": "!Element:interface"
6259
6529
  },
6260
6530
  {
6261
6531
  "kind": "Content",
6262
- "text": ", ev: "
6532
+ "text": ">(selectors: string): "
6263
6533
  },
6264
6534
  {
6265
6535
  "kind": "Reference",
6266
- "text": "ClipboardEvent",
6267
- "canonicalReference": "!ClipboardEvent:interface"
6536
+ "text": "NodeListOf",
6537
+ "canonicalReference": "!NodeListOf:interface"
6268
6538
  },
6269
6539
  {
6270
6540
  "kind": "Content",
6271
- "text": ") => any;\n onpaste: (this: "
6541
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
6272
6542
  },
6273
6543
  {
6274
6544
  "kind": "Reference",
6275
- "text": "DocumentAndElementEventHandlers",
6276
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
6545
+ "text": "Node",
6546
+ "canonicalReference": "!Node:interface"
6277
6547
  },
6278
6548
  {
6279
6549
  "kind": "Content",
6280
- "text": ", ev: "
6550
+ "text": ")[]): void;\n readonly assignedSlot: "
6281
6551
  },
6282
6552
  {
6283
6553
  "kind": "Reference",
6284
- "text": "ClipboardEvent",
6285
- "canonicalReference": "!ClipboardEvent:interface"
6554
+ "text": "HTMLSlotElement",
6555
+ "canonicalReference": "!HTMLSlotElement:interface"
6286
6556
  },
6287
6557
  {
6288
6558
  "kind": "Content",
6289
- "text": ") => any;\n readonly style: "
6559
+ "text": ";\n readonly attributeStyleMap: "
6560
+ },
6561
+ {
6562
+ "kind": "Reference",
6563
+ "text": "StylePropertyMap",
6564
+ "canonicalReference": "!StylePropertyMap:interface"
6565
+ },
6566
+ {
6567
+ "kind": "Content",
6568
+ "text": ";\n readonly style: "
6290
6569
  },
6291
6570
  {
6292
6571
  "kind": "Reference",
@@ -6419,6 +6698,24 @@
6419
6698
  "text": "InputEvent",
6420
6699
  "canonicalReference": "!InputEvent:interface"
6421
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
+ },
6422
6719
  {
6423
6720
  "kind": "Content",
6424
6721
  "text": ") => any;\n onblur: (this: "
@@ -6563,6 +6860,24 @@
6563
6860
  "text": "MouseEvent",
6564
6861
  "canonicalReference": "!MouseEvent:interface"
6565
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
+ },
6566
6881
  {
6567
6882
  "kind": "Content",
6568
6883
  "text": ") => any;\n oncuechange: (this: "
@@ -6581,6 +6896,24 @@
6581
6896
  "text": "Event",
6582
6897
  "canonicalReference": "!Event:interface"
6583
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
+ },
6584
6917
  {
6585
6918
  "kind": "Content",
6586
6919
  "text": ") => any;\n ondblclick: (this: "
@@ -7148,6 +7481,24 @@
7148
7481
  "text": "MouseEvent",
7149
7482
  "canonicalReference": "!MouseEvent:interface"
7150
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
+ },
7151
7502
  {
7152
7503
  "kind": "Content",
7153
7504
  "text": ") => any;\n onpause: (this: "
@@ -7445,6 +7796,24 @@
7445
7796
  "text": "Event",
7446
7797
  "canonicalReference": "!Event:interface"
7447
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
+ },
7448
7817
  {
7449
7818
  "kind": "Content",
7450
7819
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -7955,13 +8324,36 @@
7955
8324
  }
7956
8325
  ],
7957
8326
  "fileUrlPath": "src/mixins/lifecycle/lifecycle.ts",
7958
- "isReadonly": true,
8327
+ "returnTypeTokenRange": {
8328
+ "startIndex": 5,
8329
+ "endIndex": 706
8330
+ },
7959
8331
  "releaseTag": "Beta",
7960
- "name": "LifecycleMixin",
7961
- "variableTypeTokenRange": {
7962
- "startIndex": 1,
7963
- "endIndex": 650
7964
- }
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"
7965
8357
  },
7966
8358
  {
7967
8359
  "kind": "TypeAlias",
@@ -8003,27 +8395,61 @@
8003
8395
  }
8004
8396
  },
8005
8397
  {
8006
- "kind": "Variable",
8007
- "canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:var",
8398
+ "kind": "Function",
8399
+ "canonicalReference": "@genesislcap/foundation-utils!loadFontFaces:function(1)",
8008
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",
8009
8401
  "excerptTokens": [
8010
8402
  {
8011
8403
  "kind": "Content",
8012
- "text": "loadFontFaces: "
8404
+ "text": "loadFontFaces: (fontFaceRules: "
8013
8405
  },
8014
8406
  {
8015
8407
  "kind": "Content",
8016
- "text": "(fontFaceRules: string, styleElementId: string) => void"
8017
- }
8018
- ],
8019
- "fileUrlPath": "src/styles/typography.ts",
8020
- "isReadonly": true,
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": ") => "
8421
+ },
8422
+ {
8423
+ "kind": "Content",
8424
+ "text": "void"
8425
+ }
8426
+ ],
8427
+ "fileUrlPath": "src/styles/typography.ts",
8428
+ "returnTypeTokenRange": {
8429
+ "startIndex": 5,
8430
+ "endIndex": 6
8431
+ },
8021
8432
  "releaseTag": "Public",
8022
- "name": "loadFontFaces",
8023
- "variableTypeTokenRange": {
8024
- "startIndex": 1,
8025
- "endIndex": 2
8026
- }
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"
8027
8453
  },
8028
8454
  {
8029
8455
  "kind": "Interface",
@@ -8683,17 +9109,45 @@
8683
9109
  "extendsTokenRanges": []
8684
9110
  },
8685
9111
  {
8686
- "kind": "Variable",
8687
- "canonicalReference": "@genesislcap/foundation-utils!openPopup:var",
9112
+ "kind": "Function",
9113
+ "canonicalReference": "@genesislcap/foundation-utils!openPopup:function(1)",
8688
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",
8689
9115
  "excerptTokens": [
8690
9116
  {
8691
9117
  "kind": "Content",
8692
- "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?: "
9135
+ },
9136
+ {
9137
+ "kind": "Content",
9138
+ "text": "number"
9139
+ },
9140
+ {
9141
+ "kind": "Content",
9142
+ "text": ", popUpHeight?: "
9143
+ },
9144
+ {
9145
+ "kind": "Content",
9146
+ "text": "number"
8693
9147
  },
8694
9148
  {
8695
9149
  "kind": "Content",
8696
- "text": "(urlNavigate: string, target: string, popUpWidth?: number, popUpHeight?: number) => "
9150
+ "text": ") => "
8697
9151
  },
8698
9152
  {
8699
9153
  "kind": "Reference",
@@ -8702,26 +9156,56 @@
8702
9156
  }
8703
9157
  ],
8704
9158
  "fileUrlPath": "src/window/window.ts",
8705
- "isReadonly": true,
9159
+ "returnTypeTokenRange": {
9160
+ "startIndex": 9,
9161
+ "endIndex": 10
9162
+ },
8706
9163
  "releaseTag": "Public",
8707
- "name": "openPopup",
8708
- "variableTypeTokenRange": {
8709
- "startIndex": 1,
8710
- "endIndex": 3
8711
- }
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"
8712
9200
  },
8713
9201
  {
8714
- "kind": "Variable",
8715
- "canonicalReference": "@genesislcap/foundation-utils!PendingState:var",
9202
+ "kind": "Function",
9203
+ "canonicalReference": "@genesislcap/foundation-utils!PendingState:function(1)",
8716
9204
  "docComment": "/**\n * The `PendingState` mixin.\n *\n * @public\n */\n",
8717
9205
  "excerptTokens": [
8718
9206
  {
8719
9207
  "kind": "Content",
8720
- "text": "PendingState: "
8721
- },
8722
- {
8723
- "kind": "Content",
8724
- "text": "<TBase extends "
9208
+ "text": "PendingState: <TBase extends "
8725
9209
  },
8726
9210
  {
8727
9211
  "kind": "Reference",
@@ -8730,7 +9214,19 @@
8730
9214
  },
8731
9215
  {
8732
9216
  "kind": "Content",
8733
- "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 }: "
8734
9230
  },
8735
9231
  {
8736
9232
  "kind": "Reference",
@@ -8784,7 +9280,7 @@
8784
9280
  },
8785
9281
  {
8786
9282
  "kind": "Content",
8787
- "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(): "
8788
9284
  },
8789
9285
  {
8790
9286
  "kind": "Reference",
@@ -8793,7 +9289,7 @@
8793
9289
  },
8794
9290
  {
8795
9291
  "kind": "Content",
8796
- "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 "
8797
9293
  },
8798
9294
  {
8799
9295
  "kind": "Reference",
@@ -9000,7 +9496,16 @@
9000
9496
  },
9001
9497
  {
9002
9498
  "kind": "Content",
9003
- "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 "
9004
9509
  },
9005
9510
  {
9006
9511
  "kind": "Reference",
@@ -9036,7 +9541,25 @@
9036
9541
  },
9037
9542
  {
9038
9543
  "kind": "Content",
9039
- "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 "
9040
9563
  },
9041
9564
  {
9042
9565
  "kind": "Reference",
@@ -9054,7 +9577,16 @@
9054
9577
  },
9055
9578
  {
9056
9579
  "kind": "Content",
9057
- "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): "
9058
9590
  },
9059
9591
  {
9060
9592
  "kind": "Reference",
@@ -9108,7 +9640,7 @@
9108
9640
  },
9109
9641
  {
9110
9642
  "kind": "Content",
9111
- "text": ">;\n getElementsByTagName<K_4 extends keyof "
9643
+ "text": ">;\n getElementsByTagName<K_5 extends keyof "
9112
9644
  },
9113
9645
  {
9114
9646
  "kind": "Reference",
@@ -9117,7 +9649,7 @@
9117
9649
  },
9118
9650
  {
9119
9651
  "kind": "Content",
9120
- "text": ">(qualifiedName: K_4): "
9652
+ "text": ">(qualifiedName: K_5): "
9121
9653
  },
9122
9654
  {
9123
9655
  "kind": "Reference",
@@ -9135,7 +9667,7 @@
9135
9667
  },
9136
9668
  {
9137
9669
  "kind": "Content",
9138
- "text": "[K_4]>;\n getElementsByTagName<K_5 extends keyof "
9670
+ "text": "[K_5]>;\n getElementsByTagName<K_6 extends keyof "
9139
9671
  },
9140
9672
  {
9141
9673
  "kind": "Reference",
@@ -9144,7 +9676,7 @@
9144
9676
  },
9145
9677
  {
9146
9678
  "kind": "Content",
9147
- "text": ">(qualifiedName: K_5): "
9679
+ "text": ">(qualifiedName: K_6): "
9148
9680
  },
9149
9681
  {
9150
9682
  "kind": "Reference",
@@ -9162,7 +9694,61 @@
9162
9694
  },
9163
9695
  {
9164
9696
  "kind": "Content",
9165
- "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): "
9166
9752
  },
9167
9753
  {
9168
9754
  "kind": "Reference",
@@ -9214,6 +9800,24 @@
9214
9800
  "text": "SVGElement",
9215
9801
  "canonicalReference": "!SVGElement:interface"
9216
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
+ },
9217
9821
  {
9218
9822
  "kind": "Content",
9219
9823
  "text": ">;\n getElementsByTagNameNS(namespace: string, localName: string): "
@@ -9576,7 +10180,7 @@
9576
10180
  },
9577
10181
  {
9578
10182
  "kind": "Content",
9579
- "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: "
9580
10184
  },
9581
10185
  {
9582
10186
  "kind": "Reference",
@@ -9585,7 +10189,7 @@
9585
10189
  },
9586
10190
  {
9587
10191
  "kind": "Content",
9588
- "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: "
9589
10193
  },
9590
10194
  {
9591
10195
  "kind": "Reference",
@@ -9729,7 +10333,7 @@
9729
10333
  },
9730
10334
  {
9731
10335
  "kind": "Content",
9732
- "text": ")[]): void;\n querySelector<K_6 extends keyof "
10336
+ "text": ")[]): void;\n querySelector<K_9 extends keyof "
9733
10337
  },
9734
10338
  {
9735
10339
  "kind": "Reference",
@@ -9738,7 +10342,7 @@
9738
10342
  },
9739
10343
  {
9740
10344
  "kind": "Content",
9741
- "text": ">(selectors: K_6): "
10345
+ "text": ">(selectors: K_9): "
9742
10346
  },
9743
10347
  {
9744
10348
  "kind": "Reference",
@@ -9747,7 +10351,7 @@
9747
10351
  },
9748
10352
  {
9749
10353
  "kind": "Content",
9750
- "text": "[K_6];\n querySelector<K_7 extends keyof "
10354
+ "text": "[K_9];\n querySelector<K_10 extends keyof "
9751
10355
  },
9752
10356
  {
9753
10357
  "kind": "Reference",
@@ -9756,7 +10360,7 @@
9756
10360
  },
9757
10361
  {
9758
10362
  "kind": "Content",
9759
- "text": ">(selectors: K_7): "
10363
+ "text": ">(selectors: K_10): "
9760
10364
  },
9761
10365
  {
9762
10366
  "kind": "Reference",
@@ -9765,7 +10369,43 @@
9765
10369
  },
9766
10370
  {
9767
10371
  "kind": "Content",
9768
- "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 "
9769
10409
  },
9770
10410
  {
9771
10411
  "kind": "Reference",
@@ -9783,7 +10423,7 @@
9783
10423
  },
9784
10424
  {
9785
10425
  "kind": "Content",
9786
- "text": ">(selectors: string): E_1;\n querySelectorAll<K_8 extends keyof "
10426
+ "text": ">(selectors: string): E_1;\n querySelectorAll<K_13 extends keyof "
9787
10427
  },
9788
10428
  {
9789
10429
  "kind": "Reference",
@@ -9792,7 +10432,7 @@
9792
10432
  },
9793
10433
  {
9794
10434
  "kind": "Content",
9795
- "text": ">(selectors: K_8): "
10435
+ "text": ">(selectors: K_13): "
9796
10436
  },
9797
10437
  {
9798
10438
  "kind": "Reference",
@@ -9810,7 +10450,7 @@
9810
10450
  },
9811
10451
  {
9812
10452
  "kind": "Content",
9813
- "text": "[K_8]>;\n querySelectorAll<K_9 extends keyof "
10453
+ "text": "[K_13]>;\n querySelectorAll<K_14 extends keyof "
9814
10454
  },
9815
10455
  {
9816
10456
  "kind": "Reference",
@@ -9819,7 +10459,7 @@
9819
10459
  },
9820
10460
  {
9821
10461
  "kind": "Content",
9822
- "text": ">(selectors: K_9): "
10462
+ "text": ">(selectors: K_14): "
9823
10463
  },
9824
10464
  {
9825
10465
  "kind": "Reference",
@@ -9837,106 +10477,115 @@
9837
10477
  },
9838
10478
  {
9839
10479
  "kind": "Content",
9840
- "text": "[K_9]>;\n querySelectorAll<E_2 extends "
10480
+ "text": "[K_14]>;\n querySelectorAll<K_15 extends keyof "
9841
10481
  },
9842
10482
  {
9843
10483
  "kind": "Reference",
9844
- "text": "Element",
9845
- "canonicalReference": "!Element:interface"
10484
+ "text": "MathMLElementTagNameMap",
10485
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9846
10486
  },
9847
10487
  {
9848
10488
  "kind": "Content",
9849
- "text": " = "
10489
+ "text": ">(selectors: K_15): "
9850
10490
  },
9851
10491
  {
9852
10492
  "kind": "Reference",
9853
- "text": "Element",
9854
- "canonicalReference": "!Element:interface"
10493
+ "text": "NodeListOf",
10494
+ "canonicalReference": "!NodeListOf:interface"
9855
10495
  },
9856
10496
  {
9857
10497
  "kind": "Content",
9858
- "text": ">(selectors: string): "
10498
+ "text": "<"
9859
10499
  },
9860
10500
  {
9861
10501
  "kind": "Reference",
9862
- "text": "NodeListOf",
9863
- "canonicalReference": "!NodeListOf:interface"
10502
+ "text": "MathMLElementTagNameMap",
10503
+ "canonicalReference": "!MathMLElementTagNameMap:interface"
9864
10504
  },
9865
10505
  {
9866
10506
  "kind": "Content",
9867
- "text": "<E_2>;\n replaceChildren(...nodes: (string | "
10507
+ "text": "[K_15]>;\n querySelectorAll<K_16 extends keyof "
9868
10508
  },
9869
10509
  {
9870
10510
  "kind": "Reference",
9871
- "text": "Node",
9872
- "canonicalReference": "!Node:interface"
10511
+ "text": "HTMLElementDeprecatedTagNameMap",
10512
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
9873
10513
  },
9874
10514
  {
9875
10515
  "kind": "Content",
9876
- "text": ")[]): void;\n readonly assignedSlot: "
10516
+ "text": ">(selectors: K_16): "
9877
10517
  },
9878
10518
  {
9879
10519
  "kind": "Reference",
9880
- "text": "HTMLSlotElement",
9881
- "canonicalReference": "!HTMLSlotElement:interface"
10520
+ "text": "NodeListOf",
10521
+ "canonicalReference": "!NodeListOf:interface"
9882
10522
  },
9883
10523
  {
9884
10524
  "kind": "Content",
9885
- "text": ";\n oncopy: (this: "
10525
+ "text": "<"
9886
10526
  },
9887
10527
  {
9888
10528
  "kind": "Reference",
9889
- "text": "DocumentAndElementEventHandlers",
9890
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10529
+ "text": "HTMLElementDeprecatedTagNameMap",
10530
+ "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
9891
10531
  },
9892
10532
  {
9893
10533
  "kind": "Content",
9894
- "text": ", ev: "
10534
+ "text": "[K_16]>;\n querySelectorAll<E_2 extends "
9895
10535
  },
9896
10536
  {
9897
10537
  "kind": "Reference",
9898
- "text": "ClipboardEvent",
9899
- "canonicalReference": "!ClipboardEvent:interface"
10538
+ "text": "Element",
10539
+ "canonicalReference": "!Element:interface"
9900
10540
  },
9901
10541
  {
9902
10542
  "kind": "Content",
9903
- "text": ") => any;\n oncut: (this: "
10543
+ "text": " = "
9904
10544
  },
9905
10545
  {
9906
10546
  "kind": "Reference",
9907
- "text": "DocumentAndElementEventHandlers",
9908
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10547
+ "text": "Element",
10548
+ "canonicalReference": "!Element:interface"
9909
10549
  },
9910
10550
  {
9911
10551
  "kind": "Content",
9912
- "text": ", ev: "
10552
+ "text": ">(selectors: string): "
9913
10553
  },
9914
10554
  {
9915
10555
  "kind": "Reference",
9916
- "text": "ClipboardEvent",
9917
- "canonicalReference": "!ClipboardEvent:interface"
10556
+ "text": "NodeListOf",
10557
+ "canonicalReference": "!NodeListOf:interface"
9918
10558
  },
9919
10559
  {
9920
10560
  "kind": "Content",
9921
- "text": ") => any;\n onpaste: (this: "
10561
+ "text": "<E_2>;\n replaceChildren(...nodes: (string | "
9922
10562
  },
9923
10563
  {
9924
10564
  "kind": "Reference",
9925
- "text": "DocumentAndElementEventHandlers",
9926
- "canonicalReference": "!DocumentAndElementEventHandlers:interface"
10565
+ "text": "Node",
10566
+ "canonicalReference": "!Node:interface"
9927
10567
  },
9928
10568
  {
9929
10569
  "kind": "Content",
9930
- "text": ", ev: "
10570
+ "text": ")[]): void;\n readonly assignedSlot: "
9931
10571
  },
9932
10572
  {
9933
10573
  "kind": "Reference",
9934
- "text": "ClipboardEvent",
9935
- "canonicalReference": "!ClipboardEvent:interface"
10574
+ "text": "HTMLSlotElement",
10575
+ "canonicalReference": "!HTMLSlotElement:interface"
9936
10576
  },
9937
10577
  {
9938
10578
  "kind": "Content",
9939
- "text": ") => any;\n readonly style: "
10579
+ "text": ";\n readonly attributeStyleMap: "
10580
+ },
10581
+ {
10582
+ "kind": "Reference",
10583
+ "text": "StylePropertyMap",
10584
+ "canonicalReference": "!StylePropertyMap:interface"
10585
+ },
10586
+ {
10587
+ "kind": "Content",
10588
+ "text": ";\n readonly style: "
9940
10589
  },
9941
10590
  {
9942
10591
  "kind": "Reference",
@@ -10069,6 +10718,24 @@
10069
10718
  "text": "InputEvent",
10070
10719
  "canonicalReference": "!InputEvent:interface"
10071
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
+ },
10072
10739
  {
10073
10740
  "kind": "Content",
10074
10741
  "text": ") => any;\n onblur: (this: "
@@ -10213,6 +10880,24 @@
10213
10880
  "text": "MouseEvent",
10214
10881
  "canonicalReference": "!MouseEvent:interface"
10215
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
+ },
10216
10901
  {
10217
10902
  "kind": "Content",
10218
10903
  "text": ") => any;\n oncuechange: (this: "
@@ -10231,6 +10916,24 @@
10231
10916
  "text": "Event",
10232
10917
  "canonicalReference": "!Event:interface"
10233
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
+ },
10234
10937
  {
10235
10938
  "kind": "Content",
10236
10939
  "text": ") => any;\n ondblclick: (this: "
@@ -10798,6 +11501,24 @@
10798
11501
  "text": "MouseEvent",
10799
11502
  "canonicalReference": "!MouseEvent:interface"
10800
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
+ },
10801
11522
  {
10802
11523
  "kind": "Content",
10803
11524
  "text": ") => any;\n onpause: (this: "
@@ -11095,6 +11816,24 @@
11095
11816
  "text": "Event",
11096
11817
  "canonicalReference": "!Event:interface"
11097
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
+ },
11098
11837
  {
11099
11838
  "kind": "Content",
11100
11839
  "text": ") => any;\n onsecuritypolicyviolation: (this: "
@@ -11605,13 +12344,36 @@
11605
12344
  }
11606
12345
  ],
11607
12346
  "fileUrlPath": "src/mixins/pendingState/pendingState.ts",
11608
- "isReadonly": true,
12347
+ "returnTypeTokenRange": {
12348
+ "startIndex": 5,
12349
+ "endIndex": 698
12350
+ },
11609
12351
  "releaseTag": "Public",
11610
- "name": "PendingState",
11611
- "variableTypeTokenRange": {
11612
- "startIndex": 1,
11613
- "endIndex": 642
11614
- }
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"
11615
12377
  },
11616
12378
  {
11617
12379
  "kind": "TypeAlias",
@@ -11986,17 +12748,37 @@
11986
12748
  "name": "renderOnChange"
11987
12749
  },
11988
12750
  {
11989
- "kind": "Variable",
11990
- "canonicalReference": "@genesislcap/foundation-utils!resolveAfter:var",
12751
+ "kind": "Function",
12752
+ "canonicalReference": "@genesislcap/foundation-utils!resolveAfter:function(1)",
11991
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",
11992
12754
  "excerptTokens": [
11993
12755
  {
11994
12756
  "kind": "Content",
11995
- "text": "resolveAfter: "
12757
+ "text": "resolveAfter: <T = "
12758
+ },
12759
+ {
12760
+ "kind": "Content",
12761
+ "text": "any"
11996
12762
  },
11997
12763
  {
11998
12764
  "kind": "Content",
11999
- "text": "<T = any>(ms: number, valueCreator: () => T) => "
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"
12778
+ },
12779
+ {
12780
+ "kind": "Content",
12781
+ "text": ") => "
12000
12782
  },
12001
12783
  {
12002
12784
  "kind": "Reference",
@@ -12009,13 +12791,44 @@
12009
12791
  }
12010
12792
  ],
12011
12793
  "fileUrlPath": "src/promise/resolveAfter.ts",
12012
- "isReadonly": true,
12794
+ "returnTypeTokenRange": {
12795
+ "startIndex": 7,
12796
+ "endIndex": 9
12797
+ },
12013
12798
  "releaseTag": "Public",
12014
- "name": "resolveAfter",
12015
- "variableTypeTokenRange": {
12016
- "startIndex": 1,
12017
- "endIndex": 4
12018
- }
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"
12019
12832
  },
12020
12833
  {
12021
12834
  "kind": "TypeAlias",
@@ -12085,17 +12898,13 @@
12085
12898
  }
12086
12899
  },
12087
12900
  {
12088
- "kind": "Variable",
12089
- "canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:var",
12901
+ "kind": "Function",
12902
+ "canonicalReference": "@genesislcap/foundation-utils!respondToVisibility:function(1)",
12090
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",
12091
12904
  "excerptTokens": [
12092
12905
  {
12093
12906
  "kind": "Content",
12094
- "text": "respondToVisibility: "
12095
- },
12096
- {
12097
- "kind": "Content",
12098
- "text": "(element: "
12907
+ "text": "respondToVisibility: (element: "
12099
12908
  },
12100
12909
  {
12101
12910
  "kind": "Reference",
@@ -12104,17 +12913,47 @@
12104
12913
  },
12105
12914
  {
12106
12915
  "kind": "Content",
12107
- "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"
12108
12929
  }
12109
12930
  ],
12110
12931
  "fileUrlPath": "src/observer/observer.ts",
12111
- "isReadonly": true,
12932
+ "returnTypeTokenRange": {
12933
+ "startIndex": 5,
12934
+ "endIndex": 6
12935
+ },
12112
12936
  "releaseTag": "Public",
12113
- "name": "respondToVisibility",
12114
- "variableTypeTokenRange": {
12115
- "startIndex": 1,
12116
- "endIndex": 4
12117
- }
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"
12118
12957
  },
12119
12958
  {
12120
12959
  "kind": "TypeAlias",