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