@genesislcap/foundation-utils 14.244.2 → 14.244.3

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +240 -240
  2. package/package.json +10 -10
@@ -169,59 +169,6 @@
169
169
  }
170
170
  ]
171
171
  },
172
- {
173
- "kind": "javascript-module",
174
- "path": "src/decorators/index.ts",
175
- "declarations": [],
176
- "exports": [
177
- {
178
- "kind": "js",
179
- "name": "*",
180
- "declaration": {
181
- "name": "*",
182
- "package": "./renderOnChange"
183
- }
184
- }
185
- ]
186
- },
187
- {
188
- "kind": "javascript-module",
189
- "path": "src/decorators/renderOnChange.ts",
190
- "declarations": [
191
- {
192
- "kind": "function",
193
- "name": "renderOnChange",
194
- "parameters": [
195
- {
196
- "name": "target",
197
- "type": {
198
- "text": "FASTElement & { render(): void }"
199
- },
200
- "description": "The target to define the property change handler on."
201
- },
202
- {
203
- "name": "name",
204
- "type": {
205
- "text": "string"
206
- },
207
- "description": "The property name."
208
- }
209
- ],
210
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
211
- "privacy": "public"
212
- }
213
- ],
214
- "exports": [
215
- {
216
- "kind": "js",
217
- "name": "renderOnChange",
218
- "declaration": {
219
- "name": "renderOnChange",
220
- "module": "src/decorators/renderOnChange.ts"
221
- }
222
- }
223
- ]
224
- },
225
172
  {
226
173
  "kind": "javascript-module",
227
174
  "path": "src/data/inMemoryDatabase.ts",
@@ -472,7 +419,7 @@
472
419
  },
473
420
  {
474
421
  "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
422
+ "path": "src/decorators/index.ts",
476
423
  "declarations": [],
477
424
  "exports": [
478
425
  {
@@ -480,15 +427,45 @@
480
427
  "name": "*",
481
428
  "declaration": {
482
429
  "name": "*",
483
- "package": "./sync"
430
+ "package": "./renderOnChange"
484
431
  }
485
- },
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "kind": "javascript-module",
437
+ "path": "src/decorators/renderOnChange.ts",
438
+ "declarations": [
439
+ {
440
+ "kind": "function",
441
+ "name": "renderOnChange",
442
+ "parameters": [
443
+ {
444
+ "name": "target",
445
+ "type": {
446
+ "text": "FASTElement & { render(): void }"
447
+ },
448
+ "description": "The target to define the property change handler on."
449
+ },
450
+ {
451
+ "name": "name",
452
+ "type": {
453
+ "text": "string"
454
+ },
455
+ "description": "The property name."
456
+ }
457
+ ],
458
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
459
+ "privacy": "public"
460
+ }
461
+ ],
462
+ "exports": [
486
463
  {
487
464
  "kind": "js",
488
- "name": "*",
465
+ "name": "renderOnChange",
489
466
  "declaration": {
490
- "name": "*",
491
- "package": "./when-else"
467
+ "name": "renderOnChange",
468
+ "module": "src/decorators/renderOnChange.ts"
492
469
  }
493
470
  }
494
471
  ]
@@ -508,6 +485,29 @@
508
485
  }
509
486
  ]
510
487
  },
488
+ {
489
+ "kind": "javascript-module",
490
+ "path": "src/directives/index.ts",
491
+ "declarations": [],
492
+ "exports": [
493
+ {
494
+ "kind": "js",
495
+ "name": "*",
496
+ "declaration": {
497
+ "name": "*",
498
+ "package": "./sync"
499
+ }
500
+ },
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./when-else"
507
+ }
508
+ }
509
+ ]
510
+ },
511
511
  {
512
512
  "kind": "javascript-module",
513
513
  "path": "src/env/index.ts",
@@ -1685,21 +1685,6 @@
1685
1685
  }
1686
1686
  ]
1687
1687
  },
1688
- {
1689
- "kind": "javascript-module",
1690
- "path": "src/serializers/index.ts",
1691
- "declarations": [],
1692
- "exports": [
1693
- {
1694
- "kind": "js",
1695
- "name": "*",
1696
- "declaration": {
1697
- "name": "*",
1698
- "package": "./json"
1699
- }
1700
- }
1701
- ]
1702
- },
1703
1688
  {
1704
1689
  "kind": "javascript-module",
1705
1690
  "path": "src/resource/index.ts",
@@ -1741,6 +1726,21 @@
1741
1726
  }
1742
1727
  ]
1743
1728
  },
1729
+ {
1730
+ "kind": "javascript-module",
1731
+ "path": "src/serializers/index.ts",
1732
+ "declarations": [],
1733
+ "exports": [
1734
+ {
1735
+ "kind": "js",
1736
+ "name": "*",
1737
+ "declaration": {
1738
+ "name": "*",
1739
+ "package": "./json"
1740
+ }
1741
+ }
1742
+ ]
1743
+ },
1744
1744
  {
1745
1745
  "kind": "javascript-module",
1746
1746
  "path": "src/state/index.ts",
@@ -2251,6 +2251,43 @@
2251
2251
  }
2252
2252
  ]
2253
2253
  },
2254
+ {
2255
+ "kind": "javascript-module",
2256
+ "path": "src/uuid/index.ts",
2257
+ "declarations": [],
2258
+ "exports": [
2259
+ {
2260
+ "kind": "js",
2261
+ "name": "*",
2262
+ "declaration": {
2263
+ "name": "*",
2264
+ "package": "./uuid"
2265
+ }
2266
+ }
2267
+ ]
2268
+ },
2269
+ {
2270
+ "kind": "javascript-module",
2271
+ "path": "src/uuid/uuid.ts",
2272
+ "declarations": [
2273
+ {
2274
+ "kind": "variable",
2275
+ "name": "UUID",
2276
+ "description": "A dependency injection token for the UUID interface.",
2277
+ "privacy": "public"
2278
+ }
2279
+ ],
2280
+ "exports": [
2281
+ {
2282
+ "kind": "js",
2283
+ "name": "UUID",
2284
+ "declaration": {
2285
+ "name": "UUID",
2286
+ "module": "src/uuid/uuid.ts"
2287
+ }
2288
+ }
2289
+ ]
2290
+ },
2254
2291
  {
2255
2292
  "kind": "javascript-module",
2256
2293
  "path": "src/window/index.ts",
@@ -2401,37 +2438,154 @@
2401
2438
  },
2402
2439
  {
2403
2440
  "kind": "javascript-module",
2404
- "path": "src/uuid/index.ts",
2405
- "declarations": [],
2441
+ "path": "src/encoding/base64/decode.ts",
2442
+ "declarations": [
2443
+ {
2444
+ "kind": "function",
2445
+ "name": "decodeFromBase64",
2446
+ "return": {
2447
+ "type": {
2448
+ "text": ""
2449
+ }
2450
+ },
2451
+ "parameters": [
2452
+ {
2453
+ "name": "base64Value",
2454
+ "type": {
2455
+ "text": "string"
2456
+ }
2457
+ },
2458
+ {
2459
+ "description": "The value to decode from base64.",
2460
+ "name": "value"
2461
+ }
2462
+ ],
2463
+ "description": "Decodes a value from base64.",
2464
+ "privacy": "public"
2465
+ },
2466
+ {
2467
+ "kind": "function",
2468
+ "name": "decodeFromBase64WithPrefix",
2469
+ "return": {
2470
+ "type": {
2471
+ "text": ""
2472
+ }
2473
+ },
2474
+ "parameters": [
2475
+ {
2476
+ "name": "value",
2477
+ "type": {
2478
+ "text": "string"
2479
+ },
2480
+ "description": "The value to decode from base64."
2481
+ }
2482
+ ],
2483
+ "description": "Decodes a value from base64 with a prefix.",
2484
+ "privacy": "public"
2485
+ }
2486
+ ],
2406
2487
  "exports": [
2407
2488
  {
2408
2489
  "kind": "js",
2409
- "name": "*",
2490
+ "name": "decodeFromBase64",
2410
2491
  "declaration": {
2411
- "name": "*",
2412
- "package": "./uuid"
2492
+ "name": "decodeFromBase64",
2493
+ "module": "src/encoding/base64/decode.ts"
2494
+ }
2495
+ },
2496
+ {
2497
+ "kind": "js",
2498
+ "name": "decodeFromBase64WithPrefix",
2499
+ "declaration": {
2500
+ "name": "decodeFromBase64WithPrefix",
2501
+ "module": "src/encoding/base64/decode.ts"
2413
2502
  }
2414
2503
  }
2415
2504
  ]
2416
2505
  },
2417
2506
  {
2418
2507
  "kind": "javascript-module",
2419
- "path": "src/uuid/uuid.ts",
2508
+ "path": "src/encoding/base64/encode.ts",
2420
2509
  "declarations": [
2421
2510
  {
2422
- "kind": "variable",
2423
- "name": "UUID",
2424
- "description": "A dependency injection token for the UUID interface.",
2511
+ "kind": "function",
2512
+ "name": "encodeToBase64",
2513
+ "return": {
2514
+ "type": {
2515
+ "text": ""
2516
+ }
2517
+ },
2518
+ "parameters": [
2519
+ {
2520
+ "name": "value",
2521
+ "type": {
2522
+ "text": "string | ArrayBuffer"
2523
+ },
2524
+ "description": "The value to encode to base64."
2525
+ }
2526
+ ],
2527
+ "description": "Encodes the given value to base64.",
2528
+ "privacy": "public"
2529
+ },
2530
+ {
2531
+ "kind": "function",
2532
+ "name": "encodeToBase64WithPrefix",
2533
+ "return": {
2534
+ "type": {
2535
+ "text": ""
2536
+ }
2537
+ },
2538
+ "parameters": [
2539
+ {
2540
+ "name": "value",
2541
+ "type": {
2542
+ "text": "string | ArrayBuffer"
2543
+ },
2544
+ "description": "The value to encode to base64."
2545
+ }
2546
+ ],
2547
+ "description": "Encodes the given value with a prefix to base64.",
2425
2548
  "privacy": "public"
2426
2549
  }
2427
2550
  ],
2428
2551
  "exports": [
2429
2552
  {
2430
2553
  "kind": "js",
2431
- "name": "UUID",
2554
+ "name": "encodeToBase64",
2432
2555
  "declaration": {
2433
- "name": "UUID",
2434
- "module": "src/uuid/uuid.ts"
2556
+ "name": "encodeToBase64",
2557
+ "module": "src/encoding/base64/encode.ts"
2558
+ }
2559
+ },
2560
+ {
2561
+ "kind": "js",
2562
+ "name": "encodeToBase64WithPrefix",
2563
+ "declaration": {
2564
+ "name": "encodeToBase64WithPrefix",
2565
+ "module": "src/encoding/base64/encode.ts"
2566
+ }
2567
+ }
2568
+ ]
2569
+ },
2570
+ {
2571
+ "kind": "javascript-module",
2572
+ "path": "src/encoding/base64/index.ts",
2573
+ "declarations": [],
2574
+ "exports": [
2575
+ {
2576
+ "kind": "js",
2577
+ "name": "*",
2578
+ "declaration": {
2579
+ "name": "*",
2580
+ "package": "./decode"
2581
+ }
2582
+ },
2583
+ {
2584
+ "kind": "js",
2585
+ "name": "*",
2586
+ "declaration": {
2587
+ "name": "*",
2588
+ "package": "./encode"
2435
2589
  }
2436
2590
  }
2437
2591
  ]
@@ -2590,160 +2744,6 @@
2590
2744
  }
2591
2745
  ]
2592
2746
  },
2593
- {
2594
- "kind": "javascript-module",
2595
- "path": "src/encoding/base64/decode.ts",
2596
- "declarations": [
2597
- {
2598
- "kind": "function",
2599
- "name": "decodeFromBase64",
2600
- "return": {
2601
- "type": {
2602
- "text": ""
2603
- }
2604
- },
2605
- "parameters": [
2606
- {
2607
- "name": "base64Value",
2608
- "type": {
2609
- "text": "string"
2610
- }
2611
- },
2612
- {
2613
- "description": "The value to decode from base64.",
2614
- "name": "value"
2615
- }
2616
- ],
2617
- "description": "Decodes a value from base64.",
2618
- "privacy": "public"
2619
- },
2620
- {
2621
- "kind": "function",
2622
- "name": "decodeFromBase64WithPrefix",
2623
- "return": {
2624
- "type": {
2625
- "text": ""
2626
- }
2627
- },
2628
- "parameters": [
2629
- {
2630
- "name": "value",
2631
- "type": {
2632
- "text": "string"
2633
- },
2634
- "description": "The value to decode from base64."
2635
- }
2636
- ],
2637
- "description": "Decodes a value from base64 with a prefix.",
2638
- "privacy": "public"
2639
- }
2640
- ],
2641
- "exports": [
2642
- {
2643
- "kind": "js",
2644
- "name": "decodeFromBase64",
2645
- "declaration": {
2646
- "name": "decodeFromBase64",
2647
- "module": "src/encoding/base64/decode.ts"
2648
- }
2649
- },
2650
- {
2651
- "kind": "js",
2652
- "name": "decodeFromBase64WithPrefix",
2653
- "declaration": {
2654
- "name": "decodeFromBase64WithPrefix",
2655
- "module": "src/encoding/base64/decode.ts"
2656
- }
2657
- }
2658
- ]
2659
- },
2660
- {
2661
- "kind": "javascript-module",
2662
- "path": "src/encoding/base64/encode.ts",
2663
- "declarations": [
2664
- {
2665
- "kind": "function",
2666
- "name": "encodeToBase64",
2667
- "return": {
2668
- "type": {
2669
- "text": ""
2670
- }
2671
- },
2672
- "parameters": [
2673
- {
2674
- "name": "value",
2675
- "type": {
2676
- "text": "string | ArrayBuffer"
2677
- },
2678
- "description": "The value to encode to base64."
2679
- }
2680
- ],
2681
- "description": "Encodes the given value to base64.",
2682
- "privacy": "public"
2683
- },
2684
- {
2685
- "kind": "function",
2686
- "name": "encodeToBase64WithPrefix",
2687
- "return": {
2688
- "type": {
2689
- "text": ""
2690
- }
2691
- },
2692
- "parameters": [
2693
- {
2694
- "name": "value",
2695
- "type": {
2696
- "text": "string | ArrayBuffer"
2697
- },
2698
- "description": "The value to encode to base64."
2699
- }
2700
- ],
2701
- "description": "Encodes the given value with a prefix to base64.",
2702
- "privacy": "public"
2703
- }
2704
- ],
2705
- "exports": [
2706
- {
2707
- "kind": "js",
2708
- "name": "encodeToBase64",
2709
- "declaration": {
2710
- "name": "encodeToBase64",
2711
- "module": "src/encoding/base64/encode.ts"
2712
- }
2713
- },
2714
- {
2715
- "kind": "js",
2716
- "name": "encodeToBase64WithPrefix",
2717
- "declaration": {
2718
- "name": "encodeToBase64WithPrefix",
2719
- "module": "src/encoding/base64/encode.ts"
2720
- }
2721
- }
2722
- ]
2723
- },
2724
- {
2725
- "kind": "javascript-module",
2726
- "path": "src/encoding/base64/index.ts",
2727
- "declarations": [],
2728
- "exports": [
2729
- {
2730
- "kind": "js",
2731
- "name": "*",
2732
- "declaration": {
2733
- "name": "*",
2734
- "package": "./decode"
2735
- }
2736
- },
2737
- {
2738
- "kind": "js",
2739
- "name": "*",
2740
- "declaration": {
2741
- "name": "*",
2742
- "package": "./encode"
2743
- }
2744
- }
2745
- ]
2746
- },
2747
2747
  {
2748
2748
  "kind": "javascript-module",
2749
2749
  "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.244.2",
4
+ "version": "14.244.3",
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.244.2",
31
- "@genesislcap/genx": "14.244.2",
32
- "@genesislcap/rollup-builder": "14.244.2",
33
- "@genesislcap/ts-builder": "14.244.2",
34
- "@genesislcap/uvu-playwright-builder": "14.244.2",
35
- "@genesislcap/vite-builder": "14.244.2",
36
- "@genesislcap/webpack-builder": "14.244.2",
30
+ "@genesislcap/foundation-testing": "14.244.3",
31
+ "@genesislcap/genx": "14.244.3",
32
+ "@genesislcap/rollup-builder": "14.244.3",
33
+ "@genesislcap/ts-builder": "14.244.3",
34
+ "@genesislcap/uvu-playwright-builder": "14.244.3",
35
+ "@genesislcap/vite-builder": "14.244.3",
36
+ "@genesislcap/webpack-builder": "14.244.3",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.244.2",
40
+ "@genesislcap/foundation-logger": "14.244.3",
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": "bbdc6bc6f339cb6b58d55b1337579e445769b61e"
58
+ "gitHead": "c4f2b114e38e7e3aedaa8f72a6643770a8d8652b"
59
59
  }