@genesislcap/foundation-utils 14.406.0-workspaces.3 → 14.406.0-workspaces.6
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 +280 -280
- package/package.json +11 -11
|
@@ -311,6 +311,126 @@
|
|
|
311
311
|
}
|
|
312
312
|
]
|
|
313
313
|
},
|
|
314
|
+
{
|
|
315
|
+
"kind": "javascript-module",
|
|
316
|
+
"path": "src/design-system/design-system.ts",
|
|
317
|
+
"declarations": [
|
|
318
|
+
{
|
|
319
|
+
"kind": "function",
|
|
320
|
+
"name": "assureDesignSystem",
|
|
321
|
+
"return": {
|
|
322
|
+
"type": {
|
|
323
|
+
"text": "DesignSystemModule"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"parameters": [
|
|
327
|
+
{
|
|
328
|
+
"name": "module",
|
|
329
|
+
"type": {
|
|
330
|
+
"text": "DesignSystemModule"
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"description": "assureDesignSystem.",
|
|
335
|
+
"privacy": "public"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"kind": "function",
|
|
339
|
+
"name": "getCurrentDesignSystem",
|
|
340
|
+
"return": {
|
|
341
|
+
"type": {
|
|
342
|
+
"text": ""
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"parameters": [
|
|
346
|
+
{
|
|
347
|
+
"name": "element",
|
|
348
|
+
"type": {
|
|
349
|
+
"text": "HTMLElement"
|
|
350
|
+
},
|
|
351
|
+
"description": "The starting HTML element"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "fallbackPrefix",
|
|
355
|
+
"type": {
|
|
356
|
+
"text": "string"
|
|
357
|
+
},
|
|
358
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"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.",
|
|
362
|
+
"privacy": "public"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"kind": "function",
|
|
366
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
367
|
+
"return": {
|
|
368
|
+
"type": {
|
|
369
|
+
"text": ""
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"parameters": [
|
|
373
|
+
{
|
|
374
|
+
"name": "element",
|
|
375
|
+
"type": {
|
|
376
|
+
"text": "HTMLElement"
|
|
377
|
+
},
|
|
378
|
+
"description": "The starting HTML element"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "fallbackPrefix",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "string"
|
|
384
|
+
},
|
|
385
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
389
|
+
"privacy": "public"
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"exports": [
|
|
393
|
+
{
|
|
394
|
+
"kind": "js",
|
|
395
|
+
"name": "assureDesignSystem",
|
|
396
|
+
"declaration": {
|
|
397
|
+
"name": "assureDesignSystem",
|
|
398
|
+
"module": "src/design-system/design-system.ts"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"kind": "js",
|
|
403
|
+
"name": "getCurrentDesignSystem",
|
|
404
|
+
"declaration": {
|
|
405
|
+
"name": "getCurrentDesignSystem",
|
|
406
|
+
"module": "src/design-system/design-system.ts"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "js",
|
|
411
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
412
|
+
"declaration": {
|
|
413
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
414
|
+
"module": "src/design-system/design-system.ts"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"kind": "javascript-module",
|
|
421
|
+
"path": "src/design-system/index.ts",
|
|
422
|
+
"declarations": [],
|
|
423
|
+
"exports": [
|
|
424
|
+
{
|
|
425
|
+
"kind": "js",
|
|
426
|
+
"name": "*",
|
|
427
|
+
"declaration": {
|
|
428
|
+
"name": "*",
|
|
429
|
+
"package": "./design-system"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
},
|
|
314
434
|
{
|
|
315
435
|
"kind": "javascript-module",
|
|
316
436
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -511,112 +631,7 @@
|
|
|
511
631
|
},
|
|
512
632
|
{
|
|
513
633
|
"kind": "javascript-module",
|
|
514
|
-
"path": "src/
|
|
515
|
-
"declarations": [
|
|
516
|
-
{
|
|
517
|
-
"kind": "function",
|
|
518
|
-
"name": "assureDesignSystem",
|
|
519
|
-
"return": {
|
|
520
|
-
"type": {
|
|
521
|
-
"text": "DesignSystemModule"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
"parameters": [
|
|
525
|
-
{
|
|
526
|
-
"name": "module",
|
|
527
|
-
"type": {
|
|
528
|
-
"text": "DesignSystemModule"
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
],
|
|
532
|
-
"description": "assureDesignSystem.",
|
|
533
|
-
"privacy": "public"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"kind": "function",
|
|
537
|
-
"name": "getCurrentDesignSystem",
|
|
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 provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
560
|
-
"privacy": "public"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"kind": "function",
|
|
564
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
565
|
-
"return": {
|
|
566
|
-
"type": {
|
|
567
|
-
"text": ""
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
"parameters": [
|
|
571
|
-
{
|
|
572
|
-
"name": "element",
|
|
573
|
-
"type": {
|
|
574
|
-
"text": "HTMLElement"
|
|
575
|
-
},
|
|
576
|
-
"description": "The starting HTML element"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "fallbackPrefix",
|
|
580
|
-
"type": {
|
|
581
|
-
"text": "string"
|
|
582
|
-
},
|
|
583
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
584
|
-
}
|
|
585
|
-
],
|
|
586
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
587
|
-
"privacy": "public"
|
|
588
|
-
}
|
|
589
|
-
],
|
|
590
|
-
"exports": [
|
|
591
|
-
{
|
|
592
|
-
"kind": "js",
|
|
593
|
-
"name": "assureDesignSystem",
|
|
594
|
-
"declaration": {
|
|
595
|
-
"name": "assureDesignSystem",
|
|
596
|
-
"module": "src/design-system/design-system.ts"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "js",
|
|
601
|
-
"name": "getCurrentDesignSystem",
|
|
602
|
-
"declaration": {
|
|
603
|
-
"name": "getCurrentDesignSystem",
|
|
604
|
-
"module": "src/design-system/design-system.ts"
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"kind": "js",
|
|
609
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
610
|
-
"declaration": {
|
|
611
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
612
|
-
"module": "src/design-system/design-system.ts"
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
]
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"kind": "javascript-module",
|
|
619
|
-
"path": "src/design-system/index.ts",
|
|
634
|
+
"path": "src/directives/index.ts",
|
|
620
635
|
"declarations": [],
|
|
621
636
|
"exports": [
|
|
622
637
|
{
|
|
@@ -624,22 +639,15 @@
|
|
|
624
639
|
"name": "*",
|
|
625
640
|
"declaration": {
|
|
626
641
|
"name": "*",
|
|
627
|
-
"package": "./
|
|
642
|
+
"package": "./sync"
|
|
628
643
|
}
|
|
629
|
-
}
|
|
630
|
-
]
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"kind": "javascript-module",
|
|
634
|
-
"path": "src/encoding/index.ts",
|
|
635
|
-
"declarations": [],
|
|
636
|
-
"exports": [
|
|
644
|
+
},
|
|
637
645
|
{
|
|
638
646
|
"kind": "js",
|
|
639
647
|
"name": "*",
|
|
640
648
|
"declaration": {
|
|
641
649
|
"name": "*",
|
|
642
|
-
"package": "./
|
|
650
|
+
"package": "./when-else"
|
|
643
651
|
}
|
|
644
652
|
}
|
|
645
653
|
]
|
|
@@ -1121,7 +1129,7 @@
|
|
|
1121
1129
|
},
|
|
1122
1130
|
{
|
|
1123
1131
|
"kind": "javascript-module",
|
|
1124
|
-
"path": "src/
|
|
1132
|
+
"path": "src/encoding/index.ts",
|
|
1125
1133
|
"declarations": [],
|
|
1126
1134
|
"exports": [
|
|
1127
1135
|
{
|
|
@@ -1129,15 +1137,7 @@
|
|
|
1129
1137
|
"name": "*",
|
|
1130
1138
|
"declaration": {
|
|
1131
1139
|
"name": "*",
|
|
1132
|
-
"package": "./
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "js",
|
|
1137
|
-
"name": "*",
|
|
1138
|
-
"declaration": {
|
|
1139
|
-
"name": "*",
|
|
1140
|
-
"package": "./when-else"
|
|
1140
|
+
"package": "./base64"
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
]
|
|
@@ -4322,160 +4322,6 @@
|
|
|
4322
4322
|
"declarations": [],
|
|
4323
4323
|
"exports": []
|
|
4324
4324
|
},
|
|
4325
|
-
{
|
|
4326
|
-
"kind": "javascript-module",
|
|
4327
|
-
"path": "src/encoding/base64/decode.ts",
|
|
4328
|
-
"declarations": [
|
|
4329
|
-
{
|
|
4330
|
-
"kind": "function",
|
|
4331
|
-
"name": "decodeFromBase64",
|
|
4332
|
-
"return": {
|
|
4333
|
-
"type": {
|
|
4334
|
-
"text": ""
|
|
4335
|
-
}
|
|
4336
|
-
},
|
|
4337
|
-
"parameters": [
|
|
4338
|
-
{
|
|
4339
|
-
"name": "base64Value",
|
|
4340
|
-
"type": {
|
|
4341
|
-
"text": "string"
|
|
4342
|
-
}
|
|
4343
|
-
},
|
|
4344
|
-
{
|
|
4345
|
-
"description": "The value to decode from base64.",
|
|
4346
|
-
"name": "value"
|
|
4347
|
-
}
|
|
4348
|
-
],
|
|
4349
|
-
"description": "Decodes a value from base64.",
|
|
4350
|
-
"privacy": "public"
|
|
4351
|
-
},
|
|
4352
|
-
{
|
|
4353
|
-
"kind": "function",
|
|
4354
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4355
|
-
"return": {
|
|
4356
|
-
"type": {
|
|
4357
|
-
"text": ""
|
|
4358
|
-
}
|
|
4359
|
-
},
|
|
4360
|
-
"parameters": [
|
|
4361
|
-
{
|
|
4362
|
-
"name": "value",
|
|
4363
|
-
"type": {
|
|
4364
|
-
"text": "string"
|
|
4365
|
-
},
|
|
4366
|
-
"description": "The value to decode from base64."
|
|
4367
|
-
}
|
|
4368
|
-
],
|
|
4369
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
4370
|
-
"privacy": "public"
|
|
4371
|
-
}
|
|
4372
|
-
],
|
|
4373
|
-
"exports": [
|
|
4374
|
-
{
|
|
4375
|
-
"kind": "js",
|
|
4376
|
-
"name": "decodeFromBase64",
|
|
4377
|
-
"declaration": {
|
|
4378
|
-
"name": "decodeFromBase64",
|
|
4379
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4380
|
-
}
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"kind": "js",
|
|
4384
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4385
|
-
"declaration": {
|
|
4386
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4387
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4388
|
-
}
|
|
4389
|
-
}
|
|
4390
|
-
]
|
|
4391
|
-
},
|
|
4392
|
-
{
|
|
4393
|
-
"kind": "javascript-module",
|
|
4394
|
-
"path": "src/encoding/base64/encode.ts",
|
|
4395
|
-
"declarations": [
|
|
4396
|
-
{
|
|
4397
|
-
"kind": "function",
|
|
4398
|
-
"name": "encodeToBase64",
|
|
4399
|
-
"return": {
|
|
4400
|
-
"type": {
|
|
4401
|
-
"text": ""
|
|
4402
|
-
}
|
|
4403
|
-
},
|
|
4404
|
-
"parameters": [
|
|
4405
|
-
{
|
|
4406
|
-
"name": "value",
|
|
4407
|
-
"type": {
|
|
4408
|
-
"text": "string | ArrayBuffer"
|
|
4409
|
-
},
|
|
4410
|
-
"description": "The value to encode to base64."
|
|
4411
|
-
}
|
|
4412
|
-
],
|
|
4413
|
-
"description": "Encodes the given value to base64.",
|
|
4414
|
-
"privacy": "public"
|
|
4415
|
-
},
|
|
4416
|
-
{
|
|
4417
|
-
"kind": "function",
|
|
4418
|
-
"name": "encodeToBase64WithPrefix",
|
|
4419
|
-
"return": {
|
|
4420
|
-
"type": {
|
|
4421
|
-
"text": ""
|
|
4422
|
-
}
|
|
4423
|
-
},
|
|
4424
|
-
"parameters": [
|
|
4425
|
-
{
|
|
4426
|
-
"name": "value",
|
|
4427
|
-
"type": {
|
|
4428
|
-
"text": "string | ArrayBuffer"
|
|
4429
|
-
},
|
|
4430
|
-
"description": "The value to encode to base64."
|
|
4431
|
-
}
|
|
4432
|
-
],
|
|
4433
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
4434
|
-
"privacy": "public"
|
|
4435
|
-
}
|
|
4436
|
-
],
|
|
4437
|
-
"exports": [
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "js",
|
|
4440
|
-
"name": "encodeToBase64",
|
|
4441
|
-
"declaration": {
|
|
4442
|
-
"name": "encodeToBase64",
|
|
4443
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4444
|
-
}
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"kind": "js",
|
|
4448
|
-
"name": "encodeToBase64WithPrefix",
|
|
4449
|
-
"declaration": {
|
|
4450
|
-
"name": "encodeToBase64WithPrefix",
|
|
4451
|
-
"module": "src/encoding/base64/encode.ts"
|
|
4452
|
-
}
|
|
4453
|
-
}
|
|
4454
|
-
]
|
|
4455
|
-
},
|
|
4456
|
-
{
|
|
4457
|
-
"kind": "javascript-module",
|
|
4458
|
-
"path": "src/encoding/base64/index.ts",
|
|
4459
|
-
"declarations": [],
|
|
4460
|
-
"exports": [
|
|
4461
|
-
{
|
|
4462
|
-
"kind": "js",
|
|
4463
|
-
"name": "*",
|
|
4464
|
-
"declaration": {
|
|
4465
|
-
"name": "*",
|
|
4466
|
-
"package": "./decode"
|
|
4467
|
-
}
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"kind": "js",
|
|
4471
|
-
"name": "*",
|
|
4472
|
-
"declaration": {
|
|
4473
|
-
"name": "*",
|
|
4474
|
-
"package": "./encode"
|
|
4475
|
-
}
|
|
4476
|
-
}
|
|
4477
|
-
]
|
|
4478
|
-
},
|
|
4479
4325
|
{
|
|
4480
4326
|
"kind": "javascript-module",
|
|
4481
4327
|
"path": "src/directives/sync/index.ts",
|
|
@@ -4630,6 +4476,160 @@
|
|
|
4630
4476
|
}
|
|
4631
4477
|
]
|
|
4632
4478
|
},
|
|
4479
|
+
{
|
|
4480
|
+
"kind": "javascript-module",
|
|
4481
|
+
"path": "src/encoding/base64/decode.ts",
|
|
4482
|
+
"declarations": [
|
|
4483
|
+
{
|
|
4484
|
+
"kind": "function",
|
|
4485
|
+
"name": "decodeFromBase64",
|
|
4486
|
+
"return": {
|
|
4487
|
+
"type": {
|
|
4488
|
+
"text": ""
|
|
4489
|
+
}
|
|
4490
|
+
},
|
|
4491
|
+
"parameters": [
|
|
4492
|
+
{
|
|
4493
|
+
"name": "base64Value",
|
|
4494
|
+
"type": {
|
|
4495
|
+
"text": "string"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"description": "The value to decode from base64.",
|
|
4500
|
+
"name": "value"
|
|
4501
|
+
}
|
|
4502
|
+
],
|
|
4503
|
+
"description": "Decodes a value from base64.",
|
|
4504
|
+
"privacy": "public"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"kind": "function",
|
|
4508
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4509
|
+
"return": {
|
|
4510
|
+
"type": {
|
|
4511
|
+
"text": ""
|
|
4512
|
+
}
|
|
4513
|
+
},
|
|
4514
|
+
"parameters": [
|
|
4515
|
+
{
|
|
4516
|
+
"name": "value",
|
|
4517
|
+
"type": {
|
|
4518
|
+
"text": "string"
|
|
4519
|
+
},
|
|
4520
|
+
"description": "The value to decode from base64."
|
|
4521
|
+
}
|
|
4522
|
+
],
|
|
4523
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
4524
|
+
"privacy": "public"
|
|
4525
|
+
}
|
|
4526
|
+
],
|
|
4527
|
+
"exports": [
|
|
4528
|
+
{
|
|
4529
|
+
"kind": "js",
|
|
4530
|
+
"name": "decodeFromBase64",
|
|
4531
|
+
"declaration": {
|
|
4532
|
+
"name": "decodeFromBase64",
|
|
4533
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"kind": "js",
|
|
4538
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4539
|
+
"declaration": {
|
|
4540
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4541
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4542
|
+
}
|
|
4543
|
+
}
|
|
4544
|
+
]
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"kind": "javascript-module",
|
|
4548
|
+
"path": "src/encoding/base64/encode.ts",
|
|
4549
|
+
"declarations": [
|
|
4550
|
+
{
|
|
4551
|
+
"kind": "function",
|
|
4552
|
+
"name": "encodeToBase64",
|
|
4553
|
+
"return": {
|
|
4554
|
+
"type": {
|
|
4555
|
+
"text": ""
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
"parameters": [
|
|
4559
|
+
{
|
|
4560
|
+
"name": "value",
|
|
4561
|
+
"type": {
|
|
4562
|
+
"text": "string | ArrayBuffer"
|
|
4563
|
+
},
|
|
4564
|
+
"description": "The value to encode to base64."
|
|
4565
|
+
}
|
|
4566
|
+
],
|
|
4567
|
+
"description": "Encodes the given value to base64.",
|
|
4568
|
+
"privacy": "public"
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"kind": "function",
|
|
4572
|
+
"name": "encodeToBase64WithPrefix",
|
|
4573
|
+
"return": {
|
|
4574
|
+
"type": {
|
|
4575
|
+
"text": ""
|
|
4576
|
+
}
|
|
4577
|
+
},
|
|
4578
|
+
"parameters": [
|
|
4579
|
+
{
|
|
4580
|
+
"name": "value",
|
|
4581
|
+
"type": {
|
|
4582
|
+
"text": "string | ArrayBuffer"
|
|
4583
|
+
},
|
|
4584
|
+
"description": "The value to encode to base64."
|
|
4585
|
+
}
|
|
4586
|
+
],
|
|
4587
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
4588
|
+
"privacy": "public"
|
|
4589
|
+
}
|
|
4590
|
+
],
|
|
4591
|
+
"exports": [
|
|
4592
|
+
{
|
|
4593
|
+
"kind": "js",
|
|
4594
|
+
"name": "encodeToBase64",
|
|
4595
|
+
"declaration": {
|
|
4596
|
+
"name": "encodeToBase64",
|
|
4597
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"kind": "js",
|
|
4602
|
+
"name": "encodeToBase64WithPrefix",
|
|
4603
|
+
"declaration": {
|
|
4604
|
+
"name": "encodeToBase64WithPrefix",
|
|
4605
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4606
|
+
}
|
|
4607
|
+
}
|
|
4608
|
+
]
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"kind": "javascript-module",
|
|
4612
|
+
"path": "src/encoding/base64/index.ts",
|
|
4613
|
+
"declarations": [],
|
|
4614
|
+
"exports": [
|
|
4615
|
+
{
|
|
4616
|
+
"kind": "js",
|
|
4617
|
+
"name": "*",
|
|
4618
|
+
"declaration": {
|
|
4619
|
+
"name": "*",
|
|
4620
|
+
"package": "./decode"
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4623
|
+
{
|
|
4624
|
+
"kind": "js",
|
|
4625
|
+
"name": "*",
|
|
4626
|
+
"declaration": {
|
|
4627
|
+
"name": "*",
|
|
4628
|
+
"package": "./encode"
|
|
4629
|
+
}
|
|
4630
|
+
}
|
|
4631
|
+
]
|
|
4632
|
+
},
|
|
4633
4633
|
{
|
|
4634
4634
|
"kind": "javascript-module",
|
|
4635
4635
|
"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.406.0-workspaces.
|
|
4
|
+
"version": "14.406.0-workspaces.6",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.406.0-workspaces.
|
|
33
|
-
"@genesislcap/genx": "14.406.0-workspaces.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.406.0-workspaces.
|
|
35
|
-
"@genesislcap/ts-builder": "14.406.0-workspaces.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.
|
|
37
|
-
"@genesislcap/vite-builder": "14.406.0-workspaces.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.406.0-workspaces.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.406.0-workspaces.6",
|
|
33
|
+
"@genesislcap/genx": "14.406.0-workspaces.6",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.406.0-workspaces.6",
|
|
35
|
+
"@genesislcap/ts-builder": "14.406.0-workspaces.6",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.6",
|
|
37
|
+
"@genesislcap/vite-builder": "14.406.0-workspaces.6",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.406.0-workspaces.6",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.406.0-workspaces.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.406.0-workspaces.
|
|
42
|
+
"@genesislcap/expression-builder": "14.406.0-workspaces.6",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.406.0-workspaces.6",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "9926086c62c7c777a76e5455fe638c6e1250790f"
|
|
62
62
|
}
|