@genesislcap/foundation-utils 14.314.1 → 14.314.3-alpha-c442ac5.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.
Files changed (58) hide show
  1. package/dist/custom-elements.json +738 -120
  2. package/dist/dts/inactivity/inactivity-dialog.d.ts +23 -0
  3. package/dist/dts/inactivity/inactivity-dialog.d.ts.map +1 -0
  4. package/dist/dts/inactivity/inactivity-manager.d.ts +24 -0
  5. package/dist/dts/inactivity/inactivity-manager.d.ts.map +1 -0
  6. package/dist/dts/inactivity/inactivity-service.d.ts +34 -0
  7. package/dist/dts/inactivity/inactivity-service.d.ts.map +1 -0
  8. package/dist/dts/inactivity/index.d.ts +4 -0
  9. package/dist/dts/inactivity/index.d.ts.map +1 -0
  10. package/dist/dts/index.d.ts +1 -0
  11. package/dist/dts/index.d.ts.map +1 -1
  12. package/dist/esm/inactivity/inactivity-dialog.js +213 -0
  13. package/dist/esm/inactivity/inactivity-manager.js +87 -0
  14. package/dist/esm/inactivity/inactivity-service.js +128 -0
  15. package/dist/esm/inactivity/index.js +3 -0
  16. package/dist/esm/index.js +1 -0
  17. package/dist/foundation-utils.api.json +1217 -0
  18. package/dist/foundation-utils.d.ts +83 -0
  19. package/docs/api/foundation-utils.inactivityconfig.md +71 -0
  20. package/docs/api/foundation-utils.inactivityconfig.timeoutminutes.md +11 -0
  21. package/docs/api/foundation-utils.inactivityconfig.warningminutes.md +11 -0
  22. package/docs/api/foundation-utils.inactivitydialog.disconnectedcallback.md +15 -0
  23. package/docs/api/foundation-utils.inactivitydialog.handlecontinue.md +15 -0
  24. package/docs/api/foundation-utils.inactivitydialog.handlelogout.md +15 -0
  25. package/docs/api/foundation-utils.inactivitydialog.hide.md +15 -0
  26. package/docs/api/foundation-utils.inactivitydialog.isvisible.md +11 -0
  27. package/docs/api/foundation-utils.inactivitydialog.md +152 -0
  28. package/docs/api/foundation-utils.inactivitydialog.remainingseconds.md +11 -0
  29. package/docs/api/foundation-utils.inactivitydialog.show.md +50 -0
  30. package/docs/api/foundation-utils.inactivitydialogoptions.md +88 -0
  31. package/docs/api/foundation-utils.inactivitydialogoptions.oncontinue.md +11 -0
  32. package/docs/api/foundation-utils.inactivitydialogoptions.onlogout.md +11 -0
  33. package/docs/api/foundation-utils.inactivitydialogoptions.remainingseconds.md +11 -0
  34. package/docs/api/foundation-utils.inactivityevents._inactivity-reset_.md +11 -0
  35. package/docs/api/foundation-utils.inactivityevents._inactivity-timeout_.md +11 -0
  36. package/docs/api/foundation-utils.inactivityevents._inactivity-warning_.md +13 -0
  37. package/docs/api/foundation-utils.inactivityevents.md +88 -0
  38. package/docs/api/foundation-utils.inactivitymanager._constructor_.md +48 -0
  39. package/docs/api/foundation-utils.inactivitymanager.destroy.md +15 -0
  40. package/docs/api/foundation-utils.inactivitymanager.getservice.md +15 -0
  41. package/docs/api/foundation-utils.inactivitymanager.iswarningvisible.md +15 -0
  42. package/docs/api/foundation-utils.inactivitymanager.md +138 -0
  43. package/docs/api/foundation-utils.inactivitymanager.reset.md +15 -0
  44. package/docs/api/foundation-utils.inactivitymanager.start.md +15 -0
  45. package/docs/api/foundation-utils.inactivitymanager.stop.md +15 -0
  46. package/docs/api/foundation-utils.inactivitymanagerconfig.md +55 -0
  47. package/docs/api/foundation-utils.inactivitymanagerconfig.onlogout.md +11 -0
  48. package/docs/api/foundation-utils.inactivityservice._constructor_.md +48 -0
  49. package/docs/api/foundation-utils.inactivityservice.destroy.md +15 -0
  50. package/docs/api/foundation-utils.inactivityservice.md +138 -0
  51. package/docs/api/foundation-utils.inactivityservice.off.md +64 -0
  52. package/docs/api/foundation-utils.inactivityservice.on.md +64 -0
  53. package/docs/api/foundation-utils.inactivityservice.resettimer.md +15 -0
  54. package/docs/api/foundation-utils.inactivityservice.start.md +15 -0
  55. package/docs/api/foundation-utils.inactivityservice.stop.md +15 -0
  56. package/docs/api/foundation-utils.md +63 -0
  57. package/docs/api-report.md.api.md +90 -0
  58. package/package.json +11 -11
@@ -5433,6 +5433,1223 @@
5433
5433
  "endIndex": 2
5434
5434
  }
5435
5435
  },
5436
+ {
5437
+ "kind": "Interface",
5438
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityConfig:interface",
5439
+ "docComment": "",
5440
+ "excerptTokens": [
5441
+ {
5442
+ "kind": "Content",
5443
+ "text": "export interface InactivityConfig "
5444
+ }
5445
+ ],
5446
+ "fileUrlPath": "src/inactivity/inactivity-service.ts",
5447
+ "releaseTag": "Public",
5448
+ "name": "InactivityConfig",
5449
+ "preserveMemberOrder": false,
5450
+ "members": [
5451
+ {
5452
+ "kind": "PropertySignature",
5453
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityConfig#timeoutMinutes:member",
5454
+ "docComment": "",
5455
+ "excerptTokens": [
5456
+ {
5457
+ "kind": "Content",
5458
+ "text": "timeoutMinutes: "
5459
+ },
5460
+ {
5461
+ "kind": "Content",
5462
+ "text": "number"
5463
+ },
5464
+ {
5465
+ "kind": "Content",
5466
+ "text": ";"
5467
+ }
5468
+ ],
5469
+ "isReadonly": false,
5470
+ "isOptional": false,
5471
+ "releaseTag": "Public",
5472
+ "name": "timeoutMinutes",
5473
+ "propertyTypeTokenRange": {
5474
+ "startIndex": 1,
5475
+ "endIndex": 2
5476
+ }
5477
+ },
5478
+ {
5479
+ "kind": "PropertySignature",
5480
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityConfig#warningMinutes:member",
5481
+ "docComment": "",
5482
+ "excerptTokens": [
5483
+ {
5484
+ "kind": "Content",
5485
+ "text": "warningMinutes: "
5486
+ },
5487
+ {
5488
+ "kind": "Content",
5489
+ "text": "number"
5490
+ },
5491
+ {
5492
+ "kind": "Content",
5493
+ "text": ";"
5494
+ }
5495
+ ],
5496
+ "isReadonly": false,
5497
+ "isOptional": false,
5498
+ "releaseTag": "Public",
5499
+ "name": "warningMinutes",
5500
+ "propertyTypeTokenRange": {
5501
+ "startIndex": 1,
5502
+ "endIndex": 2
5503
+ }
5504
+ }
5505
+ ],
5506
+ "extendsTokenRanges": []
5507
+ },
5508
+ {
5509
+ "kind": "Class",
5510
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog:class",
5511
+ "docComment": "",
5512
+ "excerptTokens": [
5513
+ {
5514
+ "kind": "Content",
5515
+ "text": "export declare class InactivityDialog extends "
5516
+ },
5517
+ {
5518
+ "kind": "Reference",
5519
+ "text": "FASTElement",
5520
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
5521
+ },
5522
+ {
5523
+ "kind": "Content",
5524
+ "text": " "
5525
+ }
5526
+ ],
5527
+ "fileUrlPath": "src/inactivity/inactivity-dialog.ts",
5528
+ "releaseTag": "Public",
5529
+ "isAbstract": false,
5530
+ "name": "InactivityDialog",
5531
+ "preserveMemberOrder": false,
5532
+ "members": [
5533
+ {
5534
+ "kind": "Method",
5535
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#disconnectedCallback:member(1)",
5536
+ "docComment": "",
5537
+ "excerptTokens": [
5538
+ {
5539
+ "kind": "Content",
5540
+ "text": "disconnectedCallback(): "
5541
+ },
5542
+ {
5543
+ "kind": "Content",
5544
+ "text": "void"
5545
+ },
5546
+ {
5547
+ "kind": "Content",
5548
+ "text": ";"
5549
+ }
5550
+ ],
5551
+ "isStatic": false,
5552
+ "returnTypeTokenRange": {
5553
+ "startIndex": 1,
5554
+ "endIndex": 2
5555
+ },
5556
+ "releaseTag": "Public",
5557
+ "isProtected": false,
5558
+ "overloadIndex": 1,
5559
+ "parameters": [],
5560
+ "isOptional": false,
5561
+ "isAbstract": false,
5562
+ "name": "disconnectedCallback"
5563
+ },
5564
+ {
5565
+ "kind": "Method",
5566
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#handleContinue:member(1)",
5567
+ "docComment": "",
5568
+ "excerptTokens": [
5569
+ {
5570
+ "kind": "Content",
5571
+ "text": "handleContinue(): "
5572
+ },
5573
+ {
5574
+ "kind": "Content",
5575
+ "text": "void"
5576
+ },
5577
+ {
5578
+ "kind": "Content",
5579
+ "text": ";"
5580
+ }
5581
+ ],
5582
+ "isStatic": false,
5583
+ "returnTypeTokenRange": {
5584
+ "startIndex": 1,
5585
+ "endIndex": 2
5586
+ },
5587
+ "releaseTag": "Public",
5588
+ "isProtected": false,
5589
+ "overloadIndex": 1,
5590
+ "parameters": [],
5591
+ "isOptional": false,
5592
+ "isAbstract": false,
5593
+ "name": "handleContinue"
5594
+ },
5595
+ {
5596
+ "kind": "Method",
5597
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#handleLogout:member(1)",
5598
+ "docComment": "",
5599
+ "excerptTokens": [
5600
+ {
5601
+ "kind": "Content",
5602
+ "text": "handleLogout(): "
5603
+ },
5604
+ {
5605
+ "kind": "Content",
5606
+ "text": "void"
5607
+ },
5608
+ {
5609
+ "kind": "Content",
5610
+ "text": ";"
5611
+ }
5612
+ ],
5613
+ "isStatic": false,
5614
+ "returnTypeTokenRange": {
5615
+ "startIndex": 1,
5616
+ "endIndex": 2
5617
+ },
5618
+ "releaseTag": "Public",
5619
+ "isProtected": false,
5620
+ "overloadIndex": 1,
5621
+ "parameters": [],
5622
+ "isOptional": false,
5623
+ "isAbstract": false,
5624
+ "name": "handleLogout"
5625
+ },
5626
+ {
5627
+ "kind": "Method",
5628
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#hide:member(1)",
5629
+ "docComment": "",
5630
+ "excerptTokens": [
5631
+ {
5632
+ "kind": "Content",
5633
+ "text": "hide(): "
5634
+ },
5635
+ {
5636
+ "kind": "Content",
5637
+ "text": "void"
5638
+ },
5639
+ {
5640
+ "kind": "Content",
5641
+ "text": ";"
5642
+ }
5643
+ ],
5644
+ "isStatic": false,
5645
+ "returnTypeTokenRange": {
5646
+ "startIndex": 1,
5647
+ "endIndex": 2
5648
+ },
5649
+ "releaseTag": "Public",
5650
+ "isProtected": false,
5651
+ "overloadIndex": 1,
5652
+ "parameters": [],
5653
+ "isOptional": false,
5654
+ "isAbstract": false,
5655
+ "name": "hide"
5656
+ },
5657
+ {
5658
+ "kind": "Property",
5659
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#isVisible:member",
5660
+ "docComment": "",
5661
+ "excerptTokens": [
5662
+ {
5663
+ "kind": "Content",
5664
+ "text": "isVisible: "
5665
+ },
5666
+ {
5667
+ "kind": "Content",
5668
+ "text": "boolean"
5669
+ },
5670
+ {
5671
+ "kind": "Content",
5672
+ "text": ";"
5673
+ }
5674
+ ],
5675
+ "isReadonly": false,
5676
+ "isOptional": false,
5677
+ "releaseTag": "Public",
5678
+ "name": "isVisible",
5679
+ "propertyTypeTokenRange": {
5680
+ "startIndex": 1,
5681
+ "endIndex": 2
5682
+ },
5683
+ "isStatic": false,
5684
+ "isProtected": false,
5685
+ "isAbstract": false
5686
+ },
5687
+ {
5688
+ "kind": "Property",
5689
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#remainingSeconds:member",
5690
+ "docComment": "",
5691
+ "excerptTokens": [
5692
+ {
5693
+ "kind": "Content",
5694
+ "text": "remainingSeconds: "
5695
+ },
5696
+ {
5697
+ "kind": "Content",
5698
+ "text": "number"
5699
+ },
5700
+ {
5701
+ "kind": "Content",
5702
+ "text": ";"
5703
+ }
5704
+ ],
5705
+ "isReadonly": false,
5706
+ "isOptional": false,
5707
+ "releaseTag": "Public",
5708
+ "name": "remainingSeconds",
5709
+ "propertyTypeTokenRange": {
5710
+ "startIndex": 1,
5711
+ "endIndex": 2
5712
+ },
5713
+ "isStatic": false,
5714
+ "isProtected": false,
5715
+ "isAbstract": false
5716
+ },
5717
+ {
5718
+ "kind": "Method",
5719
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#show:member(1)",
5720
+ "docComment": "",
5721
+ "excerptTokens": [
5722
+ {
5723
+ "kind": "Content",
5724
+ "text": "show(options: "
5725
+ },
5726
+ {
5727
+ "kind": "Reference",
5728
+ "text": "InactivityDialogOptions",
5729
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions:interface"
5730
+ },
5731
+ {
5732
+ "kind": "Content",
5733
+ "text": "): "
5734
+ },
5735
+ {
5736
+ "kind": "Content",
5737
+ "text": "void"
5738
+ },
5739
+ {
5740
+ "kind": "Content",
5741
+ "text": ";"
5742
+ }
5743
+ ],
5744
+ "isStatic": false,
5745
+ "returnTypeTokenRange": {
5746
+ "startIndex": 3,
5747
+ "endIndex": 4
5748
+ },
5749
+ "releaseTag": "Public",
5750
+ "isProtected": false,
5751
+ "overloadIndex": 1,
5752
+ "parameters": [
5753
+ {
5754
+ "parameterName": "options",
5755
+ "parameterTypeTokenRange": {
5756
+ "startIndex": 1,
5757
+ "endIndex": 2
5758
+ },
5759
+ "isOptional": false
5760
+ }
5761
+ ],
5762
+ "isOptional": false,
5763
+ "isAbstract": false,
5764
+ "name": "show"
5765
+ }
5766
+ ],
5767
+ "extendsTokenRange": {
5768
+ "startIndex": 1,
5769
+ "endIndex": 2
5770
+ },
5771
+ "implementsTokenRanges": []
5772
+ },
5773
+ {
5774
+ "kind": "Interface",
5775
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions:interface",
5776
+ "docComment": "",
5777
+ "excerptTokens": [
5778
+ {
5779
+ "kind": "Content",
5780
+ "text": "export interface InactivityDialogOptions "
5781
+ }
5782
+ ],
5783
+ "fileUrlPath": "src/inactivity/inactivity-dialog.ts",
5784
+ "releaseTag": "Public",
5785
+ "name": "InactivityDialogOptions",
5786
+ "preserveMemberOrder": false,
5787
+ "members": [
5788
+ {
5789
+ "kind": "PropertySignature",
5790
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions#onContinue:member",
5791
+ "docComment": "",
5792
+ "excerptTokens": [
5793
+ {
5794
+ "kind": "Content",
5795
+ "text": "onContinue: "
5796
+ },
5797
+ {
5798
+ "kind": "Content",
5799
+ "text": "() => void"
5800
+ },
5801
+ {
5802
+ "kind": "Content",
5803
+ "text": ";"
5804
+ }
5805
+ ],
5806
+ "isReadonly": false,
5807
+ "isOptional": false,
5808
+ "releaseTag": "Public",
5809
+ "name": "onContinue",
5810
+ "propertyTypeTokenRange": {
5811
+ "startIndex": 1,
5812
+ "endIndex": 2
5813
+ }
5814
+ },
5815
+ {
5816
+ "kind": "PropertySignature",
5817
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions#onLogout:member",
5818
+ "docComment": "",
5819
+ "excerptTokens": [
5820
+ {
5821
+ "kind": "Content",
5822
+ "text": "onLogout: "
5823
+ },
5824
+ {
5825
+ "kind": "Content",
5826
+ "text": "() => void"
5827
+ },
5828
+ {
5829
+ "kind": "Content",
5830
+ "text": ";"
5831
+ }
5832
+ ],
5833
+ "isReadonly": false,
5834
+ "isOptional": false,
5835
+ "releaseTag": "Public",
5836
+ "name": "onLogout",
5837
+ "propertyTypeTokenRange": {
5838
+ "startIndex": 1,
5839
+ "endIndex": 2
5840
+ }
5841
+ },
5842
+ {
5843
+ "kind": "PropertySignature",
5844
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions#remainingSeconds:member",
5845
+ "docComment": "",
5846
+ "excerptTokens": [
5847
+ {
5848
+ "kind": "Content",
5849
+ "text": "remainingSeconds: "
5850
+ },
5851
+ {
5852
+ "kind": "Content",
5853
+ "text": "number"
5854
+ },
5855
+ {
5856
+ "kind": "Content",
5857
+ "text": ";"
5858
+ }
5859
+ ],
5860
+ "isReadonly": false,
5861
+ "isOptional": false,
5862
+ "releaseTag": "Public",
5863
+ "name": "remainingSeconds",
5864
+ "propertyTypeTokenRange": {
5865
+ "startIndex": 1,
5866
+ "endIndex": 2
5867
+ }
5868
+ }
5869
+ ],
5870
+ "extendsTokenRanges": []
5871
+ },
5872
+ {
5873
+ "kind": "Interface",
5874
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface",
5875
+ "docComment": "",
5876
+ "excerptTokens": [
5877
+ {
5878
+ "kind": "Content",
5879
+ "text": "export interface InactivityEvents "
5880
+ }
5881
+ ],
5882
+ "fileUrlPath": "src/inactivity/inactivity-service.ts",
5883
+ "releaseTag": "Public",
5884
+ "name": "InactivityEvents",
5885
+ "preserveMemberOrder": false,
5886
+ "members": [
5887
+ {
5888
+ "kind": "PropertySignature",
5889
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents#\"inactivity-reset\":member",
5890
+ "docComment": "",
5891
+ "excerptTokens": [
5892
+ {
5893
+ "kind": "Content",
5894
+ "text": "'inactivity-reset': "
5895
+ },
5896
+ {
5897
+ "kind": "Content",
5898
+ "text": "void"
5899
+ },
5900
+ {
5901
+ "kind": "Content",
5902
+ "text": ";"
5903
+ }
5904
+ ],
5905
+ "isReadonly": false,
5906
+ "isOptional": false,
5907
+ "releaseTag": "Public",
5908
+ "name": "\"inactivity-reset\"",
5909
+ "propertyTypeTokenRange": {
5910
+ "startIndex": 1,
5911
+ "endIndex": 2
5912
+ }
5913
+ },
5914
+ {
5915
+ "kind": "PropertySignature",
5916
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents#\"inactivity-timeout\":member",
5917
+ "docComment": "",
5918
+ "excerptTokens": [
5919
+ {
5920
+ "kind": "Content",
5921
+ "text": "'inactivity-timeout': "
5922
+ },
5923
+ {
5924
+ "kind": "Content",
5925
+ "text": "void"
5926
+ },
5927
+ {
5928
+ "kind": "Content",
5929
+ "text": ";"
5930
+ }
5931
+ ],
5932
+ "isReadonly": false,
5933
+ "isOptional": false,
5934
+ "releaseTag": "Public",
5935
+ "name": "\"inactivity-timeout\"",
5936
+ "propertyTypeTokenRange": {
5937
+ "startIndex": 1,
5938
+ "endIndex": 2
5939
+ }
5940
+ },
5941
+ {
5942
+ "kind": "PropertySignature",
5943
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents#\"inactivity-warning\":member",
5944
+ "docComment": "",
5945
+ "excerptTokens": [
5946
+ {
5947
+ "kind": "Content",
5948
+ "text": "'inactivity-warning': "
5949
+ },
5950
+ {
5951
+ "kind": "Content",
5952
+ "text": "{\n remainingSeconds: number;\n }"
5953
+ },
5954
+ {
5955
+ "kind": "Content",
5956
+ "text": ";"
5957
+ }
5958
+ ],
5959
+ "isReadonly": false,
5960
+ "isOptional": false,
5961
+ "releaseTag": "Public",
5962
+ "name": "\"inactivity-warning\"",
5963
+ "propertyTypeTokenRange": {
5964
+ "startIndex": 1,
5965
+ "endIndex": 2
5966
+ }
5967
+ }
5968
+ ],
5969
+ "extendsTokenRanges": []
5970
+ },
5971
+ {
5972
+ "kind": "Class",
5973
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager:class",
5974
+ "docComment": "",
5975
+ "excerptTokens": [
5976
+ {
5977
+ "kind": "Content",
5978
+ "text": "export declare class InactivityManager "
5979
+ }
5980
+ ],
5981
+ "fileUrlPath": "src/inactivity/inactivity-manager.ts",
5982
+ "releaseTag": "Public",
5983
+ "isAbstract": false,
5984
+ "name": "InactivityManager",
5985
+ "preserveMemberOrder": false,
5986
+ "members": [
5987
+ {
5988
+ "kind": "Constructor",
5989
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager:constructor(1)",
5990
+ "docComment": "/**\n * Constructs a new instance of the `InactivityManager` class\n */\n",
5991
+ "excerptTokens": [
5992
+ {
5993
+ "kind": "Content",
5994
+ "text": "constructor(config: "
5995
+ },
5996
+ {
5997
+ "kind": "Reference",
5998
+ "text": "InactivityManagerConfig",
5999
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManagerConfig:interface"
6000
+ },
6001
+ {
6002
+ "kind": "Content",
6003
+ "text": ");"
6004
+ }
6005
+ ],
6006
+ "releaseTag": "Public",
6007
+ "isProtected": false,
6008
+ "overloadIndex": 1,
6009
+ "parameters": [
6010
+ {
6011
+ "parameterName": "config",
6012
+ "parameterTypeTokenRange": {
6013
+ "startIndex": 1,
6014
+ "endIndex": 2
6015
+ },
6016
+ "isOptional": false
6017
+ }
6018
+ ]
6019
+ },
6020
+ {
6021
+ "kind": "Method",
6022
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager#destroy:member(1)",
6023
+ "docComment": "",
6024
+ "excerptTokens": [
6025
+ {
6026
+ "kind": "Content",
6027
+ "text": "destroy(): "
6028
+ },
6029
+ {
6030
+ "kind": "Content",
6031
+ "text": "void"
6032
+ },
6033
+ {
6034
+ "kind": "Content",
6035
+ "text": ";"
6036
+ }
6037
+ ],
6038
+ "isStatic": false,
6039
+ "returnTypeTokenRange": {
6040
+ "startIndex": 1,
6041
+ "endIndex": 2
6042
+ },
6043
+ "releaseTag": "Public",
6044
+ "isProtected": false,
6045
+ "overloadIndex": 1,
6046
+ "parameters": [],
6047
+ "isOptional": false,
6048
+ "isAbstract": false,
6049
+ "name": "destroy"
6050
+ },
6051
+ {
6052
+ "kind": "Method",
6053
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager#getService:member(1)",
6054
+ "docComment": "",
6055
+ "excerptTokens": [
6056
+ {
6057
+ "kind": "Content",
6058
+ "text": "getService(): "
6059
+ },
6060
+ {
6061
+ "kind": "Reference",
6062
+ "text": "InactivityService",
6063
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService:class"
6064
+ },
6065
+ {
6066
+ "kind": "Content",
6067
+ "text": ";"
6068
+ }
6069
+ ],
6070
+ "isStatic": false,
6071
+ "returnTypeTokenRange": {
6072
+ "startIndex": 1,
6073
+ "endIndex": 2
6074
+ },
6075
+ "releaseTag": "Public",
6076
+ "isProtected": false,
6077
+ "overloadIndex": 1,
6078
+ "parameters": [],
6079
+ "isOptional": false,
6080
+ "isAbstract": false,
6081
+ "name": "getService"
6082
+ },
6083
+ {
6084
+ "kind": "Method",
6085
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager#isWarningVisible:member(1)",
6086
+ "docComment": "",
6087
+ "excerptTokens": [
6088
+ {
6089
+ "kind": "Content",
6090
+ "text": "isWarningVisible(): "
6091
+ },
6092
+ {
6093
+ "kind": "Content",
6094
+ "text": "boolean"
6095
+ },
6096
+ {
6097
+ "kind": "Content",
6098
+ "text": ";"
6099
+ }
6100
+ ],
6101
+ "isStatic": false,
6102
+ "returnTypeTokenRange": {
6103
+ "startIndex": 1,
6104
+ "endIndex": 2
6105
+ },
6106
+ "releaseTag": "Public",
6107
+ "isProtected": false,
6108
+ "overloadIndex": 1,
6109
+ "parameters": [],
6110
+ "isOptional": false,
6111
+ "isAbstract": false,
6112
+ "name": "isWarningVisible"
6113
+ },
6114
+ {
6115
+ "kind": "Method",
6116
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager#reset:member(1)",
6117
+ "docComment": "",
6118
+ "excerptTokens": [
6119
+ {
6120
+ "kind": "Content",
6121
+ "text": "reset(): "
6122
+ },
6123
+ {
6124
+ "kind": "Content",
6125
+ "text": "void"
6126
+ },
6127
+ {
6128
+ "kind": "Content",
6129
+ "text": ";"
6130
+ }
6131
+ ],
6132
+ "isStatic": false,
6133
+ "returnTypeTokenRange": {
6134
+ "startIndex": 1,
6135
+ "endIndex": 2
6136
+ },
6137
+ "releaseTag": "Public",
6138
+ "isProtected": false,
6139
+ "overloadIndex": 1,
6140
+ "parameters": [],
6141
+ "isOptional": false,
6142
+ "isAbstract": false,
6143
+ "name": "reset"
6144
+ },
6145
+ {
6146
+ "kind": "Method",
6147
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager#start:member(1)",
6148
+ "docComment": "",
6149
+ "excerptTokens": [
6150
+ {
6151
+ "kind": "Content",
6152
+ "text": "start(): "
6153
+ },
6154
+ {
6155
+ "kind": "Content",
6156
+ "text": "void"
6157
+ },
6158
+ {
6159
+ "kind": "Content",
6160
+ "text": ";"
6161
+ }
6162
+ ],
6163
+ "isStatic": false,
6164
+ "returnTypeTokenRange": {
6165
+ "startIndex": 1,
6166
+ "endIndex": 2
6167
+ },
6168
+ "releaseTag": "Public",
6169
+ "isProtected": false,
6170
+ "overloadIndex": 1,
6171
+ "parameters": [],
6172
+ "isOptional": false,
6173
+ "isAbstract": false,
6174
+ "name": "start"
6175
+ },
6176
+ {
6177
+ "kind": "Method",
6178
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManager#stop:member(1)",
6179
+ "docComment": "",
6180
+ "excerptTokens": [
6181
+ {
6182
+ "kind": "Content",
6183
+ "text": "stop(): "
6184
+ },
6185
+ {
6186
+ "kind": "Content",
6187
+ "text": "void"
6188
+ },
6189
+ {
6190
+ "kind": "Content",
6191
+ "text": ";"
6192
+ }
6193
+ ],
6194
+ "isStatic": false,
6195
+ "returnTypeTokenRange": {
6196
+ "startIndex": 1,
6197
+ "endIndex": 2
6198
+ },
6199
+ "releaseTag": "Public",
6200
+ "isProtected": false,
6201
+ "overloadIndex": 1,
6202
+ "parameters": [],
6203
+ "isOptional": false,
6204
+ "isAbstract": false,
6205
+ "name": "stop"
6206
+ }
6207
+ ],
6208
+ "implementsTokenRanges": []
6209
+ },
6210
+ {
6211
+ "kind": "Interface",
6212
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManagerConfig:interface",
6213
+ "docComment": "",
6214
+ "excerptTokens": [
6215
+ {
6216
+ "kind": "Content",
6217
+ "text": "export interface InactivityManagerConfig extends "
6218
+ },
6219
+ {
6220
+ "kind": "Reference",
6221
+ "text": "InactivityConfig",
6222
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityConfig:interface"
6223
+ },
6224
+ {
6225
+ "kind": "Content",
6226
+ "text": " "
6227
+ }
6228
+ ],
6229
+ "fileUrlPath": "src/inactivity/inactivity-manager.ts",
6230
+ "releaseTag": "Public",
6231
+ "name": "InactivityManagerConfig",
6232
+ "preserveMemberOrder": false,
6233
+ "members": [
6234
+ {
6235
+ "kind": "PropertySignature",
6236
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityManagerConfig#onLogout:member",
6237
+ "docComment": "",
6238
+ "excerptTokens": [
6239
+ {
6240
+ "kind": "Content",
6241
+ "text": "onLogout: "
6242
+ },
6243
+ {
6244
+ "kind": "Content",
6245
+ "text": "() => void"
6246
+ },
6247
+ {
6248
+ "kind": "Content",
6249
+ "text": ";"
6250
+ }
6251
+ ],
6252
+ "isReadonly": false,
6253
+ "isOptional": false,
6254
+ "releaseTag": "Public",
6255
+ "name": "onLogout",
6256
+ "propertyTypeTokenRange": {
6257
+ "startIndex": 1,
6258
+ "endIndex": 2
6259
+ }
6260
+ }
6261
+ ],
6262
+ "extendsTokenRanges": [
6263
+ {
6264
+ "startIndex": 1,
6265
+ "endIndex": 2
6266
+ }
6267
+ ]
6268
+ },
6269
+ {
6270
+ "kind": "Class",
6271
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService:class",
6272
+ "docComment": "",
6273
+ "excerptTokens": [
6274
+ {
6275
+ "kind": "Content",
6276
+ "text": "export declare class InactivityService "
6277
+ }
6278
+ ],
6279
+ "fileUrlPath": "src/inactivity/inactivity-service.ts",
6280
+ "releaseTag": "Public",
6281
+ "isAbstract": false,
6282
+ "name": "InactivityService",
6283
+ "preserveMemberOrder": false,
6284
+ "members": [
6285
+ {
6286
+ "kind": "Constructor",
6287
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService:constructor(1)",
6288
+ "docComment": "/**\n * Constructs a new instance of the `InactivityService` class\n */\n",
6289
+ "excerptTokens": [
6290
+ {
6291
+ "kind": "Content",
6292
+ "text": "constructor(config: "
6293
+ },
6294
+ {
6295
+ "kind": "Reference",
6296
+ "text": "InactivityConfig",
6297
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityConfig:interface"
6298
+ },
6299
+ {
6300
+ "kind": "Content",
6301
+ "text": ");"
6302
+ }
6303
+ ],
6304
+ "releaseTag": "Public",
6305
+ "isProtected": false,
6306
+ "overloadIndex": 1,
6307
+ "parameters": [
6308
+ {
6309
+ "parameterName": "config",
6310
+ "parameterTypeTokenRange": {
6311
+ "startIndex": 1,
6312
+ "endIndex": 2
6313
+ },
6314
+ "isOptional": false
6315
+ }
6316
+ ]
6317
+ },
6318
+ {
6319
+ "kind": "Method",
6320
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService#destroy:member(1)",
6321
+ "docComment": "",
6322
+ "excerptTokens": [
6323
+ {
6324
+ "kind": "Content",
6325
+ "text": "destroy(): "
6326
+ },
6327
+ {
6328
+ "kind": "Content",
6329
+ "text": "void"
6330
+ },
6331
+ {
6332
+ "kind": "Content",
6333
+ "text": ";"
6334
+ }
6335
+ ],
6336
+ "isStatic": false,
6337
+ "returnTypeTokenRange": {
6338
+ "startIndex": 1,
6339
+ "endIndex": 2
6340
+ },
6341
+ "releaseTag": "Public",
6342
+ "isProtected": false,
6343
+ "overloadIndex": 1,
6344
+ "parameters": [],
6345
+ "isOptional": false,
6346
+ "isAbstract": false,
6347
+ "name": "destroy"
6348
+ },
6349
+ {
6350
+ "kind": "Method",
6351
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService#off:member(1)",
6352
+ "docComment": "",
6353
+ "excerptTokens": [
6354
+ {
6355
+ "kind": "Content",
6356
+ "text": "off<K extends "
6357
+ },
6358
+ {
6359
+ "kind": "Content",
6360
+ "text": "keyof "
6361
+ },
6362
+ {
6363
+ "kind": "Reference",
6364
+ "text": "InactivityEvents",
6365
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
6366
+ },
6367
+ {
6368
+ "kind": "Content",
6369
+ "text": ">(event: "
6370
+ },
6371
+ {
6372
+ "kind": "Content",
6373
+ "text": "K"
6374
+ },
6375
+ {
6376
+ "kind": "Content",
6377
+ "text": ", listener: "
6378
+ },
6379
+ {
6380
+ "kind": "Reference",
6381
+ "text": "EventListener",
6382
+ "canonicalReference": "@genesislcap/foundation-utils!~EventListener_2:type"
6383
+ },
6384
+ {
6385
+ "kind": "Content",
6386
+ "text": "<"
6387
+ },
6388
+ {
6389
+ "kind": "Reference",
6390
+ "text": "InactivityEvents",
6391
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
6392
+ },
6393
+ {
6394
+ "kind": "Content",
6395
+ "text": "[K]>"
6396
+ },
6397
+ {
6398
+ "kind": "Content",
6399
+ "text": "): "
6400
+ },
6401
+ {
6402
+ "kind": "Content",
6403
+ "text": "void"
6404
+ },
6405
+ {
6406
+ "kind": "Content",
6407
+ "text": ";"
6408
+ }
6409
+ ],
6410
+ "typeParameters": [
6411
+ {
6412
+ "typeParameterName": "K",
6413
+ "constraintTokenRange": {
6414
+ "startIndex": 1,
6415
+ "endIndex": 3
6416
+ },
6417
+ "defaultTypeTokenRange": {
6418
+ "startIndex": 0,
6419
+ "endIndex": 0
6420
+ }
6421
+ }
6422
+ ],
6423
+ "isStatic": false,
6424
+ "returnTypeTokenRange": {
6425
+ "startIndex": 11,
6426
+ "endIndex": 12
6427
+ },
6428
+ "releaseTag": "Public",
6429
+ "isProtected": false,
6430
+ "overloadIndex": 1,
6431
+ "parameters": [
6432
+ {
6433
+ "parameterName": "event",
6434
+ "parameterTypeTokenRange": {
6435
+ "startIndex": 4,
6436
+ "endIndex": 5
6437
+ },
6438
+ "isOptional": false
6439
+ },
6440
+ {
6441
+ "parameterName": "listener",
6442
+ "parameterTypeTokenRange": {
6443
+ "startIndex": 6,
6444
+ "endIndex": 10
6445
+ },
6446
+ "isOptional": false
6447
+ }
6448
+ ],
6449
+ "isOptional": false,
6450
+ "isAbstract": false,
6451
+ "name": "off"
6452
+ },
6453
+ {
6454
+ "kind": "Method",
6455
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService#on:member(1)",
6456
+ "docComment": "",
6457
+ "excerptTokens": [
6458
+ {
6459
+ "kind": "Content",
6460
+ "text": "on<K extends "
6461
+ },
6462
+ {
6463
+ "kind": "Content",
6464
+ "text": "keyof "
6465
+ },
6466
+ {
6467
+ "kind": "Reference",
6468
+ "text": "InactivityEvents",
6469
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
6470
+ },
6471
+ {
6472
+ "kind": "Content",
6473
+ "text": ">(event: "
6474
+ },
6475
+ {
6476
+ "kind": "Content",
6477
+ "text": "K"
6478
+ },
6479
+ {
6480
+ "kind": "Content",
6481
+ "text": ", listener: "
6482
+ },
6483
+ {
6484
+ "kind": "Reference",
6485
+ "text": "EventListener",
6486
+ "canonicalReference": "@genesislcap/foundation-utils!~EventListener_2:type"
6487
+ },
6488
+ {
6489
+ "kind": "Content",
6490
+ "text": "<"
6491
+ },
6492
+ {
6493
+ "kind": "Reference",
6494
+ "text": "InactivityEvents",
6495
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityEvents:interface"
6496
+ },
6497
+ {
6498
+ "kind": "Content",
6499
+ "text": "[K]>"
6500
+ },
6501
+ {
6502
+ "kind": "Content",
6503
+ "text": "): "
6504
+ },
6505
+ {
6506
+ "kind": "Content",
6507
+ "text": "void"
6508
+ },
6509
+ {
6510
+ "kind": "Content",
6511
+ "text": ";"
6512
+ }
6513
+ ],
6514
+ "typeParameters": [
6515
+ {
6516
+ "typeParameterName": "K",
6517
+ "constraintTokenRange": {
6518
+ "startIndex": 1,
6519
+ "endIndex": 3
6520
+ },
6521
+ "defaultTypeTokenRange": {
6522
+ "startIndex": 0,
6523
+ "endIndex": 0
6524
+ }
6525
+ }
6526
+ ],
6527
+ "isStatic": false,
6528
+ "returnTypeTokenRange": {
6529
+ "startIndex": 11,
6530
+ "endIndex": 12
6531
+ },
6532
+ "releaseTag": "Public",
6533
+ "isProtected": false,
6534
+ "overloadIndex": 1,
6535
+ "parameters": [
6536
+ {
6537
+ "parameterName": "event",
6538
+ "parameterTypeTokenRange": {
6539
+ "startIndex": 4,
6540
+ "endIndex": 5
6541
+ },
6542
+ "isOptional": false
6543
+ },
6544
+ {
6545
+ "parameterName": "listener",
6546
+ "parameterTypeTokenRange": {
6547
+ "startIndex": 6,
6548
+ "endIndex": 10
6549
+ },
6550
+ "isOptional": false
6551
+ }
6552
+ ],
6553
+ "isOptional": false,
6554
+ "isAbstract": false,
6555
+ "name": "on"
6556
+ },
6557
+ {
6558
+ "kind": "Method",
6559
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService#resetTimer:member(1)",
6560
+ "docComment": "",
6561
+ "excerptTokens": [
6562
+ {
6563
+ "kind": "Content",
6564
+ "text": "resetTimer(): "
6565
+ },
6566
+ {
6567
+ "kind": "Content",
6568
+ "text": "void"
6569
+ },
6570
+ {
6571
+ "kind": "Content",
6572
+ "text": ";"
6573
+ }
6574
+ ],
6575
+ "isStatic": false,
6576
+ "returnTypeTokenRange": {
6577
+ "startIndex": 1,
6578
+ "endIndex": 2
6579
+ },
6580
+ "releaseTag": "Public",
6581
+ "isProtected": false,
6582
+ "overloadIndex": 1,
6583
+ "parameters": [],
6584
+ "isOptional": false,
6585
+ "isAbstract": false,
6586
+ "name": "resetTimer"
6587
+ },
6588
+ {
6589
+ "kind": "Method",
6590
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService#start:member(1)",
6591
+ "docComment": "",
6592
+ "excerptTokens": [
6593
+ {
6594
+ "kind": "Content",
6595
+ "text": "start(): "
6596
+ },
6597
+ {
6598
+ "kind": "Content",
6599
+ "text": "void"
6600
+ },
6601
+ {
6602
+ "kind": "Content",
6603
+ "text": ";"
6604
+ }
6605
+ ],
6606
+ "isStatic": false,
6607
+ "returnTypeTokenRange": {
6608
+ "startIndex": 1,
6609
+ "endIndex": 2
6610
+ },
6611
+ "releaseTag": "Public",
6612
+ "isProtected": false,
6613
+ "overloadIndex": 1,
6614
+ "parameters": [],
6615
+ "isOptional": false,
6616
+ "isAbstract": false,
6617
+ "name": "start"
6618
+ },
6619
+ {
6620
+ "kind": "Method",
6621
+ "canonicalReference": "@genesislcap/foundation-utils!InactivityService#stop:member(1)",
6622
+ "docComment": "",
6623
+ "excerptTokens": [
6624
+ {
6625
+ "kind": "Content",
6626
+ "text": "stop(): "
6627
+ },
6628
+ {
6629
+ "kind": "Content",
6630
+ "text": "void"
6631
+ },
6632
+ {
6633
+ "kind": "Content",
6634
+ "text": ";"
6635
+ }
6636
+ ],
6637
+ "isStatic": false,
6638
+ "returnTypeTokenRange": {
6639
+ "startIndex": 1,
6640
+ "endIndex": 2
6641
+ },
6642
+ "releaseTag": "Public",
6643
+ "isProtected": false,
6644
+ "overloadIndex": 1,
6645
+ "parameters": [],
6646
+ "isOptional": false,
6647
+ "isAbstract": false,
6648
+ "name": "stop"
6649
+ }
6650
+ ],
6651
+ "implementsTokenRanges": []
6652
+ },
5436
6653
  {
5437
6654
  "kind": "Function",
5438
6655
  "canonicalReference": "@genesislcap/foundation-utils!inIFrame:function(1)",