@genesislcap/foundation-utils 14.373.1-FUI-2457.1 → 14.373.2-MX-499.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 +366 -366
- package/package.json +11 -11
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"kind": "javascript-module",
|
|
396
|
-
"path": "src/
|
|
396
|
+
"path": "src/directives/index.ts",
|
|
397
397
|
"declarations": [],
|
|
398
398
|
"exports": [
|
|
399
399
|
{
|
|
@@ -401,14 +401,22 @@
|
|
|
401
401
|
"name": "*",
|
|
402
402
|
"declaration": {
|
|
403
403
|
"name": "*",
|
|
404
|
-
"package": "./
|
|
404
|
+
"package": "./sync"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"kind": "js",
|
|
409
|
+
"name": "*",
|
|
410
|
+
"declaration": {
|
|
411
|
+
"name": "*",
|
|
412
|
+
"package": "./when-else"
|
|
405
413
|
}
|
|
406
414
|
}
|
|
407
415
|
]
|
|
408
416
|
},
|
|
409
417
|
{
|
|
410
418
|
"kind": "javascript-module",
|
|
411
|
-
"path": "src/
|
|
419
|
+
"path": "src/decorators/index.ts",
|
|
412
420
|
"declarations": [],
|
|
413
421
|
"exports": [
|
|
414
422
|
{
|
|
@@ -416,15 +424,180 @@
|
|
|
416
424
|
"name": "*",
|
|
417
425
|
"declaration": {
|
|
418
426
|
"name": "*",
|
|
419
|
-
"package": "./
|
|
427
|
+
"package": "./renderOnChange"
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"kind": "javascript-module",
|
|
434
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
435
|
+
"declarations": [
|
|
436
|
+
{
|
|
437
|
+
"kind": "function",
|
|
438
|
+
"name": "renderOnChange",
|
|
439
|
+
"parameters": [
|
|
440
|
+
{
|
|
441
|
+
"name": "target",
|
|
442
|
+
"type": {
|
|
443
|
+
"text": "FASTElement & { render(): void }"
|
|
444
|
+
},
|
|
445
|
+
"description": "The target to define the property change handler on."
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "name",
|
|
449
|
+
"type": {
|
|
450
|
+
"text": "string"
|
|
451
|
+
},
|
|
452
|
+
"description": "The property name."
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
456
|
+
"privacy": "public"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"exports": [
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "renderOnChange",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "renderOnChange",
|
|
465
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "javascript-module",
|
|
472
|
+
"path": "src/encoding/index.ts",
|
|
473
|
+
"declarations": [],
|
|
474
|
+
"exports": [
|
|
475
|
+
{
|
|
476
|
+
"kind": "js",
|
|
477
|
+
"name": "*",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"name": "*",
|
|
480
|
+
"package": "./base64"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"kind": "javascript-module",
|
|
487
|
+
"path": "src/design-system/design-system.ts",
|
|
488
|
+
"declarations": [
|
|
489
|
+
{
|
|
490
|
+
"kind": "function",
|
|
491
|
+
"name": "assureDesignSystem",
|
|
492
|
+
"return": {
|
|
493
|
+
"type": {
|
|
494
|
+
"text": "DesignSystemModule"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"parameters": [
|
|
498
|
+
{
|
|
499
|
+
"name": "module",
|
|
500
|
+
"type": {
|
|
501
|
+
"text": "DesignSystemModule"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"description": "assureDesignSystem.",
|
|
506
|
+
"privacy": "public"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "function",
|
|
510
|
+
"name": "getCurrentDesignSystem",
|
|
511
|
+
"return": {
|
|
512
|
+
"type": {
|
|
513
|
+
"text": ""
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"parameters": [
|
|
517
|
+
{
|
|
518
|
+
"name": "element",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "HTMLElement"
|
|
521
|
+
},
|
|
522
|
+
"description": "The starting HTML element"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "fallbackPrefix",
|
|
526
|
+
"type": {
|
|
527
|
+
"text": "string"
|
|
528
|
+
},
|
|
529
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"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.",
|
|
533
|
+
"privacy": "public"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "function",
|
|
537
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
538
|
+
"return": {
|
|
539
|
+
"type": {
|
|
540
|
+
"text": ""
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"parameters": [
|
|
544
|
+
{
|
|
545
|
+
"name": "element",
|
|
546
|
+
"type": {
|
|
547
|
+
"text": "HTMLElement"
|
|
548
|
+
},
|
|
549
|
+
"description": "The starting HTML element"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "fallbackPrefix",
|
|
553
|
+
"type": {
|
|
554
|
+
"text": "string"
|
|
555
|
+
},
|
|
556
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
560
|
+
"privacy": "public"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"exports": [
|
|
564
|
+
{
|
|
565
|
+
"kind": "js",
|
|
566
|
+
"name": "assureDesignSystem",
|
|
567
|
+
"declaration": {
|
|
568
|
+
"name": "assureDesignSystem",
|
|
569
|
+
"module": "src/design-system/design-system.ts"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"kind": "js",
|
|
574
|
+
"name": "getCurrentDesignSystem",
|
|
575
|
+
"declaration": {
|
|
576
|
+
"name": "getCurrentDesignSystem",
|
|
577
|
+
"module": "src/design-system/design-system.ts"
|
|
420
578
|
}
|
|
421
579
|
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "js",
|
|
582
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
583
|
+
"declaration": {
|
|
584
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
585
|
+
"module": "src/design-system/design-system.ts"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"kind": "javascript-module",
|
|
592
|
+
"path": "src/design-system/index.ts",
|
|
593
|
+
"declarations": [],
|
|
594
|
+
"exports": [
|
|
422
595
|
{
|
|
423
596
|
"kind": "js",
|
|
424
597
|
"name": "*",
|
|
425
598
|
"declaration": {
|
|
426
599
|
"name": "*",
|
|
427
|
-
"package": "./
|
|
600
|
+
"package": "./design-system"
|
|
428
601
|
}
|
|
429
602
|
}
|
|
430
603
|
]
|
|
@@ -1105,246 +1278,73 @@
|
|
|
1105
1278
|
},
|
|
1106
1279
|
{
|
|
1107
1280
|
"kind": "javascript-module",
|
|
1108
|
-
"path": "src/
|
|
1109
|
-
"declarations": [],
|
|
1110
|
-
"exports": [
|
|
1111
|
-
{
|
|
1112
|
-
"kind": "js",
|
|
1113
|
-
"name": "*",
|
|
1114
|
-
"declaration": {
|
|
1115
|
-
"name": "*",
|
|
1116
|
-
"package": "./renderOnChange"
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
]
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"kind": "javascript-module",
|
|
1123
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
1281
|
+
"path": "src/feature-flags/featureFlags.ts",
|
|
1124
1282
|
"declarations": [
|
|
1125
1283
|
{
|
|
1126
1284
|
"kind": "function",
|
|
1127
|
-
"name": "
|
|
1285
|
+
"name": "isFeatureActivated",
|
|
1286
|
+
"return": {
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "boolean"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1128
1291
|
"parameters": [
|
|
1129
1292
|
{
|
|
1130
|
-
"name": "
|
|
1131
|
-
"type": {
|
|
1132
|
-
"text": "FASTElement & { render(): void }"
|
|
1133
|
-
},
|
|
1134
|
-
"description": "The target to define the property change handler on."
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "name",
|
|
1293
|
+
"name": "feature",
|
|
1138
1294
|
"type": {
|
|
1139
1295
|
"text": "string"
|
|
1140
|
-
}
|
|
1141
|
-
"description": "The property name."
|
|
1296
|
+
}
|
|
1142
1297
|
}
|
|
1143
|
-
]
|
|
1144
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
1145
|
-
"privacy": "public"
|
|
1298
|
+
]
|
|
1146
1299
|
}
|
|
1147
1300
|
],
|
|
1148
1301
|
"exports": [
|
|
1149
1302
|
{
|
|
1150
1303
|
"kind": "js",
|
|
1151
|
-
"name": "
|
|
1304
|
+
"name": "isFeatureActivated",
|
|
1152
1305
|
"declaration": {
|
|
1153
|
-
"name": "
|
|
1154
|
-
"module": "src/
|
|
1306
|
+
"name": "isFeatureActivated",
|
|
1307
|
+
"module": "src/feature-flags/featureFlags.ts"
|
|
1155
1308
|
}
|
|
1156
1309
|
}
|
|
1157
1310
|
]
|
|
1158
1311
|
},
|
|
1159
1312
|
{
|
|
1160
1313
|
"kind": "javascript-module",
|
|
1161
|
-
"path": "src/
|
|
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",
|
|
1162
1330
|
"declarations": [
|
|
1163
1331
|
{
|
|
1164
1332
|
"kind": "function",
|
|
1165
|
-
"name": "
|
|
1333
|
+
"name": "formatDateTimestamp",
|
|
1166
1334
|
"return": {
|
|
1167
1335
|
"type": {
|
|
1168
|
-
"text": "
|
|
1336
|
+
"text": "string"
|
|
1169
1337
|
}
|
|
1170
1338
|
},
|
|
1171
1339
|
"parameters": [
|
|
1172
1340
|
{
|
|
1173
|
-
"name": "
|
|
1341
|
+
"name": "timestamp",
|
|
1174
1342
|
"type": {
|
|
1175
|
-
"text": "
|
|
1343
|
+
"text": "number"
|
|
1176
1344
|
}
|
|
1177
1345
|
}
|
|
1178
1346
|
],
|
|
1179
|
-
"description": "
|
|
1180
|
-
"privacy": "public"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "function",
|
|
1184
|
-
"name": "getCurrentDesignSystem",
|
|
1185
|
-
"return": {
|
|
1186
|
-
"type": {
|
|
1187
|
-
"text": ""
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"parameters": [
|
|
1191
|
-
{
|
|
1192
|
-
"name": "element",
|
|
1193
|
-
"type": {
|
|
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"
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
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.",
|
|
1207
|
-
"privacy": "public"
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"kind": "function",
|
|
1211
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
1212
|
-
"return": {
|
|
1213
|
-
"type": {
|
|
1214
|
-
"text": ""
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
"parameters": [
|
|
1218
|
-
{
|
|
1219
|
-
"name": "element",
|
|
1220
|
-
"type": {
|
|
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",
|
|
1347
|
+
"description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
|
|
1348
1348
|
"privacy": "public"
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
@@ -4062,160 +4062,6 @@
|
|
|
4062
4062
|
}
|
|
4063
4063
|
]
|
|
4064
4064
|
},
|
|
4065
|
-
{
|
|
4066
|
-
"kind": "javascript-module",
|
|
4067
|
-
"path": "src/encoding/base64/decode.ts",
|
|
4068
|
-
"declarations": [
|
|
4069
|
-
{
|
|
4070
|
-
"kind": "function",
|
|
4071
|
-
"name": "decodeFromBase64",
|
|
4072
|
-
"return": {
|
|
4073
|
-
"type": {
|
|
4074
|
-
"text": ""
|
|
4075
|
-
}
|
|
4076
|
-
},
|
|
4077
|
-
"parameters": [
|
|
4078
|
-
{
|
|
4079
|
-
"name": "base64Value",
|
|
4080
|
-
"type": {
|
|
4081
|
-
"text": "string"
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"description": "The value to decode from base64.",
|
|
4086
|
-
"name": "value"
|
|
4087
|
-
}
|
|
4088
|
-
],
|
|
4089
|
-
"description": "Decodes a value from base64.",
|
|
4090
|
-
"privacy": "public"
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
"kind": "function",
|
|
4094
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4095
|
-
"return": {
|
|
4096
|
-
"type": {
|
|
4097
|
-
"text": ""
|
|
4098
|
-
}
|
|
4099
|
-
},
|
|
4100
|
-
"parameters": [
|
|
4101
|
-
{
|
|
4102
|
-
"name": "value",
|
|
4103
|
-
"type": {
|
|
4104
|
-
"text": "string"
|
|
4105
|
-
},
|
|
4106
|
-
"description": "The value to decode from base64."
|
|
4107
|
-
}
|
|
4108
|
-
],
|
|
4109
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
4110
|
-
"privacy": "public"
|
|
4111
|
-
}
|
|
4112
|
-
],
|
|
4113
|
-
"exports": [
|
|
4114
|
-
{
|
|
4115
|
-
"kind": "js",
|
|
4116
|
-
"name": "decodeFromBase64",
|
|
4117
|
-
"declaration": {
|
|
4118
|
-
"name": "decodeFromBase64",
|
|
4119
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
"kind": "js",
|
|
4124
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4125
|
-
"declaration": {
|
|
4126
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4127
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4128
|
-
}
|
|
4129
|
-
}
|
|
4130
|
-
]
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"kind": "javascript-module",
|
|
4134
|
-
"path": "src/encoding/base64/encode.ts",
|
|
4135
|
-
"declarations": [
|
|
4136
|
-
{
|
|
4137
|
-
"kind": "function",
|
|
4138
|
-
"name": "encodeToBase64",
|
|
4139
|
-
"return": {
|
|
4140
|
-
"type": {
|
|
4141
|
-
"text": ""
|
|
4142
|
-
}
|
|
4143
|
-
},
|
|
4144
|
-
"parameters": [
|
|
4145
|
-
{
|
|
4146
|
-
"name": "value",
|
|
4147
|
-
"type": {
|
|
4148
|
-
"text": "string | ArrayBuffer"
|
|
4149
|
-
},
|
|
4150
|
-
"description": "The value to encode to base64."
|
|
4151
|
-
}
|
|
4152
|
-
],
|
|
4153
|
-
"description": "Encodes the given value to base64.",
|
|
4154
|
-
"privacy": "public"
|
|
4155
|
-
},
|
|
4156
|
-
{
|
|
4157
|
-
"kind": "function",
|
|
4158
|
-
"name": "encodeToBase64WithPrefix",
|
|
4159
|
-
"return": {
|
|
4160
|
-
"type": {
|
|
4161
|
-
"text": ""
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
"parameters": [
|
|
4165
|
-
{
|
|
4166
|
-
"name": "value",
|
|
4167
|
-
"type": {
|
|
4168
|
-
"text": "string | ArrayBuffer"
|
|
4169
|
-
},
|
|
4170
|
-
"description": "The value to encode to base64."
|
|
4171
|
-
}
|
|
4172
|
-
],
|
|
4173
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
4174
|
-
"privacy": "public"
|
|
4175
|
-
}
|
|
4176
|
-
],
|
|
4177
|
-
"exports": [
|
|
4178
|
-
{
|
|
4179
|
-
"kind": "js",
|
|
4180
|
-
"name": "encodeToBase64",
|
|
4181
|
-
"declaration": {
|
|
4182
|
-
"name": "encodeToBase64",
|
|
4183
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4184
|
-
}
|
|
4185
|
-
},
|
|
4186
|
-
{
|
|
4187
|
-
"kind": "js",
|
|
4188
|
-
"name": "encodeToBase64WithPrefix",
|
|
4189
|
-
"declaration": {
|
|
4190
|
-
"name": "encodeToBase64WithPrefix",
|
|
4191
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4192
|
-
}
|
|
4193
|
-
}
|
|
4194
|
-
]
|
|
4195
|
-
},
|
|
4196
|
-
{
|
|
4197
|
-
"kind": "javascript-module",
|
|
4198
|
-
"path": "src/encoding/base64/index.ts",
|
|
4199
|
-
"declarations": [],
|
|
4200
|
-
"exports": [
|
|
4201
|
-
{
|
|
4202
|
-
"kind": "js",
|
|
4203
|
-
"name": "*",
|
|
4204
|
-
"declaration": {
|
|
4205
|
-
"name": "*",
|
|
4206
|
-
"package": "./decode"
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
{
|
|
4210
|
-
"kind": "js",
|
|
4211
|
-
"name": "*",
|
|
4212
|
-
"declaration": {
|
|
4213
|
-
"name": "*",
|
|
4214
|
-
"package": "./encode"
|
|
4215
|
-
}
|
|
4216
|
-
}
|
|
4217
|
-
]
|
|
4218
|
-
},
|
|
4219
4065
|
{
|
|
4220
4066
|
"kind": "javascript-module",
|
|
4221
4067
|
"path": "src/directives/sync/index.ts",
|
|
@@ -4370,6 +4216,160 @@
|
|
|
4370
4216
|
}
|
|
4371
4217
|
]
|
|
4372
4218
|
},
|
|
4219
|
+
{
|
|
4220
|
+
"kind": "javascript-module",
|
|
4221
|
+
"path": "src/encoding/base64/decode.ts",
|
|
4222
|
+
"declarations": [
|
|
4223
|
+
{
|
|
4224
|
+
"kind": "function",
|
|
4225
|
+
"name": "decodeFromBase64",
|
|
4226
|
+
"return": {
|
|
4227
|
+
"type": {
|
|
4228
|
+
"text": ""
|
|
4229
|
+
}
|
|
4230
|
+
},
|
|
4231
|
+
"parameters": [
|
|
4232
|
+
{
|
|
4233
|
+
"name": "base64Value",
|
|
4234
|
+
"type": {
|
|
4235
|
+
"text": "string"
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"description": "The value to decode from base64.",
|
|
4240
|
+
"name": "value"
|
|
4241
|
+
}
|
|
4242
|
+
],
|
|
4243
|
+
"description": "Decodes a value from base64.",
|
|
4244
|
+
"privacy": "public"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"kind": "function",
|
|
4248
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4249
|
+
"return": {
|
|
4250
|
+
"type": {
|
|
4251
|
+
"text": ""
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4254
|
+
"parameters": [
|
|
4255
|
+
{
|
|
4256
|
+
"name": "value",
|
|
4257
|
+
"type": {
|
|
4258
|
+
"text": "string"
|
|
4259
|
+
},
|
|
4260
|
+
"description": "The value to decode from base64."
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
4264
|
+
"privacy": "public"
|
|
4265
|
+
}
|
|
4266
|
+
],
|
|
4267
|
+
"exports": [
|
|
4268
|
+
{
|
|
4269
|
+
"kind": "js",
|
|
4270
|
+
"name": "decodeFromBase64",
|
|
4271
|
+
"declaration": {
|
|
4272
|
+
"name": "decodeFromBase64",
|
|
4273
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4274
|
+
}
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"kind": "js",
|
|
4278
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4279
|
+
"declaration": {
|
|
4280
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4281
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4282
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
]
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"kind": "javascript-module",
|
|
4288
|
+
"path": "src/encoding/base64/encode.ts",
|
|
4289
|
+
"declarations": [
|
|
4290
|
+
{
|
|
4291
|
+
"kind": "function",
|
|
4292
|
+
"name": "encodeToBase64",
|
|
4293
|
+
"return": {
|
|
4294
|
+
"type": {
|
|
4295
|
+
"text": ""
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
"parameters": [
|
|
4299
|
+
{
|
|
4300
|
+
"name": "value",
|
|
4301
|
+
"type": {
|
|
4302
|
+
"text": "string | ArrayBuffer"
|
|
4303
|
+
},
|
|
4304
|
+
"description": "The value to encode to base64."
|
|
4305
|
+
}
|
|
4306
|
+
],
|
|
4307
|
+
"description": "Encodes the given value to base64.",
|
|
4308
|
+
"privacy": "public"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"kind": "function",
|
|
4312
|
+
"name": "encodeToBase64WithPrefix",
|
|
4313
|
+
"return": {
|
|
4314
|
+
"type": {
|
|
4315
|
+
"text": ""
|
|
4316
|
+
}
|
|
4317
|
+
},
|
|
4318
|
+
"parameters": [
|
|
4319
|
+
{
|
|
4320
|
+
"name": "value",
|
|
4321
|
+
"type": {
|
|
4322
|
+
"text": "string | ArrayBuffer"
|
|
4323
|
+
},
|
|
4324
|
+
"description": "The value to encode to base64."
|
|
4325
|
+
}
|
|
4326
|
+
],
|
|
4327
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
4328
|
+
"privacy": "public"
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"exports": [
|
|
4332
|
+
{
|
|
4333
|
+
"kind": "js",
|
|
4334
|
+
"name": "encodeToBase64",
|
|
4335
|
+
"declaration": {
|
|
4336
|
+
"name": "encodeToBase64",
|
|
4337
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"kind": "js",
|
|
4342
|
+
"name": "encodeToBase64WithPrefix",
|
|
4343
|
+
"declaration": {
|
|
4344
|
+
"name": "encodeToBase64WithPrefix",
|
|
4345
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
]
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"kind": "javascript-module",
|
|
4352
|
+
"path": "src/encoding/base64/index.ts",
|
|
4353
|
+
"declarations": [],
|
|
4354
|
+
"exports": [
|
|
4355
|
+
{
|
|
4356
|
+
"kind": "js",
|
|
4357
|
+
"name": "*",
|
|
4358
|
+
"declaration": {
|
|
4359
|
+
"name": "*",
|
|
4360
|
+
"package": "./decode"
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
4363
|
+
{
|
|
4364
|
+
"kind": "js",
|
|
4365
|
+
"name": "*",
|
|
4366
|
+
"declaration": {
|
|
4367
|
+
"name": "*",
|
|
4368
|
+
"package": "./encode"
|
|
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.2-MX-499.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.2-MX-499.1",
|
|
31
|
+
"@genesislcap/genx": "14.373.2-MX-499.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.373.2-MX-499.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.373.2-MX-499.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.373.2-MX-499.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.373.2-MX-499.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.373.2-MX-499.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.2-MX-499.1",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.373.2-MX-499.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": "3e80a95371d1fc09022d4e519196a64d507ab0b9"
|
|
60
60
|
}
|