@genesislcap/foundation-utils 14.418.1 → 14.418.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.
- package/dist/custom-elements.json +398 -398
- package/package.json +11 -11
|
@@ -209,59 +209,6 @@
|
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
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
212
|
{
|
|
266
213
|
"kind": "javascript-module",
|
|
267
214
|
"path": "src/converters/index.ts",
|
|
@@ -303,164 +250,6 @@
|
|
|
303
250
|
}
|
|
304
251
|
]
|
|
305
252
|
},
|
|
306
|
-
{
|
|
307
|
-
"kind": "javascript-module",
|
|
308
|
-
"path": "src/design-system/design-system.ts",
|
|
309
|
-
"declarations": [
|
|
310
|
-
{
|
|
311
|
-
"kind": "function",
|
|
312
|
-
"name": "assureDesignSystem",
|
|
313
|
-
"return": {
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "DesignSystemModule"
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"parameters": [
|
|
319
|
-
{
|
|
320
|
-
"name": "module",
|
|
321
|
-
"type": {
|
|
322
|
-
"text": "DesignSystemModule"
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"description": "assureDesignSystem.",
|
|
327
|
-
"privacy": "public"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "function",
|
|
331
|
-
"name": "getCurrentDesignSystem",
|
|
332
|
-
"return": {
|
|
333
|
-
"type": {
|
|
334
|
-
"text": ""
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"parameters": [
|
|
338
|
-
{
|
|
339
|
-
"name": "element",
|
|
340
|
-
"type": {
|
|
341
|
-
"text": "HTMLElement"
|
|
342
|
-
},
|
|
343
|
-
"description": "The starting HTML element"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"name": "fallbackPrefix",
|
|
347
|
-
"type": {
|
|
348
|
-
"text": "string"
|
|
349
|
-
},
|
|
350
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
351
|
-
}
|
|
352
|
-
],
|
|
353
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
354
|
-
"privacy": "public"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"kind": "function",
|
|
358
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
359
|
-
"return": {
|
|
360
|
-
"type": {
|
|
361
|
-
"text": ""
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"parameters": [
|
|
365
|
-
{
|
|
366
|
-
"name": "element",
|
|
367
|
-
"type": {
|
|
368
|
-
"text": "HTMLElement"
|
|
369
|
-
},
|
|
370
|
-
"description": "The starting HTML element"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"name": "fallbackPrefix",
|
|
374
|
-
"type": {
|
|
375
|
-
"text": "string"
|
|
376
|
-
},
|
|
377
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
381
|
-
"privacy": "public"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"exports": [
|
|
385
|
-
{
|
|
386
|
-
"kind": "js",
|
|
387
|
-
"name": "assureDesignSystem",
|
|
388
|
-
"declaration": {
|
|
389
|
-
"name": "assureDesignSystem",
|
|
390
|
-
"module": "src/design-system/design-system.ts"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"kind": "js",
|
|
395
|
-
"name": "getCurrentDesignSystem",
|
|
396
|
-
"declaration": {
|
|
397
|
-
"name": "getCurrentDesignSystem",
|
|
398
|
-
"module": "src/design-system/design-system.ts"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"kind": "js",
|
|
403
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
404
|
-
"declaration": {
|
|
405
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
406
|
-
"module": "src/design-system/design-system.ts"
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
]
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"kind": "javascript-module",
|
|
413
|
-
"path": "src/design-system/index.ts",
|
|
414
|
-
"declarations": [],
|
|
415
|
-
"exports": [
|
|
416
|
-
{
|
|
417
|
-
"kind": "js",
|
|
418
|
-
"name": "*",
|
|
419
|
-
"declaration": {
|
|
420
|
-
"name": "*",
|
|
421
|
-
"package": "./design-system"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
]
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"kind": "javascript-module",
|
|
428
|
-
"path": "src/encoding/index.ts",
|
|
429
|
-
"declarations": [],
|
|
430
|
-
"exports": [
|
|
431
|
-
{
|
|
432
|
-
"kind": "js",
|
|
433
|
-
"name": "*",
|
|
434
|
-
"declaration": {
|
|
435
|
-
"name": "*",
|
|
436
|
-
"package": "./base64"
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
]
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"kind": "javascript-module",
|
|
443
|
-
"path": "src/directives/index.ts",
|
|
444
|
-
"declarations": [],
|
|
445
|
-
"exports": [
|
|
446
|
-
{
|
|
447
|
-
"kind": "js",
|
|
448
|
-
"name": "*",
|
|
449
|
-
"declaration": {
|
|
450
|
-
"name": "*",
|
|
451
|
-
"package": "./sync"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"kind": "js",
|
|
456
|
-
"name": "*",
|
|
457
|
-
"declaration": {
|
|
458
|
-
"name": "*",
|
|
459
|
-
"package": "./when-else"
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
]
|
|
463
|
-
},
|
|
464
253
|
{
|
|
465
254
|
"kind": "javascript-module",
|
|
466
255
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -661,39 +450,197 @@
|
|
|
661
450
|
},
|
|
662
451
|
{
|
|
663
452
|
"kind": "javascript-module",
|
|
664
|
-
"path": "src/
|
|
665
|
-
"declarations": [],
|
|
666
|
-
"exports": [
|
|
667
|
-
{
|
|
668
|
-
"kind": "js",
|
|
669
|
-
"name": "*",
|
|
670
|
-
"declaration": {
|
|
671
|
-
"name": "*",
|
|
672
|
-
"package": "./is-dev"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"kind": "js",
|
|
677
|
-
"name": "*",
|
|
678
|
-
"declaration": {
|
|
679
|
-
"name": "*",
|
|
680
|
-
"package": "./variables"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"kind": "javascript-module",
|
|
687
|
-
"path": "src/env/is-dev.ts",
|
|
453
|
+
"path": "src/design-system/design-system.ts",
|
|
688
454
|
"declarations": [
|
|
689
455
|
{
|
|
690
456
|
"kind": "function",
|
|
691
|
-
"name": "
|
|
692
|
-
"
|
|
457
|
+
"name": "assureDesignSystem",
|
|
458
|
+
"return": {
|
|
459
|
+
"type": {
|
|
460
|
+
"text": "DesignSystemModule"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"parameters": [
|
|
464
|
+
{
|
|
465
|
+
"name": "module",
|
|
466
|
+
"type": {
|
|
467
|
+
"text": "DesignSystemModule"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"description": "assureDesignSystem.",
|
|
693
472
|
"privacy": "public"
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "function",
|
|
476
|
+
"name": "getCurrentDesignSystem",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": ""
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"parameters": [
|
|
483
|
+
{
|
|
484
|
+
"name": "element",
|
|
485
|
+
"type": {
|
|
486
|
+
"text": "HTMLElement"
|
|
487
|
+
},
|
|
488
|
+
"description": "The starting HTML element"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "fallbackPrefix",
|
|
492
|
+
"type": {
|
|
493
|
+
"text": "string"
|
|
494
|
+
},
|
|
495
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
499
|
+
"privacy": "public"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "function",
|
|
503
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
504
|
+
"return": {
|
|
505
|
+
"type": {
|
|
506
|
+
"text": ""
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"name": "element",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "HTMLElement"
|
|
514
|
+
},
|
|
515
|
+
"description": "The starting HTML element"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "fallbackPrefix",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "string"
|
|
521
|
+
},
|
|
522
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
526
|
+
"privacy": "public"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"exports": [
|
|
530
|
+
{
|
|
531
|
+
"kind": "js",
|
|
532
|
+
"name": "assureDesignSystem",
|
|
533
|
+
"declaration": {
|
|
534
|
+
"name": "assureDesignSystem",
|
|
535
|
+
"module": "src/design-system/design-system.ts"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"kind": "js",
|
|
540
|
+
"name": "getCurrentDesignSystem",
|
|
541
|
+
"declaration": {
|
|
542
|
+
"name": "getCurrentDesignSystem",
|
|
543
|
+
"module": "src/design-system/design-system.ts"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "js",
|
|
548
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
549
|
+
"declaration": {
|
|
550
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
551
|
+
"module": "src/design-system/design-system.ts"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"kind": "javascript-module",
|
|
558
|
+
"path": "src/design-system/index.ts",
|
|
559
|
+
"declarations": [],
|
|
560
|
+
"exports": [
|
|
561
|
+
{
|
|
562
|
+
"kind": "js",
|
|
563
|
+
"name": "*",
|
|
564
|
+
"declaration": {
|
|
565
|
+
"name": "*",
|
|
566
|
+
"package": "./design-system"
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"kind": "javascript-module",
|
|
573
|
+
"path": "src/directives/index.ts",
|
|
574
|
+
"declarations": [],
|
|
575
|
+
"exports": [
|
|
576
|
+
{
|
|
577
|
+
"kind": "js",
|
|
578
|
+
"name": "*",
|
|
579
|
+
"declaration": {
|
|
580
|
+
"name": "*",
|
|
581
|
+
"package": "./sync"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"kind": "js",
|
|
586
|
+
"name": "*",
|
|
587
|
+
"declaration": {
|
|
588
|
+
"name": "*",
|
|
589
|
+
"package": "./when-else"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"kind": "javascript-module",
|
|
596
|
+
"path": "src/encoding/index.ts",
|
|
597
|
+
"declarations": [],
|
|
598
|
+
"exports": [
|
|
599
|
+
{
|
|
600
|
+
"kind": "js",
|
|
601
|
+
"name": "*",
|
|
602
|
+
"declaration": {
|
|
603
|
+
"name": "*",
|
|
604
|
+
"package": "./base64"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "javascript-module",
|
|
611
|
+
"path": "src/env/index.ts",
|
|
612
|
+
"declarations": [],
|
|
613
|
+
"exports": [
|
|
614
|
+
{
|
|
615
|
+
"kind": "js",
|
|
616
|
+
"name": "*",
|
|
617
|
+
"declaration": {
|
|
618
|
+
"name": "*",
|
|
619
|
+
"package": "./is-dev"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "js",
|
|
624
|
+
"name": "*",
|
|
625
|
+
"declaration": {
|
|
626
|
+
"name": "*",
|
|
627
|
+
"package": "./variables"
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"kind": "javascript-module",
|
|
634
|
+
"path": "src/env/is-dev.ts",
|
|
635
|
+
"declarations": [
|
|
636
|
+
{
|
|
637
|
+
"kind": "function",
|
|
638
|
+
"name": "isDev",
|
|
639
|
+
"description": "Determines if the current environment is a development environment.",
|
|
640
|
+
"privacy": "public"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"exports": [
|
|
697
644
|
{
|
|
698
645
|
"kind": "js",
|
|
699
646
|
"name": "isDev",
|
|
@@ -1134,6 +1081,59 @@
|
|
|
1134
1081
|
}
|
|
1135
1082
|
]
|
|
1136
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "javascript-module",
|
|
1086
|
+
"path": "src/decorators/index.ts",
|
|
1087
|
+
"declarations": [],
|
|
1088
|
+
"exports": [
|
|
1089
|
+
{
|
|
1090
|
+
"kind": "js",
|
|
1091
|
+
"name": "*",
|
|
1092
|
+
"declaration": {
|
|
1093
|
+
"name": "*",
|
|
1094
|
+
"package": "./renderOnChange"
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
]
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "javascript-module",
|
|
1101
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
1102
|
+
"declarations": [
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "function",
|
|
1105
|
+
"name": "renderOnChange",
|
|
1106
|
+
"parameters": [
|
|
1107
|
+
{
|
|
1108
|
+
"name": "target",
|
|
1109
|
+
"type": {
|
|
1110
|
+
"text": "FASTElement & { render(): void }"
|
|
1111
|
+
},
|
|
1112
|
+
"description": "The target to define the property change handler on."
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "name",
|
|
1116
|
+
"type": {
|
|
1117
|
+
"text": "string"
|
|
1118
|
+
},
|
|
1119
|
+
"description": "The property name."
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
1123
|
+
"privacy": "public"
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"exports": [
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "js",
|
|
1129
|
+
"name": "renderOnChange",
|
|
1130
|
+
"declaration": {
|
|
1131
|
+
"name": "renderOnChange",
|
|
1132
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
]
|
|
1136
|
+
},
|
|
1137
1137
|
{
|
|
1138
1138
|
"kind": "javascript-module",
|
|
1139
1139
|
"path": "src/error/errorMap.ts",
|
|
@@ -4310,19 +4310,173 @@
|
|
|
4310
4310
|
},
|
|
4311
4311
|
{
|
|
4312
4312
|
"kind": "javascript-module",
|
|
4313
|
-
"path": "src/
|
|
4313
|
+
"path": "src/directives/sync/index.ts",
|
|
4314
|
+
"declarations": [],
|
|
4315
|
+
"exports": [
|
|
4316
|
+
{
|
|
4317
|
+
"kind": "js",
|
|
4318
|
+
"name": "*",
|
|
4319
|
+
"declaration": {
|
|
4320
|
+
"name": "*",
|
|
4321
|
+
"package": "./sync"
|
|
4322
|
+
}
|
|
4323
|
+
}
|
|
4324
|
+
]
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"kind": "javascript-module",
|
|
4328
|
+
"path": "src/directives/sync/sync.ts",
|
|
4314
4329
|
"declarations": [
|
|
4330
|
+
{
|
|
4331
|
+
"kind": "variable",
|
|
4332
|
+
"name": "defaultEventMap",
|
|
4333
|
+
"type": {
|
|
4334
|
+
"text": "Map<string, EventName>"
|
|
4335
|
+
},
|
|
4336
|
+
"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])",
|
|
4337
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4338
|
+
"privacy": "public"
|
|
4339
|
+
},
|
|
4315
4340
|
{
|
|
4316
4341
|
"kind": "function",
|
|
4317
|
-
"name": "
|
|
4342
|
+
"name": "sync",
|
|
4318
4343
|
"return": {
|
|
4319
4344
|
"type": {
|
|
4320
|
-
"text": ""
|
|
4345
|
+
"text": "CaptureType<TSource>"
|
|
4321
4346
|
}
|
|
4322
4347
|
},
|
|
4323
4348
|
"parameters": [
|
|
4324
4349
|
{
|
|
4325
|
-
"name": "
|
|
4350
|
+
"name": "binding",
|
|
4351
|
+
"type": {
|
|
4352
|
+
"text": "Binding<TSource, TReturn>"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "conversionType",
|
|
4357
|
+
"default": "'string'",
|
|
4358
|
+
"type": {
|
|
4359
|
+
"text": "ConversionType"
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "eventName",
|
|
4364
|
+
"default": "'default'",
|
|
4365
|
+
"type": {
|
|
4366
|
+
"text": "EventName"
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"name": "keyAttr",
|
|
4371
|
+
"optional": true,
|
|
4372
|
+
"type": {
|
|
4373
|
+
"text": "string"
|
|
4374
|
+
}
|
|
4375
|
+
}
|
|
4376
|
+
],
|
|
4377
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4378
|
+
"privacy": "public"
|
|
4379
|
+
}
|
|
4380
|
+
],
|
|
4381
|
+
"exports": [
|
|
4382
|
+
{
|
|
4383
|
+
"kind": "js",
|
|
4384
|
+
"name": "defaultEventMap",
|
|
4385
|
+
"declaration": {
|
|
4386
|
+
"name": "defaultEventMap",
|
|
4387
|
+
"module": "src/directives/sync/sync.ts"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "js",
|
|
4392
|
+
"name": "sync",
|
|
4393
|
+
"declaration": {
|
|
4394
|
+
"name": "sync",
|
|
4395
|
+
"module": "src/directives/sync/sync.ts"
|
|
4396
|
+
}
|
|
4397
|
+
}
|
|
4398
|
+
]
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"kind": "javascript-module",
|
|
4402
|
+
"path": "src/directives/when-else/index.ts",
|
|
4403
|
+
"declarations": [],
|
|
4404
|
+
"exports": [
|
|
4405
|
+
{
|
|
4406
|
+
"kind": "js",
|
|
4407
|
+
"name": "*",
|
|
4408
|
+
"declaration": {
|
|
4409
|
+
"name": "*",
|
|
4410
|
+
"package": "./when-else"
|
|
4411
|
+
}
|
|
4412
|
+
}
|
|
4413
|
+
]
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"kind": "javascript-module",
|
|
4417
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
4418
|
+
"declarations": [
|
|
4419
|
+
{
|
|
4420
|
+
"kind": "function",
|
|
4421
|
+
"name": "whenElse",
|
|
4422
|
+
"return": {
|
|
4423
|
+
"type": {
|
|
4424
|
+
"text": "CaptureType<TSource>"
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
"parameters": [
|
|
4428
|
+
{
|
|
4429
|
+
"name": "binding",
|
|
4430
|
+
"type": {
|
|
4431
|
+
"text": "Binding<TSource, TReturn>"
|
|
4432
|
+
},
|
|
4433
|
+
"description": "The condition to test for rendering."
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
4437
|
+
"type": {
|
|
4438
|
+
"text": "WhenTemplate<TSource>"
|
|
4439
|
+
},
|
|
4440
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
4444
|
+
"type": {
|
|
4445
|
+
"text": "WhenTemplate<TSource>"
|
|
4446
|
+
},
|
|
4447
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4448
|
+
}
|
|
4449
|
+
],
|
|
4450
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4451
|
+
"privacy": "public"
|
|
4452
|
+
}
|
|
4453
|
+
],
|
|
4454
|
+
"exports": [
|
|
4455
|
+
{
|
|
4456
|
+
"kind": "js",
|
|
4457
|
+
"name": "whenElse",
|
|
4458
|
+
"declaration": {
|
|
4459
|
+
"name": "whenElse",
|
|
4460
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
4461
|
+
}
|
|
4462
|
+
}
|
|
4463
|
+
]
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"kind": "javascript-module",
|
|
4467
|
+
"path": "src/encoding/base64/decode.ts",
|
|
4468
|
+
"declarations": [
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "function",
|
|
4471
|
+
"name": "decodeFromBase64",
|
|
4472
|
+
"return": {
|
|
4473
|
+
"type": {
|
|
4474
|
+
"text": ""
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
"parameters": [
|
|
4478
|
+
{
|
|
4479
|
+
"name": "base64Value",
|
|
4326
4480
|
"type": {
|
|
4327
4481
|
"text": "string"
|
|
4328
4482
|
}
|
|
@@ -4462,160 +4616,6 @@
|
|
|
4462
4616
|
}
|
|
4463
4617
|
]
|
|
4464
4618
|
},
|
|
4465
|
-
{
|
|
4466
|
-
"kind": "javascript-module",
|
|
4467
|
-
"path": "src/directives/sync/index.ts",
|
|
4468
|
-
"declarations": [],
|
|
4469
|
-
"exports": [
|
|
4470
|
-
{
|
|
4471
|
-
"kind": "js",
|
|
4472
|
-
"name": "*",
|
|
4473
|
-
"declaration": {
|
|
4474
|
-
"name": "*",
|
|
4475
|
-
"package": "./sync"
|
|
4476
|
-
}
|
|
4477
|
-
}
|
|
4478
|
-
]
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"kind": "javascript-module",
|
|
4482
|
-
"path": "src/directives/sync/sync.ts",
|
|
4483
|
-
"declarations": [
|
|
4484
|
-
{
|
|
4485
|
-
"kind": "variable",
|
|
4486
|
-
"name": "defaultEventMap",
|
|
4487
|
-
"type": {
|
|
4488
|
-
"text": "Map<string, EventName>"
|
|
4489
|
-
},
|
|
4490
|
-
"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])",
|
|
4491
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4492
|
-
"privacy": "public"
|
|
4493
|
-
},
|
|
4494
|
-
{
|
|
4495
|
-
"kind": "function",
|
|
4496
|
-
"name": "sync",
|
|
4497
|
-
"return": {
|
|
4498
|
-
"type": {
|
|
4499
|
-
"text": "CaptureType<TSource>"
|
|
4500
|
-
}
|
|
4501
|
-
},
|
|
4502
|
-
"parameters": [
|
|
4503
|
-
{
|
|
4504
|
-
"name": "binding",
|
|
4505
|
-
"type": {
|
|
4506
|
-
"text": "Binding<TSource, TReturn>"
|
|
4507
|
-
}
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"name": "conversionType",
|
|
4511
|
-
"default": "'string'",
|
|
4512
|
-
"type": {
|
|
4513
|
-
"text": "ConversionType"
|
|
4514
|
-
}
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"name": "eventName",
|
|
4518
|
-
"default": "'default'",
|
|
4519
|
-
"type": {
|
|
4520
|
-
"text": "EventName"
|
|
4521
|
-
}
|
|
4522
|
-
},
|
|
4523
|
-
{
|
|
4524
|
-
"name": "keyAttr",
|
|
4525
|
-
"optional": true,
|
|
4526
|
-
"type": {
|
|
4527
|
-
"text": "string"
|
|
4528
|
-
}
|
|
4529
|
-
}
|
|
4530
|
-
],
|
|
4531
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4532
|
-
"privacy": "public"
|
|
4533
|
-
}
|
|
4534
|
-
],
|
|
4535
|
-
"exports": [
|
|
4536
|
-
{
|
|
4537
|
-
"kind": "js",
|
|
4538
|
-
"name": "defaultEventMap",
|
|
4539
|
-
"declaration": {
|
|
4540
|
-
"name": "defaultEventMap",
|
|
4541
|
-
"module": "src/directives/sync/sync.ts"
|
|
4542
|
-
}
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"kind": "js",
|
|
4546
|
-
"name": "sync",
|
|
4547
|
-
"declaration": {
|
|
4548
|
-
"name": "sync",
|
|
4549
|
-
"module": "src/directives/sync/sync.ts"
|
|
4550
|
-
}
|
|
4551
|
-
}
|
|
4552
|
-
]
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"kind": "javascript-module",
|
|
4556
|
-
"path": "src/directives/when-else/index.ts",
|
|
4557
|
-
"declarations": [],
|
|
4558
|
-
"exports": [
|
|
4559
|
-
{
|
|
4560
|
-
"kind": "js",
|
|
4561
|
-
"name": "*",
|
|
4562
|
-
"declaration": {
|
|
4563
|
-
"name": "*",
|
|
4564
|
-
"package": "./when-else"
|
|
4565
|
-
}
|
|
4566
|
-
}
|
|
4567
|
-
]
|
|
4568
|
-
},
|
|
4569
|
-
{
|
|
4570
|
-
"kind": "javascript-module",
|
|
4571
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
4572
|
-
"declarations": [
|
|
4573
|
-
{
|
|
4574
|
-
"kind": "function",
|
|
4575
|
-
"name": "whenElse",
|
|
4576
|
-
"return": {
|
|
4577
|
-
"type": {
|
|
4578
|
-
"text": "CaptureType<TSource>"
|
|
4579
|
-
}
|
|
4580
|
-
},
|
|
4581
|
-
"parameters": [
|
|
4582
|
-
{
|
|
4583
|
-
"name": "binding",
|
|
4584
|
-
"type": {
|
|
4585
|
-
"text": "Binding<TSource, TReturn>"
|
|
4586
|
-
},
|
|
4587
|
-
"description": "The condition to test for rendering."
|
|
4588
|
-
},
|
|
4589
|
-
{
|
|
4590
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
4591
|
-
"type": {
|
|
4592
|
-
"text": "WhenTemplate<TSource>"
|
|
4593
|
-
},
|
|
4594
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4595
|
-
},
|
|
4596
|
-
{
|
|
4597
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
4598
|
-
"type": {
|
|
4599
|
-
"text": "WhenTemplate<TSource>"
|
|
4600
|
-
},
|
|
4601
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4602
|
-
}
|
|
4603
|
-
],
|
|
4604
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4605
|
-
"privacy": "public"
|
|
4606
|
-
}
|
|
4607
|
-
],
|
|
4608
|
-
"exports": [
|
|
4609
|
-
{
|
|
4610
|
-
"kind": "js",
|
|
4611
|
-
"name": "whenElse",
|
|
4612
|
-
"declaration": {
|
|
4613
|
-
"name": "whenElse",
|
|
4614
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
4615
|
-
}
|
|
4616
|
-
}
|
|
4617
|
-
]
|
|
4618
|
-
},
|
|
4619
4619
|
{
|
|
4620
4620
|
"kind": "javascript-module",
|
|
4621
4621
|
"path": "src/mappers/dto/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.418.
|
|
4
|
+
"version": "14.418.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.418.
|
|
33
|
-
"@genesislcap/genx": "14.418.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.418.
|
|
35
|
-
"@genesislcap/ts-builder": "14.418.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.418.
|
|
37
|
-
"@genesislcap/vite-builder": "14.418.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.418.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.418.2",
|
|
33
|
+
"@genesislcap/genx": "14.418.2",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.418.2",
|
|
35
|
+
"@genesislcap/ts-builder": "14.418.2",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.418.2",
|
|
37
|
+
"@genesislcap/vite-builder": "14.418.2",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.418.2",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.418.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.418.
|
|
42
|
+
"@genesislcap/expression-builder": "14.418.2",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.418.2",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ae9a9252a0ca0d35759886db9b502921e3a3e831"
|
|
62
62
|
}
|