@genesislcap/foundation-utils 14.228.2-alpha-caa63d8.0 → 14.229.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +249 -249
  2. package/package.json +10 -10
@@ -472,7 +472,7 @@
472
472
  },
473
473
  {
474
474
  "kind": "javascript-module",
475
- "path": "src/encoding/index.ts",
475
+ "path": "src/directives/index.ts",
476
476
  "declarations": [],
477
477
  "exports": [
478
478
  {
@@ -480,14 +480,22 @@
480
480
  "name": "*",
481
481
  "declaration": {
482
482
  "name": "*",
483
- "package": "./base64"
483
+ "package": "./sync"
484
+ }
485
+ },
486
+ {
487
+ "kind": "js",
488
+ "name": "*",
489
+ "declaration": {
490
+ "name": "*",
491
+ "package": "./when-else"
484
492
  }
485
493
  }
486
494
  ]
487
495
  },
488
496
  {
489
497
  "kind": "javascript-module",
490
- "path": "src/directives/index.ts",
498
+ "path": "src/encoding/index.ts",
491
499
  "declarations": [],
492
500
  "exports": [
493
501
  {
@@ -495,15 +503,7 @@
495
503
  "name": "*",
496
504
  "declaration": {
497
505
  "name": "*",
498
- "package": "./sync"
499
- }
500
- },
501
- {
502
- "kind": "js",
503
- "name": "*",
504
- "declaration": {
505
- "name": "*",
506
- "package": "./when-else"
506
+ "package": "./base64"
507
507
  }
508
508
  }
509
509
  ]
@@ -1368,7 +1368,7 @@
1368
1368
  },
1369
1369
  {
1370
1370
  "kind": "javascript-module",
1371
- "path": "src/mappers/index.ts",
1371
+ "path": "src/mixins/index.ts",
1372
1372
  "declarations": [],
1373
1373
  "exports": [
1374
1374
  {
@@ -1376,14 +1376,22 @@
1376
1376
  "name": "*",
1377
1377
  "declaration": {
1378
1378
  "name": "*",
1379
- "package": "./dto"
1379
+ "package": "./pendingState"
1380
+ }
1381
+ },
1382
+ {
1383
+ "kind": "js",
1384
+ "name": "*",
1385
+ "declaration": {
1386
+ "name": "*",
1387
+ "package": "./lifecycle"
1380
1388
  }
1381
1389
  }
1382
1390
  ]
1383
1391
  },
1384
1392
  {
1385
1393
  "kind": "javascript-module",
1386
- "path": "src/mixins/index.ts",
1394
+ "path": "src/mappers/index.ts",
1387
1395
  "declarations": [],
1388
1396
  "exports": [
1389
1397
  {
@@ -1391,15 +1399,7 @@
1391
1399
  "name": "*",
1392
1400
  "declaration": {
1393
1401
  "name": "*",
1394
- "package": "./pendingState"
1395
- }
1396
- },
1397
- {
1398
- "kind": "js",
1399
- "name": "*",
1400
- "declaration": {
1401
- "name": "*",
1402
- "package": "./lifecycle"
1402
+ "package": "./dto"
1403
1403
  }
1404
1404
  }
1405
1405
  ]
@@ -1532,6 +1532,21 @@
1532
1532
  }
1533
1533
  ]
1534
1534
  },
1535
+ {
1536
+ "kind": "javascript-module",
1537
+ "path": "src/serializers/index.ts",
1538
+ "declarations": [],
1539
+ "exports": [
1540
+ {
1541
+ "kind": "js",
1542
+ "name": "*",
1543
+ "declaration": {
1544
+ "name": "*",
1545
+ "package": "./json"
1546
+ }
1547
+ }
1548
+ ]
1549
+ },
1535
1550
  {
1536
1551
  "kind": "javascript-module",
1537
1552
  "path": "src/resource/index.ts",
@@ -1573,21 +1588,6 @@
1573
1588
  }
1574
1589
  ]
1575
1590
  },
1576
- {
1577
- "kind": "javascript-module",
1578
- "path": "src/serializers/index.ts",
1579
- "declarations": [],
1580
- "exports": [
1581
- {
1582
- "kind": "js",
1583
- "name": "*",
1584
- "declaration": {
1585
- "name": "*",
1586
- "package": "./json"
1587
- }
1588
- }
1589
- ]
1590
- },
1591
1591
  {
1592
1592
  "kind": "javascript-module",
1593
1593
  "path": "src/state/index.ts",
@@ -2283,160 +2283,6 @@
2283
2283
  }
2284
2284
  ]
2285
2285
  },
2286
- {
2287
- "kind": "javascript-module",
2288
- "path": "src/encoding/base64/decode.ts",
2289
- "declarations": [
2290
- {
2291
- "kind": "function",
2292
- "name": "decodeFromBase64",
2293
- "return": {
2294
- "type": {
2295
- "text": ""
2296
- }
2297
- },
2298
- "parameters": [
2299
- {
2300
- "name": "base64Value",
2301
- "type": {
2302
- "text": "string"
2303
- }
2304
- },
2305
- {
2306
- "description": "The value to decode from base64.",
2307
- "name": "value"
2308
- }
2309
- ],
2310
- "description": "Decodes a value from base64.",
2311
- "privacy": "public"
2312
- },
2313
- {
2314
- "kind": "function",
2315
- "name": "decodeFromBase64WithPrefix",
2316
- "return": {
2317
- "type": {
2318
- "text": ""
2319
- }
2320
- },
2321
- "parameters": [
2322
- {
2323
- "name": "value",
2324
- "type": {
2325
- "text": "string"
2326
- },
2327
- "description": "The value to decode from base64."
2328
- }
2329
- ],
2330
- "description": "Decodes a value from base64 with a prefix.",
2331
- "privacy": "public"
2332
- }
2333
- ],
2334
- "exports": [
2335
- {
2336
- "kind": "js",
2337
- "name": "decodeFromBase64",
2338
- "declaration": {
2339
- "name": "decodeFromBase64",
2340
- "module": "src/encoding/base64/decode.ts"
2341
- }
2342
- },
2343
- {
2344
- "kind": "js",
2345
- "name": "decodeFromBase64WithPrefix",
2346
- "declaration": {
2347
- "name": "decodeFromBase64WithPrefix",
2348
- "module": "src/encoding/base64/decode.ts"
2349
- }
2350
- }
2351
- ]
2352
- },
2353
- {
2354
- "kind": "javascript-module",
2355
- "path": "src/encoding/base64/encode.ts",
2356
- "declarations": [
2357
- {
2358
- "kind": "function",
2359
- "name": "encodeToBase64",
2360
- "return": {
2361
- "type": {
2362
- "text": ""
2363
- }
2364
- },
2365
- "parameters": [
2366
- {
2367
- "name": "value",
2368
- "type": {
2369
- "text": "string | ArrayBuffer"
2370
- },
2371
- "description": "The value to encode to base64."
2372
- }
2373
- ],
2374
- "description": "Encodes the given value to base64.",
2375
- "privacy": "public"
2376
- },
2377
- {
2378
- "kind": "function",
2379
- "name": "encodeToBase64WithPrefix",
2380
- "return": {
2381
- "type": {
2382
- "text": ""
2383
- }
2384
- },
2385
- "parameters": [
2386
- {
2387
- "name": "value",
2388
- "type": {
2389
- "text": "string | ArrayBuffer"
2390
- },
2391
- "description": "The value to encode to base64."
2392
- }
2393
- ],
2394
- "description": "Encodes the given value with a prefix to base64.",
2395
- "privacy": "public"
2396
- }
2397
- ],
2398
- "exports": [
2399
- {
2400
- "kind": "js",
2401
- "name": "encodeToBase64",
2402
- "declaration": {
2403
- "name": "encodeToBase64",
2404
- "module": "src/encoding/base64/encode.ts"
2405
- }
2406
- },
2407
- {
2408
- "kind": "js",
2409
- "name": "encodeToBase64WithPrefix",
2410
- "declaration": {
2411
- "name": "encodeToBase64WithPrefix",
2412
- "module": "src/encoding/base64/encode.ts"
2413
- }
2414
- }
2415
- ]
2416
- },
2417
- {
2418
- "kind": "javascript-module",
2419
- "path": "src/encoding/base64/index.ts",
2420
- "declarations": [],
2421
- "exports": [
2422
- {
2423
- "kind": "js",
2424
- "name": "*",
2425
- "declaration": {
2426
- "name": "*",
2427
- "package": "./decode"
2428
- }
2429
- },
2430
- {
2431
- "kind": "js",
2432
- "name": "*",
2433
- "declaration": {
2434
- "name": "*",
2435
- "package": "./encode"
2436
- }
2437
- }
2438
- ]
2439
- },
2440
2286
  {
2441
2287
  "kind": "javascript-module",
2442
2288
  "path": "src/directives/sync/index.ts",
@@ -2593,103 +2439,157 @@
2593
2439
  },
2594
2440
  {
2595
2441
  "kind": "javascript-module",
2596
- "path": "src/mappers/dto/index.ts",
2597
- "declarations": [],
2442
+ "path": "src/encoding/base64/decode.ts",
2443
+ "declarations": [
2444
+ {
2445
+ "kind": "function",
2446
+ "name": "decodeFromBase64",
2447
+ "return": {
2448
+ "type": {
2449
+ "text": ""
2450
+ }
2451
+ },
2452
+ "parameters": [
2453
+ {
2454
+ "name": "base64Value",
2455
+ "type": {
2456
+ "text": "string"
2457
+ }
2458
+ },
2459
+ {
2460
+ "description": "The value to decode from base64.",
2461
+ "name": "value"
2462
+ }
2463
+ ],
2464
+ "description": "Decodes a value from base64.",
2465
+ "privacy": "public"
2466
+ },
2467
+ {
2468
+ "kind": "function",
2469
+ "name": "decodeFromBase64WithPrefix",
2470
+ "return": {
2471
+ "type": {
2472
+ "text": ""
2473
+ }
2474
+ },
2475
+ "parameters": [
2476
+ {
2477
+ "name": "value",
2478
+ "type": {
2479
+ "text": "string"
2480
+ },
2481
+ "description": "The value to decode from base64."
2482
+ }
2483
+ ],
2484
+ "description": "Decodes a value from base64 with a prefix.",
2485
+ "privacy": "public"
2486
+ }
2487
+ ],
2598
2488
  "exports": [
2599
2489
  {
2600
2490
  "kind": "js",
2601
- "name": "*",
2491
+ "name": "decodeFromBase64",
2602
2492
  "declaration": {
2603
- "name": "*",
2604
- "package": "./serverRow"
2493
+ "name": "decodeFromBase64",
2494
+ "module": "src/encoding/base64/decode.ts"
2605
2495
  }
2606
2496
  },
2607
2497
  {
2608
2498
  "kind": "js",
2609
- "name": "*",
2499
+ "name": "decodeFromBase64WithPrefix",
2610
2500
  "declaration": {
2611
- "name": "*",
2612
- "package": "./types"
2501
+ "name": "decodeFromBase64WithPrefix",
2502
+ "module": "src/encoding/base64/decode.ts"
2613
2503
  }
2614
2504
  }
2615
2505
  ]
2616
2506
  },
2617
2507
  {
2618
2508
  "kind": "javascript-module",
2619
- "path": "src/mappers/dto/serverRow.ts",
2509
+ "path": "src/encoding/base64/encode.ts",
2620
2510
  "declarations": [
2621
2511
  {
2622
- "kind": "class",
2623
- "description": "The default `ServerRowDTOMapper`.",
2624
- "name": "DefaultServerRowDTOMapper",
2625
- "members": [
2626
- {
2627
- "kind": "field",
2628
- "name": "fromDTO",
2629
- "description": "Converts a server row DTO to an entity.",
2630
- "parameters": [
2631
- {
2632
- "description": "The DTO to convert.",
2633
- "name": "dto"
2634
- }
2635
- ],
2636
- "return": {
2637
- "type": {
2638
- "text": ""
2639
- }
2640
- },
2641
- "privacy": "public"
2642
- },
2512
+ "kind": "function",
2513
+ "name": "encodeToBase64",
2514
+ "return": {
2515
+ "type": {
2516
+ "text": ""
2517
+ }
2518
+ },
2519
+ "parameters": [
2643
2520
  {
2644
- "kind": "field",
2645
- "name": "toDTO",
2646
- "description": "Converts a server row entity to a DTO.",
2647
- "parameters": [
2648
- {
2649
- "description": "The entity to convert.",
2650
- "name": "entity"
2651
- }
2652
- ],
2653
- "return": {
2654
- "type": {
2655
- "text": ""
2656
- }
2521
+ "name": "value",
2522
+ "type": {
2523
+ "text": "string | ArrayBuffer"
2657
2524
  },
2658
- "privacy": "public"
2525
+ "description": "The value to encode to base64."
2659
2526
  }
2660
- ]
2527
+ ],
2528
+ "description": "Encodes the given value to base64.",
2529
+ "privacy": "public"
2661
2530
  },
2662
2531
  {
2663
- "kind": "variable",
2664
- "name": "ServerRowDTOMapper",
2665
- "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2532
+ "kind": "function",
2533
+ "name": "encodeToBase64WithPrefix",
2534
+ "return": {
2535
+ "type": {
2536
+ "text": ""
2537
+ }
2538
+ },
2539
+ "parameters": [
2540
+ {
2541
+ "name": "value",
2542
+ "type": {
2543
+ "text": "string | ArrayBuffer"
2544
+ },
2545
+ "description": "The value to encode to base64."
2546
+ }
2547
+ ],
2548
+ "description": "Encodes the given value with a prefix to base64.",
2666
2549
  "privacy": "public"
2667
2550
  }
2668
2551
  ],
2669
2552
  "exports": [
2670
2553
  {
2671
2554
  "kind": "js",
2672
- "name": "DefaultServerRowDTOMapper",
2555
+ "name": "encodeToBase64",
2673
2556
  "declaration": {
2674
- "name": "DefaultServerRowDTOMapper",
2675
- "module": "src/mappers/dto/serverRow.ts"
2557
+ "name": "encodeToBase64",
2558
+ "module": "src/encoding/base64/encode.ts"
2676
2559
  }
2677
2560
  },
2678
2561
  {
2679
2562
  "kind": "js",
2680
- "name": "ServerRowDTOMapper",
2563
+ "name": "encodeToBase64WithPrefix",
2681
2564
  "declaration": {
2682
- "name": "ServerRowDTOMapper",
2683
- "module": "src/mappers/dto/serverRow.ts"
2565
+ "name": "encodeToBase64WithPrefix",
2566
+ "module": "src/encoding/base64/encode.ts"
2684
2567
  }
2685
2568
  }
2686
2569
  ]
2687
2570
  },
2688
2571
  {
2689
2572
  "kind": "javascript-module",
2690
- "path": "src/mappers/dto/types.ts",
2573
+ "path": "src/encoding/base64/index.ts",
2691
2574
  "declarations": [],
2692
- "exports": []
2575
+ "exports": [
2576
+ {
2577
+ "kind": "js",
2578
+ "name": "*",
2579
+ "declaration": {
2580
+ "name": "*",
2581
+ "package": "./decode"
2582
+ }
2583
+ },
2584
+ {
2585
+ "kind": "js",
2586
+ "name": "*",
2587
+ "declaration": {
2588
+ "name": "*",
2589
+ "package": "./encode"
2590
+ }
2591
+ }
2592
+ ]
2693
2593
  },
2694
2594
  {
2695
2595
  "kind": "javascript-module",
@@ -2902,6 +2802,106 @@
2902
2802
  }
2903
2803
  ]
2904
2804
  },
2805
+ {
2806
+ "kind": "javascript-module",
2807
+ "path": "src/mappers/dto/index.ts",
2808
+ "declarations": [],
2809
+ "exports": [
2810
+ {
2811
+ "kind": "js",
2812
+ "name": "*",
2813
+ "declaration": {
2814
+ "name": "*",
2815
+ "package": "./serverRow"
2816
+ }
2817
+ },
2818
+ {
2819
+ "kind": "js",
2820
+ "name": "*",
2821
+ "declaration": {
2822
+ "name": "*",
2823
+ "package": "./types"
2824
+ }
2825
+ }
2826
+ ]
2827
+ },
2828
+ {
2829
+ "kind": "javascript-module",
2830
+ "path": "src/mappers/dto/serverRow.ts",
2831
+ "declarations": [
2832
+ {
2833
+ "kind": "class",
2834
+ "description": "The default `ServerRowDTOMapper`.",
2835
+ "name": "DefaultServerRowDTOMapper",
2836
+ "members": [
2837
+ {
2838
+ "kind": "field",
2839
+ "name": "fromDTO",
2840
+ "description": "Converts a server row DTO to an entity.",
2841
+ "parameters": [
2842
+ {
2843
+ "description": "The DTO to convert.",
2844
+ "name": "dto"
2845
+ }
2846
+ ],
2847
+ "return": {
2848
+ "type": {
2849
+ "text": ""
2850
+ }
2851
+ },
2852
+ "privacy": "public"
2853
+ },
2854
+ {
2855
+ "kind": "field",
2856
+ "name": "toDTO",
2857
+ "description": "Converts a server row entity to a DTO.",
2858
+ "parameters": [
2859
+ {
2860
+ "description": "The entity to convert.",
2861
+ "name": "entity"
2862
+ }
2863
+ ],
2864
+ "return": {
2865
+ "type": {
2866
+ "text": ""
2867
+ }
2868
+ },
2869
+ "privacy": "public"
2870
+ }
2871
+ ]
2872
+ },
2873
+ {
2874
+ "kind": "variable",
2875
+ "name": "ServerRowDTOMapper",
2876
+ "description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
2877
+ "privacy": "public"
2878
+ }
2879
+ ],
2880
+ "exports": [
2881
+ {
2882
+ "kind": "js",
2883
+ "name": "DefaultServerRowDTOMapper",
2884
+ "declaration": {
2885
+ "name": "DefaultServerRowDTOMapper",
2886
+ "module": "src/mappers/dto/serverRow.ts"
2887
+ }
2888
+ },
2889
+ {
2890
+ "kind": "js",
2891
+ "name": "ServerRowDTOMapper",
2892
+ "declaration": {
2893
+ "name": "ServerRowDTOMapper",
2894
+ "module": "src/mappers/dto/serverRow.ts"
2895
+ }
2896
+ }
2897
+ ]
2898
+ },
2899
+ {
2900
+ "kind": "javascript-module",
2901
+ "path": "src/mappers/dto/types.ts",
2902
+ "declarations": [],
2903
+ "exports": []
2904
+ },
2905
2905
  {
2906
2906
  "kind": "javascript-module",
2907
2907
  "path": "src/serializers/json/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.228.2-alpha-caa63d8.0",
4
+ "version": "14.229.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.228.2-alpha-caa63d8.0",
31
- "@genesislcap/genx": "14.228.2-alpha-caa63d8.0",
32
- "@genesislcap/rollup-builder": "14.228.2-alpha-caa63d8.0",
33
- "@genesislcap/ts-builder": "14.228.2-alpha-caa63d8.0",
34
- "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-caa63d8.0",
35
- "@genesislcap/vite-builder": "14.228.2-alpha-caa63d8.0",
36
- "@genesislcap/webpack-builder": "14.228.2-alpha-caa63d8.0",
30
+ "@genesislcap/foundation-testing": "14.229.0",
31
+ "@genesislcap/genx": "14.229.0",
32
+ "@genesislcap/rollup-builder": "14.229.0",
33
+ "@genesislcap/ts-builder": "14.229.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.229.0",
35
+ "@genesislcap/vite-builder": "14.229.0",
36
+ "@genesislcap/webpack-builder": "14.229.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.228.2-alpha-caa63d8.0",
40
+ "@genesislcap/foundation-logger": "14.229.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "5a09bdebdf72565c93f4d99af9ea548fc4f56c11"
58
+ "gitHead": "ed5a13f2ec7e5ec6d44f412f4a9942574f2f4044"
59
59
  }