@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
@@ -0,0 +1,88 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityEvents](./foundation-utils.inactivityevents.md)
4
+
5
+ ## InactivityEvents interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface InactivityEvents
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ <table><thead><tr><th>
16
+
17
+ Property
18
+
19
+
20
+ </th><th>
21
+
22
+ Modifiers
23
+
24
+
25
+ </th><th>
26
+
27
+ Type
28
+
29
+
30
+ </th><th>
31
+
32
+ Description
33
+
34
+
35
+ </th></tr></thead>
36
+ <tbody><tr><td>
37
+
38
+ ["inactivity-reset"](./foundation-utils.inactivityevents._inactivity-reset_.md)
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td><td>
45
+
46
+ void
47
+
48
+
49
+ </td><td>
50
+
51
+
52
+ </td></tr>
53
+ <tr><td>
54
+
55
+ ["inactivity-timeout"](./foundation-utils.inactivityevents._inactivity-timeout_.md)
56
+
57
+
58
+ </td><td>
59
+
60
+
61
+ </td><td>
62
+
63
+ void
64
+
65
+
66
+ </td><td>
67
+
68
+
69
+ </td></tr>
70
+ <tr><td>
71
+
72
+ ["inactivity-warning"](./foundation-utils.inactivityevents._inactivity-warning_.md)
73
+
74
+
75
+ </td><td>
76
+
77
+
78
+ </td><td>
79
+
80
+ { remainingSeconds: number; }
81
+
82
+
83
+ </td><td>
84
+
85
+
86
+ </td></tr>
87
+ </tbody></table>
88
+
@@ -0,0 +1,48 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [(constructor)](./foundation-utils.inactivitymanager._constructor_.md)
4
+
5
+ ## InactivityManager.(constructor)
6
+
7
+ Constructs a new instance of the `InactivityManager` class
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ constructor(config: InactivityManagerConfig);
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ config
36
+
37
+
38
+ </td><td>
39
+
40
+ [InactivityManagerConfig](./foundation-utils.inactivitymanagerconfig.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ </tbody></table>
48
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [destroy](./foundation-utils.inactivitymanager.destroy.md)
4
+
5
+ ## InactivityManager.destroy() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ destroy(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [getService](./foundation-utils.inactivitymanager.getservice.md)
4
+
5
+ ## InactivityManager.getService() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ getService(): InactivityService;
11
+ ```
12
+ **Returns:**
13
+
14
+ [InactivityService](./foundation-utils.inactivityservice.md)
15
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [isWarningVisible](./foundation-utils.inactivitymanager.iswarningvisible.md)
4
+
5
+ ## InactivityManager.isWarningVisible() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ isWarningVisible(): boolean;
11
+ ```
12
+ **Returns:**
13
+
14
+ boolean
15
+
@@ -0,0 +1,138 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md)
4
+
5
+ ## InactivityManager class
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export declare class InactivityManager
11
+ ```
12
+
13
+ ## Constructors
14
+
15
+ <table><thead><tr><th>
16
+
17
+ Constructor
18
+
19
+
20
+ </th><th>
21
+
22
+ Modifiers
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ [(constructor)(config)](./foundation-utils.inactivitymanager._constructor_.md)
34
+
35
+
36
+ </td><td>
37
+
38
+
39
+ </td><td>
40
+
41
+ Constructs a new instance of the `InactivityManager` class
42
+
43
+
44
+ </td></tr>
45
+ </tbody></table>
46
+
47
+ ## Methods
48
+
49
+ <table><thead><tr><th>
50
+
51
+ Method
52
+
53
+
54
+ </th><th>
55
+
56
+ Modifiers
57
+
58
+
59
+ </th><th>
60
+
61
+ Description
62
+
63
+
64
+ </th></tr></thead>
65
+ <tbody><tr><td>
66
+
67
+ [destroy()](./foundation-utils.inactivitymanager.destroy.md)
68
+
69
+
70
+ </td><td>
71
+
72
+
73
+ </td><td>
74
+
75
+
76
+ </td></tr>
77
+ <tr><td>
78
+
79
+ [getService()](./foundation-utils.inactivitymanager.getservice.md)
80
+
81
+
82
+ </td><td>
83
+
84
+
85
+ </td><td>
86
+
87
+
88
+ </td></tr>
89
+ <tr><td>
90
+
91
+ [isWarningVisible()](./foundation-utils.inactivitymanager.iswarningvisible.md)
92
+
93
+
94
+ </td><td>
95
+
96
+
97
+ </td><td>
98
+
99
+
100
+ </td></tr>
101
+ <tr><td>
102
+
103
+ [reset()](./foundation-utils.inactivitymanager.reset.md)
104
+
105
+
106
+ </td><td>
107
+
108
+
109
+ </td><td>
110
+
111
+
112
+ </td></tr>
113
+ <tr><td>
114
+
115
+ [start()](./foundation-utils.inactivitymanager.start.md)
116
+
117
+
118
+ </td><td>
119
+
120
+
121
+ </td><td>
122
+
123
+
124
+ </td></tr>
125
+ <tr><td>
126
+
127
+ [stop()](./foundation-utils.inactivitymanager.stop.md)
128
+
129
+
130
+ </td><td>
131
+
132
+
133
+ </td><td>
134
+
135
+
136
+ </td></tr>
137
+ </tbody></table>
138
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [reset](./foundation-utils.inactivitymanager.reset.md)
4
+
5
+ ## InactivityManager.reset() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ reset(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [start](./foundation-utils.inactivitymanager.start.md)
4
+
5
+ ## InactivityManager.start() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ start(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManager](./foundation-utils.inactivitymanager.md) &gt; [stop](./foundation-utils.inactivitymanager.stop.md)
4
+
5
+ ## InactivityManager.stop() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ stop(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,55 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManagerConfig](./foundation-utils.inactivitymanagerconfig.md)
4
+
5
+ ## InactivityManagerConfig interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface InactivityManagerConfig extends InactivityConfig
11
+ ```
12
+ **Extends:** [InactivityConfig](./foundation-utils.inactivityconfig.md)
13
+
14
+ ## Properties
15
+
16
+ <table><thead><tr><th>
17
+
18
+ Property
19
+
20
+
21
+ </th><th>
22
+
23
+ Modifiers
24
+
25
+
26
+ </th><th>
27
+
28
+ Type
29
+
30
+
31
+ </th><th>
32
+
33
+ Description
34
+
35
+
36
+ </th></tr></thead>
37
+ <tbody><tr><td>
38
+
39
+ [onLogout](./foundation-utils.inactivitymanagerconfig.onlogout.md)
40
+
41
+
42
+ </td><td>
43
+
44
+
45
+ </td><td>
46
+
47
+ () =&gt; void
48
+
49
+
50
+ </td><td>
51
+
52
+
53
+ </td></tr>
54
+ </tbody></table>
55
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityManagerConfig](./foundation-utils.inactivitymanagerconfig.md) &gt; [onLogout](./foundation-utils.inactivitymanagerconfig.onlogout.md)
4
+
5
+ ## InactivityManagerConfig.onLogout property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ onLogout: () => void;
11
+ ```
@@ -0,0 +1,48 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityService](./foundation-utils.inactivityservice.md) &gt; [(constructor)](./foundation-utils.inactivityservice._constructor_.md)
4
+
5
+ ## InactivityService.(constructor)
6
+
7
+ Constructs a new instance of the `InactivityService` class
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ constructor(config: InactivityConfig);
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ config
36
+
37
+
38
+ </td><td>
39
+
40
+ [InactivityConfig](./foundation-utils.inactivityconfig.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ </tbody></table>
48
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityService](./foundation-utils.inactivityservice.md) &gt; [destroy](./foundation-utils.inactivityservice.destroy.md)
4
+
5
+ ## InactivityService.destroy() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ destroy(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,138 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityService](./foundation-utils.inactivityservice.md)
4
+
5
+ ## InactivityService class
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export declare class InactivityService
11
+ ```
12
+
13
+ ## Constructors
14
+
15
+ <table><thead><tr><th>
16
+
17
+ Constructor
18
+
19
+
20
+ </th><th>
21
+
22
+ Modifiers
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ [(constructor)(config)](./foundation-utils.inactivityservice._constructor_.md)
34
+
35
+
36
+ </td><td>
37
+
38
+
39
+ </td><td>
40
+
41
+ Constructs a new instance of the `InactivityService` class
42
+
43
+
44
+ </td></tr>
45
+ </tbody></table>
46
+
47
+ ## Methods
48
+
49
+ <table><thead><tr><th>
50
+
51
+ Method
52
+
53
+
54
+ </th><th>
55
+
56
+ Modifiers
57
+
58
+
59
+ </th><th>
60
+
61
+ Description
62
+
63
+
64
+ </th></tr></thead>
65
+ <tbody><tr><td>
66
+
67
+ [destroy()](./foundation-utils.inactivityservice.destroy.md)
68
+
69
+
70
+ </td><td>
71
+
72
+
73
+ </td><td>
74
+
75
+
76
+ </td></tr>
77
+ <tr><td>
78
+
79
+ [off(event, listener)](./foundation-utils.inactivityservice.off.md)
80
+
81
+
82
+ </td><td>
83
+
84
+
85
+ </td><td>
86
+
87
+
88
+ </td></tr>
89
+ <tr><td>
90
+
91
+ [on(event, listener)](./foundation-utils.inactivityservice.on.md)
92
+
93
+
94
+ </td><td>
95
+
96
+
97
+ </td><td>
98
+
99
+
100
+ </td></tr>
101
+ <tr><td>
102
+
103
+ [resetTimer()](./foundation-utils.inactivityservice.resettimer.md)
104
+
105
+
106
+ </td><td>
107
+
108
+
109
+ </td><td>
110
+
111
+
112
+ </td></tr>
113
+ <tr><td>
114
+
115
+ [start()](./foundation-utils.inactivityservice.start.md)
116
+
117
+
118
+ </td><td>
119
+
120
+
121
+ </td><td>
122
+
123
+
124
+ </td></tr>
125
+ <tr><td>
126
+
127
+ [stop()](./foundation-utils.inactivityservice.stop.md)
128
+
129
+
130
+ </td><td>
131
+
132
+
133
+ </td><td>
134
+
135
+
136
+ </td></tr>
137
+ </tbody></table>
138
+
@@ -0,0 +1,64 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [InactivityService](./foundation-utils.inactivityservice.md) &gt; [off](./foundation-utils.inactivityservice.off.md)
4
+
5
+ ## InactivityService.off() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ off<K extends keyof InactivityEvents>(event: K, listener: EventListener<InactivityEvents[K]>): void;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ <table><thead><tr><th>
16
+
17
+ Parameter
18
+
19
+
20
+ </th><th>
21
+
22
+ Type
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ event
34
+
35
+
36
+ </td><td>
37
+
38
+ K
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td></tr>
45
+ <tr><td>
46
+
47
+ listener
48
+
49
+
50
+ </td><td>
51
+
52
+ EventListener&lt;[InactivityEvents](./foundation-utils.inactivityevents.md)<!-- -->\[K\]&gt;
53
+
54
+
55
+ </td><td>
56
+
57
+
58
+ </td></tr>
59
+ </tbody></table>
60
+
61
+ **Returns:**
62
+
63
+ void
64
+