@genesislcap/foundation-utils 14.200.0-FUI-2127.2 → 14.200.0-FUI-2127.4
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 +471 -471
- package/package.json +10 -10
|
@@ -159,370 +159,6 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
-
{
|
|
163
|
-
"kind": "javascript-module",
|
|
164
|
-
"path": "src/design-system/design-system.ts",
|
|
165
|
-
"declarations": [
|
|
166
|
-
{
|
|
167
|
-
"kind": "function",
|
|
168
|
-
"name": "assureDesignSystem",
|
|
169
|
-
"return": {
|
|
170
|
-
"type": {
|
|
171
|
-
"text": "DesignSystemModule"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"parameters": [
|
|
175
|
-
{
|
|
176
|
-
"name": "module",
|
|
177
|
-
"type": {
|
|
178
|
-
"text": "DesignSystemModule"
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"description": "assureDesignSystem.",
|
|
183
|
-
"privacy": "public"
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"exports": [
|
|
187
|
-
{
|
|
188
|
-
"kind": "js",
|
|
189
|
-
"name": "assureDesignSystem",
|
|
190
|
-
"declaration": {
|
|
191
|
-
"name": "assureDesignSystem",
|
|
192
|
-
"module": "src/design-system/design-system.ts"
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"kind": "javascript-module",
|
|
199
|
-
"path": "src/design-system/index.ts",
|
|
200
|
-
"declarations": [],
|
|
201
|
-
"exports": [
|
|
202
|
-
{
|
|
203
|
-
"kind": "js",
|
|
204
|
-
"name": "*",
|
|
205
|
-
"declaration": {
|
|
206
|
-
"name": "*",
|
|
207
|
-
"package": "./design-system"
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
]
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"kind": "javascript-module",
|
|
214
|
-
"path": "src/decorators/index.ts",
|
|
215
|
-
"declarations": [],
|
|
216
|
-
"exports": [
|
|
217
|
-
{
|
|
218
|
-
"kind": "js",
|
|
219
|
-
"name": "*",
|
|
220
|
-
"declaration": {
|
|
221
|
-
"name": "*",
|
|
222
|
-
"package": "./renderOnChange"
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
]
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"kind": "javascript-module",
|
|
229
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
230
|
-
"declarations": [
|
|
231
|
-
{
|
|
232
|
-
"kind": "function",
|
|
233
|
-
"name": "renderOnChange",
|
|
234
|
-
"parameters": [
|
|
235
|
-
{
|
|
236
|
-
"name": "target",
|
|
237
|
-
"type": {
|
|
238
|
-
"text": "FASTElement & { render(): void }"
|
|
239
|
-
},
|
|
240
|
-
"description": "The target to define the property change handler on."
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "name",
|
|
244
|
-
"type": {
|
|
245
|
-
"text": "string"
|
|
246
|
-
},
|
|
247
|
-
"description": "The property name."
|
|
248
|
-
}
|
|
249
|
-
],
|
|
250
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
251
|
-
"privacy": "public"
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
|
-
"exports": [
|
|
255
|
-
{
|
|
256
|
-
"kind": "js",
|
|
257
|
-
"name": "renderOnChange",
|
|
258
|
-
"declaration": {
|
|
259
|
-
"name": "renderOnChange",
|
|
260
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
]
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"kind": "javascript-module",
|
|
267
|
-
"path": "src/directives/index.ts",
|
|
268
|
-
"declarations": [],
|
|
269
|
-
"exports": [
|
|
270
|
-
{
|
|
271
|
-
"kind": "js",
|
|
272
|
-
"name": "*",
|
|
273
|
-
"declaration": {
|
|
274
|
-
"name": "*",
|
|
275
|
-
"package": "./sync"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"kind": "js",
|
|
280
|
-
"name": "*",
|
|
281
|
-
"declaration": {
|
|
282
|
-
"name": "*",
|
|
283
|
-
"package": "./when-else"
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
]
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"kind": "javascript-module",
|
|
290
|
-
"path": "src/env/index.ts",
|
|
291
|
-
"declarations": [],
|
|
292
|
-
"exports": [
|
|
293
|
-
{
|
|
294
|
-
"kind": "js",
|
|
295
|
-
"name": "*",
|
|
296
|
-
"declaration": {
|
|
297
|
-
"name": "*",
|
|
298
|
-
"package": "./is-dev"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"kind": "js",
|
|
303
|
-
"name": "*",
|
|
304
|
-
"declaration": {
|
|
305
|
-
"name": "*",
|
|
306
|
-
"package": "./variables"
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
]
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"kind": "javascript-module",
|
|
313
|
-
"path": "src/env/is-dev.ts",
|
|
314
|
-
"declarations": [
|
|
315
|
-
{
|
|
316
|
-
"kind": "function",
|
|
317
|
-
"name": "isDev",
|
|
318
|
-
"description": "Determines if the current environment is a development environment.",
|
|
319
|
-
"privacy": "public"
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
"exports": [
|
|
323
|
-
{
|
|
324
|
-
"kind": "js",
|
|
325
|
-
"name": "isDev",
|
|
326
|
-
"declaration": {
|
|
327
|
-
"name": "isDev",
|
|
328
|
-
"module": "src/env/is-dev.ts"
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
]
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"kind": "javascript-module",
|
|
335
|
-
"path": "src/env/variables.ts",
|
|
336
|
-
"declarations": [
|
|
337
|
-
{
|
|
338
|
-
"kind": "variable",
|
|
339
|
-
"name": "SOCKET_EXT",
|
|
340
|
-
"type": {
|
|
341
|
-
"text": "string"
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"kind": "variable",
|
|
346
|
-
"name": "_SOCKET_EXT",
|
|
347
|
-
"type": {
|
|
348
|
-
"text": "string"
|
|
349
|
-
},
|
|
350
|
-
"default": "'gwf'",
|
|
351
|
-
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
352
|
-
"privacy": "public"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"kind": "variable",
|
|
356
|
-
"name": "FORCE_HTTP",
|
|
357
|
-
"type": {
|
|
358
|
-
"text": "string"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"kind": "variable",
|
|
363
|
-
"name": "_FORCE_HTTP",
|
|
364
|
-
"type": {
|
|
365
|
-
"text": "string"
|
|
366
|
-
},
|
|
367
|
-
"description": "The path to a JSON config file for the HTTP mode.",
|
|
368
|
-
"privacy": "public"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"kind": "variable",
|
|
372
|
-
"name": "GENESIS_SOCKET_URL",
|
|
373
|
-
"default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
|
|
374
|
-
"description": "Genesis Socket URL",
|
|
375
|
-
"privacy": "public"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"kind": "variable",
|
|
379
|
-
"name": "API_HOST",
|
|
380
|
-
"type": {
|
|
381
|
-
"text": "string"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"kind": "variable",
|
|
386
|
-
"name": "_API_HOST",
|
|
387
|
-
"type": {
|
|
388
|
-
"text": "string"
|
|
389
|
-
},
|
|
390
|
-
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
391
|
-
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
392
|
-
"privacy": "public"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"kind": "variable",
|
|
396
|
-
"name": "HTTP_CONFIG",
|
|
397
|
-
"type": {
|
|
398
|
-
"text": "string"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"kind": "variable",
|
|
403
|
-
"name": "_HTTP_CONFIG",
|
|
404
|
-
"type": {
|
|
405
|
-
"text": "string"
|
|
406
|
-
},
|
|
407
|
-
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
408
|
-
"privacy": "public"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"kind": "variable",
|
|
412
|
-
"name": "DEFAULT_ORGANISATION",
|
|
413
|
-
"type": {
|
|
414
|
-
"text": "string"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"kind": "variable",
|
|
419
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
420
|
-
"type": {
|
|
421
|
-
"text": "string"
|
|
422
|
-
},
|
|
423
|
-
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
424
|
-
"privacy": "public"
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"kind": "variable",
|
|
428
|
-
"name": "DEFAULT_PASSWORD",
|
|
429
|
-
"type": {
|
|
430
|
-
"text": "string"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "variable",
|
|
435
|
-
"name": "_DEFAULT_PASSWORD",
|
|
436
|
-
"type": {
|
|
437
|
-
"text": "string"
|
|
438
|
-
},
|
|
439
|
-
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
440
|
-
"privacy": "public"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"kind": "variable",
|
|
444
|
-
"name": "DEFAULT_USER",
|
|
445
|
-
"type": {
|
|
446
|
-
"text": "string"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"kind": "variable",
|
|
451
|
-
"name": "_DEFAULT_USER",
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "string"
|
|
454
|
-
},
|
|
455
|
-
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
456
|
-
"privacy": "public"
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "SOCKET_EXT",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "_SOCKET_EXT",
|
|
465
|
-
"module": "src/env/variables.ts"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "js",
|
|
470
|
-
"name": "FORCE_HTTP",
|
|
471
|
-
"declaration": {
|
|
472
|
-
"name": "_FORCE_HTTP",
|
|
473
|
-
"module": "src/env/variables.ts"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"kind": "js",
|
|
478
|
-
"name": "GENESIS_SOCKET_URL",
|
|
479
|
-
"declaration": {
|
|
480
|
-
"name": "GENESIS_SOCKET_URL",
|
|
481
|
-
"module": "src/env/variables.ts"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"kind": "js",
|
|
486
|
-
"name": "API_HOST",
|
|
487
|
-
"declaration": {
|
|
488
|
-
"name": "_API_HOST",
|
|
489
|
-
"module": "src/env/variables.ts"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"kind": "js",
|
|
494
|
-
"name": "HTTP_CONFIG",
|
|
495
|
-
"declaration": {
|
|
496
|
-
"name": "_HTTP_CONFIG",
|
|
497
|
-
"module": "src/env/variables.ts"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"kind": "js",
|
|
502
|
-
"name": "DEFAULT_ORGANISATION",
|
|
503
|
-
"declaration": {
|
|
504
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
505
|
-
"module": "src/env/variables.ts"
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"kind": "js",
|
|
510
|
-
"name": "DEFAULT_PASSWORD",
|
|
511
|
-
"declaration": {
|
|
512
|
-
"name": "_DEFAULT_PASSWORD",
|
|
513
|
-
"module": "src/env/variables.ts"
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"kind": "js",
|
|
518
|
-
"name": "DEFAULT_USER",
|
|
519
|
-
"declaration": {
|
|
520
|
-
"name": "_DEFAULT_USER",
|
|
521
|
-
"module": "src/env/variables.ts"
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
]
|
|
525
|
-
},
|
|
526
162
|
{
|
|
527
163
|
"kind": "javascript-module",
|
|
528
164
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -683,32 +319,135 @@
|
|
|
683
319
|
"text": "() => void"
|
|
684
320
|
}
|
|
685
321
|
},
|
|
686
|
-
"parameters": [
|
|
687
|
-
{
|
|
688
|
-
"name": "listener",
|
|
689
|
-
"type": {
|
|
690
|
-
"text": "Listener<DatabaseEvent.AfterUpdate<T>>"
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
]
|
|
322
|
+
"parameters": [
|
|
323
|
+
{
|
|
324
|
+
"name": "listener",
|
|
325
|
+
"type": {
|
|
326
|
+
"text": "Listener<DatabaseEvent.AfterUpdate<T>>"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
]
|
|
330
|
+
}
|
|
331
|
+
]
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"exports": [
|
|
335
|
+
{
|
|
336
|
+
"kind": "js",
|
|
337
|
+
"name": "InMemoryDatabase",
|
|
338
|
+
"declaration": {
|
|
339
|
+
"name": "InMemoryDatabase",
|
|
340
|
+
"module": "src/data/inMemoryDatabase.ts"
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"kind": "javascript-module",
|
|
347
|
+
"path": "src/data/index.ts",
|
|
348
|
+
"declarations": [],
|
|
349
|
+
"exports": [
|
|
350
|
+
{
|
|
351
|
+
"kind": "js",
|
|
352
|
+
"name": "*",
|
|
353
|
+
"declaration": {
|
|
354
|
+
"name": "*",
|
|
355
|
+
"package": "./inMemoryDatabase"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "javascript-module",
|
|
362
|
+
"path": "src/decorators/index.ts",
|
|
363
|
+
"declarations": [],
|
|
364
|
+
"exports": [
|
|
365
|
+
{
|
|
366
|
+
"kind": "js",
|
|
367
|
+
"name": "*",
|
|
368
|
+
"declaration": {
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./renderOnChange"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "javascript-module",
|
|
377
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
378
|
+
"declarations": [
|
|
379
|
+
{
|
|
380
|
+
"kind": "function",
|
|
381
|
+
"name": "renderOnChange",
|
|
382
|
+
"parameters": [
|
|
383
|
+
{
|
|
384
|
+
"name": "target",
|
|
385
|
+
"type": {
|
|
386
|
+
"text": "FASTElement & { render(): void }"
|
|
387
|
+
},
|
|
388
|
+
"description": "The target to define the property change handler on."
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "name",
|
|
392
|
+
"type": {
|
|
393
|
+
"text": "string"
|
|
394
|
+
},
|
|
395
|
+
"description": "The property name."
|
|
694
396
|
}
|
|
695
|
-
]
|
|
397
|
+
],
|
|
398
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
399
|
+
"privacy": "public"
|
|
696
400
|
}
|
|
697
401
|
],
|
|
698
402
|
"exports": [
|
|
699
403
|
{
|
|
700
404
|
"kind": "js",
|
|
701
|
-
"name": "
|
|
405
|
+
"name": "renderOnChange",
|
|
702
406
|
"declaration": {
|
|
703
|
-
"name": "
|
|
704
|
-
"module": "src/
|
|
407
|
+
"name": "renderOnChange",
|
|
408
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
705
409
|
}
|
|
706
410
|
}
|
|
707
411
|
]
|
|
708
412
|
},
|
|
709
413
|
{
|
|
710
414
|
"kind": "javascript-module",
|
|
711
|
-
"path": "src/
|
|
415
|
+
"path": "src/design-system/design-system.ts",
|
|
416
|
+
"declarations": [
|
|
417
|
+
{
|
|
418
|
+
"kind": "function",
|
|
419
|
+
"name": "assureDesignSystem",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "DesignSystemModule"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"name": "module",
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "assureDesignSystem.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"exports": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "js",
|
|
440
|
+
"name": "assureDesignSystem",
|
|
441
|
+
"declaration": {
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"module": "src/design-system/design-system.ts"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "javascript-module",
|
|
450
|
+
"path": "src/design-system/index.ts",
|
|
712
451
|
"declarations": [],
|
|
713
452
|
"exports": [
|
|
714
453
|
{
|
|
@@ -716,7 +455,30 @@
|
|
|
716
455
|
"name": "*",
|
|
717
456
|
"declaration": {
|
|
718
457
|
"name": "*",
|
|
719
|
-
"package": "./
|
|
458
|
+
"package": "./design-system"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "javascript-module",
|
|
465
|
+
"path": "src/directives/index.ts",
|
|
466
|
+
"declarations": [],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./sync"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./when-else"
|
|
720
482
|
}
|
|
721
483
|
}
|
|
722
484
|
]
|
|
@@ -866,56 +628,294 @@
|
|
|
866
628
|
]
|
|
867
629
|
},
|
|
868
630
|
{
|
|
869
|
-
"kind": "function",
|
|
870
|
-
"name": "createErrorMap",
|
|
871
|
-
"return": {
|
|
872
|
-
"type": {
|
|
873
|
-
"text": ""
|
|
874
|
-
}
|
|
631
|
+
"kind": "function",
|
|
632
|
+
"name": "createErrorMap",
|
|
633
|
+
"return": {
|
|
634
|
+
"type": {
|
|
635
|
+
"text": ""
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"parameters": [
|
|
639
|
+
{
|
|
640
|
+
"name": "logger",
|
|
641
|
+
"type": {
|
|
642
|
+
"text": "ErrorMapLogger"
|
|
643
|
+
},
|
|
644
|
+
"description": "A logger error method reference."
|
|
645
|
+
}
|
|
646
|
+
],
|
|
647
|
+
"description": "A factory to create the error map.",
|
|
648
|
+
"privacy": "public"
|
|
649
|
+
}
|
|
650
|
+
],
|
|
651
|
+
"exports": [
|
|
652
|
+
{
|
|
653
|
+
"kind": "js",
|
|
654
|
+
"name": "DefaultErrorMap",
|
|
655
|
+
"declaration": {
|
|
656
|
+
"name": "DefaultErrorMap",
|
|
657
|
+
"module": "src/error/errorMap.ts"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"kind": "js",
|
|
662
|
+
"name": "createErrorMap",
|
|
663
|
+
"declaration": {
|
|
664
|
+
"name": "createErrorMap",
|
|
665
|
+
"module": "src/error/errorMap.ts"
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "javascript-module",
|
|
672
|
+
"path": "src/error/index.ts",
|
|
673
|
+
"declarations": [],
|
|
674
|
+
"exports": [
|
|
675
|
+
{
|
|
676
|
+
"kind": "js",
|
|
677
|
+
"name": "*",
|
|
678
|
+
"declaration": {
|
|
679
|
+
"name": "*",
|
|
680
|
+
"package": "./errorMap"
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
]
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"kind": "javascript-module",
|
|
687
|
+
"path": "src/env/index.ts",
|
|
688
|
+
"declarations": [],
|
|
689
|
+
"exports": [
|
|
690
|
+
{
|
|
691
|
+
"kind": "js",
|
|
692
|
+
"name": "*",
|
|
693
|
+
"declaration": {
|
|
694
|
+
"name": "*",
|
|
695
|
+
"package": "./is-dev"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"kind": "js",
|
|
700
|
+
"name": "*",
|
|
701
|
+
"declaration": {
|
|
702
|
+
"name": "*",
|
|
703
|
+
"package": "./variables"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "javascript-module",
|
|
710
|
+
"path": "src/env/is-dev.ts",
|
|
711
|
+
"declarations": [
|
|
712
|
+
{
|
|
713
|
+
"kind": "function",
|
|
714
|
+
"name": "isDev",
|
|
715
|
+
"description": "Determines if the current environment is a development environment.",
|
|
716
|
+
"privacy": "public"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"exports": [
|
|
720
|
+
{
|
|
721
|
+
"kind": "js",
|
|
722
|
+
"name": "isDev",
|
|
723
|
+
"declaration": {
|
|
724
|
+
"name": "isDev",
|
|
725
|
+
"module": "src/env/is-dev.ts"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
]
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"kind": "javascript-module",
|
|
732
|
+
"path": "src/env/variables.ts",
|
|
733
|
+
"declarations": [
|
|
734
|
+
{
|
|
735
|
+
"kind": "variable",
|
|
736
|
+
"name": "SOCKET_EXT",
|
|
737
|
+
"type": {
|
|
738
|
+
"text": "string"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"kind": "variable",
|
|
743
|
+
"name": "_SOCKET_EXT",
|
|
744
|
+
"type": {
|
|
745
|
+
"text": "string"
|
|
746
|
+
},
|
|
747
|
+
"default": "'gwf'",
|
|
748
|
+
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
749
|
+
"privacy": "public"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"kind": "variable",
|
|
753
|
+
"name": "FORCE_HTTP",
|
|
754
|
+
"type": {
|
|
755
|
+
"text": "string"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "variable",
|
|
760
|
+
"name": "_FORCE_HTTP",
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "string"
|
|
763
|
+
},
|
|
764
|
+
"description": "The path to a JSON config file for the HTTP mode.",
|
|
765
|
+
"privacy": "public"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"kind": "variable",
|
|
769
|
+
"name": "GENESIS_SOCKET_URL",
|
|
770
|
+
"default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
|
|
771
|
+
"description": "Genesis Socket URL",
|
|
772
|
+
"privacy": "public"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"kind": "variable",
|
|
776
|
+
"name": "API_HOST",
|
|
777
|
+
"type": {
|
|
778
|
+
"text": "string"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "variable",
|
|
783
|
+
"name": "_API_HOST",
|
|
784
|
+
"type": {
|
|
785
|
+
"text": "string"
|
|
786
|
+
},
|
|
787
|
+
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
788
|
+
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
789
|
+
"privacy": "public"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"kind": "variable",
|
|
793
|
+
"name": "HTTP_CONFIG",
|
|
794
|
+
"type": {
|
|
795
|
+
"text": "string"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "variable",
|
|
800
|
+
"name": "_HTTP_CONFIG",
|
|
801
|
+
"type": {
|
|
802
|
+
"text": "string"
|
|
875
803
|
},
|
|
876
|
-
"
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
804
|
+
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
805
|
+
"privacy": "public"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"kind": "variable",
|
|
809
|
+
"name": "DEFAULT_ORGANISATION",
|
|
810
|
+
"type": {
|
|
811
|
+
"text": "string"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "variable",
|
|
816
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
817
|
+
"type": {
|
|
818
|
+
"text": "string"
|
|
819
|
+
},
|
|
820
|
+
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
821
|
+
"privacy": "public"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"kind": "variable",
|
|
825
|
+
"name": "DEFAULT_PASSWORD",
|
|
826
|
+
"type": {
|
|
827
|
+
"text": "string"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"kind": "variable",
|
|
832
|
+
"name": "_DEFAULT_PASSWORD",
|
|
833
|
+
"type": {
|
|
834
|
+
"text": "string"
|
|
835
|
+
},
|
|
836
|
+
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
837
|
+
"privacy": "public"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "variable",
|
|
841
|
+
"name": "DEFAULT_USER",
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "string"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"kind": "variable",
|
|
848
|
+
"name": "_DEFAULT_USER",
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "string"
|
|
851
|
+
},
|
|
852
|
+
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
886
853
|
"privacy": "public"
|
|
887
854
|
}
|
|
888
855
|
],
|
|
889
856
|
"exports": [
|
|
890
857
|
{
|
|
891
858
|
"kind": "js",
|
|
892
|
-
"name": "
|
|
859
|
+
"name": "SOCKET_EXT",
|
|
893
860
|
"declaration": {
|
|
894
|
-
"name": "
|
|
895
|
-
"module": "src/
|
|
861
|
+
"name": "_SOCKET_EXT",
|
|
862
|
+
"module": "src/env/variables.ts"
|
|
896
863
|
}
|
|
897
864
|
},
|
|
898
865
|
{
|
|
899
866
|
"kind": "js",
|
|
900
|
-
"name": "
|
|
867
|
+
"name": "FORCE_HTTP",
|
|
901
868
|
"declaration": {
|
|
902
|
-
"name": "
|
|
903
|
-
"module": "src/
|
|
869
|
+
"name": "_FORCE_HTTP",
|
|
870
|
+
"module": "src/env/variables.ts"
|
|
904
871
|
}
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"kind": "javascript-module",
|
|
910
|
-
"path": "src/error/index.ts",
|
|
911
|
-
"declarations": [],
|
|
912
|
-
"exports": [
|
|
872
|
+
},
|
|
913
873
|
{
|
|
914
874
|
"kind": "js",
|
|
915
|
-
"name": "
|
|
875
|
+
"name": "GENESIS_SOCKET_URL",
|
|
916
876
|
"declaration": {
|
|
917
|
-
"name": "
|
|
918
|
-
"
|
|
877
|
+
"name": "GENESIS_SOCKET_URL",
|
|
878
|
+
"module": "src/env/variables.ts"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"kind": "js",
|
|
883
|
+
"name": "API_HOST",
|
|
884
|
+
"declaration": {
|
|
885
|
+
"name": "_API_HOST",
|
|
886
|
+
"module": "src/env/variables.ts"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"kind": "js",
|
|
891
|
+
"name": "HTTP_CONFIG",
|
|
892
|
+
"declaration": {
|
|
893
|
+
"name": "_HTTP_CONFIG",
|
|
894
|
+
"module": "src/env/variables.ts"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "js",
|
|
899
|
+
"name": "DEFAULT_ORGANISATION",
|
|
900
|
+
"declaration": {
|
|
901
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
902
|
+
"module": "src/env/variables.ts"
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "js",
|
|
907
|
+
"name": "DEFAULT_PASSWORD",
|
|
908
|
+
"declaration": {
|
|
909
|
+
"name": "_DEFAULT_PASSWORD",
|
|
910
|
+
"module": "src/env/variables.ts"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"kind": "js",
|
|
915
|
+
"name": "DEFAULT_USER",
|
|
916
|
+
"declaration": {
|
|
917
|
+
"name": "_DEFAULT_USER",
|
|
918
|
+
"module": "src/env/variables.ts"
|
|
919
919
|
}
|
|
920
920
|
}
|
|
921
921
|
]
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
},
|
|
2209
2209
|
{
|
|
2210
2210
|
"kind": "javascript-module",
|
|
2211
|
-
"path": "src/directives/
|
|
2211
|
+
"path": "src/directives/sync/index.ts",
|
|
2212
2212
|
"declarations": [],
|
|
2213
2213
|
"exports": [
|
|
2214
2214
|
{
|
|
@@ -2216,18 +2216,28 @@
|
|
|
2216
2216
|
"name": "*",
|
|
2217
2217
|
"declaration": {
|
|
2218
2218
|
"name": "*",
|
|
2219
|
-
"package": "./
|
|
2219
|
+
"package": "./sync"
|
|
2220
2220
|
}
|
|
2221
2221
|
}
|
|
2222
2222
|
]
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
2225
|
"kind": "javascript-module",
|
|
2226
|
-
"path": "src/directives/
|
|
2226
|
+
"path": "src/directives/sync/sync.ts",
|
|
2227
2227
|
"declarations": [
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "variable",
|
|
2230
|
+
"name": "defaultEventMap",
|
|
2231
|
+
"type": {
|
|
2232
|
+
"text": "Map<string, EventName>"
|
|
2233
|
+
},
|
|
2234
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2235
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2236
|
+
"privacy": "public"
|
|
2237
|
+
},
|
|
2228
2238
|
{
|
|
2229
2239
|
"kind": "function",
|
|
2230
|
-
"name": "
|
|
2240
|
+
"name": "sync",
|
|
2231
2241
|
"return": {
|
|
2232
2242
|
"type": {
|
|
2233
2243
|
"text": "CaptureType<TSource>"
|
|
@@ -2238,42 +2248,56 @@
|
|
|
2238
2248
|
"name": "binding",
|
|
2239
2249
|
"type": {
|
|
2240
2250
|
"text": "Binding<TSource, TReturn>"
|
|
2241
|
-
}
|
|
2242
|
-
"description": "The condition to test for rendering."
|
|
2251
|
+
}
|
|
2243
2252
|
},
|
|
2244
2253
|
{
|
|
2245
|
-
"name": "
|
|
2254
|
+
"name": "conversionType",
|
|
2255
|
+
"default": "'string'",
|
|
2246
2256
|
"type": {
|
|
2247
|
-
"text": "
|
|
2248
|
-
}
|
|
2249
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2257
|
+
"text": "ConversionType"
|
|
2258
|
+
}
|
|
2250
2259
|
},
|
|
2251
2260
|
{
|
|
2252
|
-
"name": "
|
|
2261
|
+
"name": "eventName",
|
|
2262
|
+
"default": "'default'",
|
|
2253
2263
|
"type": {
|
|
2254
|
-
"text": "
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2264
|
+
"text": "EventName"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "keyAttr",
|
|
2269
|
+
"optional": true,
|
|
2270
|
+
"type": {
|
|
2271
|
+
"text": "string"
|
|
2272
|
+
}
|
|
2257
2273
|
}
|
|
2258
2274
|
],
|
|
2259
|
-
"description": "
|
|
2275
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2260
2276
|
"privacy": "public"
|
|
2261
2277
|
}
|
|
2262
2278
|
],
|
|
2263
2279
|
"exports": [
|
|
2264
2280
|
{
|
|
2265
2281
|
"kind": "js",
|
|
2266
|
-
"name": "
|
|
2282
|
+
"name": "defaultEventMap",
|
|
2267
2283
|
"declaration": {
|
|
2268
|
-
"name": "
|
|
2269
|
-
"module": "src/directives/
|
|
2284
|
+
"name": "defaultEventMap",
|
|
2285
|
+
"module": "src/directives/sync/sync.ts"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"kind": "js",
|
|
2290
|
+
"name": "sync",
|
|
2291
|
+
"declaration": {
|
|
2292
|
+
"name": "sync",
|
|
2293
|
+
"module": "src/directives/sync/sync.ts"
|
|
2270
2294
|
}
|
|
2271
2295
|
}
|
|
2272
2296
|
]
|
|
2273
2297
|
},
|
|
2274
2298
|
{
|
|
2275
2299
|
"kind": "javascript-module",
|
|
2276
|
-
"path": "src/directives/
|
|
2300
|
+
"path": "src/directives/when-else/index.ts",
|
|
2277
2301
|
"declarations": [],
|
|
2278
2302
|
"exports": [
|
|
2279
2303
|
{
|
|
@@ -2281,28 +2305,18 @@
|
|
|
2281
2305
|
"name": "*",
|
|
2282
2306
|
"declaration": {
|
|
2283
2307
|
"name": "*",
|
|
2284
|
-
"package": "./
|
|
2308
|
+
"package": "./when-else"
|
|
2285
2309
|
}
|
|
2286
2310
|
}
|
|
2287
2311
|
]
|
|
2288
2312
|
},
|
|
2289
2313
|
{
|
|
2290
2314
|
"kind": "javascript-module",
|
|
2291
|
-
"path": "src/directives/
|
|
2315
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2292
2316
|
"declarations": [
|
|
2293
|
-
{
|
|
2294
|
-
"kind": "variable",
|
|
2295
|
-
"name": "defaultEventMap",
|
|
2296
|
-
"type": {
|
|
2297
|
-
"text": "Map<string, EventName>"
|
|
2298
|
-
},
|
|
2299
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2300
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2301
|
-
"privacy": "public"
|
|
2302
|
-
},
|
|
2303
2317
|
{
|
|
2304
2318
|
"kind": "function",
|
|
2305
|
-
"name": "
|
|
2319
|
+
"name": "whenElse",
|
|
2306
2320
|
"return": {
|
|
2307
2321
|
"type": {
|
|
2308
2322
|
"text": "CaptureType<TSource>"
|
|
@@ -2313,49 +2327,35 @@
|
|
|
2313
2327
|
"name": "binding",
|
|
2314
2328
|
"type": {
|
|
2315
2329
|
"text": "Binding<TSource, TReturn>"
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
{
|
|
2319
|
-
"name": "conversionType",
|
|
2320
|
-
"default": "'string'",
|
|
2321
|
-
"type": {
|
|
2322
|
-
"text": "ConversionType"
|
|
2323
|
-
}
|
|
2330
|
+
},
|
|
2331
|
+
"description": "The condition to test for rendering."
|
|
2324
2332
|
},
|
|
2325
2333
|
{
|
|
2326
|
-
"name": "
|
|
2327
|
-
"default": "'default'",
|
|
2334
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2328
2335
|
"type": {
|
|
2329
|
-
"text": "
|
|
2330
|
-
}
|
|
2336
|
+
"text": "WhenTemplate<TSource>"
|
|
2337
|
+
},
|
|
2338
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2331
2339
|
},
|
|
2332
2340
|
{
|
|
2333
|
-
"name": "
|
|
2334
|
-
"optional": true,
|
|
2341
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2335
2342
|
"type": {
|
|
2336
|
-
"text": "
|
|
2337
|
-
}
|
|
2343
|
+
"text": "WhenTemplate<TSource>"
|
|
2344
|
+
},
|
|
2345
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2338
2346
|
}
|
|
2339
2347
|
],
|
|
2340
|
-
"description": "
|
|
2348
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2341
2349
|
"privacy": "public"
|
|
2342
2350
|
}
|
|
2343
2351
|
],
|
|
2344
2352
|
"exports": [
|
|
2345
2353
|
{
|
|
2346
2354
|
"kind": "js",
|
|
2347
|
-
"name": "
|
|
2348
|
-
"declaration": {
|
|
2349
|
-
"name": "defaultEventMap",
|
|
2350
|
-
"module": "src/directives/sync/sync.ts"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"kind": "js",
|
|
2355
|
-
"name": "sync",
|
|
2355
|
+
"name": "whenElse",
|
|
2356
2356
|
"declaration": {
|
|
2357
|
-
"name": "
|
|
2358
|
-
"module": "src/directives/
|
|
2357
|
+
"name": "whenElse",
|
|
2358
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2359
2359
|
}
|
|
2360
2360
|
}
|
|
2361
2361
|
]
|
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.200.0-FUI-2127.
|
|
4
|
+
"version": "14.200.0-FUI-2127.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.200.0-FUI-2127.
|
|
31
|
-
"@genesislcap/genx": "14.200.0-FUI-2127.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.200.0-FUI-2127.
|
|
33
|
-
"@genesislcap/ts-builder": "14.200.0-FUI-2127.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.200.0-FUI-2127.
|
|
35
|
-
"@genesislcap/vite-builder": "14.200.0-FUI-2127.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.200.0-FUI-2127.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.200.0-FUI-2127.4",
|
|
31
|
+
"@genesislcap/genx": "14.200.0-FUI-2127.4",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.200.0-FUI-2127.4",
|
|
33
|
+
"@genesislcap/ts-builder": "14.200.0-FUI-2127.4",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.200.0-FUI-2127.4",
|
|
35
|
+
"@genesislcap/vite-builder": "14.200.0-FUI-2127.4",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.200.0-FUI-2127.4",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.200.0-FUI-2127.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.200.0-FUI-2127.4",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "88c454dc5efe6b735685385e8351136b50878065"
|
|
59
59
|
}
|