@genesislcap/foundation-utils 14.314.3-alpha-c442ac5.0 → 14.316.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.
- package/dist/custom-elements.json +250 -868
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/foundation-utils.api.json +0 -1217
- package/dist/foundation-utils.d.ts +0 -83
- package/docs/api/foundation-utils.md +0 -63
- package/docs/api-report.md.api.md +0 -90
- package/package.json +11 -11
- package/dist/dts/inactivity/inactivity-dialog.d.ts +0 -23
- package/dist/dts/inactivity/inactivity-dialog.d.ts.map +0 -1
- package/dist/dts/inactivity/inactivity-manager.d.ts +0 -24
- package/dist/dts/inactivity/inactivity-manager.d.ts.map +0 -1
- package/dist/dts/inactivity/inactivity-service.d.ts +0 -34
- package/dist/dts/inactivity/inactivity-service.d.ts.map +0 -1
- package/dist/dts/inactivity/index.d.ts +0 -4
- package/dist/dts/inactivity/index.d.ts.map +0 -1
- package/dist/esm/inactivity/inactivity-dialog.js +0 -213
- package/dist/esm/inactivity/inactivity-manager.js +0 -87
- package/dist/esm/inactivity/inactivity-service.js +0 -128
- package/dist/esm/inactivity/index.js +0 -3
- package/docs/api/foundation-utils.inactivityconfig.md +0 -71
- package/docs/api/foundation-utils.inactivityconfig.timeoutminutes.md +0 -11
- package/docs/api/foundation-utils.inactivityconfig.warningminutes.md +0 -11
- package/docs/api/foundation-utils.inactivitydialog.disconnectedcallback.md +0 -15
- package/docs/api/foundation-utils.inactivitydialog.handlecontinue.md +0 -15
- package/docs/api/foundation-utils.inactivitydialog.handlelogout.md +0 -15
- package/docs/api/foundation-utils.inactivitydialog.hide.md +0 -15
- package/docs/api/foundation-utils.inactivitydialog.isvisible.md +0 -11
- package/docs/api/foundation-utils.inactivitydialog.md +0 -152
- package/docs/api/foundation-utils.inactivitydialog.remainingseconds.md +0 -11
- package/docs/api/foundation-utils.inactivitydialog.show.md +0 -50
- package/docs/api/foundation-utils.inactivitydialogoptions.md +0 -88
- package/docs/api/foundation-utils.inactivitydialogoptions.oncontinue.md +0 -11
- package/docs/api/foundation-utils.inactivitydialogoptions.onlogout.md +0 -11
- package/docs/api/foundation-utils.inactivitydialogoptions.remainingseconds.md +0 -11
- package/docs/api/foundation-utils.inactivityevents._inactivity-reset_.md +0 -11
- package/docs/api/foundation-utils.inactivityevents._inactivity-timeout_.md +0 -11
- package/docs/api/foundation-utils.inactivityevents._inactivity-warning_.md +0 -13
- package/docs/api/foundation-utils.inactivityevents.md +0 -88
- package/docs/api/foundation-utils.inactivitymanager._constructor_.md +0 -48
- package/docs/api/foundation-utils.inactivitymanager.destroy.md +0 -15
- package/docs/api/foundation-utils.inactivitymanager.getservice.md +0 -15
- package/docs/api/foundation-utils.inactivitymanager.iswarningvisible.md +0 -15
- package/docs/api/foundation-utils.inactivitymanager.md +0 -138
- package/docs/api/foundation-utils.inactivitymanager.reset.md +0 -15
- package/docs/api/foundation-utils.inactivitymanager.start.md +0 -15
- package/docs/api/foundation-utils.inactivitymanager.stop.md +0 -15
- package/docs/api/foundation-utils.inactivitymanagerconfig.md +0 -55
- package/docs/api/foundation-utils.inactivitymanagerconfig.onlogout.md +0 -11
- package/docs/api/foundation-utils.inactivityservice._constructor_.md +0 -48
- package/docs/api/foundation-utils.inactivityservice.destroy.md +0 -15
- package/docs/api/foundation-utils.inactivityservice.md +0 -138
- package/docs/api/foundation-utils.inactivityservice.off.md +0 -64
- package/docs/api/foundation-utils.inactivityservice.on.md +0 -64
- package/docs/api/foundation-utils.inactivityservice.resettimer.md +0 -15
- package/docs/api/foundation-utils.inactivityservice.start.md +0 -15
- package/docs/api/foundation-utils.inactivityservice.stop.md +0 -15
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityDialogOptions](./foundation-utils.inactivitydialogoptions.md) > [onContinue](./foundation-utils.inactivitydialogoptions.oncontinue.md)
|
4
|
-
|
5
|
-
## InactivityDialogOptions.onContinue property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
onContinue: () => void;
|
11
|
-
```
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityDialogOptions](./foundation-utils.inactivitydialogoptions.md) > [onLogout](./foundation-utils.inactivitydialogoptions.onlogout.md)
|
4
|
-
|
5
|
-
## InactivityDialogOptions.onLogout property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
onLogout: () => void;
|
11
|
-
```
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityDialogOptions](./foundation-utils.inactivitydialogoptions.md) > [remainingSeconds](./foundation-utils.inactivitydialogoptions.remainingseconds.md)
|
4
|
-
|
5
|
-
## InactivityDialogOptions.remainingSeconds property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
remainingSeconds: number;
|
11
|
-
```
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityEvents](./foundation-utils.inactivityevents.md) > ["inactivity-reset"](./foundation-utils.inactivityevents._inactivity-reset_.md)
|
4
|
-
|
5
|
-
## InactivityEvents."inactivity-reset" property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
'inactivity-reset': void;
|
11
|
-
```
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityEvents](./foundation-utils.inactivityevents.md) > ["inactivity-timeout"](./foundation-utils.inactivityevents._inactivity-timeout_.md)
|
4
|
-
|
5
|
-
## InactivityEvents."inactivity-timeout" property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
'inactivity-timeout': void;
|
11
|
-
```
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityEvents](./foundation-utils.inactivityevents.md) > ["inactivity-warning"](./foundation-utils.inactivityevents._inactivity-warning_.md)
|
4
|
-
|
5
|
-
## InactivityEvents."inactivity-warning" property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
'inactivity-warning': {
|
11
|
-
remainingSeconds: number;
|
12
|
-
};
|
13
|
-
```
|
@@ -1,88 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [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
|
-
|
@@ -1,48 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [(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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [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
|
-
|
@@ -1,138 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManager](./foundation-utils.inactivitymanager.md) > [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
|
-
|
@@ -1,55 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [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
|
-
() => void
|
48
|
-
|
49
|
-
|
50
|
-
</td><td>
|
51
|
-
|
52
|
-
|
53
|
-
</td></tr>
|
54
|
-
</tbody></table>
|
55
|
-
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityManagerConfig](./foundation-utils.inactivitymanagerconfig.md) > [onLogout](./foundation-utils.inactivitymanagerconfig.onlogout.md)
|
4
|
-
|
5
|
-
## InactivityManagerConfig.onLogout property
|
6
|
-
|
7
|
-
**Signature:**
|
8
|
-
|
9
|
-
```typescript
|
10
|
-
onLogout: () => void;
|
11
|
-
```
|
@@ -1,48 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityService](./foundation-utils.inactivityservice.md) > [(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
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityService](./foundation-utils.inactivityservice.md) > [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
|
-
|