@genesislcap/foundation-utils 14.310.2-alpha-956f0b8.0 → 14.310.2-alpha-64966a4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +696 -78
- package/dist/dts/inactivity/inactivity-dialog.d.ts +23 -0
- package/dist/dts/inactivity/inactivity-dialog.d.ts.map +1 -0
- package/dist/dts/inactivity/inactivity-manager.d.ts +24 -0
- package/dist/dts/inactivity/inactivity-manager.d.ts.map +1 -0
- package/dist/dts/inactivity/inactivity-service.d.ts +34 -0
- package/dist/dts/inactivity/inactivity-service.d.ts.map +1 -0
- package/dist/dts/inactivity/index.d.ts +4 -0
- package/dist/dts/inactivity/index.d.ts.map +1 -0
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/inactivity/inactivity-dialog.js +209 -0
- package/dist/esm/inactivity/inactivity-manager.js +83 -0
- package/dist/esm/inactivity/inactivity-service.js +128 -0
- package/dist/esm/inactivity/index.js +3 -0
- package/dist/esm/index.js +1 -0
- package/dist/foundation-utils.api.json +1155 -0
- package/dist/foundation-utils.d.ts +84 -0
- package/docs/api/foundation-utils.inactivityconfig.md +71 -0
- package/docs/api/foundation-utils.inactivityconfig.timeoutminutes.md +11 -0
- package/docs/api/foundation-utils.inactivityconfig.warningminutes.md +11 -0
- package/docs/api/foundation-utils.inactivitydialog.disconnectedcallback.md +15 -0
- package/docs/api/foundation-utils.inactivitydialog.hide.md +15 -0
- package/docs/api/foundation-utils.inactivitydialog.isvisible.md +11 -0
- package/docs/api/foundation-utils.inactivitydialog.md +128 -0
- package/docs/api/foundation-utils.inactivitydialog.remainingseconds.md +11 -0
- package/docs/api/foundation-utils.inactivitydialog.show.md +50 -0
- package/docs/api/foundation-utils.inactivitydialogoptions.md +88 -0
- package/docs/api/foundation-utils.inactivitydialogoptions.oncontinue.md +11 -0
- package/docs/api/foundation-utils.inactivitydialogoptions.onlogout.md +11 -0
- package/docs/api/foundation-utils.inactivitydialogoptions.remainingseconds.md +11 -0
- package/docs/api/foundation-utils.inactivityevents._inactivity-reset_.md +11 -0
- package/docs/api/foundation-utils.inactivityevents._inactivity-timeout_.md +11 -0
- package/docs/api/foundation-utils.inactivityevents._inactivity-warning_.md +13 -0
- package/docs/api/foundation-utils.inactivityevents.md +88 -0
- package/docs/api/foundation-utils.inactivitymanager._constructor_.md +48 -0
- package/docs/api/foundation-utils.inactivitymanager.destroy.md +15 -0
- package/docs/api/foundation-utils.inactivitymanager.getservice.md +15 -0
- package/docs/api/foundation-utils.inactivitymanager.iswarningvisible.md +15 -0
- package/docs/api/foundation-utils.inactivitymanager.md +138 -0
- package/docs/api/foundation-utils.inactivitymanager.reset.md +15 -0
- package/docs/api/foundation-utils.inactivitymanager.start.md +15 -0
- package/docs/api/foundation-utils.inactivitymanager.stop.md +15 -0
- package/docs/api/foundation-utils.inactivitymanagerconfig.md +55 -0
- package/docs/api/foundation-utils.inactivitymanagerconfig.onlogout.md +11 -0
- package/docs/api/foundation-utils.inactivityservice._constructor_.md +48 -0
- package/docs/api/foundation-utils.inactivityservice.destroy.md +15 -0
- package/docs/api/foundation-utils.inactivityservice.md +138 -0
- package/docs/api/foundation-utils.inactivityservice.off.md +64 -0
- package/docs/api/foundation-utils.inactivityservice.on.md +64 -0
- package/docs/api/foundation-utils.inactivityservice.resettimer.md +15 -0
- package/docs/api/foundation-utils.inactivityservice.start.md +15 -0
- package/docs/api/foundation-utils.inactivityservice.stop.md +15 -0
- package/docs/api/foundation-utils.md +63 -0
- package/docs/api-report.md.api.md +87 -0
- package/package.json +12 -11
@@ -4337,6 +4337,1161 @@
|
|
4337
4337
|
"endIndex": 2
|
4338
4338
|
}
|
4339
4339
|
},
|
4340
|
+
{
|
4341
|
+
"kind": "Interface",
|
4342
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityConfig:interface",
|
4343
|
+
"docComment": "",
|
4344
|
+
"excerptTokens": [
|
4345
|
+
{
|
4346
|
+
"kind": "Content",
|
4347
|
+
"text": "export interface InactivityConfig "
|
4348
|
+
}
|
4349
|
+
],
|
4350
|
+
"fileUrlPath": "src/inactivity/inactivity-service.ts",
|
4351
|
+
"releaseTag": "Public",
|
4352
|
+
"name": "InactivityConfig",
|
4353
|
+
"preserveMemberOrder": false,
|
4354
|
+
"members": [
|
4355
|
+
{
|
4356
|
+
"kind": "PropertySignature",
|
4357
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityConfig#timeoutMinutes:member",
|
4358
|
+
"docComment": "",
|
4359
|
+
"excerptTokens": [
|
4360
|
+
{
|
4361
|
+
"kind": "Content",
|
4362
|
+
"text": "timeoutMinutes: "
|
4363
|
+
},
|
4364
|
+
{
|
4365
|
+
"kind": "Content",
|
4366
|
+
"text": "number"
|
4367
|
+
},
|
4368
|
+
{
|
4369
|
+
"kind": "Content",
|
4370
|
+
"text": ";"
|
4371
|
+
}
|
4372
|
+
],
|
4373
|
+
"isReadonly": false,
|
4374
|
+
"isOptional": false,
|
4375
|
+
"releaseTag": "Public",
|
4376
|
+
"name": "timeoutMinutes",
|
4377
|
+
"propertyTypeTokenRange": {
|
4378
|
+
"startIndex": 1,
|
4379
|
+
"endIndex": 2
|
4380
|
+
}
|
4381
|
+
},
|
4382
|
+
{
|
4383
|
+
"kind": "PropertySignature",
|
4384
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityConfig#warningMinutes:member",
|
4385
|
+
"docComment": "",
|
4386
|
+
"excerptTokens": [
|
4387
|
+
{
|
4388
|
+
"kind": "Content",
|
4389
|
+
"text": "warningMinutes: "
|
4390
|
+
},
|
4391
|
+
{
|
4392
|
+
"kind": "Content",
|
4393
|
+
"text": "number"
|
4394
|
+
},
|
4395
|
+
{
|
4396
|
+
"kind": "Content",
|
4397
|
+
"text": ";"
|
4398
|
+
}
|
4399
|
+
],
|
4400
|
+
"isReadonly": false,
|
4401
|
+
"isOptional": false,
|
4402
|
+
"releaseTag": "Public",
|
4403
|
+
"name": "warningMinutes",
|
4404
|
+
"propertyTypeTokenRange": {
|
4405
|
+
"startIndex": 1,
|
4406
|
+
"endIndex": 2
|
4407
|
+
}
|
4408
|
+
}
|
4409
|
+
],
|
4410
|
+
"extendsTokenRanges": []
|
4411
|
+
},
|
4412
|
+
{
|
4413
|
+
"kind": "Class",
|
4414
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog:class",
|
4415
|
+
"docComment": "",
|
4416
|
+
"excerptTokens": [
|
4417
|
+
{
|
4418
|
+
"kind": "Content",
|
4419
|
+
"text": "export declare class InactivityDialog extends "
|
4420
|
+
},
|
4421
|
+
{
|
4422
|
+
"kind": "Reference",
|
4423
|
+
"text": "GenesisElement",
|
4424
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
4425
|
+
},
|
4426
|
+
{
|
4427
|
+
"kind": "Content",
|
4428
|
+
"text": " "
|
4429
|
+
}
|
4430
|
+
],
|
4431
|
+
"fileUrlPath": "src/inactivity/inactivity-dialog.ts",
|
4432
|
+
"releaseTag": "Public",
|
4433
|
+
"isAbstract": false,
|
4434
|
+
"name": "InactivityDialog",
|
4435
|
+
"preserveMemberOrder": false,
|
4436
|
+
"members": [
|
4437
|
+
{
|
4438
|
+
"kind": "Method",
|
4439
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#disconnectedCallback:member(1)",
|
4440
|
+
"docComment": "",
|
4441
|
+
"excerptTokens": [
|
4442
|
+
{
|
4443
|
+
"kind": "Content",
|
4444
|
+
"text": "disconnectedCallback(): "
|
4445
|
+
},
|
4446
|
+
{
|
4447
|
+
"kind": "Content",
|
4448
|
+
"text": "void"
|
4449
|
+
},
|
4450
|
+
{
|
4451
|
+
"kind": "Content",
|
4452
|
+
"text": ";"
|
4453
|
+
}
|
4454
|
+
],
|
4455
|
+
"isStatic": false,
|
4456
|
+
"returnTypeTokenRange": {
|
4457
|
+
"startIndex": 1,
|
4458
|
+
"endIndex": 2
|
4459
|
+
},
|
4460
|
+
"releaseTag": "Public",
|
4461
|
+
"isProtected": false,
|
4462
|
+
"overloadIndex": 1,
|
4463
|
+
"parameters": [],
|
4464
|
+
"isOptional": false,
|
4465
|
+
"isAbstract": false,
|
4466
|
+
"name": "disconnectedCallback"
|
4467
|
+
},
|
4468
|
+
{
|
4469
|
+
"kind": "Method",
|
4470
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#hide:member(1)",
|
4471
|
+
"docComment": "",
|
4472
|
+
"excerptTokens": [
|
4473
|
+
{
|
4474
|
+
"kind": "Content",
|
4475
|
+
"text": "hide(): "
|
4476
|
+
},
|
4477
|
+
{
|
4478
|
+
"kind": "Content",
|
4479
|
+
"text": "void"
|
4480
|
+
},
|
4481
|
+
{
|
4482
|
+
"kind": "Content",
|
4483
|
+
"text": ";"
|
4484
|
+
}
|
4485
|
+
],
|
4486
|
+
"isStatic": false,
|
4487
|
+
"returnTypeTokenRange": {
|
4488
|
+
"startIndex": 1,
|
4489
|
+
"endIndex": 2
|
4490
|
+
},
|
4491
|
+
"releaseTag": "Public",
|
4492
|
+
"isProtected": false,
|
4493
|
+
"overloadIndex": 1,
|
4494
|
+
"parameters": [],
|
4495
|
+
"isOptional": false,
|
4496
|
+
"isAbstract": false,
|
4497
|
+
"name": "hide"
|
4498
|
+
},
|
4499
|
+
{
|
4500
|
+
"kind": "Property",
|
4501
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#isVisible:member",
|
4502
|
+
"docComment": "",
|
4503
|
+
"excerptTokens": [
|
4504
|
+
{
|
4505
|
+
"kind": "Content",
|
4506
|
+
"text": "isVisible: "
|
4507
|
+
},
|
4508
|
+
{
|
4509
|
+
"kind": "Content",
|
4510
|
+
"text": "boolean"
|
4511
|
+
},
|
4512
|
+
{
|
4513
|
+
"kind": "Content",
|
4514
|
+
"text": ";"
|
4515
|
+
}
|
4516
|
+
],
|
4517
|
+
"isReadonly": false,
|
4518
|
+
"isOptional": false,
|
4519
|
+
"releaseTag": "Public",
|
4520
|
+
"name": "isVisible",
|
4521
|
+
"propertyTypeTokenRange": {
|
4522
|
+
"startIndex": 1,
|
4523
|
+
"endIndex": 2
|
4524
|
+
},
|
4525
|
+
"isStatic": false,
|
4526
|
+
"isProtected": false,
|
4527
|
+
"isAbstract": false
|
4528
|
+
},
|
4529
|
+
{
|
4530
|
+
"kind": "Property",
|
4531
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#remainingSeconds:member",
|
4532
|
+
"docComment": "",
|
4533
|
+
"excerptTokens": [
|
4534
|
+
{
|
4535
|
+
"kind": "Content",
|
4536
|
+
"text": "remainingSeconds: "
|
4537
|
+
},
|
4538
|
+
{
|
4539
|
+
"kind": "Content",
|
4540
|
+
"text": "number"
|
4541
|
+
},
|
4542
|
+
{
|
4543
|
+
"kind": "Content",
|
4544
|
+
"text": ";"
|
4545
|
+
}
|
4546
|
+
],
|
4547
|
+
"isReadonly": false,
|
4548
|
+
"isOptional": false,
|
4549
|
+
"releaseTag": "Public",
|
4550
|
+
"name": "remainingSeconds",
|
4551
|
+
"propertyTypeTokenRange": {
|
4552
|
+
"startIndex": 1,
|
4553
|
+
"endIndex": 2
|
4554
|
+
},
|
4555
|
+
"isStatic": false,
|
4556
|
+
"isProtected": false,
|
4557
|
+
"isAbstract": false
|
4558
|
+
},
|
4559
|
+
{
|
4560
|
+
"kind": "Method",
|
4561
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#show:member(1)",
|
4562
|
+
"docComment": "",
|
4563
|
+
"excerptTokens": [
|
4564
|
+
{
|
4565
|
+
"kind": "Content",
|
4566
|
+
"text": "show(options: "
|
4567
|
+
},
|
4568
|
+
{
|
4569
|
+
"kind": "Reference",
|
4570
|
+
"text": "InactivityDialogOptions",
|
4571
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions:interface"
|
4572
|
+
},
|
4573
|
+
{
|
4574
|
+
"kind": "Content",
|
4575
|
+
"text": "): "
|
4576
|
+
},
|
4577
|
+
{
|
4578
|
+
"kind": "Content",
|
4579
|
+
"text": "void"
|
4580
|
+
},
|
4581
|
+
{
|
4582
|
+
"kind": "Content",
|
4583
|
+
"text": ";"
|
4584
|
+
}
|
4585
|
+
],
|
4586
|
+
"isStatic": false,
|
4587
|
+
"returnTypeTokenRange": {
|
4588
|
+
"startIndex": 3,
|
4589
|
+
"endIndex": 4
|
4590
|
+
},
|
4591
|
+
"releaseTag": "Public",
|
4592
|
+
"isProtected": false,
|
4593
|
+
"overloadIndex": 1,
|
4594
|
+
"parameters": [
|
4595
|
+
{
|
4596
|
+
"parameterName": "options",
|
4597
|
+
"parameterTypeTokenRange": {
|
4598
|
+
"startIndex": 1,
|
4599
|
+
"endIndex": 2
|
4600
|
+
},
|
4601
|
+
"isOptional": false
|
4602
|
+
}
|
4603
|
+
],
|
4604
|
+
"isOptional": false,
|
4605
|
+
"isAbstract": false,
|
4606
|
+
"name": "show"
|
4607
|
+
}
|
4608
|
+
],
|
4609
|
+
"extendsTokenRange": {
|
4610
|
+
"startIndex": 1,
|
4611
|
+
"endIndex": 2
|
4612
|
+
},
|
4613
|
+
"implementsTokenRanges": []
|
4614
|
+
},
|
4615
|
+
{
|
4616
|
+
"kind": "Interface",
|
4617
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions:interface",
|
4618
|
+
"docComment": "",
|
4619
|
+
"excerptTokens": [
|
4620
|
+
{
|
4621
|
+
"kind": "Content",
|
4622
|
+
"text": "export interface InactivityDialogOptions "
|
4623
|
+
}
|
4624
|
+
],
|
4625
|
+
"fileUrlPath": "src/inactivity/inactivity-dialog.ts",
|
4626
|
+
"releaseTag": "Public",
|
4627
|
+
"name": "InactivityDialogOptions",
|
4628
|
+
"preserveMemberOrder": false,
|
4629
|
+
"members": [
|
4630
|
+
{
|
4631
|
+
"kind": "PropertySignature",
|
4632
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions#onContinue:member",
|
4633
|
+
"docComment": "",
|
4634
|
+
"excerptTokens": [
|
4635
|
+
{
|
4636
|
+
"kind": "Content",
|
4637
|
+
"text": "onContinue: "
|
4638
|
+
},
|
4639
|
+
{
|
4640
|
+
"kind": "Content",
|
4641
|
+
"text": "() => void"
|
4642
|
+
},
|
4643
|
+
{
|
4644
|
+
"kind": "Content",
|
4645
|
+
"text": ";"
|
4646
|
+
}
|
4647
|
+
],
|
4648
|
+
"isReadonly": false,
|
4649
|
+
"isOptional": false,
|
4650
|
+
"releaseTag": "Public",
|
4651
|
+
"name": "onContinue",
|
4652
|
+
"propertyTypeTokenRange": {
|
4653
|
+
"startIndex": 1,
|
4654
|
+
"endIndex": 2
|
4655
|
+
}
|
4656
|
+
},
|
4657
|
+
{
|
4658
|
+
"kind": "PropertySignature",
|
4659
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions#onLogout:member",
|
4660
|
+
"docComment": "",
|
4661
|
+
"excerptTokens": [
|
4662
|
+
{
|
4663
|
+
"kind": "Content",
|
4664
|
+
"text": "onLogout: "
|
4665
|
+
},
|
4666
|
+
{
|
4667
|
+
"kind": "Content",
|
4668
|
+
"text": "() => void"
|
4669
|
+
},
|
4670
|
+
{
|
4671
|
+
"kind": "Content",
|
4672
|
+
"text": ";"
|
4673
|
+
}
|
4674
|
+
],
|
4675
|
+
"isReadonly": false,
|
4676
|
+
"isOptional": false,
|
4677
|
+
"releaseTag": "Public",
|
4678
|
+
"name": "onLogout",
|
4679
|
+
"propertyTypeTokenRange": {
|
4680
|
+
"startIndex": 1,
|
4681
|
+
"endIndex": 2
|
4682
|
+
}
|
4683
|
+
},
|
4684
|
+
{
|
4685
|
+
"kind": "PropertySignature",
|
4686
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions#remainingSeconds:member",
|
4687
|
+
"docComment": "",
|
4688
|
+
"excerptTokens": [
|
4689
|
+
{
|
4690
|
+
"kind": "Content",
|
4691
|
+
"text": "remainingSeconds: "
|
4692
|
+
},
|
4693
|
+
{
|
4694
|
+
"kind": "Content",
|
4695
|
+
"text": "number"
|
4696
|
+
},
|
4697
|
+
{
|
4698
|
+
"kind": "Content",
|
4699
|
+
"text": ";"
|
4700
|
+
}
|
4701
|
+
],
|
4702
|
+
"isReadonly": false,
|
4703
|
+
"isOptional": false,
|
4704
|
+
"releaseTag": "Public",
|
4705
|
+
"name": "remainingSeconds",
|
4706
|
+
"propertyTypeTokenRange": {
|
4707
|
+
"startIndex": 1,
|
4708
|
+
"endIndex": 2
|
4709
|
+
}
|
4710
|
+
}
|
4711
|
+
],
|
4712
|
+
"extendsTokenRanges": []
|
4713
|
+
},
|
4714
|
+
{
|
4715
|
+
"kind": "Interface",
|
4716
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface",
|
4717
|
+
"docComment": "",
|
4718
|
+
"excerptTokens": [
|
4719
|
+
{
|
4720
|
+
"kind": "Content",
|
4721
|
+
"text": "export interface InactivityEvents "
|
4722
|
+
}
|
4723
|
+
],
|
4724
|
+
"fileUrlPath": "src/inactivity/inactivity-service.ts",
|
4725
|
+
"releaseTag": "Public",
|
4726
|
+
"name": "InactivityEvents",
|
4727
|
+
"preserveMemberOrder": false,
|
4728
|
+
"members": [
|
4729
|
+
{
|
4730
|
+
"kind": "PropertySignature",
|
4731
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents#\"inactivity-reset\":member",
|
4732
|
+
"docComment": "",
|
4733
|
+
"excerptTokens": [
|
4734
|
+
{
|
4735
|
+
"kind": "Content",
|
4736
|
+
"text": "'inactivity-reset': "
|
4737
|
+
},
|
4738
|
+
{
|
4739
|
+
"kind": "Content",
|
4740
|
+
"text": "void"
|
4741
|
+
},
|
4742
|
+
{
|
4743
|
+
"kind": "Content",
|
4744
|
+
"text": ";"
|
4745
|
+
}
|
4746
|
+
],
|
4747
|
+
"isReadonly": false,
|
4748
|
+
"isOptional": false,
|
4749
|
+
"releaseTag": "Public",
|
4750
|
+
"name": "\"inactivity-reset\"",
|
4751
|
+
"propertyTypeTokenRange": {
|
4752
|
+
"startIndex": 1,
|
4753
|
+
"endIndex": 2
|
4754
|
+
}
|
4755
|
+
},
|
4756
|
+
{
|
4757
|
+
"kind": "PropertySignature",
|
4758
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents#\"inactivity-timeout\":member",
|
4759
|
+
"docComment": "",
|
4760
|
+
"excerptTokens": [
|
4761
|
+
{
|
4762
|
+
"kind": "Content",
|
4763
|
+
"text": "'inactivity-timeout': "
|
4764
|
+
},
|
4765
|
+
{
|
4766
|
+
"kind": "Content",
|
4767
|
+
"text": "void"
|
4768
|
+
},
|
4769
|
+
{
|
4770
|
+
"kind": "Content",
|
4771
|
+
"text": ";"
|
4772
|
+
}
|
4773
|
+
],
|
4774
|
+
"isReadonly": false,
|
4775
|
+
"isOptional": false,
|
4776
|
+
"releaseTag": "Public",
|
4777
|
+
"name": "\"inactivity-timeout\"",
|
4778
|
+
"propertyTypeTokenRange": {
|
4779
|
+
"startIndex": 1,
|
4780
|
+
"endIndex": 2
|
4781
|
+
}
|
4782
|
+
},
|
4783
|
+
{
|
4784
|
+
"kind": "PropertySignature",
|
4785
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents#\"inactivity-warning\":member",
|
4786
|
+
"docComment": "",
|
4787
|
+
"excerptTokens": [
|
4788
|
+
{
|
4789
|
+
"kind": "Content",
|
4790
|
+
"text": "'inactivity-warning': "
|
4791
|
+
},
|
4792
|
+
{
|
4793
|
+
"kind": "Content",
|
4794
|
+
"text": "{\n remainingSeconds: number;\n }"
|
4795
|
+
},
|
4796
|
+
{
|
4797
|
+
"kind": "Content",
|
4798
|
+
"text": ";"
|
4799
|
+
}
|
4800
|
+
],
|
4801
|
+
"isReadonly": false,
|
4802
|
+
"isOptional": false,
|
4803
|
+
"releaseTag": "Public",
|
4804
|
+
"name": "\"inactivity-warning\"",
|
4805
|
+
"propertyTypeTokenRange": {
|
4806
|
+
"startIndex": 1,
|
4807
|
+
"endIndex": 2
|
4808
|
+
}
|
4809
|
+
}
|
4810
|
+
],
|
4811
|
+
"extendsTokenRanges": []
|
4812
|
+
},
|
4813
|
+
{
|
4814
|
+
"kind": "Class",
|
4815
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager:class",
|
4816
|
+
"docComment": "",
|
4817
|
+
"excerptTokens": [
|
4818
|
+
{
|
4819
|
+
"kind": "Content",
|
4820
|
+
"text": "export declare class InactivityManager "
|
4821
|
+
}
|
4822
|
+
],
|
4823
|
+
"fileUrlPath": "src/inactivity/inactivity-manager.ts",
|
4824
|
+
"releaseTag": "Public",
|
4825
|
+
"isAbstract": false,
|
4826
|
+
"name": "InactivityManager",
|
4827
|
+
"preserveMemberOrder": false,
|
4828
|
+
"members": [
|
4829
|
+
{
|
4830
|
+
"kind": "Constructor",
|
4831
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager:constructor(1)",
|
4832
|
+
"docComment": "/**\n * Constructs a new instance of the `InactivityManager` class\n */\n",
|
4833
|
+
"excerptTokens": [
|
4834
|
+
{
|
4835
|
+
"kind": "Content",
|
4836
|
+
"text": "constructor(config: "
|
4837
|
+
},
|
4838
|
+
{
|
4839
|
+
"kind": "Reference",
|
4840
|
+
"text": "InactivityManagerConfig",
|
4841
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManagerConfig:interface"
|
4842
|
+
},
|
4843
|
+
{
|
4844
|
+
"kind": "Content",
|
4845
|
+
"text": ");"
|
4846
|
+
}
|
4847
|
+
],
|
4848
|
+
"releaseTag": "Public",
|
4849
|
+
"isProtected": false,
|
4850
|
+
"overloadIndex": 1,
|
4851
|
+
"parameters": [
|
4852
|
+
{
|
4853
|
+
"parameterName": "config",
|
4854
|
+
"parameterTypeTokenRange": {
|
4855
|
+
"startIndex": 1,
|
4856
|
+
"endIndex": 2
|
4857
|
+
},
|
4858
|
+
"isOptional": false
|
4859
|
+
}
|
4860
|
+
]
|
4861
|
+
},
|
4862
|
+
{
|
4863
|
+
"kind": "Method",
|
4864
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager#destroy:member(1)",
|
4865
|
+
"docComment": "",
|
4866
|
+
"excerptTokens": [
|
4867
|
+
{
|
4868
|
+
"kind": "Content",
|
4869
|
+
"text": "destroy(): "
|
4870
|
+
},
|
4871
|
+
{
|
4872
|
+
"kind": "Content",
|
4873
|
+
"text": "void"
|
4874
|
+
},
|
4875
|
+
{
|
4876
|
+
"kind": "Content",
|
4877
|
+
"text": ";"
|
4878
|
+
}
|
4879
|
+
],
|
4880
|
+
"isStatic": false,
|
4881
|
+
"returnTypeTokenRange": {
|
4882
|
+
"startIndex": 1,
|
4883
|
+
"endIndex": 2
|
4884
|
+
},
|
4885
|
+
"releaseTag": "Public",
|
4886
|
+
"isProtected": false,
|
4887
|
+
"overloadIndex": 1,
|
4888
|
+
"parameters": [],
|
4889
|
+
"isOptional": false,
|
4890
|
+
"isAbstract": false,
|
4891
|
+
"name": "destroy"
|
4892
|
+
},
|
4893
|
+
{
|
4894
|
+
"kind": "Method",
|
4895
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager#getService:member(1)",
|
4896
|
+
"docComment": "",
|
4897
|
+
"excerptTokens": [
|
4898
|
+
{
|
4899
|
+
"kind": "Content",
|
4900
|
+
"text": "getService(): "
|
4901
|
+
},
|
4902
|
+
{
|
4903
|
+
"kind": "Reference",
|
4904
|
+
"text": "InactivityService",
|
4905
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService:class"
|
4906
|
+
},
|
4907
|
+
{
|
4908
|
+
"kind": "Content",
|
4909
|
+
"text": ";"
|
4910
|
+
}
|
4911
|
+
],
|
4912
|
+
"isStatic": false,
|
4913
|
+
"returnTypeTokenRange": {
|
4914
|
+
"startIndex": 1,
|
4915
|
+
"endIndex": 2
|
4916
|
+
},
|
4917
|
+
"releaseTag": "Public",
|
4918
|
+
"isProtected": false,
|
4919
|
+
"overloadIndex": 1,
|
4920
|
+
"parameters": [],
|
4921
|
+
"isOptional": false,
|
4922
|
+
"isAbstract": false,
|
4923
|
+
"name": "getService"
|
4924
|
+
},
|
4925
|
+
{
|
4926
|
+
"kind": "Method",
|
4927
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager#isWarningVisible:member(1)",
|
4928
|
+
"docComment": "",
|
4929
|
+
"excerptTokens": [
|
4930
|
+
{
|
4931
|
+
"kind": "Content",
|
4932
|
+
"text": "isWarningVisible(): "
|
4933
|
+
},
|
4934
|
+
{
|
4935
|
+
"kind": "Content",
|
4936
|
+
"text": "boolean"
|
4937
|
+
},
|
4938
|
+
{
|
4939
|
+
"kind": "Content",
|
4940
|
+
"text": ";"
|
4941
|
+
}
|
4942
|
+
],
|
4943
|
+
"isStatic": false,
|
4944
|
+
"returnTypeTokenRange": {
|
4945
|
+
"startIndex": 1,
|
4946
|
+
"endIndex": 2
|
4947
|
+
},
|
4948
|
+
"releaseTag": "Public",
|
4949
|
+
"isProtected": false,
|
4950
|
+
"overloadIndex": 1,
|
4951
|
+
"parameters": [],
|
4952
|
+
"isOptional": false,
|
4953
|
+
"isAbstract": false,
|
4954
|
+
"name": "isWarningVisible"
|
4955
|
+
},
|
4956
|
+
{
|
4957
|
+
"kind": "Method",
|
4958
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager#reset:member(1)",
|
4959
|
+
"docComment": "",
|
4960
|
+
"excerptTokens": [
|
4961
|
+
{
|
4962
|
+
"kind": "Content",
|
4963
|
+
"text": "reset(): "
|
4964
|
+
},
|
4965
|
+
{
|
4966
|
+
"kind": "Content",
|
4967
|
+
"text": "void"
|
4968
|
+
},
|
4969
|
+
{
|
4970
|
+
"kind": "Content",
|
4971
|
+
"text": ";"
|
4972
|
+
}
|
4973
|
+
],
|
4974
|
+
"isStatic": false,
|
4975
|
+
"returnTypeTokenRange": {
|
4976
|
+
"startIndex": 1,
|
4977
|
+
"endIndex": 2
|
4978
|
+
},
|
4979
|
+
"releaseTag": "Public",
|
4980
|
+
"isProtected": false,
|
4981
|
+
"overloadIndex": 1,
|
4982
|
+
"parameters": [],
|
4983
|
+
"isOptional": false,
|
4984
|
+
"isAbstract": false,
|
4985
|
+
"name": "reset"
|
4986
|
+
},
|
4987
|
+
{
|
4988
|
+
"kind": "Method",
|
4989
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager#start:member(1)",
|
4990
|
+
"docComment": "",
|
4991
|
+
"excerptTokens": [
|
4992
|
+
{
|
4993
|
+
"kind": "Content",
|
4994
|
+
"text": "start(): "
|
4995
|
+
},
|
4996
|
+
{
|
4997
|
+
"kind": "Content",
|
4998
|
+
"text": "void"
|
4999
|
+
},
|
5000
|
+
{
|
5001
|
+
"kind": "Content",
|
5002
|
+
"text": ";"
|
5003
|
+
}
|
5004
|
+
],
|
5005
|
+
"isStatic": false,
|
5006
|
+
"returnTypeTokenRange": {
|
5007
|
+
"startIndex": 1,
|
5008
|
+
"endIndex": 2
|
5009
|
+
},
|
5010
|
+
"releaseTag": "Public",
|
5011
|
+
"isProtected": false,
|
5012
|
+
"overloadIndex": 1,
|
5013
|
+
"parameters": [],
|
5014
|
+
"isOptional": false,
|
5015
|
+
"isAbstract": false,
|
5016
|
+
"name": "start"
|
5017
|
+
},
|
5018
|
+
{
|
5019
|
+
"kind": "Method",
|
5020
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManager#stop:member(1)",
|
5021
|
+
"docComment": "",
|
5022
|
+
"excerptTokens": [
|
5023
|
+
{
|
5024
|
+
"kind": "Content",
|
5025
|
+
"text": "stop(): "
|
5026
|
+
},
|
5027
|
+
{
|
5028
|
+
"kind": "Content",
|
5029
|
+
"text": "void"
|
5030
|
+
},
|
5031
|
+
{
|
5032
|
+
"kind": "Content",
|
5033
|
+
"text": ";"
|
5034
|
+
}
|
5035
|
+
],
|
5036
|
+
"isStatic": false,
|
5037
|
+
"returnTypeTokenRange": {
|
5038
|
+
"startIndex": 1,
|
5039
|
+
"endIndex": 2
|
5040
|
+
},
|
5041
|
+
"releaseTag": "Public",
|
5042
|
+
"isProtected": false,
|
5043
|
+
"overloadIndex": 1,
|
5044
|
+
"parameters": [],
|
5045
|
+
"isOptional": false,
|
5046
|
+
"isAbstract": false,
|
5047
|
+
"name": "stop"
|
5048
|
+
}
|
5049
|
+
],
|
5050
|
+
"implementsTokenRanges": []
|
5051
|
+
},
|
5052
|
+
{
|
5053
|
+
"kind": "Interface",
|
5054
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManagerConfig:interface",
|
5055
|
+
"docComment": "",
|
5056
|
+
"excerptTokens": [
|
5057
|
+
{
|
5058
|
+
"kind": "Content",
|
5059
|
+
"text": "export interface InactivityManagerConfig extends "
|
5060
|
+
},
|
5061
|
+
{
|
5062
|
+
"kind": "Reference",
|
5063
|
+
"text": "InactivityConfig",
|
5064
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityConfig:interface"
|
5065
|
+
},
|
5066
|
+
{
|
5067
|
+
"kind": "Content",
|
5068
|
+
"text": " "
|
5069
|
+
}
|
5070
|
+
],
|
5071
|
+
"fileUrlPath": "src/inactivity/inactivity-manager.ts",
|
5072
|
+
"releaseTag": "Public",
|
5073
|
+
"name": "InactivityManagerConfig",
|
5074
|
+
"preserveMemberOrder": false,
|
5075
|
+
"members": [
|
5076
|
+
{
|
5077
|
+
"kind": "PropertySignature",
|
5078
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityManagerConfig#onLogout:member",
|
5079
|
+
"docComment": "",
|
5080
|
+
"excerptTokens": [
|
5081
|
+
{
|
5082
|
+
"kind": "Content",
|
5083
|
+
"text": "onLogout: "
|
5084
|
+
},
|
5085
|
+
{
|
5086
|
+
"kind": "Content",
|
5087
|
+
"text": "() => void"
|
5088
|
+
},
|
5089
|
+
{
|
5090
|
+
"kind": "Content",
|
5091
|
+
"text": ";"
|
5092
|
+
}
|
5093
|
+
],
|
5094
|
+
"isReadonly": false,
|
5095
|
+
"isOptional": false,
|
5096
|
+
"releaseTag": "Public",
|
5097
|
+
"name": "onLogout",
|
5098
|
+
"propertyTypeTokenRange": {
|
5099
|
+
"startIndex": 1,
|
5100
|
+
"endIndex": 2
|
5101
|
+
}
|
5102
|
+
}
|
5103
|
+
],
|
5104
|
+
"extendsTokenRanges": [
|
5105
|
+
{
|
5106
|
+
"startIndex": 1,
|
5107
|
+
"endIndex": 2
|
5108
|
+
}
|
5109
|
+
]
|
5110
|
+
},
|
5111
|
+
{
|
5112
|
+
"kind": "Class",
|
5113
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService:class",
|
5114
|
+
"docComment": "",
|
5115
|
+
"excerptTokens": [
|
5116
|
+
{
|
5117
|
+
"kind": "Content",
|
5118
|
+
"text": "export declare class InactivityService "
|
5119
|
+
}
|
5120
|
+
],
|
5121
|
+
"fileUrlPath": "src/inactivity/inactivity-service.ts",
|
5122
|
+
"releaseTag": "Public",
|
5123
|
+
"isAbstract": false,
|
5124
|
+
"name": "InactivityService",
|
5125
|
+
"preserveMemberOrder": false,
|
5126
|
+
"members": [
|
5127
|
+
{
|
5128
|
+
"kind": "Constructor",
|
5129
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService:constructor(1)",
|
5130
|
+
"docComment": "/**\n * Constructs a new instance of the `InactivityService` class\n */\n",
|
5131
|
+
"excerptTokens": [
|
5132
|
+
{
|
5133
|
+
"kind": "Content",
|
5134
|
+
"text": "constructor(config: "
|
5135
|
+
},
|
5136
|
+
{
|
5137
|
+
"kind": "Reference",
|
5138
|
+
"text": "InactivityConfig",
|
5139
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityConfig:interface"
|
5140
|
+
},
|
5141
|
+
{
|
5142
|
+
"kind": "Content",
|
5143
|
+
"text": ");"
|
5144
|
+
}
|
5145
|
+
],
|
5146
|
+
"releaseTag": "Public",
|
5147
|
+
"isProtected": false,
|
5148
|
+
"overloadIndex": 1,
|
5149
|
+
"parameters": [
|
5150
|
+
{
|
5151
|
+
"parameterName": "config",
|
5152
|
+
"parameterTypeTokenRange": {
|
5153
|
+
"startIndex": 1,
|
5154
|
+
"endIndex": 2
|
5155
|
+
},
|
5156
|
+
"isOptional": false
|
5157
|
+
}
|
5158
|
+
]
|
5159
|
+
},
|
5160
|
+
{
|
5161
|
+
"kind": "Method",
|
5162
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService#destroy:member(1)",
|
5163
|
+
"docComment": "",
|
5164
|
+
"excerptTokens": [
|
5165
|
+
{
|
5166
|
+
"kind": "Content",
|
5167
|
+
"text": "destroy(): "
|
5168
|
+
},
|
5169
|
+
{
|
5170
|
+
"kind": "Content",
|
5171
|
+
"text": "void"
|
5172
|
+
},
|
5173
|
+
{
|
5174
|
+
"kind": "Content",
|
5175
|
+
"text": ";"
|
5176
|
+
}
|
5177
|
+
],
|
5178
|
+
"isStatic": false,
|
5179
|
+
"returnTypeTokenRange": {
|
5180
|
+
"startIndex": 1,
|
5181
|
+
"endIndex": 2
|
5182
|
+
},
|
5183
|
+
"releaseTag": "Public",
|
5184
|
+
"isProtected": false,
|
5185
|
+
"overloadIndex": 1,
|
5186
|
+
"parameters": [],
|
5187
|
+
"isOptional": false,
|
5188
|
+
"isAbstract": false,
|
5189
|
+
"name": "destroy"
|
5190
|
+
},
|
5191
|
+
{
|
5192
|
+
"kind": "Method",
|
5193
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService#off:member(1)",
|
5194
|
+
"docComment": "",
|
5195
|
+
"excerptTokens": [
|
5196
|
+
{
|
5197
|
+
"kind": "Content",
|
5198
|
+
"text": "off<K extends "
|
5199
|
+
},
|
5200
|
+
{
|
5201
|
+
"kind": "Content",
|
5202
|
+
"text": "keyof "
|
5203
|
+
},
|
5204
|
+
{
|
5205
|
+
"kind": "Reference",
|
5206
|
+
"text": "InactivityEvents",
|
5207
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
|
5208
|
+
},
|
5209
|
+
{
|
5210
|
+
"kind": "Content",
|
5211
|
+
"text": ">(event: "
|
5212
|
+
},
|
5213
|
+
{
|
5214
|
+
"kind": "Content",
|
5215
|
+
"text": "K"
|
5216
|
+
},
|
5217
|
+
{
|
5218
|
+
"kind": "Content",
|
5219
|
+
"text": ", listener: "
|
5220
|
+
},
|
5221
|
+
{
|
5222
|
+
"kind": "Reference",
|
5223
|
+
"text": "EventListener",
|
5224
|
+
"canonicalReference": "@genesislcap/foundation-utils!~EventListener_2:type"
|
5225
|
+
},
|
5226
|
+
{
|
5227
|
+
"kind": "Content",
|
5228
|
+
"text": "<"
|
5229
|
+
},
|
5230
|
+
{
|
5231
|
+
"kind": "Reference",
|
5232
|
+
"text": "InactivityEvents",
|
5233
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
|
5234
|
+
},
|
5235
|
+
{
|
5236
|
+
"kind": "Content",
|
5237
|
+
"text": "[K]>"
|
5238
|
+
},
|
5239
|
+
{
|
5240
|
+
"kind": "Content",
|
5241
|
+
"text": "): "
|
5242
|
+
},
|
5243
|
+
{
|
5244
|
+
"kind": "Content",
|
5245
|
+
"text": "void"
|
5246
|
+
},
|
5247
|
+
{
|
5248
|
+
"kind": "Content",
|
5249
|
+
"text": ";"
|
5250
|
+
}
|
5251
|
+
],
|
5252
|
+
"typeParameters": [
|
5253
|
+
{
|
5254
|
+
"typeParameterName": "K",
|
5255
|
+
"constraintTokenRange": {
|
5256
|
+
"startIndex": 1,
|
5257
|
+
"endIndex": 3
|
5258
|
+
},
|
5259
|
+
"defaultTypeTokenRange": {
|
5260
|
+
"startIndex": 0,
|
5261
|
+
"endIndex": 0
|
5262
|
+
}
|
5263
|
+
}
|
5264
|
+
],
|
5265
|
+
"isStatic": false,
|
5266
|
+
"returnTypeTokenRange": {
|
5267
|
+
"startIndex": 11,
|
5268
|
+
"endIndex": 12
|
5269
|
+
},
|
5270
|
+
"releaseTag": "Public",
|
5271
|
+
"isProtected": false,
|
5272
|
+
"overloadIndex": 1,
|
5273
|
+
"parameters": [
|
5274
|
+
{
|
5275
|
+
"parameterName": "event",
|
5276
|
+
"parameterTypeTokenRange": {
|
5277
|
+
"startIndex": 4,
|
5278
|
+
"endIndex": 5
|
5279
|
+
},
|
5280
|
+
"isOptional": false
|
5281
|
+
},
|
5282
|
+
{
|
5283
|
+
"parameterName": "listener",
|
5284
|
+
"parameterTypeTokenRange": {
|
5285
|
+
"startIndex": 6,
|
5286
|
+
"endIndex": 10
|
5287
|
+
},
|
5288
|
+
"isOptional": false
|
5289
|
+
}
|
5290
|
+
],
|
5291
|
+
"isOptional": false,
|
5292
|
+
"isAbstract": false,
|
5293
|
+
"name": "off"
|
5294
|
+
},
|
5295
|
+
{
|
5296
|
+
"kind": "Method",
|
5297
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService#on:member(1)",
|
5298
|
+
"docComment": "",
|
5299
|
+
"excerptTokens": [
|
5300
|
+
{
|
5301
|
+
"kind": "Content",
|
5302
|
+
"text": "on<K extends "
|
5303
|
+
},
|
5304
|
+
{
|
5305
|
+
"kind": "Content",
|
5306
|
+
"text": "keyof "
|
5307
|
+
},
|
5308
|
+
{
|
5309
|
+
"kind": "Reference",
|
5310
|
+
"text": "InactivityEvents",
|
5311
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
|
5312
|
+
},
|
5313
|
+
{
|
5314
|
+
"kind": "Content",
|
5315
|
+
"text": ">(event: "
|
5316
|
+
},
|
5317
|
+
{
|
5318
|
+
"kind": "Content",
|
5319
|
+
"text": "K"
|
5320
|
+
},
|
5321
|
+
{
|
5322
|
+
"kind": "Content",
|
5323
|
+
"text": ", listener: "
|
5324
|
+
},
|
5325
|
+
{
|
5326
|
+
"kind": "Reference",
|
5327
|
+
"text": "EventListener",
|
5328
|
+
"canonicalReference": "@genesislcap/foundation-utils!~EventListener_2:type"
|
5329
|
+
},
|
5330
|
+
{
|
5331
|
+
"kind": "Content",
|
5332
|
+
"text": "<"
|
5333
|
+
},
|
5334
|
+
{
|
5335
|
+
"kind": "Reference",
|
5336
|
+
"text": "InactivityEvents",
|
5337
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
|
5338
|
+
},
|
5339
|
+
{
|
5340
|
+
"kind": "Content",
|
5341
|
+
"text": "[K]>"
|
5342
|
+
},
|
5343
|
+
{
|
5344
|
+
"kind": "Content",
|
5345
|
+
"text": "): "
|
5346
|
+
},
|
5347
|
+
{
|
5348
|
+
"kind": "Content",
|
5349
|
+
"text": "void"
|
5350
|
+
},
|
5351
|
+
{
|
5352
|
+
"kind": "Content",
|
5353
|
+
"text": ";"
|
5354
|
+
}
|
5355
|
+
],
|
5356
|
+
"typeParameters": [
|
5357
|
+
{
|
5358
|
+
"typeParameterName": "K",
|
5359
|
+
"constraintTokenRange": {
|
5360
|
+
"startIndex": 1,
|
5361
|
+
"endIndex": 3
|
5362
|
+
},
|
5363
|
+
"defaultTypeTokenRange": {
|
5364
|
+
"startIndex": 0,
|
5365
|
+
"endIndex": 0
|
5366
|
+
}
|
5367
|
+
}
|
5368
|
+
],
|
5369
|
+
"isStatic": false,
|
5370
|
+
"returnTypeTokenRange": {
|
5371
|
+
"startIndex": 11,
|
5372
|
+
"endIndex": 12
|
5373
|
+
},
|
5374
|
+
"releaseTag": "Public",
|
5375
|
+
"isProtected": false,
|
5376
|
+
"overloadIndex": 1,
|
5377
|
+
"parameters": [
|
5378
|
+
{
|
5379
|
+
"parameterName": "event",
|
5380
|
+
"parameterTypeTokenRange": {
|
5381
|
+
"startIndex": 4,
|
5382
|
+
"endIndex": 5
|
5383
|
+
},
|
5384
|
+
"isOptional": false
|
5385
|
+
},
|
5386
|
+
{
|
5387
|
+
"parameterName": "listener",
|
5388
|
+
"parameterTypeTokenRange": {
|
5389
|
+
"startIndex": 6,
|
5390
|
+
"endIndex": 10
|
5391
|
+
},
|
5392
|
+
"isOptional": false
|
5393
|
+
}
|
5394
|
+
],
|
5395
|
+
"isOptional": false,
|
5396
|
+
"isAbstract": false,
|
5397
|
+
"name": "on"
|
5398
|
+
},
|
5399
|
+
{
|
5400
|
+
"kind": "Method",
|
5401
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService#resetTimer:member(1)",
|
5402
|
+
"docComment": "",
|
5403
|
+
"excerptTokens": [
|
5404
|
+
{
|
5405
|
+
"kind": "Content",
|
5406
|
+
"text": "resetTimer(): "
|
5407
|
+
},
|
5408
|
+
{
|
5409
|
+
"kind": "Content",
|
5410
|
+
"text": "void"
|
5411
|
+
},
|
5412
|
+
{
|
5413
|
+
"kind": "Content",
|
5414
|
+
"text": ";"
|
5415
|
+
}
|
5416
|
+
],
|
5417
|
+
"isStatic": false,
|
5418
|
+
"returnTypeTokenRange": {
|
5419
|
+
"startIndex": 1,
|
5420
|
+
"endIndex": 2
|
5421
|
+
},
|
5422
|
+
"releaseTag": "Public",
|
5423
|
+
"isProtected": false,
|
5424
|
+
"overloadIndex": 1,
|
5425
|
+
"parameters": [],
|
5426
|
+
"isOptional": false,
|
5427
|
+
"isAbstract": false,
|
5428
|
+
"name": "resetTimer"
|
5429
|
+
},
|
5430
|
+
{
|
5431
|
+
"kind": "Method",
|
5432
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService#start:member(1)",
|
5433
|
+
"docComment": "",
|
5434
|
+
"excerptTokens": [
|
5435
|
+
{
|
5436
|
+
"kind": "Content",
|
5437
|
+
"text": "start(): "
|
5438
|
+
},
|
5439
|
+
{
|
5440
|
+
"kind": "Content",
|
5441
|
+
"text": "void"
|
5442
|
+
},
|
5443
|
+
{
|
5444
|
+
"kind": "Content",
|
5445
|
+
"text": ";"
|
5446
|
+
}
|
5447
|
+
],
|
5448
|
+
"isStatic": false,
|
5449
|
+
"returnTypeTokenRange": {
|
5450
|
+
"startIndex": 1,
|
5451
|
+
"endIndex": 2
|
5452
|
+
},
|
5453
|
+
"releaseTag": "Public",
|
5454
|
+
"isProtected": false,
|
5455
|
+
"overloadIndex": 1,
|
5456
|
+
"parameters": [],
|
5457
|
+
"isOptional": false,
|
5458
|
+
"isAbstract": false,
|
5459
|
+
"name": "start"
|
5460
|
+
},
|
5461
|
+
{
|
5462
|
+
"kind": "Method",
|
5463
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityService#stop:member(1)",
|
5464
|
+
"docComment": "",
|
5465
|
+
"excerptTokens": [
|
5466
|
+
{
|
5467
|
+
"kind": "Content",
|
5468
|
+
"text": "stop(): "
|
5469
|
+
},
|
5470
|
+
{
|
5471
|
+
"kind": "Content",
|
5472
|
+
"text": "void"
|
5473
|
+
},
|
5474
|
+
{
|
5475
|
+
"kind": "Content",
|
5476
|
+
"text": ";"
|
5477
|
+
}
|
5478
|
+
],
|
5479
|
+
"isStatic": false,
|
5480
|
+
"returnTypeTokenRange": {
|
5481
|
+
"startIndex": 1,
|
5482
|
+
"endIndex": 2
|
5483
|
+
},
|
5484
|
+
"releaseTag": "Public",
|
5485
|
+
"isProtected": false,
|
5486
|
+
"overloadIndex": 1,
|
5487
|
+
"parameters": [],
|
5488
|
+
"isOptional": false,
|
5489
|
+
"isAbstract": false,
|
5490
|
+
"name": "stop"
|
5491
|
+
}
|
5492
|
+
],
|
5493
|
+
"implementsTokenRanges": []
|
5494
|
+
},
|
4340
5495
|
{
|
4341
5496
|
"kind": "Function",
|
4342
5497
|
"canonicalReference": "@genesislcap/foundation-utils!inIFrame:function(1)",
|