@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
@@ -174,6 +174,14 @@
174
174
  "name": "*",
175
175
  "package": "./window"
176
176
  }
177
+ },
178
+ {
179
+ "kind": "js",
180
+ "name": "*",
181
+ "declaration": {
182
+ "name": "*",
183
+ "package": "./inactivity"
184
+ }
177
185
  }
178
186
  ]
179
187
  },
@@ -375,6 +383,126 @@
375
383
  }
376
384
  ]
377
385
  },
386
+ {
387
+ "kind": "javascript-module",
388
+ "path": "src/design-system/design-system.ts",
389
+ "declarations": [
390
+ {
391
+ "kind": "function",
392
+ "name": "assureDesignSystem",
393
+ "return": {
394
+ "type": {
395
+ "text": "DesignSystemModule"
396
+ }
397
+ },
398
+ "parameters": [
399
+ {
400
+ "name": "module",
401
+ "type": {
402
+ "text": "DesignSystemModule"
403
+ }
404
+ }
405
+ ],
406
+ "description": "assureDesignSystem.",
407
+ "privacy": "public"
408
+ },
409
+ {
410
+ "kind": "function",
411
+ "name": "getCurrentDesignSystem",
412
+ "return": {
413
+ "type": {
414
+ "text": ""
415
+ }
416
+ },
417
+ "parameters": [
418
+ {
419
+ "name": "element",
420
+ "type": {
421
+ "text": "HTMLElement"
422
+ },
423
+ "description": "The starting HTML element"
424
+ },
425
+ {
426
+ "name": "fallbackPrefix",
427
+ "type": {
428
+ "text": "string"
429
+ },
430
+ "description": "The prefix to fallback to if the provider is not available"
431
+ }
432
+ ],
433
+ "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
434
+ "privacy": "public"
435
+ },
436
+ {
437
+ "kind": "function",
438
+ "name": "getCurrentDesignSystemPrefix",
439
+ "return": {
440
+ "type": {
441
+ "text": ""
442
+ }
443
+ },
444
+ "parameters": [
445
+ {
446
+ "name": "element",
447
+ "type": {
448
+ "text": "HTMLElement"
449
+ },
450
+ "description": "The starting HTML element"
451
+ },
452
+ {
453
+ "name": "fallbackPrefix",
454
+ "type": {
455
+ "text": "string"
456
+ },
457
+ "description": "The prefix to fallback to if the provider is not available"
458
+ }
459
+ ],
460
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
461
+ "privacy": "public"
462
+ }
463
+ ],
464
+ "exports": [
465
+ {
466
+ "kind": "js",
467
+ "name": "assureDesignSystem",
468
+ "declaration": {
469
+ "name": "assureDesignSystem",
470
+ "module": "src/design-system/design-system.ts"
471
+ }
472
+ },
473
+ {
474
+ "kind": "js",
475
+ "name": "getCurrentDesignSystem",
476
+ "declaration": {
477
+ "name": "getCurrentDesignSystem",
478
+ "module": "src/design-system/design-system.ts"
479
+ }
480
+ },
481
+ {
482
+ "kind": "js",
483
+ "name": "getCurrentDesignSystemPrefix",
484
+ "declaration": {
485
+ "name": "getCurrentDesignSystemPrefix",
486
+ "module": "src/design-system/design-system.ts"
487
+ }
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "kind": "javascript-module",
493
+ "path": "src/design-system/index.ts",
494
+ "declarations": [],
495
+ "exports": [
496
+ {
497
+ "kind": "js",
498
+ "name": "*",
499
+ "declaration": {
500
+ "name": "*",
501
+ "package": "./design-system"
502
+ }
503
+ }
504
+ ]
505
+ },
378
506
  {
379
507
  "kind": "javascript-module",
380
508
  "path": "src/decorators/index.ts",
@@ -759,6 +887,15 @@
759
887
  },
760
888
  "default": "'default'",
761
889
  "privacy": "public"
890
+ },
891
+ {
892
+ "kind": "variable",
893
+ "name": "ACCEPT_TERMS_URL",
894
+ "type": {
895
+ "text": "string"
896
+ },
897
+ "default": "'gwf/auth/accept-terms'",
898
+ "privacy": "public"
762
899
  }
763
900
  ],
764
901
  "exports": [
@@ -921,125 +1058,13 @@
921
1058
  "name": "ENVIRONMENT_LEVEL",
922
1059
  "module": "src/env/variables.ts"
923
1060
  }
924
- }
925
- ]
926
- },
927
- {
928
- "kind": "javascript-module",
929
- "path": "src/design-system/design-system.ts",
930
- "declarations": [
931
- {
932
- "kind": "function",
933
- "name": "assureDesignSystem",
934
- "return": {
935
- "type": {
936
- "text": "DesignSystemModule"
937
- }
938
- },
939
- "parameters": [
940
- {
941
- "name": "module",
942
- "type": {
943
- "text": "DesignSystemModule"
944
- }
945
- }
946
- ],
947
- "description": "assureDesignSystem.",
948
- "privacy": "public"
949
- },
950
- {
951
- "kind": "function",
952
- "name": "getCurrentDesignSystem",
953
- "return": {
954
- "type": {
955
- "text": ""
956
- }
957
- },
958
- "parameters": [
959
- {
960
- "name": "element",
961
- "type": {
962
- "text": "HTMLElement"
963
- },
964
- "description": "The starting HTML element"
965
- },
966
- {
967
- "name": "fallbackPrefix",
968
- "type": {
969
- "text": "string"
970
- },
971
- "description": "The prefix to fallback to if the provider is not available"
972
- }
973
- ],
974
- "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
975
- "privacy": "public"
976
- },
977
- {
978
- "kind": "function",
979
- "name": "getCurrentDesignSystemPrefix",
980
- "return": {
981
- "type": {
982
- "text": ""
983
- }
984
- },
985
- "parameters": [
986
- {
987
- "name": "element",
988
- "type": {
989
- "text": "HTMLElement"
990
- },
991
- "description": "The starting HTML element"
992
- },
993
- {
994
- "name": "fallbackPrefix",
995
- "type": {
996
- "text": "string"
997
- },
998
- "description": "The prefix to fallback to if the provider is not available"
999
- }
1000
- ],
1001
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1002
- "privacy": "public"
1003
- }
1004
- ],
1005
- "exports": [
1006
- {
1007
- "kind": "js",
1008
- "name": "assureDesignSystem",
1009
- "declaration": {
1010
- "name": "assureDesignSystem",
1011
- "module": "src/design-system/design-system.ts"
1012
- }
1013
- },
1014
- {
1015
- "kind": "js",
1016
- "name": "getCurrentDesignSystem",
1017
- "declaration": {
1018
- "name": "getCurrentDesignSystem",
1019
- "module": "src/design-system/design-system.ts"
1020
- }
1021
1061
  },
1022
1062
  {
1023
1063
  "kind": "js",
1024
- "name": "getCurrentDesignSystemPrefix",
1025
- "declaration": {
1026
- "name": "getCurrentDesignSystemPrefix",
1027
- "module": "src/design-system/design-system.ts"
1028
- }
1029
- }
1030
- ]
1031
- },
1032
- {
1033
- "kind": "javascript-module",
1034
- "path": "src/design-system/index.ts",
1035
- "declarations": [],
1036
- "exports": [
1037
- {
1038
- "kind": "js",
1039
- "name": "*",
1064
+ "name": "ACCEPT_TERMS_URL",
1040
1065
  "declaration": {
1041
- "name": "*",
1042
- "package": "./design-system"
1066
+ "name": "ACCEPT_TERMS_URL",
1067
+ "module": "src/env/variables.ts"
1043
1068
  }
1044
1069
  }
1045
1070
  ]
@@ -1555,6 +1580,616 @@
1555
1580
  }
1556
1581
  ]
1557
1582
  },
1583
+ {
1584
+ "kind": "javascript-module",
1585
+ "path": "src/inactivity/inactivity-dialog.ts",
1586
+ "declarations": [
1587
+ {
1588
+ "kind": "class",
1589
+ "description": "",
1590
+ "name": "InactivityDialog",
1591
+ "members": [
1592
+ {
1593
+ "kind": "field",
1594
+ "name": "isVisible",
1595
+ "type": {
1596
+ "text": "boolean"
1597
+ },
1598
+ "default": "false"
1599
+ },
1600
+ {
1601
+ "kind": "field",
1602
+ "name": "remainingSeconds",
1603
+ "type": {
1604
+ "text": "number"
1605
+ },
1606
+ "default": "0"
1607
+ },
1608
+ {
1609
+ "kind": "field",
1610
+ "name": "onContinue",
1611
+ "type": {
1612
+ "text": "() => void | undefined"
1613
+ },
1614
+ "privacy": "private"
1615
+ },
1616
+ {
1617
+ "kind": "field",
1618
+ "name": "onLogout",
1619
+ "type": {
1620
+ "text": "() => void | undefined"
1621
+ },
1622
+ "privacy": "private"
1623
+ },
1624
+ {
1625
+ "kind": "field",
1626
+ "name": "countdownInterval",
1627
+ "type": {
1628
+ "text": "number | undefined"
1629
+ },
1630
+ "privacy": "private"
1631
+ },
1632
+ {
1633
+ "kind": "field",
1634
+ "name": "startTime",
1635
+ "type": {
1636
+ "text": "number"
1637
+ },
1638
+ "privacy": "private",
1639
+ "default": "0"
1640
+ },
1641
+ {
1642
+ "kind": "field",
1643
+ "name": "totalSeconds",
1644
+ "type": {
1645
+ "text": "number"
1646
+ },
1647
+ "privacy": "private",
1648
+ "default": "0"
1649
+ },
1650
+ {
1651
+ "kind": "method",
1652
+ "name": "show",
1653
+ "privacy": "public",
1654
+ "return": {
1655
+ "type": {
1656
+ "text": "void"
1657
+ }
1658
+ },
1659
+ "parameters": [
1660
+ {
1661
+ "name": "options",
1662
+ "type": {
1663
+ "text": "InactivityDialogOptions"
1664
+ }
1665
+ }
1666
+ ]
1667
+ },
1668
+ {
1669
+ "kind": "method",
1670
+ "name": "hide",
1671
+ "privacy": "public",
1672
+ "return": {
1673
+ "type": {
1674
+ "text": "void"
1675
+ }
1676
+ }
1677
+ },
1678
+ {
1679
+ "kind": "method",
1680
+ "name": "startCountdown",
1681
+ "privacy": "private",
1682
+ "return": {
1683
+ "type": {
1684
+ "text": "void"
1685
+ }
1686
+ }
1687
+ },
1688
+ {
1689
+ "kind": "method",
1690
+ "name": "stopCountdown",
1691
+ "privacy": "private",
1692
+ "return": {
1693
+ "type": {
1694
+ "text": "void"
1695
+ }
1696
+ }
1697
+ },
1698
+ {
1699
+ "kind": "method",
1700
+ "name": "handleContinue",
1701
+ "privacy": "public",
1702
+ "return": {
1703
+ "type": {
1704
+ "text": "void"
1705
+ }
1706
+ }
1707
+ },
1708
+ {
1709
+ "kind": "method",
1710
+ "name": "handleLogout",
1711
+ "privacy": "public",
1712
+ "return": {
1713
+ "type": {
1714
+ "text": "void"
1715
+ }
1716
+ }
1717
+ }
1718
+ ],
1719
+ "superclass": {
1720
+ "name": "FASTElement",
1721
+ "package": "@microsoft/fast-element"
1722
+ },
1723
+ "tagName": "inactivity-dialog",
1724
+ "customElement": true
1725
+ }
1726
+ ],
1727
+ "exports": [
1728
+ {
1729
+ "kind": "js",
1730
+ "name": "InactivityDialog",
1731
+ "declaration": {
1732
+ "name": "InactivityDialog",
1733
+ "module": "src/inactivity/inactivity-dialog.ts"
1734
+ }
1735
+ },
1736
+ {
1737
+ "kind": "custom-element-definition",
1738
+ "name": "inactivity-dialog",
1739
+ "declaration": {
1740
+ "name": "InactivityDialog",
1741
+ "module": "src/inactivity/inactivity-dialog.ts"
1742
+ }
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "kind": "javascript-module",
1748
+ "path": "src/inactivity/inactivity-manager.ts",
1749
+ "declarations": [
1750
+ {
1751
+ "kind": "class",
1752
+ "description": "",
1753
+ "name": "InactivityManager",
1754
+ "members": [
1755
+ {
1756
+ "kind": "field",
1757
+ "name": "service",
1758
+ "type": {
1759
+ "text": "InactivityService"
1760
+ },
1761
+ "privacy": "private",
1762
+ "default": "new InactivityService({\n timeoutMinutes: config.timeoutMinutes,\n warningMinutes: config.warningMinutes,\n })"
1763
+ },
1764
+ {
1765
+ "kind": "field",
1766
+ "name": "dialog",
1767
+ "type": {
1768
+ "text": "InactivityDialog | null"
1769
+ },
1770
+ "privacy": "private",
1771
+ "default": "null"
1772
+ },
1773
+ {
1774
+ "kind": "field",
1775
+ "name": "config",
1776
+ "type": {
1777
+ "text": "InactivityManagerConfig"
1778
+ },
1779
+ "privacy": "private",
1780
+ "default": "config"
1781
+ },
1782
+ {
1783
+ "kind": "field",
1784
+ "name": "isDialogVisible",
1785
+ "type": {
1786
+ "text": "boolean"
1787
+ },
1788
+ "privacy": "private",
1789
+ "default": "false"
1790
+ },
1791
+ {
1792
+ "kind": "method",
1793
+ "name": "setupEventListeners",
1794
+ "privacy": "private",
1795
+ "return": {
1796
+ "type": {
1797
+ "text": "void"
1798
+ }
1799
+ }
1800
+ },
1801
+ {
1802
+ "kind": "method",
1803
+ "name": "showWarningDialog",
1804
+ "privacy": "private",
1805
+ "return": {
1806
+ "type": {
1807
+ "text": "void"
1808
+ }
1809
+ },
1810
+ "parameters": [
1811
+ {
1812
+ "name": "remainingSeconds",
1813
+ "type": {
1814
+ "text": "number"
1815
+ }
1816
+ }
1817
+ ]
1818
+ },
1819
+ {
1820
+ "kind": "method",
1821
+ "name": "hideWarningDialog",
1822
+ "privacy": "private",
1823
+ "return": {
1824
+ "type": {
1825
+ "text": "void"
1826
+ }
1827
+ }
1828
+ },
1829
+ {
1830
+ "kind": "method",
1831
+ "name": "handleContinue",
1832
+ "privacy": "private",
1833
+ "return": {
1834
+ "type": {
1835
+ "text": "void"
1836
+ }
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "method",
1841
+ "name": "handleLogout",
1842
+ "privacy": "private",
1843
+ "return": {
1844
+ "type": {
1845
+ "text": "void"
1846
+ }
1847
+ }
1848
+ },
1849
+ {
1850
+ "kind": "method",
1851
+ "name": "handleTimeout",
1852
+ "privacy": "private",
1853
+ "return": {
1854
+ "type": {
1855
+ "text": "void"
1856
+ }
1857
+ }
1858
+ },
1859
+ {
1860
+ "kind": "method",
1861
+ "name": "start",
1862
+ "privacy": "public",
1863
+ "return": {
1864
+ "type": {
1865
+ "text": "void"
1866
+ }
1867
+ }
1868
+ },
1869
+ {
1870
+ "kind": "method",
1871
+ "name": "stop",
1872
+ "privacy": "public",
1873
+ "return": {
1874
+ "type": {
1875
+ "text": "void"
1876
+ }
1877
+ }
1878
+ },
1879
+ {
1880
+ "kind": "method",
1881
+ "name": "reset",
1882
+ "privacy": "public",
1883
+ "return": {
1884
+ "type": {
1885
+ "text": "void"
1886
+ }
1887
+ }
1888
+ },
1889
+ {
1890
+ "kind": "method",
1891
+ "name": "destroy",
1892
+ "privacy": "public",
1893
+ "return": {
1894
+ "type": {
1895
+ "text": "void"
1896
+ }
1897
+ }
1898
+ },
1899
+ {
1900
+ "kind": "method",
1901
+ "name": "getService",
1902
+ "privacy": "public",
1903
+ "return": {
1904
+ "type": {
1905
+ "text": "InactivityService"
1906
+ }
1907
+ }
1908
+ },
1909
+ {
1910
+ "kind": "method",
1911
+ "name": "isWarningVisible",
1912
+ "privacy": "public",
1913
+ "return": {
1914
+ "type": {
1915
+ "text": "boolean"
1916
+ }
1917
+ }
1918
+ }
1919
+ ]
1920
+ }
1921
+ ],
1922
+ "exports": [
1923
+ {
1924
+ "kind": "js",
1925
+ "name": "InactivityManager",
1926
+ "declaration": {
1927
+ "name": "InactivityManager",
1928
+ "module": "src/inactivity/inactivity-manager.ts"
1929
+ }
1930
+ }
1931
+ ]
1932
+ },
1933
+ {
1934
+ "kind": "javascript-module",
1935
+ "path": "src/inactivity/inactivity-service.ts",
1936
+ "declarations": [
1937
+ {
1938
+ "kind": "class",
1939
+ "description": "",
1940
+ "name": "InactivityService",
1941
+ "members": [
1942
+ {
1943
+ "kind": "field",
1944
+ "name": "config",
1945
+ "type": {
1946
+ "text": "InactivityConfig"
1947
+ },
1948
+ "privacy": "private",
1949
+ "default": "config"
1950
+ },
1951
+ {
1952
+ "kind": "field",
1953
+ "name": "warningId",
1954
+ "type": {
1955
+ "text": "number | null"
1956
+ },
1957
+ "privacy": "private",
1958
+ "default": "null"
1959
+ },
1960
+ {
1961
+ "kind": "field",
1962
+ "name": "timeoutId",
1963
+ "type": {
1964
+ "text": "number | null"
1965
+ },
1966
+ "privacy": "private",
1967
+ "default": "null"
1968
+ },
1969
+ {
1970
+ "kind": "field",
1971
+ "name": "lastActivity",
1972
+ "type": {
1973
+ "text": "number"
1974
+ },
1975
+ "privacy": "private"
1976
+ },
1977
+ {
1978
+ "kind": "field",
1979
+ "name": "isActive",
1980
+ "type": {
1981
+ "text": "boolean"
1982
+ },
1983
+ "privacy": "private",
1984
+ "default": "false"
1985
+ },
1986
+ {
1987
+ "kind": "field",
1988
+ "name": "eventListeners",
1989
+ "type": {
1990
+ "text": "Map<keyof InactivityEvents, EventListener[]>"
1991
+ },
1992
+ "privacy": "private",
1993
+ "default": "new Map()"
1994
+ },
1995
+ {
1996
+ "kind": "method",
1997
+ "name": "setupActivityListeners",
1998
+ "privacy": "private",
1999
+ "return": {
2000
+ "type": {
2001
+ "text": "void"
2002
+ }
2003
+ }
2004
+ },
2005
+ {
2006
+ "kind": "method",
2007
+ "name": "checkTimeout",
2008
+ "privacy": "private",
2009
+ "return": {
2010
+ "type": {
2011
+ "text": "void"
2012
+ }
2013
+ }
2014
+ },
2015
+ {
2016
+ "kind": "method",
2017
+ "name": "on",
2018
+ "privacy": "public",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": "void"
2022
+ }
2023
+ },
2024
+ "parameters": [
2025
+ {
2026
+ "name": "event",
2027
+ "type": {
2028
+ "text": "K"
2029
+ }
2030
+ },
2031
+ {
2032
+ "name": "listener",
2033
+ "type": {
2034
+ "text": "EventListener<InactivityEvents[K]>"
2035
+ }
2036
+ }
2037
+ ]
2038
+ },
2039
+ {
2040
+ "kind": "method",
2041
+ "name": "off",
2042
+ "privacy": "public",
2043
+ "return": {
2044
+ "type": {
2045
+ "text": "void"
2046
+ }
2047
+ },
2048
+ "parameters": [
2049
+ {
2050
+ "name": "event",
2051
+ "type": {
2052
+ "text": "K"
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "listener",
2057
+ "type": {
2058
+ "text": "EventListener<InactivityEvents[K]>"
2059
+ }
2060
+ }
2061
+ ]
2062
+ },
2063
+ {
2064
+ "kind": "method",
2065
+ "name": "emit",
2066
+ "privacy": "private",
2067
+ "return": {
2068
+ "type": {
2069
+ "text": "void"
2070
+ }
2071
+ },
2072
+ "parameters": [
2073
+ {
2074
+ "name": "event",
2075
+ "type": {
2076
+ "text": "K"
2077
+ }
2078
+ },
2079
+ {
2080
+ "name": "data",
2081
+ "optional": true,
2082
+ "type": {
2083
+ "text": "InactivityEvents[K]"
2084
+ }
2085
+ }
2086
+ ]
2087
+ },
2088
+ {
2089
+ "kind": "method",
2090
+ "name": "start",
2091
+ "privacy": "public",
2092
+ "return": {
2093
+ "type": {
2094
+ "text": "void"
2095
+ }
2096
+ }
2097
+ },
2098
+ {
2099
+ "kind": "method",
2100
+ "name": "stop",
2101
+ "privacy": "public",
2102
+ "return": {
2103
+ "type": {
2104
+ "text": "void"
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "kind": "method",
2110
+ "name": "resetTimer",
2111
+ "privacy": "public",
2112
+ "return": {
2113
+ "type": {
2114
+ "text": "void"
2115
+ }
2116
+ }
2117
+ },
2118
+ {
2119
+ "kind": "method",
2120
+ "name": "scheduleTimers",
2121
+ "privacy": "private",
2122
+ "return": {
2123
+ "type": {
2124
+ "text": "void"
2125
+ }
2126
+ }
2127
+ },
2128
+ {
2129
+ "kind": "method",
2130
+ "name": "clearTimers",
2131
+ "privacy": "private",
2132
+ "return": {
2133
+ "type": {
2134
+ "text": "void"
2135
+ }
2136
+ }
2137
+ },
2138
+ {
2139
+ "kind": "method",
2140
+ "name": "destroy",
2141
+ "privacy": "public",
2142
+ "return": {
2143
+ "type": {
2144
+ "text": "void"
2145
+ }
2146
+ }
2147
+ }
2148
+ ]
2149
+ }
2150
+ ],
2151
+ "exports": [
2152
+ {
2153
+ "kind": "js",
2154
+ "name": "InactivityService",
2155
+ "declaration": {
2156
+ "name": "InactivityService",
2157
+ "module": "src/inactivity/inactivity-service.ts"
2158
+ }
2159
+ }
2160
+ ]
2161
+ },
2162
+ {
2163
+ "kind": "javascript-module",
2164
+ "path": "src/inactivity/index.ts",
2165
+ "declarations": [],
2166
+ "exports": [
2167
+ {
2168
+ "kind": "js",
2169
+ "name": "*",
2170
+ "declaration": {
2171
+ "name": "*",
2172
+ "package": "./inactivity-dialog"
2173
+ }
2174
+ },
2175
+ {
2176
+ "kind": "js",
2177
+ "name": "*",
2178
+ "declaration": {
2179
+ "name": "*",
2180
+ "package": "./inactivity-manager"
2181
+ }
2182
+ },
2183
+ {
2184
+ "kind": "js",
2185
+ "name": "*",
2186
+ "declaration": {
2187
+ "name": "*",
2188
+ "package": "./inactivity-service"
2189
+ }
2190
+ }
2191
+ ]
2192
+ },
1558
2193
  {
1559
2194
  "kind": "javascript-module",
1560
2195
  "path": "src/logger/index.ts",