@genesislcap/foundation-utils 14.78.0-mfa-auth.1 → 14.78.0-mfa-auth.2

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.
@@ -143,59 +143,6 @@
143
143
  }
144
144
  ]
145
145
  },
146
- {
147
- "kind": "javascript-module",
148
- "path": "src/decorators/index.ts",
149
- "declarations": [],
150
- "exports": [
151
- {
152
- "kind": "js",
153
- "name": "*",
154
- "declaration": {
155
- "name": "*",
156
- "package": "./renderOnChange"
157
- }
158
- }
159
- ]
160
- },
161
- {
162
- "kind": "javascript-module",
163
- "path": "src/decorators/renderOnChange.ts",
164
- "declarations": [
165
- {
166
- "kind": "function",
167
- "name": "renderOnChange",
168
- "parameters": [
169
- {
170
- "name": "target",
171
- "type": {
172
- "text": "FASTElement & { render(): void }"
173
- },
174
- "description": "The target to define the property change handler on."
175
- },
176
- {
177
- "name": "name",
178
- "type": {
179
- "text": "string"
180
- },
181
- "description": "The property name."
182
- }
183
- ],
184
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
185
- "privacy": "public"
186
- }
187
- ],
188
- "exports": [
189
- {
190
- "kind": "js",
191
- "name": "renderOnChange",
192
- "declaration": {
193
- "name": "renderOnChange",
194
- "module": "src/decorators/renderOnChange.ts"
195
- }
196
- }
197
- ]
198
- },
199
146
  {
200
147
  "kind": "javascript-module",
201
148
  "path": "src/data/inMemoryDatabase.ts",
@@ -394,6 +341,59 @@
394
341
  }
395
342
  ]
396
343
  },
344
+ {
345
+ "kind": "javascript-module",
346
+ "path": "src/decorators/index.ts",
347
+ "declarations": [],
348
+ "exports": [
349
+ {
350
+ "kind": "js",
351
+ "name": "*",
352
+ "declaration": {
353
+ "name": "*",
354
+ "package": "./renderOnChange"
355
+ }
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "kind": "javascript-module",
361
+ "path": "src/decorators/renderOnChange.ts",
362
+ "declarations": [
363
+ {
364
+ "kind": "function",
365
+ "name": "renderOnChange",
366
+ "parameters": [
367
+ {
368
+ "name": "target",
369
+ "type": {
370
+ "text": "FASTElement & { render(): void }"
371
+ },
372
+ "description": "The target to define the property change handler on."
373
+ },
374
+ {
375
+ "name": "name",
376
+ "type": {
377
+ "text": "string"
378
+ },
379
+ "description": "The property name."
380
+ }
381
+ ],
382
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
383
+ "privacy": "public"
384
+ }
385
+ ],
386
+ "exports": [
387
+ {
388
+ "kind": "js",
389
+ "name": "renderOnChange",
390
+ "declaration": {
391
+ "name": "renderOnChange",
392
+ "module": "src/decorators/renderOnChange.ts"
393
+ }
394
+ }
395
+ ]
396
+ },
397
397
  {
398
398
  "kind": "javascript-module",
399
399
  "path": "src/design-system/design-system.ts",
@@ -2023,6 +2023,106 @@
2023
2023
  }
2024
2024
  ]
2025
2025
  },
2026
+ {
2027
+ "kind": "javascript-module",
2028
+ "path": "src/mappers/dto/index.ts",
2029
+ "declarations": [],
2030
+ "exports": [
2031
+ {
2032
+ "kind": "js",
2033
+ "name": "*",
2034
+ "declaration": {
2035
+ "name": "*",
2036
+ "package": "./serverRow"
2037
+ }
2038
+ },
2039
+ {
2040
+ "kind": "js",
2041
+ "name": "*",
2042
+ "declaration": {
2043
+ "name": "*",
2044
+ "package": "./types"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "kind": "javascript-module",
2051
+ "path": "src/mappers/dto/serverRow.ts",
2052
+ "declarations": [
2053
+ {
2054
+ "kind": "class",
2055
+ "description": "The default `ServerRowDTOMapper`.",
2056
+ "name": "DefaultServerRowDTOMapper",
2057
+ "members": [
2058
+ {
2059
+ "kind": "field",
2060
+ "name": "fromDTO",
2061
+ "description": "Converts a server row DTO to an entity.",
2062
+ "parameters": [
2063
+ {
2064
+ "description": "The DTO to convert.",
2065
+ "name": "dto"
2066
+ }
2067
+ ],
2068
+ "return": {
2069
+ "type": {
2070
+ "text": ""
2071
+ }
2072
+ },
2073
+ "privacy": "public"
2074
+ },
2075
+ {
2076
+ "kind": "field",
2077
+ "name": "toDTO",
2078
+ "description": "Converts a server row entity to a DTO.",
2079
+ "parameters": [
2080
+ {
2081
+ "description": "The entity to convert.",
2082
+ "name": "entity"
2083
+ }
2084
+ ],
2085
+ "return": {
2086
+ "type": {
2087
+ "text": ""
2088
+ }
2089
+ },
2090
+ "privacy": "public"
2091
+ }
2092
+ ]
2093
+ },
2094
+ {
2095
+ "kind": "variable",
2096
+ "name": "ServerRowDTOMapper",
2097
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2098
+ "privacy": "public"
2099
+ }
2100
+ ],
2101
+ "exports": [
2102
+ {
2103
+ "kind": "js",
2104
+ "name": "DefaultServerRowDTOMapper",
2105
+ "declaration": {
2106
+ "name": "DefaultServerRowDTOMapper",
2107
+ "module": "src/mappers/dto/serverRow.ts"
2108
+ }
2109
+ },
2110
+ {
2111
+ "kind": "js",
2112
+ "name": "ServerRowDTOMapper",
2113
+ "declaration": {
2114
+ "name": "ServerRowDTOMapper",
2115
+ "module": "src/mappers/dto/serverRow.ts"
2116
+ }
2117
+ }
2118
+ ]
2119
+ },
2120
+ {
2121
+ "kind": "javascript-module",
2122
+ "path": "src/mappers/dto/types.ts",
2123
+ "declarations": [],
2124
+ "exports": []
2125
+ },
2026
2126
  {
2027
2127
  "kind": "javascript-module",
2028
2128
  "path": "src/mixins/lifecycle/index.ts",
@@ -2234,106 +2334,6 @@
2234
2334
  }
2235
2335
  ]
2236
2336
  },
2237
- {
2238
- "kind": "javascript-module",
2239
- "path": "src/mappers/dto/index.ts",
2240
- "declarations": [],
2241
- "exports": [
2242
- {
2243
- "kind": "js",
2244
- "name": "*",
2245
- "declaration": {
2246
- "name": "*",
2247
- "package": "./serverRow"
2248
- }
2249
- },
2250
- {
2251
- "kind": "js",
2252
- "name": "*",
2253
- "declaration": {
2254
- "name": "*",
2255
- "package": "./types"
2256
- }
2257
- }
2258
- ]
2259
- },
2260
- {
2261
- "kind": "javascript-module",
2262
- "path": "src/mappers/dto/serverRow.ts",
2263
- "declarations": [
2264
- {
2265
- "kind": "class",
2266
- "description": "The default `ServerRowDTOMapper`.",
2267
- "name": "DefaultServerRowDTOMapper",
2268
- "members": [
2269
- {
2270
- "kind": "field",
2271
- "name": "fromDTO",
2272
- "description": "Converts a server row DTO to an entity.",
2273
- "parameters": [
2274
- {
2275
- "description": "The DTO to convert.",
2276
- "name": "dto"
2277
- }
2278
- ],
2279
- "return": {
2280
- "type": {
2281
- "text": ""
2282
- }
2283
- },
2284
- "privacy": "public"
2285
- },
2286
- {
2287
- "kind": "field",
2288
- "name": "toDTO",
2289
- "description": "Converts a server row entity to a DTO.",
2290
- "parameters": [
2291
- {
2292
- "description": "The entity to convert.",
2293
- "name": "entity"
2294
- }
2295
- ],
2296
- "return": {
2297
- "type": {
2298
- "text": ""
2299
- }
2300
- },
2301
- "privacy": "public"
2302
- }
2303
- ]
2304
- },
2305
- {
2306
- "kind": "variable",
2307
- "name": "ServerRowDTOMapper",
2308
- "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2309
- "privacy": "public"
2310
- }
2311
- ],
2312
- "exports": [
2313
- {
2314
- "kind": "js",
2315
- "name": "DefaultServerRowDTOMapper",
2316
- "declaration": {
2317
- "name": "DefaultServerRowDTOMapper",
2318
- "module": "src/mappers/dto/serverRow.ts"
2319
- }
2320
- },
2321
- {
2322
- "kind": "js",
2323
- "name": "ServerRowDTOMapper",
2324
- "declaration": {
2325
- "name": "ServerRowDTOMapper",
2326
- "module": "src/mappers/dto/serverRow.ts"
2327
- }
2328
- }
2329
- ]
2330
- },
2331
- {
2332
- "kind": "javascript-module",
2333
- "path": "src/mappers/dto/types.ts",
2334
- "declarations": [],
2335
- "exports": []
2336
- },
2337
2337
  {
2338
2338
  "kind": "javascript-module",
2339
2339
  "path": "src/serializers/json/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.78.0-mfa-auth.1",
4
+ "version": "14.78.0-mfa-auth.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "b995bf31c81b491d6efa5ad8e476698704838474"
44
+ "gitHead": "8c05be41efd2c388ec8ea0d091b163c52e1d5540"
45
45
  }