@genesislcap/foundation-utils 14.320.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 (58) hide show
  1. package/dist/custom-elements.json +738 -120
  2. package/dist/dts/inactivity/inactivity-dialog.d.ts +23 -0
  3. package/dist/dts/inactivity/inactivity-dialog.d.ts.map +1 -0
  4. package/dist/dts/inactivity/inactivity-manager.d.ts +24 -0
  5. package/dist/dts/inactivity/inactivity-manager.d.ts.map +1 -0
  6. package/dist/dts/inactivity/inactivity-service.d.ts +34 -0
  7. package/dist/dts/inactivity/inactivity-service.d.ts.map +1 -0
  8. package/dist/dts/inactivity/index.d.ts +4 -0
  9. package/dist/dts/inactivity/index.d.ts.map +1 -0
  10. package/dist/dts/index.d.ts +1 -0
  11. package/dist/dts/index.d.ts.map +1 -1
  12. package/dist/esm/inactivity/inactivity-dialog.js +213 -0
  13. package/dist/esm/inactivity/inactivity-manager.js +85 -0
  14. package/dist/esm/inactivity/inactivity-service.js +128 -0
  15. package/dist/esm/inactivity/index.js +3 -0
  16. package/dist/esm/index.js +1 -0
  17. package/dist/foundation-utils.api.json +1217 -0
  18. package/dist/foundation-utils.d.ts +83 -0
  19. package/docs/api/foundation-utils.inactivityconfig.md +71 -0
  20. package/docs/api/foundation-utils.inactivityconfig.timeoutminutes.md +11 -0
  21. package/docs/api/foundation-utils.inactivityconfig.warningminutes.md +11 -0
  22. package/docs/api/foundation-utils.inactivitydialog.disconnectedcallback.md +15 -0
  23. package/docs/api/foundation-utils.inactivitydialog.handlecontinue.md +15 -0
  24. package/docs/api/foundation-utils.inactivitydialog.handlelogout.md +15 -0
  25. package/docs/api/foundation-utils.inactivitydialog.hide.md +15 -0
  26. package/docs/api/foundation-utils.inactivitydialog.isvisible.md +11 -0
  27. package/docs/api/foundation-utils.inactivitydialog.md +152 -0
  28. package/docs/api/foundation-utils.inactivitydialog.remainingseconds.md +11 -0
  29. package/docs/api/foundation-utils.inactivitydialog.show.md +50 -0
  30. package/docs/api/foundation-utils.inactivitydialogoptions.md +88 -0
  31. package/docs/api/foundation-utils.inactivitydialogoptions.oncontinue.md +11 -0
  32. package/docs/api/foundation-utils.inactivitydialogoptions.onlogout.md +11 -0
  33. package/docs/api/foundation-utils.inactivitydialogoptions.remainingseconds.md +11 -0
  34. package/docs/api/foundation-utils.inactivityevents._inactivity-reset_.md +11 -0
  35. package/docs/api/foundation-utils.inactivityevents._inactivity-timeout_.md +11 -0
  36. package/docs/api/foundation-utils.inactivityevents._inactivity-warning_.md +13 -0
  37. package/docs/api/foundation-utils.inactivityevents.md +88 -0
  38. package/docs/api/foundation-utils.inactivitymanager._constructor_.md +48 -0
  39. package/docs/api/foundation-utils.inactivitymanager.destroy.md +15 -0
  40. package/docs/api/foundation-utils.inactivitymanager.getservice.md +15 -0
  41. package/docs/api/foundation-utils.inactivitymanager.iswarningvisible.md +15 -0
  42. package/docs/api/foundation-utils.inactivitymanager.md +138 -0
  43. package/docs/api/foundation-utils.inactivitymanager.reset.md +15 -0
  44. package/docs/api/foundation-utils.inactivitymanager.start.md +15 -0
  45. package/docs/api/foundation-utils.inactivitymanager.stop.md +15 -0
  46. package/docs/api/foundation-utils.inactivitymanagerconfig.md +55 -0
  47. package/docs/api/foundation-utils.inactivitymanagerconfig.onlogout.md +11 -0
  48. package/docs/api/foundation-utils.inactivityservice._constructor_.md +48 -0
  49. package/docs/api/foundation-utils.inactivityservice.destroy.md +15 -0
  50. package/docs/api/foundation-utils.inactivityservice.md +138 -0
  51. package/docs/api/foundation-utils.inactivityservice.off.md +64 -0
  52. package/docs/api/foundation-utils.inactivityservice.on.md +64 -0
  53. package/docs/api/foundation-utils.inactivityservice.resettimer.md +15 -0
  54. package/docs/api/foundation-utils.inactivityservice.start.md +15 -0
  55. package/docs/api/foundation-utils.inactivityservice.stop.md +15 -0
  56. package/docs/api/foundation-utils.md +63 -0
  57. package/docs/api-report.md.api.md +90 -0
  58. package/package.json +11 -11
@@ -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",
@@ -941,126 +1069,6 @@
941
1069
  }
942
1070
  ]
943
1071
  },
944
- {
945
- "kind": "javascript-module",
946
- "path": "src/design-system/design-system.ts",
947
- "declarations": [
948
- {
949
- "kind": "function",
950
- "name": "assureDesignSystem",
951
- "return": {
952
- "type": {
953
- "text": "DesignSystemModule"
954
- }
955
- },
956
- "parameters": [
957
- {
958
- "name": "module",
959
- "type": {
960
- "text": "DesignSystemModule"
961
- }
962
- }
963
- ],
964
- "description": "assureDesignSystem.",
965
- "privacy": "public"
966
- },
967
- {
968
- "kind": "function",
969
- "name": "getCurrentDesignSystem",
970
- "return": {
971
- "type": {
972
- "text": ""
973
- }
974
- },
975
- "parameters": [
976
- {
977
- "name": "element",
978
- "type": {
979
- "text": "HTMLElement"
980
- },
981
- "description": "The starting HTML element"
982
- },
983
- {
984
- "name": "fallbackPrefix",
985
- "type": {
986
- "text": "string"
987
- },
988
- "description": "The prefix to fallback to if the provider is not available"
989
- }
990
- ],
991
- "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.",
992
- "privacy": "public"
993
- },
994
- {
995
- "kind": "function",
996
- "name": "getCurrentDesignSystemPrefix",
997
- "return": {
998
- "type": {
999
- "text": ""
1000
- }
1001
- },
1002
- "parameters": [
1003
- {
1004
- "name": "element",
1005
- "type": {
1006
- "text": "HTMLElement"
1007
- },
1008
- "description": "The starting HTML element"
1009
- },
1010
- {
1011
- "name": "fallbackPrefix",
1012
- "type": {
1013
- "text": "string"
1014
- },
1015
- "description": "The prefix to fallback to if the provider is not available"
1016
- }
1017
- ],
1018
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1019
- "privacy": "public"
1020
- }
1021
- ],
1022
- "exports": [
1023
- {
1024
- "kind": "js",
1025
- "name": "assureDesignSystem",
1026
- "declaration": {
1027
- "name": "assureDesignSystem",
1028
- "module": "src/design-system/design-system.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "getCurrentDesignSystem",
1034
- "declaration": {
1035
- "name": "getCurrentDesignSystem",
1036
- "module": "src/design-system/design-system.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "getCurrentDesignSystemPrefix",
1042
- "declaration": {
1043
- "name": "getCurrentDesignSystemPrefix",
1044
- "module": "src/design-system/design-system.ts"
1045
- }
1046
- }
1047
- ]
1048
- },
1049
- {
1050
- "kind": "javascript-module",
1051
- "path": "src/design-system/index.ts",
1052
- "declarations": [],
1053
- "exports": [
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./design-system"
1060
- }
1061
- }
1062
- ]
1063
- },
1064
1072
  {
1065
1073
  "kind": "javascript-module",
1066
1074
  "path": "src/error/errorMap.ts",
@@ -1572,6 +1580,616 @@
1572
1580
  }
1573
1581
  ]
1574
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
+ },
1575
2193
  {
1576
2194
  "kind": "javascript-module",
1577
2195
  "path": "src/logger/index.ts",