@genesislcap/foundation-utils 14.174.0 → 14.176.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.
- package/dist/custom-elements.json +213 -213
- package/package.json +10 -10
|
@@ -357,109 +357,6 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
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."
|
|
396
|
-
}
|
|
397
|
-
],
|
|
398
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
399
|
-
"privacy": "public"
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
"exports": [
|
|
403
|
-
{
|
|
404
|
-
"kind": "js",
|
|
405
|
-
"name": "renderOnChange",
|
|
406
|
-
"declaration": {
|
|
407
|
-
"name": "renderOnChange",
|
|
408
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"kind": "javascript-module",
|
|
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",
|
|
451
|
-
"declarations": [],
|
|
452
|
-
"exports": [
|
|
453
|
-
{
|
|
454
|
-
"kind": "js",
|
|
455
|
-
"name": "*",
|
|
456
|
-
"declaration": {
|
|
457
|
-
"name": "*",
|
|
458
|
-
"package": "./design-system"
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
]
|
|
462
|
-
},
|
|
463
360
|
{
|
|
464
361
|
"kind": "javascript-module",
|
|
465
362
|
"path": "src/directives/index.ts",
|
|
@@ -706,6 +603,59 @@
|
|
|
706
603
|
}
|
|
707
604
|
]
|
|
708
605
|
},
|
|
606
|
+
{
|
|
607
|
+
"kind": "javascript-module",
|
|
608
|
+
"path": "src/decorators/index.ts",
|
|
609
|
+
"declarations": [],
|
|
610
|
+
"exports": [
|
|
611
|
+
{
|
|
612
|
+
"kind": "js",
|
|
613
|
+
"name": "*",
|
|
614
|
+
"declaration": {
|
|
615
|
+
"name": "*",
|
|
616
|
+
"package": "./renderOnChange"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "javascript-module",
|
|
623
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
624
|
+
"declarations": [
|
|
625
|
+
{
|
|
626
|
+
"kind": "function",
|
|
627
|
+
"name": "renderOnChange",
|
|
628
|
+
"parameters": [
|
|
629
|
+
{
|
|
630
|
+
"name": "target",
|
|
631
|
+
"type": {
|
|
632
|
+
"text": "FASTElement & { render(): void }"
|
|
633
|
+
},
|
|
634
|
+
"description": "The target to define the property change handler on."
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "name",
|
|
638
|
+
"type": {
|
|
639
|
+
"text": "string"
|
|
640
|
+
},
|
|
641
|
+
"description": "The property name."
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
645
|
+
"privacy": "public"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"exports": [
|
|
649
|
+
{
|
|
650
|
+
"kind": "js",
|
|
651
|
+
"name": "renderOnChange",
|
|
652
|
+
"declaration": {
|
|
653
|
+
"name": "renderOnChange",
|
|
654
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
},
|
|
709
659
|
{
|
|
710
660
|
"kind": "javascript-module",
|
|
711
661
|
"path": "src/error/errorMap.ts",
|
|
@@ -905,6 +855,56 @@
|
|
|
905
855
|
}
|
|
906
856
|
]
|
|
907
857
|
},
|
|
858
|
+
{
|
|
859
|
+
"kind": "javascript-module",
|
|
860
|
+
"path": "src/design-system/design-system.ts",
|
|
861
|
+
"declarations": [
|
|
862
|
+
{
|
|
863
|
+
"kind": "function",
|
|
864
|
+
"name": "assureDesignSystem",
|
|
865
|
+
"return": {
|
|
866
|
+
"type": {
|
|
867
|
+
"text": "DesignSystemModule"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"parameters": [
|
|
871
|
+
{
|
|
872
|
+
"name": "module",
|
|
873
|
+
"type": {
|
|
874
|
+
"text": "DesignSystemModule"
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"description": "assureDesignSystem.",
|
|
879
|
+
"privacy": "public"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"exports": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "js",
|
|
885
|
+
"name": "assureDesignSystem",
|
|
886
|
+
"declaration": {
|
|
887
|
+
"name": "assureDesignSystem",
|
|
888
|
+
"module": "src/design-system/design-system.ts"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"kind": "javascript-module",
|
|
895
|
+
"path": "src/design-system/index.ts",
|
|
896
|
+
"declarations": [],
|
|
897
|
+
"exports": [
|
|
898
|
+
{
|
|
899
|
+
"kind": "js",
|
|
900
|
+
"name": "*",
|
|
901
|
+
"declaration": {
|
|
902
|
+
"name": "*",
|
|
903
|
+
"package": "./design-system"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
908
|
{
|
|
909
909
|
"kind": "javascript-module",
|
|
910
910
|
"path": "src/formatters/datetime.ts",
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
},
|
|
1316
1316
|
{
|
|
1317
1317
|
"kind": "javascript-module",
|
|
1318
|
-
"path": "src/
|
|
1318
|
+
"path": "src/resource/index.ts",
|
|
1319
1319
|
"declarations": [],
|
|
1320
1320
|
"exports": [
|
|
1321
1321
|
{
|
|
@@ -1323,55 +1323,40 @@
|
|
|
1323
1323
|
"name": "*",
|
|
1324
1324
|
"declaration": {
|
|
1325
1325
|
"name": "*",
|
|
1326
|
-
"package": "./
|
|
1326
|
+
"package": "./types"
|
|
1327
1327
|
}
|
|
1328
1328
|
}
|
|
1329
1329
|
]
|
|
1330
1330
|
},
|
|
1331
1331
|
{
|
|
1332
1332
|
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/
|
|
1333
|
+
"path": "src/resource/types.ts",
|
|
1334
1334
|
"declarations": [
|
|
1335
1335
|
{
|
|
1336
|
-
"kind": "
|
|
1337
|
-
"name": "
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"text": "Promise<T>"
|
|
1341
|
-
}
|
|
1336
|
+
"kind": "variable",
|
|
1337
|
+
"name": "ResourceType",
|
|
1338
|
+
"type": {
|
|
1339
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1342
1340
|
},
|
|
1343
|
-
"
|
|
1344
|
-
|
|
1345
|
-
"name": "ms",
|
|
1346
|
-
"type": {
|
|
1347
|
-
"text": "number"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "valueCreator",
|
|
1352
|
-
"type": {
|
|
1353
|
-
"text": "() => T"
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"description": "Resolve a promise after a timeout.",
|
|
1341
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1342
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1358
1343
|
"privacy": "public"
|
|
1359
1344
|
}
|
|
1360
1345
|
],
|
|
1361
1346
|
"exports": [
|
|
1362
1347
|
{
|
|
1363
1348
|
"kind": "js",
|
|
1364
|
-
"name": "
|
|
1349
|
+
"name": "ResourceType",
|
|
1365
1350
|
"declaration": {
|
|
1366
|
-
"name": "
|
|
1367
|
-
"module": "src/
|
|
1351
|
+
"name": "ResourceType",
|
|
1352
|
+
"module": "src/resource/types.ts"
|
|
1368
1353
|
}
|
|
1369
1354
|
}
|
|
1370
1355
|
]
|
|
1371
1356
|
},
|
|
1372
1357
|
{
|
|
1373
1358
|
"kind": "javascript-module",
|
|
1374
|
-
"path": "src/
|
|
1359
|
+
"path": "src/serializers/index.ts",
|
|
1375
1360
|
"declarations": [],
|
|
1376
1361
|
"exports": [
|
|
1377
1362
|
{
|
|
@@ -1379,48 +1364,63 @@
|
|
|
1379
1364
|
"name": "*",
|
|
1380
1365
|
"declaration": {
|
|
1381
1366
|
"name": "*",
|
|
1382
|
-
"package": "./
|
|
1367
|
+
"package": "./json"
|
|
1383
1368
|
}
|
|
1384
1369
|
}
|
|
1385
1370
|
]
|
|
1386
1371
|
},
|
|
1387
1372
|
{
|
|
1388
1373
|
"kind": "javascript-module",
|
|
1389
|
-
"path": "src/
|
|
1390
|
-
"declarations": [
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "variable",
|
|
1393
|
-
"name": "ResourceType",
|
|
1394
|
-
"type": {
|
|
1395
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1396
|
-
},
|
|
1397
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1398
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1399
|
-
"privacy": "public"
|
|
1400
|
-
}
|
|
1401
|
-
],
|
|
1374
|
+
"path": "src/promise/index.ts",
|
|
1375
|
+
"declarations": [],
|
|
1402
1376
|
"exports": [
|
|
1403
1377
|
{
|
|
1404
1378
|
"kind": "js",
|
|
1405
|
-
"name": "
|
|
1379
|
+
"name": "*",
|
|
1406
1380
|
"declaration": {
|
|
1407
|
-
"name": "
|
|
1408
|
-
"
|
|
1381
|
+
"name": "*",
|
|
1382
|
+
"package": "./resolveAfter"
|
|
1409
1383
|
}
|
|
1410
1384
|
}
|
|
1411
1385
|
]
|
|
1412
1386
|
},
|
|
1413
1387
|
{
|
|
1414
1388
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/
|
|
1416
|
-
"declarations": [
|
|
1389
|
+
"path": "src/promise/resolveAfter.ts",
|
|
1390
|
+
"declarations": [
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "function",
|
|
1393
|
+
"name": "resolveAfter",
|
|
1394
|
+
"return": {
|
|
1395
|
+
"type": {
|
|
1396
|
+
"text": "Promise<T>"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"parameters": [
|
|
1400
|
+
{
|
|
1401
|
+
"name": "ms",
|
|
1402
|
+
"type": {
|
|
1403
|
+
"text": "number"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "valueCreator",
|
|
1408
|
+
"type": {
|
|
1409
|
+
"text": "() => T"
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
],
|
|
1413
|
+
"description": "Resolve a promise after a timeout.",
|
|
1414
|
+
"privacy": "public"
|
|
1415
|
+
}
|
|
1416
|
+
],
|
|
1417
1417
|
"exports": [
|
|
1418
1418
|
{
|
|
1419
1419
|
"kind": "js",
|
|
1420
|
-
"name": "
|
|
1420
|
+
"name": "resolveAfter",
|
|
1421
1421
|
"declaration": {
|
|
1422
|
-
"name": "
|
|
1423
|
-
"
|
|
1422
|
+
"name": "resolveAfter",
|
|
1423
|
+
"module": "src/promise/resolveAfter.ts"
|
|
1424
1424
|
}
|
|
1425
1425
|
}
|
|
1426
1426
|
]
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
},
|
|
2121
2121
|
{
|
|
2122
2122
|
"kind": "javascript-module",
|
|
2123
|
-
"path": "src/directives/
|
|
2123
|
+
"path": "src/directives/sync/index.ts",
|
|
2124
2124
|
"declarations": [],
|
|
2125
2125
|
"exports": [
|
|
2126
2126
|
{
|
|
@@ -2128,18 +2128,28 @@
|
|
|
2128
2128
|
"name": "*",
|
|
2129
2129
|
"declaration": {
|
|
2130
2130
|
"name": "*",
|
|
2131
|
-
"package": "./
|
|
2131
|
+
"package": "./sync"
|
|
2132
2132
|
}
|
|
2133
2133
|
}
|
|
2134
2134
|
]
|
|
2135
2135
|
},
|
|
2136
2136
|
{
|
|
2137
2137
|
"kind": "javascript-module",
|
|
2138
|
-
"path": "src/directives/
|
|
2138
|
+
"path": "src/directives/sync/sync.ts",
|
|
2139
2139
|
"declarations": [
|
|
2140
|
+
{
|
|
2141
|
+
"kind": "variable",
|
|
2142
|
+
"name": "defaultEventMap",
|
|
2143
|
+
"type": {
|
|
2144
|
+
"text": "Map<string, EventName>"
|
|
2145
|
+
},
|
|
2146
|
+
"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])",
|
|
2147
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2148
|
+
"privacy": "public"
|
|
2149
|
+
},
|
|
2140
2150
|
{
|
|
2141
2151
|
"kind": "function",
|
|
2142
|
-
"name": "
|
|
2152
|
+
"name": "sync",
|
|
2143
2153
|
"return": {
|
|
2144
2154
|
"type": {
|
|
2145
2155
|
"text": "CaptureType<TSource>"
|
|
@@ -2150,42 +2160,56 @@
|
|
|
2150
2160
|
"name": "binding",
|
|
2151
2161
|
"type": {
|
|
2152
2162
|
"text": "Binding<TSource, TReturn>"
|
|
2153
|
-
}
|
|
2154
|
-
"description": "The condition to test for rendering."
|
|
2163
|
+
}
|
|
2155
2164
|
},
|
|
2156
2165
|
{
|
|
2157
|
-
"name": "
|
|
2166
|
+
"name": "conversionType",
|
|
2167
|
+
"default": "'string'",
|
|
2158
2168
|
"type": {
|
|
2159
|
-
"text": "
|
|
2160
|
-
}
|
|
2161
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2169
|
+
"text": "ConversionType"
|
|
2170
|
+
}
|
|
2162
2171
|
},
|
|
2163
2172
|
{
|
|
2164
|
-
"name": "
|
|
2173
|
+
"name": "eventName",
|
|
2174
|
+
"default": "'default'",
|
|
2165
2175
|
"type": {
|
|
2166
|
-
"text": "
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2176
|
+
"text": "EventName"
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "keyAttr",
|
|
2181
|
+
"optional": true,
|
|
2182
|
+
"type": {
|
|
2183
|
+
"text": "string"
|
|
2184
|
+
}
|
|
2169
2185
|
}
|
|
2170
2186
|
],
|
|
2171
|
-
"description": "
|
|
2187
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2172
2188
|
"privacy": "public"
|
|
2173
2189
|
}
|
|
2174
2190
|
],
|
|
2175
2191
|
"exports": [
|
|
2176
2192
|
{
|
|
2177
2193
|
"kind": "js",
|
|
2178
|
-
"name": "
|
|
2194
|
+
"name": "defaultEventMap",
|
|
2179
2195
|
"declaration": {
|
|
2180
|
-
"name": "
|
|
2181
|
-
"module": "src/directives/
|
|
2196
|
+
"name": "defaultEventMap",
|
|
2197
|
+
"module": "src/directives/sync/sync.ts"
|
|
2198
|
+
}
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"kind": "js",
|
|
2202
|
+
"name": "sync",
|
|
2203
|
+
"declaration": {
|
|
2204
|
+
"name": "sync",
|
|
2205
|
+
"module": "src/directives/sync/sync.ts"
|
|
2182
2206
|
}
|
|
2183
2207
|
}
|
|
2184
2208
|
]
|
|
2185
2209
|
},
|
|
2186
2210
|
{
|
|
2187
2211
|
"kind": "javascript-module",
|
|
2188
|
-
"path": "src/directives/
|
|
2212
|
+
"path": "src/directives/when-else/index.ts",
|
|
2189
2213
|
"declarations": [],
|
|
2190
2214
|
"exports": [
|
|
2191
2215
|
{
|
|
@@ -2193,28 +2217,18 @@
|
|
|
2193
2217
|
"name": "*",
|
|
2194
2218
|
"declaration": {
|
|
2195
2219
|
"name": "*",
|
|
2196
|
-
"package": "./
|
|
2220
|
+
"package": "./when-else"
|
|
2197
2221
|
}
|
|
2198
2222
|
}
|
|
2199
2223
|
]
|
|
2200
2224
|
},
|
|
2201
2225
|
{
|
|
2202
2226
|
"kind": "javascript-module",
|
|
2203
|
-
"path": "src/directives/
|
|
2227
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2204
2228
|
"declarations": [
|
|
2205
|
-
{
|
|
2206
|
-
"kind": "variable",
|
|
2207
|
-
"name": "defaultEventMap",
|
|
2208
|
-
"type": {
|
|
2209
|
-
"text": "Map<string, EventName>"
|
|
2210
|
-
},
|
|
2211
|
-
"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])",
|
|
2212
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2213
|
-
"privacy": "public"
|
|
2214
|
-
},
|
|
2215
2229
|
{
|
|
2216
2230
|
"kind": "function",
|
|
2217
|
-
"name": "
|
|
2231
|
+
"name": "whenElse",
|
|
2218
2232
|
"return": {
|
|
2219
2233
|
"type": {
|
|
2220
2234
|
"text": "CaptureType<TSource>"
|
|
@@ -2225,49 +2239,35 @@
|
|
|
2225
2239
|
"name": "binding",
|
|
2226
2240
|
"type": {
|
|
2227
2241
|
"text": "Binding<TSource, TReturn>"
|
|
2228
|
-
}
|
|
2229
|
-
|
|
2230
|
-
{
|
|
2231
|
-
"name": "conversionType",
|
|
2232
|
-
"default": "'string'",
|
|
2233
|
-
"type": {
|
|
2234
|
-
"text": "ConversionType"
|
|
2235
|
-
}
|
|
2242
|
+
},
|
|
2243
|
+
"description": "The condition to test for rendering."
|
|
2236
2244
|
},
|
|
2237
2245
|
{
|
|
2238
|
-
"name": "
|
|
2239
|
-
"default": "'default'",
|
|
2246
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2240
2247
|
"type": {
|
|
2241
|
-
"text": "
|
|
2242
|
-
}
|
|
2248
|
+
"text": "WhenTemplate<TSource>"
|
|
2249
|
+
},
|
|
2250
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2243
2251
|
},
|
|
2244
2252
|
{
|
|
2245
|
-
"name": "
|
|
2246
|
-
"optional": true,
|
|
2253
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2247
2254
|
"type": {
|
|
2248
|
-
"text": "
|
|
2249
|
-
}
|
|
2255
|
+
"text": "WhenTemplate<TSource>"
|
|
2256
|
+
},
|
|
2257
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2250
2258
|
}
|
|
2251
2259
|
],
|
|
2252
|
-
"description": "
|
|
2260
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2253
2261
|
"privacy": "public"
|
|
2254
2262
|
}
|
|
2255
2263
|
],
|
|
2256
2264
|
"exports": [
|
|
2257
2265
|
{
|
|
2258
2266
|
"kind": "js",
|
|
2259
|
-
"name": "
|
|
2260
|
-
"declaration": {
|
|
2261
|
-
"name": "defaultEventMap",
|
|
2262
|
-
"module": "src/directives/sync/sync.ts"
|
|
2263
|
-
}
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"kind": "js",
|
|
2267
|
-
"name": "sync",
|
|
2267
|
+
"name": "whenElse",
|
|
2268
2268
|
"declaration": {
|
|
2269
|
-
"name": "
|
|
2270
|
-
"module": "src/directives/
|
|
2269
|
+
"name": "whenElse",
|
|
2270
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2271
2271
|
}
|
|
2272
2272
|
}
|
|
2273
2273
|
]
|
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.
|
|
4
|
+
"version": "14.176.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.176.0",
|
|
23
|
+
"@genesislcap/genx": "14.176.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.176.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.176.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.176.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.176.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.176.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.176.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e8d311eaf27cd3d155813081ad70a18aa0a826fd"
|
|
51
51
|
}
|