@genesislcap/foundation-utils 14.373.0 → 14.373.1-FUI-2457.1
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 +365 -365
- package/package.json +11 -11
|
@@ -393,127 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"kind": "javascript-module",
|
|
396
|
-
"path": "src/
|
|
397
|
-
"declarations": [
|
|
398
|
-
{
|
|
399
|
-
"kind": "function",
|
|
400
|
-
"name": "assureDesignSystem",
|
|
401
|
-
"return": {
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "DesignSystemModule"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"parameters": [
|
|
407
|
-
{
|
|
408
|
-
"name": "module",
|
|
409
|
-
"type": {
|
|
410
|
-
"text": "DesignSystemModule"
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"description": "assureDesignSystem.",
|
|
415
|
-
"privacy": "public"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"kind": "function",
|
|
419
|
-
"name": "getCurrentDesignSystem",
|
|
420
|
-
"return": {
|
|
421
|
-
"type": {
|
|
422
|
-
"text": ""
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
"parameters": [
|
|
426
|
-
{
|
|
427
|
-
"name": "element",
|
|
428
|
-
"type": {
|
|
429
|
-
"text": "HTMLElement"
|
|
430
|
-
},
|
|
431
|
-
"description": "The starting HTML element"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "fallbackPrefix",
|
|
435
|
-
"type": {
|
|
436
|
-
"text": "string"
|
|
437
|
-
},
|
|
438
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
439
|
-
}
|
|
440
|
-
],
|
|
441
|
-
"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.",
|
|
442
|
-
"privacy": "public"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"kind": "function",
|
|
446
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
447
|
-
"return": {
|
|
448
|
-
"type": {
|
|
449
|
-
"text": ""
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
"parameters": [
|
|
453
|
-
{
|
|
454
|
-
"name": "element",
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "HTMLElement"
|
|
457
|
-
},
|
|
458
|
-
"description": "The starting HTML element"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "fallbackPrefix",
|
|
462
|
-
"type": {
|
|
463
|
-
"text": "string"
|
|
464
|
-
},
|
|
465
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
466
|
-
}
|
|
467
|
-
],
|
|
468
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
469
|
-
"privacy": "public"
|
|
470
|
-
}
|
|
471
|
-
],
|
|
472
|
-
"exports": [
|
|
473
|
-
{
|
|
474
|
-
"kind": "js",
|
|
475
|
-
"name": "assureDesignSystem",
|
|
476
|
-
"declaration": {
|
|
477
|
-
"name": "assureDesignSystem",
|
|
478
|
-
"module": "src/design-system/design-system.ts"
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"kind": "js",
|
|
483
|
-
"name": "getCurrentDesignSystem",
|
|
484
|
-
"declaration": {
|
|
485
|
-
"name": "getCurrentDesignSystem",
|
|
486
|
-
"module": "src/design-system/design-system.ts"
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"kind": "js",
|
|
491
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
492
|
-
"declaration": {
|
|
493
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
494
|
-
"module": "src/design-system/design-system.ts"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"kind": "javascript-module",
|
|
501
|
-
"path": "src/design-system/index.ts",
|
|
502
|
-
"declarations": [],
|
|
503
|
-
"exports": [
|
|
504
|
-
{
|
|
505
|
-
"kind": "js",
|
|
506
|
-
"name": "*",
|
|
507
|
-
"declaration": {
|
|
508
|
-
"name": "*",
|
|
509
|
-
"package": "./design-system"
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
]
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"kind": "javascript-module",
|
|
516
|
-
"path": "src/decorators/index.ts",
|
|
396
|
+
"path": "src/encoding/index.ts",
|
|
517
397
|
"declarations": [],
|
|
518
398
|
"exports": [
|
|
519
399
|
{
|
|
@@ -521,45 +401,7 @@
|
|
|
521
401
|
"name": "*",
|
|
522
402
|
"declaration": {
|
|
523
403
|
"name": "*",
|
|
524
|
-
"package": "./
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"kind": "javascript-module",
|
|
531
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
532
|
-
"declarations": [
|
|
533
|
-
{
|
|
534
|
-
"kind": "function",
|
|
535
|
-
"name": "renderOnChange",
|
|
536
|
-
"parameters": [
|
|
537
|
-
{
|
|
538
|
-
"name": "target",
|
|
539
|
-
"type": {
|
|
540
|
-
"text": "FASTElement & { render(): void }"
|
|
541
|
-
},
|
|
542
|
-
"description": "The target to define the property change handler on."
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"name": "name",
|
|
546
|
-
"type": {
|
|
547
|
-
"text": "string"
|
|
548
|
-
},
|
|
549
|
-
"description": "The property name."
|
|
550
|
-
}
|
|
551
|
-
],
|
|
552
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
553
|
-
"privacy": "public"
|
|
554
|
-
}
|
|
555
|
-
],
|
|
556
|
-
"exports": [
|
|
557
|
-
{
|
|
558
|
-
"kind": "js",
|
|
559
|
-
"name": "renderOnChange",
|
|
560
|
-
"declaration": {
|
|
561
|
-
"name": "renderOnChange",
|
|
562
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
404
|
+
"package": "./base64"
|
|
563
405
|
}
|
|
564
406
|
}
|
|
565
407
|
]
|
|
@@ -1263,7 +1105,7 @@
|
|
|
1263
1105
|
},
|
|
1264
1106
|
{
|
|
1265
1107
|
"kind": "javascript-module",
|
|
1266
|
-
"path": "src/
|
|
1108
|
+
"path": "src/decorators/index.ts",
|
|
1267
1109
|
"declarations": [],
|
|
1268
1110
|
"exports": [
|
|
1269
1111
|
{
|
|
@@ -1271,119 +1113,277 @@
|
|
|
1271
1113
|
"name": "*",
|
|
1272
1114
|
"declaration": {
|
|
1273
1115
|
"name": "*",
|
|
1274
|
-
"package": "./
|
|
1116
|
+
"package": "./renderOnChange"
|
|
1275
1117
|
}
|
|
1276
1118
|
}
|
|
1277
1119
|
]
|
|
1278
1120
|
},
|
|
1279
1121
|
{
|
|
1280
1122
|
"kind": "javascript-module",
|
|
1281
|
-
"path": "src/
|
|
1123
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
1282
1124
|
"declarations": [
|
|
1283
1125
|
{
|
|
1284
1126
|
"kind": "function",
|
|
1285
|
-
"name": "
|
|
1286
|
-
"return": {
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "boolean"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1127
|
+
"name": "renderOnChange",
|
|
1291
1128
|
"parameters": [
|
|
1292
1129
|
{
|
|
1293
|
-
"name": "
|
|
1130
|
+
"name": "target",
|
|
1131
|
+
"type": {
|
|
1132
|
+
"text": "FASTElement & { render(): void }"
|
|
1133
|
+
},
|
|
1134
|
+
"description": "The target to define the property change handler on."
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "name",
|
|
1294
1138
|
"type": {
|
|
1295
1139
|
"text": "string"
|
|
1296
|
-
}
|
|
1140
|
+
},
|
|
1141
|
+
"description": "The property name."
|
|
1297
1142
|
}
|
|
1298
|
-
]
|
|
1143
|
+
],
|
|
1144
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
1145
|
+
"privacy": "public"
|
|
1299
1146
|
}
|
|
1300
1147
|
],
|
|
1301
1148
|
"exports": [
|
|
1302
1149
|
{
|
|
1303
1150
|
"kind": "js",
|
|
1304
|
-
"name": "
|
|
1305
|
-
"declaration": {
|
|
1306
|
-
"name": "isFeatureActivated",
|
|
1307
|
-
"module": "src/feature-flags/featureFlags.ts"
|
|
1308
|
-
}
|
|
1309
|
-
}
|
|
1310
|
-
]
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"kind": "javascript-module",
|
|
1314
|
-
"path": "src/feature-flags/index.ts",
|
|
1315
|
-
"declarations": [],
|
|
1316
|
-
"exports": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "js",
|
|
1319
|
-
"name": "*",
|
|
1151
|
+
"name": "renderOnChange",
|
|
1320
1152
|
"declaration": {
|
|
1321
|
-
"name": "
|
|
1322
|
-
"
|
|
1153
|
+
"name": "renderOnChange",
|
|
1154
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
1323
1155
|
}
|
|
1324
1156
|
}
|
|
1325
1157
|
]
|
|
1326
1158
|
},
|
|
1327
1159
|
{
|
|
1328
1160
|
"kind": "javascript-module",
|
|
1329
|
-
"path": "src/
|
|
1161
|
+
"path": "src/design-system/design-system.ts",
|
|
1330
1162
|
"declarations": [
|
|
1331
1163
|
{
|
|
1332
1164
|
"kind": "function",
|
|
1333
|
-
"name": "
|
|
1165
|
+
"name": "assureDesignSystem",
|
|
1334
1166
|
"return": {
|
|
1335
1167
|
"type": {
|
|
1336
|
-
"text": "
|
|
1168
|
+
"text": "DesignSystemModule"
|
|
1337
1169
|
}
|
|
1338
1170
|
},
|
|
1339
1171
|
"parameters": [
|
|
1340
1172
|
{
|
|
1341
|
-
"name": "
|
|
1173
|
+
"name": "module",
|
|
1342
1174
|
"type": {
|
|
1343
|
-
"text": "
|
|
1175
|
+
"text": "DesignSystemModule"
|
|
1344
1176
|
}
|
|
1345
1177
|
}
|
|
1346
1178
|
],
|
|
1347
|
-
"description": "
|
|
1179
|
+
"description": "assureDesignSystem.",
|
|
1348
1180
|
"privacy": "public"
|
|
1349
1181
|
},
|
|
1350
1182
|
{
|
|
1351
1183
|
"kind": "function",
|
|
1352
|
-
"name": "
|
|
1184
|
+
"name": "getCurrentDesignSystem",
|
|
1353
1185
|
"return": {
|
|
1354
1186
|
"type": {
|
|
1355
|
-
"text": "
|
|
1187
|
+
"text": ""
|
|
1356
1188
|
}
|
|
1357
1189
|
},
|
|
1358
1190
|
"parameters": [
|
|
1359
1191
|
{
|
|
1360
|
-
"name": "
|
|
1192
|
+
"name": "element",
|
|
1361
1193
|
"type": {
|
|
1362
|
-
"text": "
|
|
1363
|
-
}
|
|
1194
|
+
"text": "HTMLElement"
|
|
1195
|
+
},
|
|
1196
|
+
"description": "The starting HTML element"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "fallbackPrefix",
|
|
1200
|
+
"type": {
|
|
1201
|
+
"text": "string"
|
|
1202
|
+
},
|
|
1203
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1364
1204
|
}
|
|
1365
1205
|
],
|
|
1366
|
-
"description": "
|
|
1206
|
+
"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.",
|
|
1367
1207
|
"privacy": "public"
|
|
1368
1208
|
},
|
|
1369
1209
|
{
|
|
1370
1210
|
"kind": "function",
|
|
1371
|
-
"name": "
|
|
1211
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1372
1212
|
"return": {
|
|
1373
1213
|
"type": {
|
|
1374
|
-
"text": "
|
|
1214
|
+
"text": ""
|
|
1375
1215
|
}
|
|
1376
1216
|
},
|
|
1377
1217
|
"parameters": [
|
|
1378
1218
|
{
|
|
1379
|
-
"name": "
|
|
1219
|
+
"name": "element",
|
|
1380
1220
|
"type": {
|
|
1381
|
-
"text": "
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1221
|
+
"text": "HTMLElement"
|
|
1222
|
+
},
|
|
1223
|
+
"description": "The starting HTML element"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "fallbackPrefix",
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": "string"
|
|
1229
|
+
},
|
|
1230
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1234
|
+
"privacy": "public"
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"exports": [
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "js",
|
|
1240
|
+
"name": "assureDesignSystem",
|
|
1241
|
+
"declaration": {
|
|
1242
|
+
"name": "assureDesignSystem",
|
|
1243
|
+
"module": "src/design-system/design-system.ts"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "js",
|
|
1248
|
+
"name": "getCurrentDesignSystem",
|
|
1249
|
+
"declaration": {
|
|
1250
|
+
"name": "getCurrentDesignSystem",
|
|
1251
|
+
"module": "src/design-system/design-system.ts"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "js",
|
|
1256
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1257
|
+
"declaration": {
|
|
1258
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1259
|
+
"module": "src/design-system/design-system.ts"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "javascript-module",
|
|
1266
|
+
"path": "src/design-system/index.ts",
|
|
1267
|
+
"declarations": [],
|
|
1268
|
+
"exports": [
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "js",
|
|
1271
|
+
"name": "*",
|
|
1272
|
+
"declaration": {
|
|
1273
|
+
"name": "*",
|
|
1274
|
+
"package": "./design-system"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "javascript-module",
|
|
1281
|
+
"path": "src/feature-flags/featureFlags.ts",
|
|
1282
|
+
"declarations": [
|
|
1283
|
+
{
|
|
1284
|
+
"kind": "function",
|
|
1285
|
+
"name": "isFeatureActivated",
|
|
1286
|
+
"return": {
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "boolean"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"parameters": [
|
|
1292
|
+
{
|
|
1293
|
+
"name": "feature",
|
|
1294
|
+
"type": {
|
|
1295
|
+
"text": "string"
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
]
|
|
1299
|
+
}
|
|
1300
|
+
],
|
|
1301
|
+
"exports": [
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "js",
|
|
1304
|
+
"name": "isFeatureActivated",
|
|
1305
|
+
"declaration": {
|
|
1306
|
+
"name": "isFeatureActivated",
|
|
1307
|
+
"module": "src/feature-flags/featureFlags.ts"
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
]
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"kind": "javascript-module",
|
|
1314
|
+
"path": "src/feature-flags/index.ts",
|
|
1315
|
+
"declarations": [],
|
|
1316
|
+
"exports": [
|
|
1317
|
+
{
|
|
1318
|
+
"kind": "js",
|
|
1319
|
+
"name": "*",
|
|
1320
|
+
"declaration": {
|
|
1321
|
+
"name": "*",
|
|
1322
|
+
"package": "./featureFlags"
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
]
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "javascript-module",
|
|
1329
|
+
"path": "src/formatters/datetime.ts",
|
|
1330
|
+
"declarations": [
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "function",
|
|
1333
|
+
"name": "formatDateTimestamp",
|
|
1334
|
+
"return": {
|
|
1335
|
+
"type": {
|
|
1336
|
+
"text": "string"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"parameters": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "timestamp",
|
|
1342
|
+
"type": {
|
|
1343
|
+
"text": "number"
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
|
|
1348
|
+
"privacy": "public"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "function",
|
|
1352
|
+
"name": "formatDateTimeTimestamp",
|
|
1353
|
+
"return": {
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "string"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"parameters": [
|
|
1359
|
+
{
|
|
1360
|
+
"name": "timestamp",
|
|
1361
|
+
"type": {
|
|
1362
|
+
"text": "number"
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1366
|
+
"description": "Formats [DATETIME] UNIX Timestamps (with time) to readable strings",
|
|
1367
|
+
"privacy": "public"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"kind": "function",
|
|
1371
|
+
"name": "formatDateTimeTimestampWithMilliseconds",
|
|
1372
|
+
"return": {
|
|
1373
|
+
"type": {
|
|
1374
|
+
"text": "string"
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
"parameters": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "timestamp",
|
|
1380
|
+
"type": {
|
|
1381
|
+
"text": "number"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
],
|
|
1385
|
+
"description": "Formats [DATETIME] UNIX Timestamps (with time and milliseconds) to readable strings",
|
|
1386
|
+
"privacy": "public"
|
|
1387
1387
|
},
|
|
1388
1388
|
{
|
|
1389
1389
|
"kind": "function",
|
|
@@ -4062,160 +4062,6 @@
|
|
|
4062
4062
|
}
|
|
4063
4063
|
]
|
|
4064
4064
|
},
|
|
4065
|
-
{
|
|
4066
|
-
"kind": "javascript-module",
|
|
4067
|
-
"path": "src/directives/sync/index.ts",
|
|
4068
|
-
"declarations": [],
|
|
4069
|
-
"exports": [
|
|
4070
|
-
{
|
|
4071
|
-
"kind": "js",
|
|
4072
|
-
"name": "*",
|
|
4073
|
-
"declaration": {
|
|
4074
|
-
"name": "*",
|
|
4075
|
-
"package": "./sync"
|
|
4076
|
-
}
|
|
4077
|
-
}
|
|
4078
|
-
]
|
|
4079
|
-
},
|
|
4080
|
-
{
|
|
4081
|
-
"kind": "javascript-module",
|
|
4082
|
-
"path": "src/directives/sync/sync.ts",
|
|
4083
|
-
"declarations": [
|
|
4084
|
-
{
|
|
4085
|
-
"kind": "variable",
|
|
4086
|
-
"name": "defaultEventMap",
|
|
4087
|
-
"type": {
|
|
4088
|
-
"text": "Map<string, EventName>"
|
|
4089
|
-
},
|
|
4090
|
-
"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])",
|
|
4091
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4092
|
-
"privacy": "public"
|
|
4093
|
-
},
|
|
4094
|
-
{
|
|
4095
|
-
"kind": "function",
|
|
4096
|
-
"name": "sync",
|
|
4097
|
-
"return": {
|
|
4098
|
-
"type": {
|
|
4099
|
-
"text": "CaptureType<TSource>"
|
|
4100
|
-
}
|
|
4101
|
-
},
|
|
4102
|
-
"parameters": [
|
|
4103
|
-
{
|
|
4104
|
-
"name": "binding",
|
|
4105
|
-
"type": {
|
|
4106
|
-
"text": "Binding<TSource, TReturn>"
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"name": "conversionType",
|
|
4111
|
-
"default": "'string'",
|
|
4112
|
-
"type": {
|
|
4113
|
-
"text": "ConversionType"
|
|
4114
|
-
}
|
|
4115
|
-
},
|
|
4116
|
-
{
|
|
4117
|
-
"name": "eventName",
|
|
4118
|
-
"default": "'default'",
|
|
4119
|
-
"type": {
|
|
4120
|
-
"text": "EventName"
|
|
4121
|
-
}
|
|
4122
|
-
},
|
|
4123
|
-
{
|
|
4124
|
-
"name": "keyAttr",
|
|
4125
|
-
"optional": true,
|
|
4126
|
-
"type": {
|
|
4127
|
-
"text": "string"
|
|
4128
|
-
}
|
|
4129
|
-
}
|
|
4130
|
-
],
|
|
4131
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4132
|
-
"privacy": "public"
|
|
4133
|
-
}
|
|
4134
|
-
],
|
|
4135
|
-
"exports": [
|
|
4136
|
-
{
|
|
4137
|
-
"kind": "js",
|
|
4138
|
-
"name": "defaultEventMap",
|
|
4139
|
-
"declaration": {
|
|
4140
|
-
"name": "defaultEventMap",
|
|
4141
|
-
"module": "src/directives/sync/sync.ts"
|
|
4142
|
-
}
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
"kind": "js",
|
|
4146
|
-
"name": "sync",
|
|
4147
|
-
"declaration": {
|
|
4148
|
-
"name": "sync",
|
|
4149
|
-
"module": "src/directives/sync/sync.ts"
|
|
4150
|
-
}
|
|
4151
|
-
}
|
|
4152
|
-
]
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"kind": "javascript-module",
|
|
4156
|
-
"path": "src/directives/when-else/index.ts",
|
|
4157
|
-
"declarations": [],
|
|
4158
|
-
"exports": [
|
|
4159
|
-
{
|
|
4160
|
-
"kind": "js",
|
|
4161
|
-
"name": "*",
|
|
4162
|
-
"declaration": {
|
|
4163
|
-
"name": "*",
|
|
4164
|
-
"package": "./when-else"
|
|
4165
|
-
}
|
|
4166
|
-
}
|
|
4167
|
-
]
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "javascript-module",
|
|
4171
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
4172
|
-
"declarations": [
|
|
4173
|
-
{
|
|
4174
|
-
"kind": "function",
|
|
4175
|
-
"name": "whenElse",
|
|
4176
|
-
"return": {
|
|
4177
|
-
"type": {
|
|
4178
|
-
"text": "CaptureType<TSource>"
|
|
4179
|
-
}
|
|
4180
|
-
},
|
|
4181
|
-
"parameters": [
|
|
4182
|
-
{
|
|
4183
|
-
"name": "binding",
|
|
4184
|
-
"type": {
|
|
4185
|
-
"text": "Binding<TSource, TReturn>"
|
|
4186
|
-
},
|
|
4187
|
-
"description": "The condition to test for rendering."
|
|
4188
|
-
},
|
|
4189
|
-
{
|
|
4190
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
4191
|
-
"type": {
|
|
4192
|
-
"text": "WhenTemplate<TSource>"
|
|
4193
|
-
},
|
|
4194
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4195
|
-
},
|
|
4196
|
-
{
|
|
4197
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
4198
|
-
"type": {
|
|
4199
|
-
"text": "WhenTemplate<TSource>"
|
|
4200
|
-
},
|
|
4201
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4202
|
-
}
|
|
4203
|
-
],
|
|
4204
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4205
|
-
"privacy": "public"
|
|
4206
|
-
}
|
|
4207
|
-
],
|
|
4208
|
-
"exports": [
|
|
4209
|
-
{
|
|
4210
|
-
"kind": "js",
|
|
4211
|
-
"name": "whenElse",
|
|
4212
|
-
"declaration": {
|
|
4213
|
-
"name": "whenElse",
|
|
4214
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
4215
|
-
}
|
|
4216
|
-
}
|
|
4217
|
-
]
|
|
4218
|
-
},
|
|
4219
4065
|
{
|
|
4220
4066
|
"kind": "javascript-module",
|
|
4221
4067
|
"path": "src/encoding/base64/decode.ts",
|
|
@@ -4370,6 +4216,160 @@
|
|
|
4370
4216
|
}
|
|
4371
4217
|
]
|
|
4372
4218
|
},
|
|
4219
|
+
{
|
|
4220
|
+
"kind": "javascript-module",
|
|
4221
|
+
"path": "src/directives/sync/index.ts",
|
|
4222
|
+
"declarations": [],
|
|
4223
|
+
"exports": [
|
|
4224
|
+
{
|
|
4225
|
+
"kind": "js",
|
|
4226
|
+
"name": "*",
|
|
4227
|
+
"declaration": {
|
|
4228
|
+
"name": "*",
|
|
4229
|
+
"package": "./sync"
|
|
4230
|
+
}
|
|
4231
|
+
}
|
|
4232
|
+
]
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"kind": "javascript-module",
|
|
4236
|
+
"path": "src/directives/sync/sync.ts",
|
|
4237
|
+
"declarations": [
|
|
4238
|
+
{
|
|
4239
|
+
"kind": "variable",
|
|
4240
|
+
"name": "defaultEventMap",
|
|
4241
|
+
"type": {
|
|
4242
|
+
"text": "Map<string, EventName>"
|
|
4243
|
+
},
|
|
4244
|
+
"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])",
|
|
4245
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4246
|
+
"privacy": "public"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "function",
|
|
4250
|
+
"name": "sync",
|
|
4251
|
+
"return": {
|
|
4252
|
+
"type": {
|
|
4253
|
+
"text": "CaptureType<TSource>"
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
"parameters": [
|
|
4257
|
+
{
|
|
4258
|
+
"name": "binding",
|
|
4259
|
+
"type": {
|
|
4260
|
+
"text": "Binding<TSource, TReturn>"
|
|
4261
|
+
}
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "conversionType",
|
|
4265
|
+
"default": "'string'",
|
|
4266
|
+
"type": {
|
|
4267
|
+
"text": "ConversionType"
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"name": "eventName",
|
|
4272
|
+
"default": "'default'",
|
|
4273
|
+
"type": {
|
|
4274
|
+
"text": "EventName"
|
|
4275
|
+
}
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"name": "keyAttr",
|
|
4279
|
+
"optional": true,
|
|
4280
|
+
"type": {
|
|
4281
|
+
"text": "string"
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4286
|
+
"privacy": "public"
|
|
4287
|
+
}
|
|
4288
|
+
],
|
|
4289
|
+
"exports": [
|
|
4290
|
+
{
|
|
4291
|
+
"kind": "js",
|
|
4292
|
+
"name": "defaultEventMap",
|
|
4293
|
+
"declaration": {
|
|
4294
|
+
"name": "defaultEventMap",
|
|
4295
|
+
"module": "src/directives/sync/sync.ts"
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "js",
|
|
4300
|
+
"name": "sync",
|
|
4301
|
+
"declaration": {
|
|
4302
|
+
"name": "sync",
|
|
4303
|
+
"module": "src/directives/sync/sync.ts"
|
|
4304
|
+
}
|
|
4305
|
+
}
|
|
4306
|
+
]
|
|
4307
|
+
},
|
|
4308
|
+
{
|
|
4309
|
+
"kind": "javascript-module",
|
|
4310
|
+
"path": "src/directives/when-else/index.ts",
|
|
4311
|
+
"declarations": [],
|
|
4312
|
+
"exports": [
|
|
4313
|
+
{
|
|
4314
|
+
"kind": "js",
|
|
4315
|
+
"name": "*",
|
|
4316
|
+
"declaration": {
|
|
4317
|
+
"name": "*",
|
|
4318
|
+
"package": "./when-else"
|
|
4319
|
+
}
|
|
4320
|
+
}
|
|
4321
|
+
]
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"kind": "javascript-module",
|
|
4325
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
4326
|
+
"declarations": [
|
|
4327
|
+
{
|
|
4328
|
+
"kind": "function",
|
|
4329
|
+
"name": "whenElse",
|
|
4330
|
+
"return": {
|
|
4331
|
+
"type": {
|
|
4332
|
+
"text": "CaptureType<TSource>"
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
4335
|
+
"parameters": [
|
|
4336
|
+
{
|
|
4337
|
+
"name": "binding",
|
|
4338
|
+
"type": {
|
|
4339
|
+
"text": "Binding<TSource, TReturn>"
|
|
4340
|
+
},
|
|
4341
|
+
"description": "The condition to test for rendering."
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
4345
|
+
"type": {
|
|
4346
|
+
"text": "WhenTemplate<TSource>"
|
|
4347
|
+
},
|
|
4348
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
4352
|
+
"type": {
|
|
4353
|
+
"text": "WhenTemplate<TSource>"
|
|
4354
|
+
},
|
|
4355
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4356
|
+
}
|
|
4357
|
+
],
|
|
4358
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4359
|
+
"privacy": "public"
|
|
4360
|
+
}
|
|
4361
|
+
],
|
|
4362
|
+
"exports": [
|
|
4363
|
+
{
|
|
4364
|
+
"kind": "js",
|
|
4365
|
+
"name": "whenElse",
|
|
4366
|
+
"declaration": {
|
|
4367
|
+
"name": "whenElse",
|
|
4368
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
4369
|
+
}
|
|
4370
|
+
}
|
|
4371
|
+
]
|
|
4372
|
+
},
|
|
4373
4373
|
{
|
|
4374
4374
|
"kind": "javascript-module",
|
|
4375
4375
|
"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.373.
|
|
4
|
+
"version": "14.373.1-FUI-2457.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.373.
|
|
31
|
-
"@genesislcap/genx": "14.373.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.373.
|
|
33
|
-
"@genesislcap/ts-builder": "14.373.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.373.
|
|
35
|
-
"@genesislcap/vite-builder": "14.373.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.373.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.373.1-FUI-2457.1",
|
|
31
|
+
"@genesislcap/genx": "14.373.1-FUI-2457.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.373.1-FUI-2457.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.373.1-FUI-2457.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.373.1-FUI-2457.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.373.1-FUI-2457.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.373.1-FUI-2457.1",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.373.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.373.
|
|
40
|
+
"@genesislcap/expression-builder": "14.373.1-FUI-2457.1",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.373.1-FUI-2457.1",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "e90b6462c1782f491ef86a83a1b6f9fd43f42c10"
|
|
60
60
|
}
|