@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
@@ -6,1320 +6,148 @@
6
6
 
7
7
  ## Classes
8
8
 
9
- <table><thead><tr><th>
10
-
11
- Class
12
-
13
-
14
- </th><th>
15
-
16
- Description
17
-
18
-
19
- </th></tr></thead>
20
- <tbody><tr><td>
21
-
22
- [DefaultErrorMap](./foundation-utils.defaulterrormap.md)
23
-
24
-
25
- </td><td>
26
-
27
-
28
-
29
- </td></tr>
30
- <tr><td>
31
-
32
- [DefaultServerRowDTOMapper](./foundation-utils.defaultserverrowdtomapper.md)
33
-
34
-
35
- </td><td>
36
-
37
- The default `ServerRowDTOMapper`<!-- -->.
38
-
39
-
40
- </td></tr>
41
- <tr><td>
42
-
43
- [InMemoryDatabase](./foundation-utils.inmemorydatabase.md)
44
-
45
-
46
- </td><td>
47
-
48
- An in memory database of specific DatabaseRecord types.
49
-
50
-
51
- </td></tr>
52
- <tr><td>
53
-
54
- [NumberParser](./foundation-utils.numberparser.md)
55
-
56
-
57
- </td><td>
58
-
59
-
60
-
61
- </td></tr>
62
- <tr><td>
63
-
64
- [SlottedStyles](./foundation-utils.slottedstyles.md)
65
-
66
-
67
- </td><td>
68
-
69
- A custom element that encapsulates a set of styles that can be applied to slotted elements.
70
-
71
-
72
- </td></tr>
73
- </tbody></table>
9
+ | Class | Description |
10
+ | --- | --- |
11
+ | [DefaultErrorMap](./foundation-utils.defaulterrormap.md) | |
12
+ | [DefaultServerRowDTOMapper](./foundation-utils.defaultserverrowdtomapper.md) | The default <code>ServerRowDTOMapper</code>. |
13
+ | [InMemoryDatabase](./foundation-utils.inmemorydatabase.md) | An in memory database of specific DatabaseRecord types. |
14
+ | [NumberParser](./foundation-utils.numberparser.md) | |
15
+ | [SlottedStyles](./foundation-utils.slottedstyles.md) | A custom element that encapsulates a set of styles that can be applied to slotted elements. |
74
16
 
75
17
  ## Enumerations
76
18
 
77
- <table><thead><tr><th>
78
-
79
- Enumeration
80
-
81
-
82
- </th><th>
83
-
84
- Description
85
-
86
-
87
- </th></tr></thead>
88
- <tbody><tr><td>
89
-
90
- [FontStyle](./foundation-utils.fontstyle.md)
91
-
92
-
93
- </td><td>
94
-
95
- An enum of possible font styles.
96
-
97
-
98
- </td></tr>
99
- <tr><td>
100
-
101
- [FontWeight](./foundation-utils.fontweight.md)
102
-
103
-
104
- </td><td>
105
-
106
- An enum of possible font weights.
107
-
108
-
109
- </td></tr>
110
- <tr><td>
111
-
112
- [PendingStateEvents](./foundation-utils.pendingstateevents.md)
113
-
114
-
115
- </td><td>
116
-
117
- An enum that defines the names of the events that can be raised by the `PendingState` mixin.
118
-
119
-
120
- </td></tr>
121
- </tbody></table>
19
+ | Enumeration | Description |
20
+ | --- | --- |
21
+ | [FontStyle](./foundation-utils.fontstyle.md) | An enum of possible font styles. |
22
+ | [FontWeight](./foundation-utils.fontweight.md) | An enum of possible font weights. |
23
+ | [PendingStateEvents](./foundation-utils.pendingstateevents.md) | An enum that defines the names of the events that can be raised by the <code>PendingState</code> mixin. |
122
24
 
123
25
  ## Functions
124
26
 
125
- <table><thead><tr><th>
126
-
127
- Function
128
-
129
-
130
- </th><th>
131
-
132
- Description
133
-
134
-
135
- </th></tr></thead>
136
- <tbody><tr><td>
137
-
138
- [assureDesignSystem(module)](./foundation-utils.assuredesignsystem.md)
139
-
140
-
141
- </td><td>
142
-
143
- assureDesignSystem.
144
-
145
-
146
- </td></tr>
147
- <tr><td>
148
-
149
- [createErrorMap(logger)](./foundation-utils.createerrormap.md)
150
-
151
-
152
- </td><td>
153
-
154
- A factory to create the error map.
155
-
156
-
157
- </td></tr>
158
- <tr><td>
159
-
160
- [createLogger(name, options)](./foundation-utils.createlogger.md)
161
-
162
-
163
- </td><td>
164
-
165
- Creates a logger with the given name and options.
166
-
167
-
168
- </td></tr>
169
- <tr><td>
170
-
171
- [createObserver()](./foundation-utils.createobserver.md)
172
-
173
-
174
- </td><td>
175
-
176
- Creates a new event observer instance.
177
-
178
-
179
- </td></tr>
180
- <tr><td>
181
-
182
- [customNumberParser(value)](./foundation-utils.customnumberparser.md)
183
-
184
-
185
- </td><td>
186
-
187
- A Default Number Parser for deserializing objects.
188
-
189
-
190
- </td></tr>
191
- <tr><td>
192
-
193
- [decodeFromBase64(base64Value)](./foundation-utils.decodefrombase64.md)
194
-
195
-
196
- </td><td>
197
-
198
- Decodes a value from base64.
199
-
200
-
201
- </td></tr>
202
- <tr><td>
203
-
204
- [decodeFromBase64WithPrefix(value)](./foundation-utils.decodefrombase64withprefix.md)
205
-
206
-
207
- </td><td>
208
-
209
- Decodes a value from base64 with a prefix.
210
-
211
-
212
- </td></tr>
213
- <tr><td>
214
-
215
- [delay(ms)](./foundation-utils.delay.md)
216
-
217
-
218
- </td><td>
219
-
220
- Delay for a given number of milliseconds
221
-
222
-
223
- </td></tr>
224
- <tr><td>
225
-
226
- [encodeToBase64(value)](./foundation-utils.encodetobase64.md)
227
-
228
-
229
- </td><td>
230
-
231
- Encodes the given value to base64.
232
-
233
-
234
- </td></tr>
235
- <tr><td>
236
-
237
- [encodeToBase64WithPrefix(value)](./foundation-utils.encodetobase64withprefix.md)
238
-
239
-
240
- </td><td>
241
-
242
- Encodes the given value with a prefix to base64.
243
-
244
-
245
- </td></tr>
246
- <tr><td>
247
-
248
- [formatDateTimestamp(timestamp)](./foundation-utils.formatdatetimestamp.md)
249
-
27
+ | Function | Description |
28
+ | --- | --- |
29
+ | [assureDesignSystem(module)](./foundation-utils.assuredesignsystem.md) | assureDesignSystem. |
30
+ | [createLogger(name, options)](./foundation-utils.createlogger.md) | Creates a logger with the given name and options. |
31
+ | [customNumberParser(value)](./foundation-utils.customnumberparser.md) | A Default Number Parser for deserializing objects. |
32
+ | [formatDateTimestamp(timestamp)](./foundation-utils.formatdatetimestamp.md) | Formats \[DATE\] UNIX Timestamps (without time) to readable strings |
33
+ | [formatDateTimeTimestamp(timestamp)](./foundation-utils.formatdatetimetimestamp.md) | Formats \[DATETIME\] UNIX Timestamps (with time) to readable strings |
34
+ | [formatDateTimeTimestampWithMilliseconds(timestamp)](./foundation-utils.formatdatetimetimestampwithmilliseconds.md) | Formats \[DATETIME\] UNIX Timestamps (with time and milliseconds) to readable strings |
35
+ | [formatTimestamp(timestamp, withTime)](./foundation-utils.formattimestamp.md) | Formats \[DATE\|DATETIME\] Unix Timestamps to readable strings |
36
+ | [getCurrentDesignSystemPrefix(element, fallbackPrefix)](./foundation-utils.getcurrentdesignsystemprefix.md) | Get the current design system prefix by checking available providers. If no provider is found, falls back to the provided prefix. |
37
+ | [getDateFormatter(locale, options)](./foundation-utils.getdateformatter.md) | |
38
+ | [getNumberFormatter(format, locale)](./foundation-utils.getnumberformatter.md) | |
39
+ | [JSONReplacer(key, value)](./foundation-utils.jsonreplacer.md) | JSON replacer function. |
40
+ | [JSONReviver(key, value)](./foundation-utils.jsonreviver.md) | JSON reviver function. |
41
+ | [mapGenesisJsonSchema(jsonSchemResponse)](./foundation-utils.mapgenesisjsonschema.md) | Takes in a valid response from <code>connect.getJsonSchema(resourceName)</code> and maps it to a JsonSchema extended with the genesisType metadata for a field |
42
+ | [mapJsonSchemaFieldToExprBuilderField(\[name, schema\])](./foundation-utils.mapjsonschemafieldtoexprbuilderfield.md) | <p>Maps fields contained in a JSON schema block enhanced with genesisType metadata to the field shape required by the expression builder component.</p><p>Only sets the properties that are \*required\*. Optional properties, such as <code>defaultValue</code>, must be explicitly set by the user separately.</p> |
43
+ | [reactive(object, deep)](./foundation-utils.reactive.md) | **_(BETA)_** Converts a plain object to a reactive, observable object. |
44
+ | [renderOnChange(target, name)](./foundation-utils.renderonchange.md) | Defines a property changed handler that calls a render() method on the target as an internal observation enhancement. |
45
+ | [sync(binding, conversionType, eventName, keyAttr)](./foundation-utils.sync.md) | Creates a synchronization directive that binds a data source to an HTML element, |
46
+ | [toElementStyles(styles)](./foundation-utils.toelementstyles.md) | toElementStyles. |
47
+ | [visitObject(object, deep, visitor, data, traversed)](./foundation-utils.visitobject.md) | **_(BETA)_** Visit object utility. |
48
+ | [whenElse(binding, trueTemplateOrTemplateBinding, falseTemplateOrTemplateBinding)](./foundation-utils.whenelse.md) | Directive that allows supplying an "else" template to the traditional [https://www.fast.design/docs/api/fast-element.when/\#when-function](https://www.fast.design/docs/api/fast-element.when/#when-function) directive |
250
49
 
251
- </td><td>
252
-
253
- Formats \[DATE\] UNIX Timestamps (without time) to readable strings
254
-
255
-
256
- </td></tr>
257
- <tr><td>
258
-
259
- [formatDateTimeTimestamp(timestamp)](./foundation-utils.formatdatetimetimestamp.md)
260
-
261
-
262
- </td><td>
263
-
264
- Formats \[DATETIME\] UNIX Timestamps (with time) to readable strings
265
-
266
-
267
- </td></tr>
268
- <tr><td>
269
-
270
- [formatDateTimeTimestampWithMilliseconds(timestamp)](./foundation-utils.formatdatetimetimestampwithmilliseconds.md)
271
-
272
-
273
- </td><td>
274
-
275
- Formats \[DATETIME\] UNIX Timestamps (with time and milliseconds) to readable strings
276
-
277
-
278
- </td></tr>
279
- <tr><td>
280
-
281
- [formatTimestamp(timestamp, withTime)](./foundation-utils.formattimestamp.md)
282
-
283
-
284
- </td><td>
285
-
286
- Formats \[DATE\|DATETIME\] Unix Timestamps to readable strings
287
-
288
-
289
- </td></tr>
290
- <tr><td>
291
-
292
- [getCurrentDesignSystemPrefix(element, fallbackPrefix)](./foundation-utils.getcurrentdesignsystemprefix.md)
293
-
294
-
295
- </td><td>
296
-
297
- Get the current design system prefix by checking available providers. If no provider is found, falls back to the provided prefix.
298
-
299
-
300
- </td></tr>
301
- <tr><td>
302
-
303
- [getDateFormatter(locale, options)](./foundation-utils.getdateformatter.md)
304
-
305
-
306
- </td><td>
307
-
308
-
309
-
310
- </td></tr>
311
- <tr><td>
312
-
313
- [getFontMixin(family, style, weight)](./foundation-utils.getfontmixin.md)
314
-
315
-
316
- </td><td>
317
-
318
- Generates a CSS mixin for the specified font family, style, and weight.
319
-
320
-
321
- </td></tr>
322
- <tr><td>
323
-
324
- [getNumberFormatter(format, locale)](./foundation-utils.getnumberformatter.md)
325
-
326
-
327
- </td><td>
328
-
329
-
330
-
331
- </td></tr>
332
- <tr><td>
333
-
334
- [inIFrame()](./foundation-utils.iniframe.md)
335
-
336
-
337
- </td><td>
338
-
339
- Returns a boolean value indicating whether the current window is inside an iframe.
340
-
341
-
342
- </td></tr>
343
- <tr><td>
344
-
345
- [insertDocumentCSSRule(cssRule, styleElementId)](./foundation-utils.insertdocumentcssrule.md)
346
-
347
-
348
- </td><td>
349
-
350
- Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID. Returns a function that can be called to remove the rule from the document.
351
-
352
-
353
- </td></tr>
354
- <tr><td>
355
-
356
- [insertDocumentLink(href)](./foundation-utils.insertdocumentlink.md)
357
-
358
-
359
- </td><td>
360
-
361
- Inserts a CSS link into the document if it doesn't already exist.
362
-
363
-
364
- </td></tr>
365
- <tr><td>
366
-
367
- [inSymphonyDesktop()](./foundation-utils.insymphonydesktop.md)
368
-
369
-
370
- </td><td>
371
-
372
- Returns a boolean value indicating whether the user is running the Symphony desktop app.
373
-
374
-
375
- </td></tr>
376
- <tr><td>
377
-
378
- [isDev()](./foundation-utils.isdev.md)
379
-
380
-
381
- </td><td>
382
-
383
- Determines if the current environment is a development environment.
384
-
385
-
386
- </td></tr>
387
- <tr><td>
388
-
389
- [JSONReplacer(key, value)](./foundation-utils.jsonreplacer.md)
390
-
391
-
392
- </td><td>
393
-
394
- JSON replacer function.
395
-
396
-
397
- </td></tr>
398
- <tr><td>
399
-
400
- [JSONReviver(key, value)](./foundation-utils.jsonreviver.md)
401
-
402
-
403
- </td><td>
404
-
405
- JSON reviver function.
406
-
407
-
408
- </td></tr>
409
- <tr><td>
410
-
411
- [LifecycleMixin(Base)](./foundation-utils.lifecyclemixin.md)
412
-
413
-
414
- </td><td>
415
-
416
- **_(BETA)_** Mixin class to expose `shouldRunConnect` and `shouldRunDisconnect`
417
-
418
-
419
- </td></tr>
420
- <tr><td>
421
-
422
- [loadFontFaces(fontFaceRules, styleElementId)](./foundation-utils.loadfontfaces.md)
423
-
424
-
425
- </td><td>
426
-
427
- Loads font faces by inserting a style element with the specified font face rules into the document.
428
-
429
-
430
- </td></tr>
431
- <tr><td>
432
-
433
- [mapGenesisJsonSchema(jsonSchemResponse)](./foundation-utils.mapgenesisjsonschema.md)
434
-
435
-
436
- </td><td>
437
-
438
- Takes in a valid response from `connect.getJsonSchema(resourceName)` and maps it to a JsonSchema extended with the genesisType metadata for a field
439
-
440
-
441
- </td></tr>
442
- <tr><td>
443
-
444
- [mapJsonSchemaFieldToExprBuilderField(\[name, schema\])](./foundation-utils.mapjsonschemafieldtoexprbuilderfield.md)
445
-
446
-
447
- </td><td>
448
-
449
- Maps fields contained in a JSON schema block enhanced with genesisType metadata to the field shape required by the expression builder component.
450
-
451
- Only sets the properties that are \*required\*. Optional properties, such as `defaultValue`<!-- -->, must be explicitly set by the user separately.
452
-
453
-
454
- </td></tr>
455
- <tr><td>
456
-
457
- [openPopup(urlNavigate, target, popUpWidth, popUpHeight)](./foundation-utils.openpopup.md)
458
-
459
-
460
- </td><td>
461
-
462
- Opens a new browser window with the specified URL, target, width, and height.
463
-
464
-
465
- </td></tr>
466
- <tr><td>
467
-
468
- [PendingState(Base)](./foundation-utils.pendingstate.md)
469
-
470
-
471
- </td><td>
472
-
473
- The `PendingState` mixin.
474
-
475
-
476
- </td></tr>
477
- <tr><td>
478
-
479
- [reactive(object, deep)](./foundation-utils.reactive.md)
50
+ ## Interfaces
480
51
 
52
+ | Interface | Description |
53
+ | --- | --- |
54
+ | [Database](./foundation-utils.database.md) | Represents a database with basic CRUD operations. |
55
+ | [DatabaseRecord](./foundation-utils.databaserecord.md) | Represents a database record. |
56
+ | [DesignSystemModule](./foundation-utils.designsystemmodule.md) | DesignSystemModule. |
57
+ | [DTOMapper](./foundation-utils.dtomapper.md) | |
58
+ | [ErrorMap](./foundation-utils.errormap.md) | |
59
+ | [JSONSerializer](./foundation-utils.jsonserializer.md) | An interface representing a JSON serializer. |
60
+ | [JSONSerializerConfig](./foundation-utils.jsonserializerconfig.md) | Configuration options for the JSONSerializer Config instance. |
61
+ | [Logger](./foundation-utils.logger.md) | A logger that extends the <code>Consola</code> logger. |
62
+ | [LoggerOptions](./foundation-utils.loggeroptions.md) | Options for creating a logger. |
63
+ | [ObjectVisitor](./foundation-utils.objectvisitor.md) | **_(BETA)_** |
64
+ | [Observer](./foundation-utils.observer.md) | Represents an event observer that manages the subscription and publication of events. |
65
+ | [ServerRowDTOMapper](./foundation-utils.serverrowdtomapper.md) | A mapper for converting between server row DTOs and entities. Provides methods to get/set a ServerRow DTO entity mapping. |
66
+ | [UUID](./foundation-utils.uuid.md) | An interface for generating UUIDs. |
67
+ | [UUIDConfig](./foundation-utils.uuidconfig.md) | A configuration object for customizing UUID generation. |
481
68
 
482
- </td><td>
69
+ ## Namespaces
483
70
 
484
- **_(BETA)_** Converts a plain object to a reactive, observable object.
71
+ | Namespace | Description |
72
+ | --- | --- |
73
+ | [DatabaseAccessResult](./foundation-utils.databaseaccessresult.md) | Namespace for database access result types. |
74
+ | [DatabaseEvent](./foundation-utils.databaseevent.md) | Namespace for database events. |
75
+ | [Genesis](./foundation-utils.genesis.md) | |
485
76
 
77
+ ## Variables
486
78
 
487
- </td></tr>
488
- <tr><td>
489
-
490
- [renderOnChange(target, name)](./foundation-utils.renderonchange.md)
491
-
492
-
493
- </td><td>
494
-
495
- Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.
496
-
497
-
498
- </td></tr>
499
- <tr><td>
500
-
501
- [resolveAfter(ms, valueCreator)](./foundation-utils.resolveafter.md)
502
-
503
-
504
- </td><td>
505
-
506
- Resolve a promise after a timeout.
507
-
508
-
509
- </td></tr>
510
- <tr><td>
511
-
512
- [respondToVisibility(element, callback)](./foundation-utils.respondtovisibility.md)
513
-
514
-
515
- </td><td>
516
-
517
- Setup an `IntersectionObserver` which will activate a callback function when an element becomes visible on screen
518
-
519
-
520
- </td></tr>
521
- <tr><td>
522
-
523
- [sync(binding, conversionType, eventName, keyAttr)](./foundation-utils.sync.md)
524
-
525
-
526
- </td><td>
527
-
528
- Creates a synchronization directive that binds a data source to an HTML element,
529
-
530
-
531
- </td></tr>
532
- <tr><td>
533
-
534
- [toElementStyles(styles)](./foundation-utils.toelementstyles.md)
535
-
536
-
537
- </td><td>
538
-
539
- toElementStyles.
540
-
541
-
542
- </td></tr>
543
- <tr><td>
544
-
545
- [visitObject(object, deep, visitor, data, traversed)](./foundation-utils.visitobject.md)
546
-
547
-
548
- </td><td>
549
-
550
- **_(BETA)_** Visit object utility.
551
-
552
-
553
- </td></tr>
554
- <tr><td>
555
-
556
- [whenElse(binding, trueTemplateOrTemplateBinding, falseTemplateOrTemplateBinding)](./foundation-utils.whenelse.md)
557
-
558
-
559
- </td><td>
560
-
561
- Directive that allows supplying an "else" template to the traditional [https://www.fast.design/docs/api/fast-element.when/\#when-function](https://www.fast.design/docs/api/fast-element.when/#when-function) directive
562
-
563
-
564
- </td></tr>
565
- </tbody></table>
566
-
567
- ## Interfaces
568
-
569
- <table><thead><tr><th>
570
-
571
- Interface
572
-
573
-
574
- </th><th>
575
-
576
- Description
577
-
578
-
579
- </th></tr></thead>
580
- <tbody><tr><td>
581
-
582
- [Database](./foundation-utils.database.md)
583
-
584
-
585
- </td><td>
586
-
587
- Represents a database with basic CRUD operations.
588
-
589
-
590
- </td></tr>
591
- <tr><td>
592
-
593
- [DatabaseRecord](./foundation-utils.databaserecord.md)
594
-
595
-
596
- </td><td>
597
-
598
- Represents a database record.
599
-
600
-
601
- </td></tr>
602
- <tr><td>
603
-
604
- [DesignSystemModule](./foundation-utils.designsystemmodule.md)
605
-
606
-
607
- </td><td>
608
-
609
- DesignSystemModule.
610
-
611
-
612
- </td></tr>
613
- <tr><td>
614
-
615
- [DTOMapper](./foundation-utils.dtomapper.md)
616
-
617
-
618
- </td><td>
619
-
620
-
621
-
622
- </td></tr>
623
- <tr><td>
624
-
625
- [ErrorMap](./foundation-utils.errormap.md)
626
-
627
-
628
- </td><td>
629
-
630
-
631
-
632
- </td></tr>
633
- <tr><td>
634
-
635
- [JSONSerializer](./foundation-utils.jsonserializer.md)
636
-
637
-
638
- </td><td>
639
-
640
- An interface representing a JSON serializer.
641
-
642
-
643
- </td></tr>
644
- <tr><td>
645
-
646
- [JSONSerializerConfig](./foundation-utils.jsonserializerconfig.md)
647
-
648
-
649
- </td><td>
650
-
651
- Configuration options for the JSONSerializer Config instance.
652
-
653
-
654
- </td></tr>
655
- <tr><td>
656
-
657
- [Logger](./foundation-utils.logger.md)
658
-
659
-
660
- </td><td>
661
-
662
- A logger that extends the `Consola` logger.
663
-
664
-
665
- </td></tr>
666
- <tr><td>
667
-
668
- [LoggerOptions](./foundation-utils.loggeroptions.md)
669
-
670
-
671
- </td><td>
672
-
673
- Options for creating a logger.
674
-
675
-
676
- </td></tr>
677
- <tr><td>
678
-
679
- [ObjectVisitor](./foundation-utils.objectvisitor.md)
680
-
681
-
682
- </td><td>
683
-
684
- **_(BETA)_**
685
-
686
-
687
- </td></tr>
688
- <tr><td>
689
-
690
- [Observer](./foundation-utils.observer.md)
691
-
692
-
693
- </td><td>
694
-
695
- Represents an event observer that manages the subscription and publication of events.
696
-
697
-
698
- </td></tr>
699
- <tr><td>
700
-
701
- [ServerRowDTOMapper](./foundation-utils.serverrowdtomapper.md)
702
-
703
-
704
- </td><td>
705
-
706
- A mapper for converting between server row DTOs and entities. Provides methods to get/set a ServerRow DTO entity mapping.
707
-
708
-
709
- </td></tr>
710
- <tr><td>
711
-
712
- [UUID](./foundation-utils.uuid.md)
713
-
714
-
715
- </td><td>
716
-
717
- An interface for generating UUIDs.
718
-
719
-
720
- </td></tr>
721
- <tr><td>
722
-
723
- [UUIDConfig](./foundation-utils.uuidconfig.md)
724
-
725
-
726
- </td><td>
727
-
728
- A configuration object for customizing UUID generation.
729
-
730
-
731
- </td></tr>
732
- </tbody></table>
733
-
734
- ## Namespaces
735
-
736
- <table><thead><tr><th>
737
-
738
- Namespace
739
-
740
-
741
- </th><th>
742
-
743
- Description
744
-
745
-
746
- </th></tr></thead>
747
- <tbody><tr><td>
748
-
749
- [DatabaseAccessResult](./foundation-utils.databaseaccessresult.md)
750
-
751
-
752
- </td><td>
753
-
754
- Namespace for database access result types.
755
-
756
-
757
- </td></tr>
758
- <tr><td>
759
-
760
- [DatabaseEvent](./foundation-utils.databaseevent.md)
761
-
762
-
763
- </td><td>
764
-
765
- Namespace for database events.
766
-
767
-
768
- </td></tr>
769
- <tr><td>
770
-
771
- [Genesis](./foundation-utils.genesis.md)
772
-
773
-
774
- </td><td>
775
-
776
-
777
-
778
- </td></tr>
779
- </tbody></table>
780
-
781
- ## Variables
782
-
783
- <table><thead><tr><th>
784
-
785
- Variable
786
-
787
-
788
- </th><th>
789
-
790
- Description
791
-
792
-
793
- </th></tr></thead>
794
- <tbody><tr><td>
795
-
796
- [activeColorScheme](./foundation-utils.activecolorscheme.md)
797
-
798
-
799
- </td><td>
800
-
801
- A design token that represents the active color scheme (light or dark).
802
-
803
-
804
- </td></tr>
805
- <tr><td>
806
-
807
- [API\_HOST](./foundation-utils.api_host.md)
808
-
809
-
810
- </td><td>
811
-
812
- The Genesis Server URL (WebSocket or HTTP).
813
-
814
-
815
- </td></tr>
816
- <tr><td>
817
-
818
- [BUILDER](./foundation-utils.builder.md)
819
-
820
-
821
- </td><td>
822
-
823
- The builder aka file bundler.
824
-
825
-
826
- </td></tr>
827
- <tr><td>
828
-
829
- [CHANGE\_PASSWORD\_URL](./foundation-utils.change_password_url.md)
830
-
831
-
832
- </td><td>
833
-
834
-
835
-
836
- </td></tr>
837
- <tr><td>
838
-
839
- [DEFAULT\_ORGANISATION](./foundation-utils.default_organisation.md)
840
-
841
-
842
- </td><td>
843
-
844
- The default Organisation value, used in auth/login flow \[`genesislcap-foundation-login`<!-- -->\](https://link-to-docs).
845
-
846
-
847
- </td></tr>
848
- <tr><td>
849
-
850
- [DEFAULT\_PASSWORD](./foundation-utils.default_password.md)
851
-
852
-
853
- </td><td>
854
-
855
- The default Password value, used in auth/login flow \[`genesislcap-foundation-login`<!-- -->\](https://link-to-docs).
856
-
857
-
858
- </td></tr>
859
- <tr><td>
860
-
861
- [DEFAULT\_USER](./foundation-utils.default_user.md)
862
-
863
-
864
- </td><td>
865
-
866
- The default Username value, used in auth/login flow \[`genesislcap-foundation-login`<!-- -->\](https://link-to-docs).
867
-
868
-
869
- </td></tr>
870
- <tr><td>
871
-
872
- [defaultEventMap](./foundation-utils.defaulteventmap.md)
873
-
874
-
875
- </td><td>
876
-
877
- A map that associates specific HTML element tags with their corresponding default event names.
878
-
879
-
880
- </td></tr>
881
- <tr><td>
882
-
883
- [defaultJSONSerializerConfig](./foundation-utils.defaultjsonserializerconfig.md)
884
-
885
-
886
- </td><td>
887
-
888
- A Default JSONSerializer Config for serializing and deserializing functions.
889
-
890
-
891
- </td></tr>
892
- <tr><td>
893
-
894
- [defaultLoggerOptions](./foundation-utils.defaultloggeroptions.md)
895
-
896
-
897
- </td><td>
898
-
899
- The default logger options.
900
-
901
-
902
- </td></tr>
903
- <tr><td>
904
-
905
- [ENVIRONMENT\_LEVEL](./foundation-utils.environment_level.md)
906
-
907
-
908
- </td><td>
909
-
910
-
911
-
912
- </td></tr>
913
- <tr><td>
914
-
915
- [FORCE\_HTTP](./foundation-utils.force_http.md)
916
-
917
-
918
- </td><td>
919
-
920
- The path to a JSON config file for the HTTP mode.
921
-
922
-
923
- </td></tr>
924
- <tr><td>
925
-
926
- [FORGOT\_PASSWORD\_URL](./foundation-utils.forgot_password_url.md)
927
-
928
-
929
- </td><td>
930
-
931
-
932
-
933
- </td></tr>
934
- <tr><td>
935
-
936
- [GENESIS\_SOCKET\_URL](./foundation-utils.genesis_socket_url.md)
937
-
938
-
939
- </td><td>
940
-
941
- Genesis Socket URL
942
-
943
-
944
- </td></tr>
945
- <tr><td>
946
-
947
- [HTTP\_CONFIG](./foundation-utils.http_config.md)
948
-
949
-
950
- </td><td>
951
-
952
- Configuration settings for HTTP, used in http connect flow \[`genesislcap-foundation-comms.HttpConnectConfig`<!-- -->\](https://link-to-docs).
953
-
954
-
955
- </td></tr>
956
- <tr><td>
957
-
958
- [JSONSerializer](./foundation-utils.jsonserializer.md)
959
-
960
-
961
- </td><td>
962
-
963
- A DI token for the JSON serializer.
964
-
965
-
966
- </td></tr>
967
- <tr><td>
968
-
969
- [layoutCacheDocument](./foundation-utils.layoutcachedocument.md)
970
-
971
-
972
- </td><td>
973
-
974
- Stored on the layout's internal cache to signify that the document is not part of the DOM
975
-
976
-
977
- </td></tr>
978
- <tr><td>
979
-
980
- [logger](./foundation-utils.logger.md)
981
-
982
-
983
- </td><td>
984
-
985
- Logger for the foundation-utils package
986
-
987
-
988
- </td></tr>
989
- <tr><td>
990
-
991
- [LOGIN\_DETAILS\_URL](./foundation-utils.login_details_url.md)
992
-
993
-
994
- </td><td>
995
-
996
-
997
-
998
- </td></tr>
999
- <tr><td>
1000
-
1001
- [LOGIN\_REFRESH\_URL](./foundation-utils.login_refresh_url.md)
1002
-
1003
-
1004
- </td><td>
1005
-
1006
-
1007
-
1008
- </td></tr>
1009
- <tr><td>
1010
-
1011
- [LOGIN\_URL](./foundation-utils.login_url.md)
1012
-
1013
-
1014
- </td><td>
1015
-
1016
-
1017
-
1018
- </td></tr>
1019
- <tr><td>
1020
-
1021
- [LOGOUT\_URL](./foundation-utils.logout_url.md)
1022
-
1023
-
1024
- </td><td>
1025
-
1026
-
1027
-
1028
- </td></tr>
1029
- <tr><td>
1030
-
1031
- [POPUP\_DEFAULT\_HEIGHT](./foundation-utils.popup_default_height.md)
1032
-
1033
-
1034
- </td><td>
1035
-
1036
- The default height (in pixels) for pop-up windows.
1037
-
1038
-
1039
- </td></tr>
1040
- <tr><td>
1041
-
1042
- [POPUP\_DEFAULT\_WIDTH](./foundation-utils.popup_default_width.md)
1043
-
1044
-
1045
- </td><td>
1046
-
1047
- The default width (in pixels) for pop-up windows.
1048
-
1049
-
1050
- </td></tr>
1051
- <tr><td>
1052
-
1053
- [PUBLIC\_PATH](./foundation-utils.public_path.md)
1054
-
1055
-
1056
- </td><td>
1057
-
1058
- The public path.
1059
-
1060
-
1061
- </td></tr>
1062
- <tr><td>
1063
-
1064
- [RESET\_PASSWORD\_URL](./foundation-utils.reset_password_url.md)
1065
-
1066
-
1067
- </td><td>
1068
-
1069
-
1070
-
1071
- </td></tr>
1072
- <tr><td>
1073
-
1074
- [ResourceType](./foundation-utils.resourcetype.md)
1075
-
1076
-
1077
- </td><td>
1078
-
1079
- An object that defines two resource types: "local" and "remote".
1080
-
1081
-
1082
- </td></tr>
1083
- <tr><td>
1084
-
1085
- [ServerRowDTOMapper](./foundation-utils.serverrowdtomapper.md)
1086
-
1087
-
1088
- </td><td>
1089
-
1090
- A DI token used to obtain a `ServerRowDTOMapper` instance.
1091
-
1092
-
1093
- </td></tr>
1094
- <tr><td>
1095
-
1096
- [SOCKET\_EXT](./foundation-utils.socket_ext.md)
1097
-
1098
-
1099
- </td><td>
1100
-
1101
- The sub-path used for WebSocket connections when API\_HOST is not set
1102
-
1103
-
1104
- </td></tr>
1105
- <tr><td>
1106
-
1107
- [SSO\_LIST\_URL](./foundation-utils.sso_list_url.md)
1108
-
1109
-
1110
- </td><td>
1111
-
1112
-
1113
-
1114
- </td></tr>
1115
- <tr><td>
1116
-
1117
- [SSO\_LOGIN\_URL](./foundation-utils.sso_login_url.md)
1118
-
1119
-
1120
- </td><td>
1121
-
1122
-
1123
-
1124
- </td></tr>
1125
- <tr><td>
1126
-
1127
- [TypeRampValues](./foundation-utils.typerampvalues.md)
1128
-
1129
-
1130
- </td><td>
1131
-
1132
- An object containing type ramp values.
1133
-
1134
-
1135
- </td></tr>
1136
- <tr><td>
1137
-
1138
- [UUID](./foundation-utils.uuid.md)
1139
-
1140
-
1141
- </td><td>
1142
-
1143
- A dependency injection token for the UUID interface.
1144
-
1145
-
1146
- </td></tr>
1147
- </tbody></table>
79
+ | Variable | Description |
80
+ | --- | --- |
81
+ | [activeColorScheme](./foundation-utils.activecolorscheme.md) | A design token that represents the active color scheme (light or dark). |
82
+ | [API\_HOST](./foundation-utils.api_host.md) | The Genesis Server URL (WebSocket or HTTP). |
83
+ | [BUILDER](./foundation-utils.builder.md) | The builder aka file bundler. |
84
+ | [CHANGE\_PASSWORD\_URL](./foundation-utils.change_password_url.md) | |
85
+ | [createErrorMap](./foundation-utils.createerrormap.md) | A factory to create the error map. |
86
+ | [createObserver](./foundation-utils.createobserver.md) | Creates a new event observer instance. |
87
+ | [decodeFromBase64](./foundation-utils.decodefrombase64.md) | Decodes a value from base64. |
88
+ | [decodeFromBase64WithPrefix](./foundation-utils.decodefrombase64withprefix.md) | Decodes a value from base64 with a prefix. |
89
+ | [DEFAULT\_ORGANISATION](./foundation-utils.default_organisation.md) | The default Organisation value, used in auth/login flow \[<code>genesislcap-foundation-login</code>\](https://link-to-docs). |
90
+ | [DEFAULT\_PASSWORD](./foundation-utils.default_password.md) | The default Password value, used in auth/login flow \[<code>genesislcap-foundation-login</code>\](https://link-to-docs). |
91
+ | [DEFAULT\_USER](./foundation-utils.default_user.md) | The default Username value, used in auth/login flow \[<code>genesislcap-foundation-login</code>\](https://link-to-docs). |
92
+ | [defaultEventMap](./foundation-utils.defaulteventmap.md) | A map that associates specific HTML element tags with their corresponding default event names. |
93
+ | [defaultJSONSerializerConfig](./foundation-utils.defaultjsonserializerconfig.md) | A Default JSONSerializer Config for serializing and deserializing functions. |
94
+ | [defaultLoggerOptions](./foundation-utils.defaultloggeroptions.md) | The default logger options. |
95
+ | [delay](./foundation-utils.delay.md) | Delay for a given number of milliseconds |
96
+ | [encodeToBase64](./foundation-utils.encodetobase64.md) | Encodes the given value to base64. |
97
+ | [encodeToBase64WithPrefix](./foundation-utils.encodetobase64withprefix.md) | Encodes the given value with a prefix to base64. |
98
+ | [ENVIRONMENT\_LEVEL](./foundation-utils.environment_level.md) | |
99
+ | [FORCE\_HTTP](./foundation-utils.force_http.md) | The path to a JSON config file for the HTTP mode. |
100
+ | [FORGOT\_PASSWORD\_URL](./foundation-utils.forgot_password_url.md) | |
101
+ | [GENESIS\_SOCKET\_URL](./foundation-utils.genesis_socket_url.md) | Genesis Socket URL |
102
+ | [getFontMixin](./foundation-utils.getfontmixin.md) | Generates a CSS mixin for the specified font family, style, and weight. |
103
+ | [HTTP\_CONFIG](./foundation-utils.http_config.md) | Configuration settings for HTTP, used in http connect flow \[<code>genesislcap-foundation-comms.HttpConnectConfig</code>\](https://link-to-docs). |
104
+ | [inIFrame](./foundation-utils.iniframe.md) | Returns a boolean value indicating whether the current window is inside an iframe. |
105
+ | [insertDocumentCSSRule](./foundation-utils.insertdocumentcssrule.md) | Inserts a CSS rule into the document by creating a new style element or using an existing one with the specified ID. Returns a function that can be called to remove the rule from the document. |
106
+ | [insertDocumentLink](./foundation-utils.insertdocumentlink.md) | Inserts a CSS link into the document if it doesn't already exist. |
107
+ | [inSymphonyDesktop](./foundation-utils.insymphonydesktop.md) | Returns a boolean value indicating whether the user is running the Symphony desktop app. |
108
+ | [isDev](./foundation-utils.isdev.md) | Determines if the current environment is a development environment. |
109
+ | [JSONSerializer](./foundation-utils.jsonserializer.md) | A DI token for the JSON serializer. |
110
+ | [layoutCacheDocument](./foundation-utils.layoutcachedocument.md) | Stored on the layout's internal cache to signify that the document is not part of the DOM |
111
+ | [LifecycleMixin](./foundation-utils.lifecyclemixin.md) | **_(BETA)_** Mixin class to expose <code>shouldRunConnect</code> and <code>shouldRunDisconnect</code> |
112
+ | [loadFontFaces](./foundation-utils.loadfontfaces.md) | Loads font faces by inserting a style element with the specified font face rules into the document. |
113
+ | [logger](./foundation-utils.logger.md) | Logger for the foundation-utils package |
114
+ | [LOGIN\_DETAILS\_URL](./foundation-utils.login_details_url.md) | |
115
+ | [LOGIN\_REFRESH\_URL](./foundation-utils.login_refresh_url.md) | |
116
+ | [LOGIN\_URL](./foundation-utils.login_url.md) | |
117
+ | [LOGOUT\_URL](./foundation-utils.logout_url.md) | |
118
+ | [openPopup](./foundation-utils.openpopup.md) | Opens a new browser window with the specified URL, target, width, and height. |
119
+ | [PendingState](./foundation-utils.pendingstate.md) | The <code>PendingState</code> mixin. |
120
+ | [POPUP\_DEFAULT\_HEIGHT](./foundation-utils.popup_default_height.md) | The default height (in pixels) for pop-up windows. |
121
+ | [POPUP\_DEFAULT\_WIDTH](./foundation-utils.popup_default_width.md) | The default width (in pixels) for pop-up windows. |
122
+ | [PUBLIC\_PATH](./foundation-utils.public_path.md) | The public path. |
123
+ | [RESET\_PASSWORD\_URL](./foundation-utils.reset_password_url.md) | |
124
+ | [resolveAfter](./foundation-utils.resolveafter.md) | Resolve a promise after a timeout. |
125
+ | [ResourceType](./foundation-utils.resourcetype.md) | An object that defines two resource types: "local" and "remote". |
126
+ | [respondToVisibility](./foundation-utils.respondtovisibility.md) | Setup an <code>IntersectionObserver</code> which will activate a callback function when an element becomes visible on screen |
127
+ | [ServerRowDTOMapper](./foundation-utils.serverrowdtomapper.md) | A DI token used to obtain a <code>ServerRowDTOMapper</code> instance. |
128
+ | [SOCKET\_EXT](./foundation-utils.socket_ext.md) | The sub-path used for WebSocket connections when API\_HOST is not set |
129
+ | [SSO\_LIST\_URL](./foundation-utils.sso_list_url.md) | |
130
+ | [SSO\_LOGIN\_URL](./foundation-utils.sso_login_url.md) | |
131
+ | [TypeRampValues](./foundation-utils.typerampvalues.md) | An object containing type ramp values. |
132
+ | [UUID](./foundation-utils.uuid.md) | A dependency injection token for the UUID interface. |
1148
133
 
1149
134
  ## Type Aliases
1150
135
 
1151
- <table><thead><tr><th>
1152
-
1153
- Type Alias
1154
-
1155
-
1156
- </th><th>
1157
-
1158
- Description
1159
-
1160
-
1161
- </th></tr></thead>
1162
- <tbody><tr><td>
1163
-
1164
- [ConstructableLifecycleHandler](./foundation-utils.constructablelifecyclehandler.md)
1165
-
1166
-
1167
- </td><td>
1168
-
1169
-
1170
-
1171
- </td></tr>
1172
- <tr><td>
1173
-
1174
- [ConstructablePendingState](./foundation-utils.constructablependingstate.md)
1175
-
1176
-
1177
- </td><td>
1178
-
1179
- A mixin that provides functionality for raising `pending-state` events.
1180
-
1181
-
1182
- </td></tr>
1183
- <tr><td>
1184
-
1185
- [ConversionType](./foundation-utils.conversiontype.md)
1186
-
1187
-
1188
- </td><td>
1189
-
1190
- Represents the possible types of value conversion for data synchronization.
1191
-
1192
-
1193
- </td></tr>
1194
- <tr><td>
1195
-
1196
- [DesignSystemResource](./foundation-utils.designsystemresource.md)
1197
-
1198
-
1199
- </td><td>
1200
-
1201
- DesignSystemResource.
1202
-
1203
-
1204
- </td></tr>
1205
- <tr><td>
1206
-
1207
- [ErrorDetailMap](./foundation-utils.errordetailmap.md)
1208
-
1209
-
1210
- </td><td>
1211
-
1212
-
1213
-
1214
- </td></tr>
1215
- <tr><td>
1216
-
1217
- [ErrorMapLogger](./foundation-utils.errormaplogger.md)
1218
-
1219
-
1220
- </td><td>
1221
-
1222
-
1223
-
1224
- </td></tr>
1225
- <tr><td>
1226
-
1227
- [EventName](./foundation-utils.eventname.md)
1228
-
1229
-
1230
- </td><td>
1231
-
1232
- Represents the possible event names for data synchronization.
1233
-
1234
-
1235
- </td></tr>
1236
- <tr><td>
1237
-
1238
- [Listener](./foundation-utils.listener.md)
1239
-
1240
-
1241
- </td><td>
1242
-
1243
- Creates an observer that facilitates the subscription and publication of events.
1244
-
1245
-
1246
- </td></tr>
1247
- <tr><td>
1248
-
1249
- [PendingStateErrorEvent](./foundation-utils.pendingstateerrorevent.md)
1250
-
1251
-
1252
- </td><td>
1253
-
1254
- A custom event that represents a `pending-state-error` event.
1255
-
1256
-
1257
- </td></tr>
1258
- <tr><td>
1259
-
1260
- [PendingStateEvent](./foundation-utils.pendingstateevent.md)
1261
-
1262
-
1263
- </td><td>
1264
-
1265
- A custom event that represents a `pending-state` event.
1266
-
1267
-
1268
- </td></tr>
1269
- <tr><td>
1270
-
1271
- [Publish](./foundation-utils.publish.md)
1272
-
1273
-
1274
- </td><td>
1275
-
1276
- Publishes an event of a specific type to all subscribed listeners.
1277
-
1278
-
1279
- </td></tr>
1280
- <tr><td>
1281
-
1282
- [ResourceType](./foundation-utils.resourcetype.md)
1283
-
1284
-
1285
- </td><td>
1286
-
1287
- A type that represents the resource types defined by the `ResourceType` object.
1288
-
1289
-
1290
- </td></tr>
1291
- <tr><td>
1292
-
1293
- [ServerRowDTO](./foundation-utils.serverrowdto.md)
1294
-
1295
-
1296
- </td><td>
1297
-
1298
- The data for a server row DTO.
1299
-
1300
-
1301
- </td></tr>
1302
- <tr><td>
1303
-
1304
- [ServerRowEntity](./foundation-utils.serverrowentity.md)
1305
-
1306
-
1307
- </td><td>
1308
-
1309
- The data for a server row entity.
1310
-
1311
-
1312
- </td></tr>
1313
- <tr><td>
1314
-
1315
- [Subscribe](./foundation-utils.subscribe.md)
1316
-
1317
-
1318
- </td><td>
1319
-
1320
- Subscribes a listener function to receive events of a specific type.
1321
-
1322
-
1323
- </td></tr>
1324
- </tbody></table>
136
+ | Type Alias | Description |
137
+ | --- | --- |
138
+ | [ConstructableLifecycleHandler](./foundation-utils.constructablelifecyclehandler.md) | |
139
+ | [ConstructablePendingState](./foundation-utils.constructablependingstate.md) | A mixin that provides functionality for raising <code>pending-state</code> events. |
140
+ | [ConversionType](./foundation-utils.conversiontype.md) | Represents the possible types of value conversion for data synchronization. |
141
+ | [DesignSystemResource](./foundation-utils.designsystemresource.md) | DesignSystemResource. |
142
+ | [ErrorDetailMap](./foundation-utils.errordetailmap.md) | |
143
+ | [ErrorMapLogger](./foundation-utils.errormaplogger.md) | |
144
+ | [EventName](./foundation-utils.eventname.md) | Represents the possible event names for data synchronization. |
145
+ | [Listener](./foundation-utils.listener.md) | Creates an observer that facilitates the subscription and publication of events. |
146
+ | [PendingStateErrorEvent](./foundation-utils.pendingstateerrorevent.md) | A custom event that represents a <code>pending-state-error</code> event. |
147
+ | [PendingStateEvent](./foundation-utils.pendingstateevent.md) | A custom event that represents a <code>pending-state</code> event. |
148
+ | [Publish](./foundation-utils.publish.md) | Publishes an event of a specific type to all subscribed listeners. |
149
+ | [ResourceType](./foundation-utils.resourcetype.md) | A type that represents the resource types defined by the <code>ResourceType</code> object. |
150
+ | [ServerRowDTO](./foundation-utils.serverrowdto.md) | The data for a server row DTO. |
151
+ | [ServerRowEntity](./foundation-utils.serverrowentity.md) | The data for a server row entity. |
152
+ | [Subscribe](./foundation-utils.subscribe.md) | Subscribes a listener function to receive events of a specific type. |
1325
153