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