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