@genesislcap/foundation-utils 14.388.0 → 14.388.2-alpha-576c66a.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 +366 -366
- package/dist/dts/error/errorMap.d.ts.map +1 -1
- package/package.json +14 -12
|
@@ -193,59 +193,6 @@
|
|
|
193
193
|
}
|
|
194
194
|
]
|
|
195
195
|
},
|
|
196
|
-
{
|
|
197
|
-
"kind": "javascript-module",
|
|
198
|
-
"path": "src/decorators/index.ts",
|
|
199
|
-
"declarations": [],
|
|
200
|
-
"exports": [
|
|
201
|
-
{
|
|
202
|
-
"kind": "js",
|
|
203
|
-
"name": "*",
|
|
204
|
-
"declaration": {
|
|
205
|
-
"name": "*",
|
|
206
|
-
"package": "./renderOnChange"
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
]
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"kind": "javascript-module",
|
|
213
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
214
|
-
"declarations": [
|
|
215
|
-
{
|
|
216
|
-
"kind": "function",
|
|
217
|
-
"name": "renderOnChange",
|
|
218
|
-
"parameters": [
|
|
219
|
-
{
|
|
220
|
-
"name": "target",
|
|
221
|
-
"type": {
|
|
222
|
-
"text": "FASTElement & { render(): void }"
|
|
223
|
-
},
|
|
224
|
-
"description": "The target to define the property change handler on."
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "name",
|
|
228
|
-
"type": {
|
|
229
|
-
"text": "string"
|
|
230
|
-
},
|
|
231
|
-
"description": "The property name."
|
|
232
|
-
}
|
|
233
|
-
],
|
|
234
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
235
|
-
"privacy": "public"
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"exports": [
|
|
239
|
-
{
|
|
240
|
-
"kind": "js",
|
|
241
|
-
"name": "renderOnChange",
|
|
242
|
-
"declaration": {
|
|
243
|
-
"name": "renderOnChange",
|
|
244
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
]
|
|
248
|
-
},
|
|
249
196
|
{
|
|
250
197
|
"kind": "javascript-module",
|
|
251
198
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -446,112 +393,60 @@
|
|
|
446
393
|
},
|
|
447
394
|
{
|
|
448
395
|
"kind": "javascript-module",
|
|
449
|
-
"path": "src/
|
|
450
|
-
"declarations": [
|
|
451
|
-
|
|
452
|
-
"kind": "function",
|
|
453
|
-
"name": "assureDesignSystem",
|
|
454
|
-
"return": {
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "DesignSystemModule"
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
"parameters": [
|
|
460
|
-
{
|
|
461
|
-
"name": "module",
|
|
462
|
-
"type": {
|
|
463
|
-
"text": "DesignSystemModule"
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
],
|
|
467
|
-
"description": "assureDesignSystem.",
|
|
468
|
-
"privacy": "public"
|
|
469
|
-
},
|
|
396
|
+
"path": "src/decorators/index.ts",
|
|
397
|
+
"declarations": [],
|
|
398
|
+
"exports": [
|
|
470
399
|
{
|
|
471
|
-
"kind": "
|
|
472
|
-
"name": "
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
"description": "The starting HTML element"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"name": "fallbackPrefix",
|
|
488
|
-
"type": {
|
|
489
|
-
"text": "string"
|
|
490
|
-
},
|
|
491
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"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.",
|
|
495
|
-
"privacy": "public"
|
|
496
|
-
},
|
|
400
|
+
"kind": "js",
|
|
401
|
+
"name": "*",
|
|
402
|
+
"declaration": {
|
|
403
|
+
"name": "*",
|
|
404
|
+
"package": "./renderOnChange"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "javascript-module",
|
|
411
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
412
|
+
"declarations": [
|
|
497
413
|
{
|
|
498
414
|
"kind": "function",
|
|
499
|
-
"name": "
|
|
500
|
-
"return": {
|
|
501
|
-
"type": {
|
|
502
|
-
"text": ""
|
|
503
|
-
}
|
|
504
|
-
},
|
|
415
|
+
"name": "renderOnChange",
|
|
505
416
|
"parameters": [
|
|
506
417
|
{
|
|
507
|
-
"name": "
|
|
418
|
+
"name": "target",
|
|
508
419
|
"type": {
|
|
509
|
-
"text": "
|
|
420
|
+
"text": "FASTElement & { render(): void }"
|
|
510
421
|
},
|
|
511
|
-
"description": "The
|
|
422
|
+
"description": "The target to define the property change handler on."
|
|
512
423
|
},
|
|
513
424
|
{
|
|
514
|
-
"name": "
|
|
425
|
+
"name": "name",
|
|
515
426
|
"type": {
|
|
516
427
|
"text": "string"
|
|
517
428
|
},
|
|
518
|
-
"description": "The
|
|
429
|
+
"description": "The property name."
|
|
519
430
|
}
|
|
520
431
|
],
|
|
521
|
-
"description": "
|
|
432
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
522
433
|
"privacy": "public"
|
|
523
434
|
}
|
|
524
435
|
],
|
|
525
436
|
"exports": [
|
|
526
437
|
{
|
|
527
438
|
"kind": "js",
|
|
528
|
-
"name": "
|
|
529
|
-
"declaration": {
|
|
530
|
-
"name": "assureDesignSystem",
|
|
531
|
-
"module": "src/design-system/design-system.ts"
|
|
532
|
-
}
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"kind": "js",
|
|
536
|
-
"name": "getCurrentDesignSystem",
|
|
537
|
-
"declaration": {
|
|
538
|
-
"name": "getCurrentDesignSystem",
|
|
539
|
-
"module": "src/design-system/design-system.ts"
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"kind": "js",
|
|
544
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
439
|
+
"name": "renderOnChange",
|
|
545
440
|
"declaration": {
|
|
546
|
-
"name": "
|
|
547
|
-
"module": "src/
|
|
441
|
+
"name": "renderOnChange",
|
|
442
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
548
443
|
}
|
|
549
444
|
}
|
|
550
445
|
]
|
|
551
446
|
},
|
|
552
447
|
{
|
|
553
448
|
"kind": "javascript-module",
|
|
554
|
-
"path": "src/
|
|
449
|
+
"path": "src/directives/index.ts",
|
|
555
450
|
"declarations": [],
|
|
556
451
|
"exports": [
|
|
557
452
|
{
|
|
@@ -559,7 +454,15 @@
|
|
|
559
454
|
"name": "*",
|
|
560
455
|
"declaration": {
|
|
561
456
|
"name": "*",
|
|
562
|
-
"package": "./
|
|
457
|
+
"package": "./sync"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./when-else"
|
|
563
466
|
}
|
|
564
467
|
}
|
|
565
468
|
]
|
|
@@ -1255,104 +1158,201 @@
|
|
|
1255
1158
|
},
|
|
1256
1159
|
{
|
|
1257
1160
|
"kind": "javascript-module",
|
|
1258
|
-
"path": "src/
|
|
1259
|
-
"declarations": [],
|
|
1260
|
-
"exports": [
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "js",
|
|
1263
|
-
"name": "*",
|
|
1264
|
-
"declaration": {
|
|
1265
|
-
"name": "*",
|
|
1266
|
-
"package": "./sync"
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "js",
|
|
1271
|
-
"name": "*",
|
|
1272
|
-
"declaration": {
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"package": "./when-else"
|
|
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",
|
|
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": ""
|
|
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",
|
|
1348
|
+
"privacy": "public"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "function",
|
|
1352
|
+
"name": "formatDateTimeTimestamp",
|
|
1353
|
+
"return": {
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "string"
|
|
1356
1356
|
}
|
|
1357
1357
|
},
|
|
1358
1358
|
"parameters": [
|
|
@@ -4138,160 +4138,6 @@
|
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
4140
4140
|
},
|
|
4141
|
-
{
|
|
4142
|
-
"kind": "javascript-module",
|
|
4143
|
-
"path": "src/encoding/base64/decode.ts",
|
|
4144
|
-
"declarations": [
|
|
4145
|
-
{
|
|
4146
|
-
"kind": "function",
|
|
4147
|
-
"name": "decodeFromBase64",
|
|
4148
|
-
"return": {
|
|
4149
|
-
"type": {
|
|
4150
|
-
"text": ""
|
|
4151
|
-
}
|
|
4152
|
-
},
|
|
4153
|
-
"parameters": [
|
|
4154
|
-
{
|
|
4155
|
-
"name": "base64Value",
|
|
4156
|
-
"type": {
|
|
4157
|
-
"text": "string"
|
|
4158
|
-
}
|
|
4159
|
-
},
|
|
4160
|
-
{
|
|
4161
|
-
"description": "The value to decode from base64.",
|
|
4162
|
-
"name": "value"
|
|
4163
|
-
}
|
|
4164
|
-
],
|
|
4165
|
-
"description": "Decodes a value from base64.",
|
|
4166
|
-
"privacy": "public"
|
|
4167
|
-
},
|
|
4168
|
-
{
|
|
4169
|
-
"kind": "function",
|
|
4170
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4171
|
-
"return": {
|
|
4172
|
-
"type": {
|
|
4173
|
-
"text": ""
|
|
4174
|
-
}
|
|
4175
|
-
},
|
|
4176
|
-
"parameters": [
|
|
4177
|
-
{
|
|
4178
|
-
"name": "value",
|
|
4179
|
-
"type": {
|
|
4180
|
-
"text": "string"
|
|
4181
|
-
},
|
|
4182
|
-
"description": "The value to decode from base64."
|
|
4183
|
-
}
|
|
4184
|
-
],
|
|
4185
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
4186
|
-
"privacy": "public"
|
|
4187
|
-
}
|
|
4188
|
-
],
|
|
4189
|
-
"exports": [
|
|
4190
|
-
{
|
|
4191
|
-
"kind": "js",
|
|
4192
|
-
"name": "decodeFromBase64",
|
|
4193
|
-
"declaration": {
|
|
4194
|
-
"name": "decodeFromBase64",
|
|
4195
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4196
|
-
}
|
|
4197
|
-
},
|
|
4198
|
-
{
|
|
4199
|
-
"kind": "js",
|
|
4200
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4201
|
-
"declaration": {
|
|
4202
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4203
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4204
|
-
}
|
|
4205
|
-
}
|
|
4206
|
-
]
|
|
4207
|
-
},
|
|
4208
|
-
{
|
|
4209
|
-
"kind": "javascript-module",
|
|
4210
|
-
"path": "src/encoding/base64/encode.ts",
|
|
4211
|
-
"declarations": [
|
|
4212
|
-
{
|
|
4213
|
-
"kind": "function",
|
|
4214
|
-
"name": "encodeToBase64",
|
|
4215
|
-
"return": {
|
|
4216
|
-
"type": {
|
|
4217
|
-
"text": ""
|
|
4218
|
-
}
|
|
4219
|
-
},
|
|
4220
|
-
"parameters": [
|
|
4221
|
-
{
|
|
4222
|
-
"name": "value",
|
|
4223
|
-
"type": {
|
|
4224
|
-
"text": "string | ArrayBuffer"
|
|
4225
|
-
},
|
|
4226
|
-
"description": "The value to encode to base64."
|
|
4227
|
-
}
|
|
4228
|
-
],
|
|
4229
|
-
"description": "Encodes the given value to base64.",
|
|
4230
|
-
"privacy": "public"
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
"kind": "function",
|
|
4234
|
-
"name": "encodeToBase64WithPrefix",
|
|
4235
|
-
"return": {
|
|
4236
|
-
"type": {
|
|
4237
|
-
"text": ""
|
|
4238
|
-
}
|
|
4239
|
-
},
|
|
4240
|
-
"parameters": [
|
|
4241
|
-
{
|
|
4242
|
-
"name": "value",
|
|
4243
|
-
"type": {
|
|
4244
|
-
"text": "string | ArrayBuffer"
|
|
4245
|
-
},
|
|
4246
|
-
"description": "The value to encode to base64."
|
|
4247
|
-
}
|
|
4248
|
-
],
|
|
4249
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
4250
|
-
"privacy": "public"
|
|
4251
|
-
}
|
|
4252
|
-
],
|
|
4253
|
-
"exports": [
|
|
4254
|
-
{
|
|
4255
|
-
"kind": "js",
|
|
4256
|
-
"name": "encodeToBase64",
|
|
4257
|
-
"declaration": {
|
|
4258
|
-
"name": "encodeToBase64",
|
|
4259
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4260
|
-
}
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
"kind": "js",
|
|
4264
|
-
"name": "encodeToBase64WithPrefix",
|
|
4265
|
-
"declaration": {
|
|
4266
|
-
"name": "encodeToBase64WithPrefix",
|
|
4267
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4268
|
-
}
|
|
4269
|
-
}
|
|
4270
|
-
]
|
|
4271
|
-
},
|
|
4272
|
-
{
|
|
4273
|
-
"kind": "javascript-module",
|
|
4274
|
-
"path": "src/encoding/base64/index.ts",
|
|
4275
|
-
"declarations": [],
|
|
4276
|
-
"exports": [
|
|
4277
|
-
{
|
|
4278
|
-
"kind": "js",
|
|
4279
|
-
"name": "*",
|
|
4280
|
-
"declaration": {
|
|
4281
|
-
"name": "*",
|
|
4282
|
-
"package": "./decode"
|
|
4283
|
-
}
|
|
4284
|
-
},
|
|
4285
|
-
{
|
|
4286
|
-
"kind": "js",
|
|
4287
|
-
"name": "*",
|
|
4288
|
-
"declaration": {
|
|
4289
|
-
"name": "*",
|
|
4290
|
-
"package": "./encode"
|
|
4291
|
-
}
|
|
4292
|
-
}
|
|
4293
|
-
]
|
|
4294
|
-
},
|
|
4295
4141
|
{
|
|
4296
4142
|
"kind": "javascript-module",
|
|
4297
4143
|
"path": "src/directives/sync/index.ts",
|
|
@@ -4446,6 +4292,160 @@
|
|
|
4446
4292
|
}
|
|
4447
4293
|
]
|
|
4448
4294
|
},
|
|
4295
|
+
{
|
|
4296
|
+
"kind": "javascript-module",
|
|
4297
|
+
"path": "src/encoding/base64/decode.ts",
|
|
4298
|
+
"declarations": [
|
|
4299
|
+
{
|
|
4300
|
+
"kind": "function",
|
|
4301
|
+
"name": "decodeFromBase64",
|
|
4302
|
+
"return": {
|
|
4303
|
+
"type": {
|
|
4304
|
+
"text": ""
|
|
4305
|
+
}
|
|
4306
|
+
},
|
|
4307
|
+
"parameters": [
|
|
4308
|
+
{
|
|
4309
|
+
"name": "base64Value",
|
|
4310
|
+
"type": {
|
|
4311
|
+
"text": "string"
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"description": "The value to decode from base64.",
|
|
4316
|
+
"name": "value"
|
|
4317
|
+
}
|
|
4318
|
+
],
|
|
4319
|
+
"description": "Decodes a value from base64.",
|
|
4320
|
+
"privacy": "public"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"kind": "function",
|
|
4324
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4325
|
+
"return": {
|
|
4326
|
+
"type": {
|
|
4327
|
+
"text": ""
|
|
4328
|
+
}
|
|
4329
|
+
},
|
|
4330
|
+
"parameters": [
|
|
4331
|
+
{
|
|
4332
|
+
"name": "value",
|
|
4333
|
+
"type": {
|
|
4334
|
+
"text": "string"
|
|
4335
|
+
},
|
|
4336
|
+
"description": "The value to decode from base64."
|
|
4337
|
+
}
|
|
4338
|
+
],
|
|
4339
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
4340
|
+
"privacy": "public"
|
|
4341
|
+
}
|
|
4342
|
+
],
|
|
4343
|
+
"exports": [
|
|
4344
|
+
{
|
|
4345
|
+
"kind": "js",
|
|
4346
|
+
"name": "decodeFromBase64",
|
|
4347
|
+
"declaration": {
|
|
4348
|
+
"name": "decodeFromBase64",
|
|
4349
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"kind": "js",
|
|
4354
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4355
|
+
"declaration": {
|
|
4356
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4357
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
]
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"kind": "javascript-module",
|
|
4364
|
+
"path": "src/encoding/base64/encode.ts",
|
|
4365
|
+
"declarations": [
|
|
4366
|
+
{
|
|
4367
|
+
"kind": "function",
|
|
4368
|
+
"name": "encodeToBase64",
|
|
4369
|
+
"return": {
|
|
4370
|
+
"type": {
|
|
4371
|
+
"text": ""
|
|
4372
|
+
}
|
|
4373
|
+
},
|
|
4374
|
+
"parameters": [
|
|
4375
|
+
{
|
|
4376
|
+
"name": "value",
|
|
4377
|
+
"type": {
|
|
4378
|
+
"text": "string | ArrayBuffer"
|
|
4379
|
+
},
|
|
4380
|
+
"description": "The value to encode to base64."
|
|
4381
|
+
}
|
|
4382
|
+
],
|
|
4383
|
+
"description": "Encodes the given value to base64.",
|
|
4384
|
+
"privacy": "public"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"kind": "function",
|
|
4388
|
+
"name": "encodeToBase64WithPrefix",
|
|
4389
|
+
"return": {
|
|
4390
|
+
"type": {
|
|
4391
|
+
"text": ""
|
|
4392
|
+
}
|
|
4393
|
+
},
|
|
4394
|
+
"parameters": [
|
|
4395
|
+
{
|
|
4396
|
+
"name": "value",
|
|
4397
|
+
"type": {
|
|
4398
|
+
"text": "string | ArrayBuffer"
|
|
4399
|
+
},
|
|
4400
|
+
"description": "The value to encode to base64."
|
|
4401
|
+
}
|
|
4402
|
+
],
|
|
4403
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
4404
|
+
"privacy": "public"
|
|
4405
|
+
}
|
|
4406
|
+
],
|
|
4407
|
+
"exports": [
|
|
4408
|
+
{
|
|
4409
|
+
"kind": "js",
|
|
4410
|
+
"name": "encodeToBase64",
|
|
4411
|
+
"declaration": {
|
|
4412
|
+
"name": "encodeToBase64",
|
|
4413
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"kind": "js",
|
|
4418
|
+
"name": "encodeToBase64WithPrefix",
|
|
4419
|
+
"declaration": {
|
|
4420
|
+
"name": "encodeToBase64WithPrefix",
|
|
4421
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4422
|
+
}
|
|
4423
|
+
}
|
|
4424
|
+
]
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"kind": "javascript-module",
|
|
4428
|
+
"path": "src/encoding/base64/index.ts",
|
|
4429
|
+
"declarations": [],
|
|
4430
|
+
"exports": [
|
|
4431
|
+
{
|
|
4432
|
+
"kind": "js",
|
|
4433
|
+
"name": "*",
|
|
4434
|
+
"declaration": {
|
|
4435
|
+
"name": "*",
|
|
4436
|
+
"package": "./decode"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"kind": "js",
|
|
4441
|
+
"name": "*",
|
|
4442
|
+
"declaration": {
|
|
4443
|
+
"name": "*",
|
|
4444
|
+
"package": "./encode"
|
|
4445
|
+
}
|
|
4446
|
+
}
|
|
4447
|
+
]
|
|
4448
|
+
},
|
|
4449
4449
|
{
|
|
4450
4450
|
"kind": "javascript-module",
|
|
4451
4451
|
"path": "src/mappers/dto/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/error/errorMap.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,
|
|
1
|
+
{"version":3,"file":"errorMap.d.ts","sourceRoot":"","sources":["../../../src/error/errorMap.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,QAAQ,CAAC,eAAe,SAAS,cAAc,CAAE,SAAQ,IAAI,CAC5E,GAAG,CAAC,MAAM,eAAe,EAAE,KAAK,CAAC,EACjC,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CACvD;IACC;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAEpD;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC;CAC3B;AAED;;GAEG;AACH,qBAAa,eAAe,CAC1B,eAAe,SAAS,cAAc,CACtC,YAAW,QAAQ,CAAC,eAAe,CAAC;IASxB,OAAO,CAAC,MAAM;IARd,OAAO,CAAC,GAAG,CAA2C;IAElE,uCAAuC;IAC3B,SAAS,EAAE,KAAK,CAAC;IAE7B;;OAEG;gBACiB,MAAM,EAAE,cAAc;IAE1C,iCAAiC;IACjC,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI;IAMnD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,KAAK,GAAG,SAAS;IAIlD;;;;;;OAMG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAIxC;;;;;;OAMG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,eAAe,GAAG,OAAO;IAa3C;;;OAGG;IACH,KAAK;IAKL;;;;;OAKG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED;;OAEG;IACH,MAAM;IAIN,sCAAsC;IACtC,IAAI,QAAQ,IAAI,MAAM,CAUrB;CACF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,GAAI,eAAe,SAAS,cAAc,EACnE,QAAQ,cAAc,KACrB,QAAQ,CAAC,eAAe,CAAiD,CAAC"}
|
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.388.0",
|
|
4
|
+
"version": "14.388.2-alpha-576c66a.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
"circular": "npx -y madge --extensions ts --circular ./src",
|
|
18
18
|
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
19
19
|
"dev": "genx dev -b ts",
|
|
20
|
-
"test": "genx test"
|
|
20
|
+
"test": "genx test",
|
|
21
|
+
"lint": "genx lint --profile",
|
|
22
|
+
"lint:fix": "genx lint --fix"
|
|
21
23
|
},
|
|
22
24
|
"madge": {
|
|
23
25
|
"detectiveOptions": {
|
|
@@ -27,18 +29,18 @@
|
|
|
27
29
|
}
|
|
28
30
|
},
|
|
29
31
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.388.0",
|
|
31
|
-
"@genesislcap/genx": "14.388.0",
|
|
32
|
-
"@genesislcap/rollup-builder": "14.388.0",
|
|
33
|
-
"@genesislcap/ts-builder": "14.388.0",
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.388.0",
|
|
35
|
-
"@genesislcap/vite-builder": "14.388.0",
|
|
36
|
-
"@genesislcap/webpack-builder": "14.388.0",
|
|
32
|
+
"@genesislcap/foundation-testing": "14.388.2-alpha-576c66a.0",
|
|
33
|
+
"@genesislcap/genx": "14.388.2-alpha-576c66a.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.388.2-alpha-576c66a.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.388.2-alpha-576c66a.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.388.2-alpha-576c66a.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.388.2-alpha-576c66a.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.388.2-alpha-576c66a.0",
|
|
37
39
|
"@types/json-schema": "^7.0.11"
|
|
38
40
|
},
|
|
39
41
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.388.0",
|
|
41
|
-
"@genesislcap/foundation-logger": "14.388.0",
|
|
42
|
+
"@genesislcap/expression-builder": "14.388.2-alpha-576c66a.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.388.2-alpha-576c66a.0",
|
|
42
44
|
"@microsoft/fast-components": "2.30.6",
|
|
43
45
|
"@microsoft/fast-element": "1.14.0",
|
|
44
46
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +58,5 @@
|
|
|
56
58
|
"access": "public"
|
|
57
59
|
},
|
|
58
60
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "3071c88ef5e846ad2a14b3124b14269f60255c35"
|
|
60
62
|
}
|