@genesislcap/foundation-utils 14.302.1-alpha-945e484.0 → 14.302.1-alpha-ecc0cfb.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 (133) hide show
  1. package/dist/custom-elements.json +38 -38
  2. package/dist/dts/encoding/base64/decode.d.ts.map +1 -1
  3. package/dist/dts/encoding/base64/encode.d.ts.map +1 -1
  4. package/dist/dts/error/errorMap.d.ts +1 -1
  5. package/dist/dts/error/errorMap.d.ts.map +1 -1
  6. package/dist/dts/formatters/datetime.d.ts.map +1 -1
  7. package/dist/dts/formatters/number.d.ts.map +1 -1
  8. package/dist/dts/mappers/dto/serverRow.d.ts.map +1 -1
  9. package/dist/dts/mixins/lifecycle/lifecycle.d.ts +223 -264
  10. package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
  11. package/dist/dts/mixins/pendingState/pendingState.d.ts +216 -257
  12. package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
  13. package/dist/dts/observer/observer.d.ts.map +1 -1
  14. package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
  15. package/dist/dts/serializers/json/json.d.ts.map +1 -1
  16. package/dist/dts/serializers/json/types.d.ts.map +1 -1
  17. package/dist/dts/styles/dom.d.ts.map +1 -1
  18. package/dist/dts/styles/typography.d.ts.map +1 -1
  19. package/dist/dts/tsdoc-metadata.json +1 -1
  20. package/dist/dts/utils/delay.d.ts.map +1 -1
  21. package/dist/dts/window/window.d.ts.map +1 -1
  22. package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
  23. package/dist/esm/mixins/pendingState/pendingState.js +2 -2
  24. package/dist/esm/uuid/uuid.js +2 -2
  25. package/dist/foundation-utils.api.json +708 -2075
  26. package/dist/foundation-utils.d.ts +440 -522
  27. package/docs/api/foundation-utils.assuredesignsystem.md +3 -31
  28. package/docs/api/foundation-utils.createerrormap.md +1 -44
  29. package/docs/api/foundation-utils.createlogger.md +4 -49
  30. package/docs/api/foundation-utils.createobserver.md +1 -5
  31. package/docs/api/foundation-utils.customnumberparser.md +3 -31
  32. package/docs/api/foundation-utils.database.create.md +3 -31
  33. package/docs/api/foundation-utils.database.delete.md +3 -31
  34. package/docs/api/foundation-utils.database.md +12 -114
  35. package/docs/api/foundation-utils.database.onafterupdate.md +3 -31
  36. package/docs/api/foundation-utils.database.onbeforeupdate.md +3 -31
  37. package/docs/api/foundation-utils.database.read.md +3 -31
  38. package/docs/api/foundation-utils.database.update.md +4 -45
  39. package/docs/api/foundation-utils.database.visit.md +3 -31
  40. package/docs/api/foundation-utils.databaseaccessresult.access.md +3 -39
  41. package/docs/api/foundation-utils.databaseaccessresult.delete.md +4 -56
  42. package/docs/api/foundation-utils.databaseaccessresult.md +7 -57
  43. package/docs/api/foundation-utils.databaseevent.beforeupdate.md +3 -39
  44. package/docs/api/foundation-utils.databaseevent.md +5 -39
  45. package/docs/api/foundation-utils.databaseevent.update.md +3 -39
  46. package/docs/api/foundation-utils.databaserecord.md +3 -39
  47. package/docs/api/foundation-utils.decodefrombase64.md +1 -42
  48. package/docs/api/foundation-utils.decodefrombase64withprefix.md +1 -43
  49. package/docs/api/foundation-utils.defaulterrormap._constructor_.md +3 -33
  50. package/docs/api/foundation-utils.defaulterrormap.delete.md +3 -33
  51. package/docs/api/foundation-utils.defaulterrormap.get.md +3 -33
  52. package/docs/api/foundation-utils.defaulterrormap.has.md +3 -33
  53. package/docs/api/foundation-utils.defaulterrormap.md +16 -214
  54. package/docs/api/foundation-utils.defaulterrormap.set.md +4 -49
  55. package/docs/api/foundation-utils.defaulterrormap.values.md +2 -2
  56. package/docs/api/foundation-utils.defaultserverrowdtomapper.md +4 -60
  57. package/docs/api/foundation-utils.delay.md +1 -43
  58. package/docs/api/foundation-utils.designsystemmodule.md +3 -21
  59. package/docs/api/foundation-utils.designsystemmodule.providedesignsystem.md +4 -49
  60. package/docs/api/foundation-utils.dtomapper.md +5 -75
  61. package/docs/api/foundation-utils.encodetobase64.md +1 -44
  62. package/docs/api/foundation-utils.encodetobase64withprefix.md +1 -43
  63. package/docs/api/foundation-utils.errormap.md +7 -87
  64. package/docs/api/foundation-utils.errormap.set.md +4 -49
  65. package/docs/api/foundation-utils.fontstyle.md +4 -45
  66. package/docs/api/foundation-utils.fontweight.md +8 -101
  67. package/docs/api/foundation-utils.formatdatetimestamp.md +3 -31
  68. package/docs/api/foundation-utils.formatdatetimetimestamp.md +3 -31
  69. package/docs/api/foundation-utils.formatdatetimetimestampwithmilliseconds.md +3 -31
  70. package/docs/api/foundation-utils.formattimestamp.md +4 -49
  71. package/docs/api/foundation-utils.genesis.md +8 -60
  72. package/docs/api/foundation-utils.getcurrentdesignsystemprefix.md +4 -49
  73. package/docs/api/foundation-utils.getdateformatter.md +4 -49
  74. package/docs/api/foundation-utils.getfontmixin.md +1 -76
  75. package/docs/api/foundation-utils.getnumberformatter.md +4 -47
  76. package/docs/api/foundation-utils.iniframe.md +1 -7
  77. package/docs/api/foundation-utils.inmemorydatabase._constructor_.md +3 -31
  78. package/docs/api/foundation-utils.inmemorydatabase.create.md +3 -31
  79. package/docs/api/foundation-utils.inmemorydatabase.delete.md +3 -31
  80. package/docs/api/foundation-utils.inmemorydatabase.md +15 -171
  81. package/docs/api/foundation-utils.inmemorydatabase.onafterupdate.md +3 -31
  82. package/docs/api/foundation-utils.inmemorydatabase.onbeforeupdate.md +3 -31
  83. package/docs/api/foundation-utils.inmemorydatabase.read.md +3 -31
  84. package/docs/api/foundation-utils.inmemorydatabase.update.md +4 -45
  85. package/docs/api/foundation-utils.inmemorydatabase.visit.md +3 -31
  86. package/docs/api/foundation-utils.insertdocumentcssrule.md +1 -60
  87. package/docs/api/foundation-utils.insertdocumentlink.md +1 -42
  88. package/docs/api/foundation-utils.insymphonydesktop.md +1 -7
  89. package/docs/api/foundation-utils.isdev.md +1 -5
  90. package/docs/api/foundation-utils.jsonreplacer.md +4 -49
  91. package/docs/api/foundation-utils.jsonreviver.md +4 -49
  92. package/docs/api/foundation-utils.jsonserializer.deserialize.md +3 -33
  93. package/docs/api/foundation-utils.jsonserializer.deserialize_1.md +3 -33
  94. package/docs/api/foundation-utils.jsonserializer.deserialize_2.md +3 -33
  95. package/docs/api/foundation-utils.jsonserializer.serialize.md +3 -33
  96. package/docs/api/foundation-utils.jsonserializerconfig.md +6 -48
  97. package/docs/api/foundation-utils.jsonserializerconfig.parse.md +4 -47
  98. package/docs/api/foundation-utils.jsonserializerconfig.parse_1.md +5 -63
  99. package/docs/api/foundation-utils.jsonserializerconfig.stringify.md +5 -63
  100. package/docs/api/foundation-utils.jsonserializerconfig.stringify_1.md +5 -63
  101. package/docs/api/foundation-utils.lifecyclemixin.md +224 -303
  102. package/docs/api/foundation-utils.loadfontfaces.md +1 -58
  103. package/docs/api/foundation-utils.logger.deprecated.md +5 -65
  104. package/docs/api/foundation-utils.mapgenesisjsonschema.md +3 -31
  105. package/docs/api/foundation-utils.mapjsonschemafieldtoexprbuilderfield.md +3 -31
  106. package/docs/api/foundation-utils.md +129 -1301
  107. package/docs/api/foundation-utils.numberparser._constructor_.md +3 -31
  108. package/docs/api/foundation-utils.numberparser.hasseparator.md +3 -31
  109. package/docs/api/foundation-utils.numberparser.md +7 -72
  110. package/docs/api/foundation-utils.numberparser.parse.md +3 -31
  111. package/docs/api/foundation-utils.objectvisitor.md +5 -45
  112. package/docs/api/foundation-utils.objectvisitor.visitarray.md +4 -45
  113. package/docs/api/foundation-utils.objectvisitor.visitobject.md +4 -45
  114. package/docs/api/foundation-utils.objectvisitor.visitproperty.md +6 -73
  115. package/docs/api/foundation-utils.observer.md +4 -56
  116. package/docs/api/foundation-utils.openpopup.md +1 -92
  117. package/docs/api/foundation-utils.pendingstate.md +217 -297
  118. package/docs/api/foundation-utils.pendingstateevents.md +4 -45
  119. package/docs/api/foundation-utils.reactive.md +4 -49
  120. package/docs/api/foundation-utils.renderonchange.md +4 -49
  121. package/docs/api/foundation-utils.resolveafter.md +1 -53
  122. package/docs/api/foundation-utils.respondtovisibility.md +1 -58
  123. package/docs/api/foundation-utils.slottedstyles.md +6 -72
  124. package/docs/api/foundation-utils.slottedstyles.styleschanged.md +4 -49
  125. package/docs/api/foundation-utils.sync.md +6 -79
  126. package/docs/api/foundation-utils.toelementstyles.md +3 -33
  127. package/docs/api/foundation-utils.uuid.createid.md +3 -33
  128. package/docs/api/foundation-utils.uuid.createremoteid.md +3 -33
  129. package/docs/api/foundation-utils.visitobject.md +7 -97
  130. package/docs/api/foundation-utils.whenelse.md +5 -65
  131. package/docs/api/index.md +3 -21
  132. package/package.json +11 -11
  133. package/docs/api-report.md.api.md +0 -1350
@@ -13,55 +13,10 @@ export declare function getDateFormatter(locale?: string, options?: Intl.DateTim
13
13
 
14
14
  ## Parameters
15
15
 
16
- <table><thead><tr><th>
17
-
18
- Parameter
19
-
20
-
21
- </th><th>
22
-
23
- Type
24
-
25
-
26
- </th><th>
27
-
28
- Description
29
-
30
-
31
- </th></tr></thead>
32
- <tbody><tr><td>
33
-
34
- locale
35
-
36
-
37
- </td><td>
38
-
39
- string
40
-
41
-
42
- </td><td>
43
-
44
- _(Optional)_
45
-
46
-
47
- </td></tr>
48
- <tr><td>
49
-
50
- options
51
-
52
-
53
- </td><td>
54
-
55
- Intl.DateTimeFormatOptions
56
-
57
-
58
- </td><td>
59
-
60
- _(Optional)_
61
-
62
-
63
- </td></tr>
64
- </tbody></table>
16
+ | Parameter | Type | Description |
17
+ | --- | --- | --- |
18
+ | locale | string | _(Optional)_ |
19
+ | options | Intl.DateTimeFormatOptions | _(Optional)_ |
65
20
 
66
21
  **Returns:**
67
22
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [getFontMixin](./foundation-utils.getfontmixin.md)
4
4
 
5
- ## getFontMixin() function
5
+ ## getFontMixin variable
6
6
 
7
7
  Generates a CSS mixin for the specified font family, style, and weight.
8
8
 
@@ -11,78 +11,3 @@ Generates a CSS mixin for the specified font family, style, and weight.
11
11
  ```typescript
12
12
  getFontMixin: (family: string, style?: FontStyle, weight?: FontWeight) => string
13
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
- family
36
-
37
-
38
- </td><td>
39
-
40
- string
41
-
42
-
43
- </td><td>
44
-
45
- The font family.
46
-
47
-
48
- </td></tr>
49
- <tr><td>
50
-
51
- style
52
-
53
-
54
- </td><td>
55
-
56
- [FontStyle](./foundation-utils.fontstyle.md)
57
-
58
-
59
- </td><td>
60
-
61
- _(Optional)_ Optional. The font style. Defaults to FontStyle.Normal.
62
-
63
-
64
- </td></tr>
65
- <tr><td>
66
-
67
- weight
68
-
69
-
70
- </td><td>
71
-
72
- [FontWeight](./foundation-utils.fontweight.md)
73
-
74
-
75
- </td><td>
76
-
77
- _(Optional)_ Optional. The font weight. Defaults to FontWeight.Regular.
78
-
79
-
80
- </td></tr>
81
- </tbody></table>
82
-
83
- **Returns:**
84
-
85
- string
86
-
87
- The generated CSS mixin.
88
-
@@ -13,53 +13,10 @@ export declare function getNumberFormatter(format: string, locale?: string | nul
13
13
 
14
14
  ## Parameters
15
15
 
16
- <table><thead><tr><th>
17
-
18
- Parameter
19
-
20
-
21
- </th><th>
22
-
23
- Type
24
-
25
-
26
- </th><th>
27
-
28
- Description
29
-
30
-
31
- </th></tr></thead>
32
- <tbody><tr><td>
33
-
34
- format
35
-
36
-
37
- </td><td>
38
-
39
- string
40
-
41
-
42
- </td><td>
43
-
44
-
45
- </td></tr>
46
- <tr><td>
47
-
48
- locale
49
-
50
-
51
- </td><td>
52
-
53
- string \| null
54
-
55
-
56
- </td><td>
57
-
58
- _(Optional)_
59
-
60
-
61
- </td></tr>
62
- </tbody></table>
16
+ | Parameter | Type | Description |
17
+ | --- | --- | --- |
18
+ | format | string | |
19
+ | locale | string \| null | _(Optional)_ |
63
20
 
64
21
  **Returns:**
65
22
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Home](./index.md) &gt; [@genesislcap/foundation-utils](./foundation-utils.md) &gt; [inIFrame](./foundation-utils.iniframe.md)
4
4
 
5
- ## inIFrame() function
5
+ ## inIFrame variable
6
6
 
7
7
  Returns a boolean value indicating whether the current window is inside an iframe.
8
8
 
@@ -11,9 +11,3 @@ Returns a boolean value indicating whether the current window is inside an ifram
11
11
  ```typescript
12
12
  inIFrame: () => boolean
13
13
  ```
14
- **Returns:**
15
-
16
- boolean
17
-
18
- true if the window is inside an iframe, false otherwise.
19
-
@@ -14,35 +14,7 @@ constructor(uuid: UUID);
14
14
 
15
15
  ## Parameters
16
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
- uuid
36
-
37
-
38
- </td><td>
39
-
40
- [UUID](./foundation-utils.uuid.md)
41
-
42
-
43
- </td><td>
44
-
45
-
46
- </td></tr>
47
- </tbody></table>
17
+ | Parameter | Type | Description |
18
+ | --- | --- | --- |
19
+ | uuid | [UUID](./foundation-utils.uuid.md) | |
48
20
 
@@ -12,37 +12,9 @@ create(newValue: Omit<T, 'id'>): Promise<DatabaseAccessResult.Create<T>>;
12
12
 
13
13
  ## Parameters
14
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
- newValue
34
-
35
-
36
- </td><td>
37
-
38
- Omit&lt;T, 'id'&gt;
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | newValue | Omit&lt;T, 'id'&gt; | |
46
18
 
47
19
  **Returns:**
48
20
 
@@ -12,37 +12,9 @@ delete(id: string): Promise<DatabaseAccessResult.Delete>;
12
12
 
13
13
  ## Parameters
14
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
- id
34
-
35
-
36
- </td><td>
37
-
38
- string
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | id | string | |
46
18
 
47
19
  **Returns:**
48
20
 
@@ -15,181 +15,25 @@ export declare class InMemoryDatabase<T extends DatabaseRecord> implements Datab
15
15
 
16
16
  ## Constructors
17
17
 
18
- <table><thead><tr><th>
19
-
20
- Constructor
21
-
22
-
23
- </th><th>
24
-
25
- Modifiers
26
-
27
-
28
- </th><th>
29
-
30
- Description
31
-
32
-
33
- </th></tr></thead>
34
- <tbody><tr><td>
35
-
36
- [(constructor)(uuid)](./foundation-utils.inmemorydatabase._constructor_.md)
37
-
38
-
39
- </td><td>
40
-
41
-
42
- </td><td>
43
-
44
- Constructs a new instance of the `InMemoryDatabase` class
45
-
46
-
47
- </td></tr>
48
- </tbody></table>
18
+ | Constructor | Modifiers | Description |
19
+ | --- | --- | --- |
20
+ | [(constructor)(uuid)](./foundation-utils.inmemorydatabase._constructor_.md) | | Constructs a new instance of the <code>InMemoryDatabase</code> class |
49
21
 
50
22
  ## Properties
51
23
 
52
- <table><thead><tr><th>
53
-
54
- Property
55
-
56
-
57
- </th><th>
58
-
59
- Modifiers
60
-
61
-
62
- </th><th>
63
-
64
- Type
65
-
66
-
67
- </th><th>
68
-
69
- Description
70
-
71
-
72
- </th></tr></thead>
73
- <tbody><tr><td>
74
-
75
- [isWorking](./foundation-utils.inmemorydatabase.isworking.md)
76
-
77
-
78
- </td><td>
79
-
80
-
81
- </td><td>
82
-
83
- boolean
84
-
85
-
86
- </td><td>
87
-
88
-
89
- </td></tr>
90
- </tbody></table>
24
+ | Property | Modifiers | Type | Description |
25
+ | --- | --- | --- | --- |
26
+ | [isWorking](./foundation-utils.inmemorydatabase.isworking.md) | | boolean | |
91
27
 
92
28
  ## Methods
93
29
 
94
- <table><thead><tr><th>
95
-
96
- Method
97
-
98
-
99
- </th><th>
100
-
101
- Modifiers
102
-
103
-
104
- </th><th>
105
-
106
- Description
107
-
108
-
109
- </th></tr></thead>
110
- <tbody><tr><td>
111
-
112
- [create(newValue)](./foundation-utils.inmemorydatabase.create.md)
113
-
114
-
115
- </td><td>
116
-
117
-
118
- </td><td>
119
-
120
-
121
- </td></tr>
122
- <tr><td>
123
-
124
- [delete(id)](./foundation-utils.inmemorydatabase.delete.md)
125
-
126
-
127
- </td><td>
128
-
129
-
130
- </td><td>
131
-
132
-
133
- </td></tr>
134
- <tr><td>
135
-
136
- [onAfterUpdate(listener)](./foundation-utils.inmemorydatabase.onafterupdate.md)
137
-
138
-
139
- </td><td>
140
-
141
-
142
- </td><td>
143
-
144
-
145
- </td></tr>
146
- <tr><td>
147
-
148
- [onBeforeUpdate(listener)](./foundation-utils.inmemorydatabase.onbeforeupdate.md)
149
-
150
-
151
- </td><td>
152
-
153
-
154
- </td><td>
155
-
156
-
157
- </td></tr>
158
- <tr><td>
159
-
160
- [read(id)](./foundation-utils.inmemorydatabase.read.md)
161
-
162
-
163
- </td><td>
164
-
165
-
166
- </td><td>
167
-
168
-
169
- </td></tr>
170
- <tr><td>
171
-
172
- [update(id, newValue)](./foundation-utils.inmemorydatabase.update.md)
173
-
174
-
175
- </td><td>
176
-
177
-
178
- </td><td>
179
-
180
-
181
- </td></tr>
182
- <tr><td>
183
-
184
- [visit(visitor)](./foundation-utils.inmemorydatabase.visit.md)
185
-
186
-
187
- </td><td>
188
-
189
-
190
- </td><td>
191
-
192
-
193
- </td></tr>
194
- </tbody></table>
30
+ | Method | Modifiers | Description |
31
+ | --- | --- | --- |
32
+ | [create(newValue)](./foundation-utils.inmemorydatabase.create.md) | | |
33
+ | [delete(id)](./foundation-utils.inmemorydatabase.delete.md) | | |
34
+ | [onAfterUpdate(listener)](./foundation-utils.inmemorydatabase.onafterupdate.md) | | |
35
+ | [onBeforeUpdate(listener)](./foundation-utils.inmemorydatabase.onbeforeupdate.md) | | |
36
+ | [read(id)](./foundation-utils.inmemorydatabase.read.md) | | |
37
+ | [update(id, newValue)](./foundation-utils.inmemorydatabase.update.md) | | |
38
+ | [visit(visitor)](./foundation-utils.inmemorydatabase.visit.md) | | |
195
39
 
@@ -12,37 +12,9 @@ onAfterUpdate(listener: Listener<DatabaseEvent.AfterUpdate<T>>): () => void;
12
12
 
13
13
  ## Parameters
14
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
- listener
34
-
35
-
36
- </td><td>
37
-
38
- [Listener](./foundation-utils.listener.md)<!-- -->&lt;[DatabaseEvent.AfterUpdate](./foundation-utils.databaseevent.afterupdate.md)<!-- -->&lt;T&gt;&gt;
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | listener | [Listener](./foundation-utils.listener.md)<!-- -->&lt;[DatabaseEvent.AfterUpdate](./foundation-utils.databaseevent.afterupdate.md)<!-- -->&lt;T&gt;&gt; | |
46
18
 
47
19
  **Returns:**
48
20
 
@@ -12,37 +12,9 @@ onBeforeUpdate(listener: Listener<DatabaseEvent.BeforeUpdate<T>>): () => void;
12
12
 
13
13
  ## Parameters
14
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
- listener
34
-
35
-
36
- </td><td>
37
-
38
- [Listener](./foundation-utils.listener.md)<!-- -->&lt;[DatabaseEvent.BeforeUpdate](./foundation-utils.databaseevent.beforeupdate.md)<!-- -->&lt;T&gt;&gt;
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | listener | [Listener](./foundation-utils.listener.md)<!-- -->&lt;[DatabaseEvent.BeforeUpdate](./foundation-utils.databaseevent.beforeupdate.md)<!-- -->&lt;T&gt;&gt; | |
46
18
 
47
19
  **Returns:**
48
20
 
@@ -12,37 +12,9 @@ read(id: string): Promise<DatabaseAccessResult.Read<T>>;
12
12
 
13
13
  ## Parameters
14
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
- id
34
-
35
-
36
- </td><td>
37
-
38
- string
39
-
40
-
41
- </td><td>
42
-
43
-
44
- </td></tr>
45
- </tbody></table>
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | id | string | |
46
18
 
47
19
  **Returns:**
48
20