@genesislcap/foundation-utils 14.234.0 → 14.234.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 +212 -212
- package/package.json +10 -10
@@ -367,82 +367,6 @@
|
|
367
367
|
}
|
368
368
|
]
|
369
369
|
},
|
370
|
-
{
|
371
|
-
"kind": "javascript-module",
|
372
|
-
"path": "src/decorators/index.ts",
|
373
|
-
"declarations": [],
|
374
|
-
"exports": [
|
375
|
-
{
|
376
|
-
"kind": "js",
|
377
|
-
"name": "*",
|
378
|
-
"declaration": {
|
379
|
-
"name": "*",
|
380
|
-
"package": "./renderOnChange"
|
381
|
-
}
|
382
|
-
}
|
383
|
-
]
|
384
|
-
},
|
385
|
-
{
|
386
|
-
"kind": "javascript-module",
|
387
|
-
"path": "src/decorators/renderOnChange.ts",
|
388
|
-
"declarations": [
|
389
|
-
{
|
390
|
-
"kind": "function",
|
391
|
-
"name": "renderOnChange",
|
392
|
-
"parameters": [
|
393
|
-
{
|
394
|
-
"name": "target",
|
395
|
-
"type": {
|
396
|
-
"text": "FASTElement & { render(): void }"
|
397
|
-
},
|
398
|
-
"description": "The target to define the property change handler on."
|
399
|
-
},
|
400
|
-
{
|
401
|
-
"name": "name",
|
402
|
-
"type": {
|
403
|
-
"text": "string"
|
404
|
-
},
|
405
|
-
"description": "The property name."
|
406
|
-
}
|
407
|
-
],
|
408
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
409
|
-
"privacy": "public"
|
410
|
-
}
|
411
|
-
],
|
412
|
-
"exports": [
|
413
|
-
{
|
414
|
-
"kind": "js",
|
415
|
-
"name": "renderOnChange",
|
416
|
-
"declaration": {
|
417
|
-
"name": "renderOnChange",
|
418
|
-
"module": "src/decorators/renderOnChange.ts"
|
419
|
-
}
|
420
|
-
}
|
421
|
-
]
|
422
|
-
},
|
423
|
-
{
|
424
|
-
"kind": "javascript-module",
|
425
|
-
"path": "src/directives/index.ts",
|
426
|
-
"declarations": [],
|
427
|
-
"exports": [
|
428
|
-
{
|
429
|
-
"kind": "js",
|
430
|
-
"name": "*",
|
431
|
-
"declaration": {
|
432
|
-
"name": "*",
|
433
|
-
"package": "./sync"
|
434
|
-
}
|
435
|
-
},
|
436
|
-
{
|
437
|
-
"kind": "js",
|
438
|
-
"name": "*",
|
439
|
-
"declaration": {
|
440
|
-
"name": "*",
|
441
|
-
"package": "./when-else"
|
442
|
-
}
|
443
|
-
}
|
444
|
-
]
|
445
|
-
},
|
446
370
|
{
|
447
371
|
"kind": "javascript-module",
|
448
372
|
"path": "src/design-system/design-system.ts",
|
@@ -796,6 +720,82 @@
|
|
796
720
|
}
|
797
721
|
]
|
798
722
|
},
|
723
|
+
{
|
724
|
+
"kind": "javascript-module",
|
725
|
+
"path": "src/directives/index.ts",
|
726
|
+
"declarations": [],
|
727
|
+
"exports": [
|
728
|
+
{
|
729
|
+
"kind": "js",
|
730
|
+
"name": "*",
|
731
|
+
"declaration": {
|
732
|
+
"name": "*",
|
733
|
+
"package": "./sync"
|
734
|
+
}
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"kind": "js",
|
738
|
+
"name": "*",
|
739
|
+
"declaration": {
|
740
|
+
"name": "*",
|
741
|
+
"package": "./when-else"
|
742
|
+
}
|
743
|
+
}
|
744
|
+
]
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"kind": "javascript-module",
|
748
|
+
"path": "src/decorators/index.ts",
|
749
|
+
"declarations": [],
|
750
|
+
"exports": [
|
751
|
+
{
|
752
|
+
"kind": "js",
|
753
|
+
"name": "*",
|
754
|
+
"declaration": {
|
755
|
+
"name": "*",
|
756
|
+
"package": "./renderOnChange"
|
757
|
+
}
|
758
|
+
}
|
759
|
+
]
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"kind": "javascript-module",
|
763
|
+
"path": "src/decorators/renderOnChange.ts",
|
764
|
+
"declarations": [
|
765
|
+
{
|
766
|
+
"kind": "function",
|
767
|
+
"name": "renderOnChange",
|
768
|
+
"parameters": [
|
769
|
+
{
|
770
|
+
"name": "target",
|
771
|
+
"type": {
|
772
|
+
"text": "FASTElement & { render(): void }"
|
773
|
+
},
|
774
|
+
"description": "The target to define the property change handler on."
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"name": "name",
|
778
|
+
"type": {
|
779
|
+
"text": "string"
|
780
|
+
},
|
781
|
+
"description": "The property name."
|
782
|
+
}
|
783
|
+
],
|
784
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
785
|
+
"privacy": "public"
|
786
|
+
}
|
787
|
+
],
|
788
|
+
"exports": [
|
789
|
+
{
|
790
|
+
"kind": "js",
|
791
|
+
"name": "renderOnChange",
|
792
|
+
"declaration": {
|
793
|
+
"name": "renderOnChange",
|
794
|
+
"module": "src/decorators/renderOnChange.ts"
|
795
|
+
}
|
796
|
+
}
|
797
|
+
]
|
798
|
+
},
|
799
799
|
{
|
800
800
|
"kind": "javascript-module",
|
801
801
|
"path": "src/error/errorMap.ts",
|
@@ -2285,7 +2285,7 @@
|
|
2285
2285
|
},
|
2286
2286
|
{
|
2287
2287
|
"kind": "javascript-module",
|
2288
|
-
"path": "src/directives/
|
2288
|
+
"path": "src/directives/when-else/index.ts",
|
2289
2289
|
"declarations": [],
|
2290
2290
|
"exports": [
|
2291
2291
|
{
|
@@ -2293,28 +2293,18 @@
|
|
2293
2293
|
"name": "*",
|
2294
2294
|
"declaration": {
|
2295
2295
|
"name": "*",
|
2296
|
-
"package": "./
|
2296
|
+
"package": "./when-else"
|
2297
2297
|
}
|
2298
2298
|
}
|
2299
2299
|
]
|
2300
2300
|
},
|
2301
2301
|
{
|
2302
2302
|
"kind": "javascript-module",
|
2303
|
-
"path": "src/directives/
|
2303
|
+
"path": "src/directives/when-else/when-else.ts",
|
2304
2304
|
"declarations": [
|
2305
|
-
{
|
2306
|
-
"kind": "variable",
|
2307
|
-
"name": "defaultEventMap",
|
2308
|
-
"type": {
|
2309
|
-
"text": "Map<string, EventName>"
|
2310
|
-
},
|
2311
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
2312
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
2313
|
-
"privacy": "public"
|
2314
|
-
},
|
2315
2305
|
{
|
2316
2306
|
"kind": "function",
|
2317
|
-
"name": "
|
2307
|
+
"name": "whenElse",
|
2318
2308
|
"return": {
|
2319
2309
|
"type": {
|
2320
2310
|
"text": "CaptureType<TSource>"
|
@@ -2325,56 +2315,42 @@
|
|
2325
2315
|
"name": "binding",
|
2326
2316
|
"type": {
|
2327
2317
|
"text": "Binding<TSource, TReturn>"
|
2328
|
-
}
|
2329
|
-
|
2330
|
-
{
|
2331
|
-
"name": "conversionType",
|
2332
|
-
"default": "'string'",
|
2333
|
-
"type": {
|
2334
|
-
"text": "ConversionType"
|
2335
|
-
}
|
2318
|
+
},
|
2319
|
+
"description": "The condition to test for rendering."
|
2336
2320
|
},
|
2337
2321
|
{
|
2338
|
-
"name": "
|
2339
|
-
"default": "'default'",
|
2322
|
+
"name": "trueTemplateOrTemplateBinding",
|
2340
2323
|
"type": {
|
2341
|
-
"text": "
|
2342
|
-
}
|
2324
|
+
"text": "WhenTemplate<TSource>"
|
2325
|
+
},
|
2326
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
2343
2327
|
},
|
2344
2328
|
{
|
2345
|
-
"name": "
|
2346
|
-
"optional": true,
|
2329
|
+
"name": "falseTemplateOrTemplateBinding",
|
2347
2330
|
"type": {
|
2348
|
-
"text": "
|
2349
|
-
}
|
2331
|
+
"text": "WhenTemplate<TSource>"
|
2332
|
+
},
|
2333
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
2350
2334
|
}
|
2351
2335
|
],
|
2352
|
-
"description": "
|
2336
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
2353
2337
|
"privacy": "public"
|
2354
2338
|
}
|
2355
2339
|
],
|
2356
2340
|
"exports": [
|
2357
2341
|
{
|
2358
2342
|
"kind": "js",
|
2359
|
-
"name": "
|
2360
|
-
"declaration": {
|
2361
|
-
"name": "defaultEventMap",
|
2362
|
-
"module": "src/directives/sync/sync.ts"
|
2363
|
-
}
|
2364
|
-
},
|
2365
|
-
{
|
2366
|
-
"kind": "js",
|
2367
|
-
"name": "sync",
|
2343
|
+
"name": "whenElse",
|
2368
2344
|
"declaration": {
|
2369
|
-
"name": "
|
2370
|
-
"module": "src/directives/
|
2345
|
+
"name": "whenElse",
|
2346
|
+
"module": "src/directives/when-else/when-else.ts"
|
2371
2347
|
}
|
2372
2348
|
}
|
2373
2349
|
]
|
2374
2350
|
},
|
2375
2351
|
{
|
2376
2352
|
"kind": "javascript-module",
|
2377
|
-
"path": "src/
|
2353
|
+
"path": "src/mappers/dto/index.ts",
|
2378
2354
|
"declarations": [],
|
2379
2355
|
"exports": [
|
2380
2356
|
{
|
@@ -2382,61 +2358,96 @@
|
|
2382
2358
|
"name": "*",
|
2383
2359
|
"declaration": {
|
2384
2360
|
"name": "*",
|
2385
|
-
"package": "./
|
2361
|
+
"package": "./serverRow"
|
2362
|
+
}
|
2363
|
+
},
|
2364
|
+
{
|
2365
|
+
"kind": "js",
|
2366
|
+
"name": "*",
|
2367
|
+
"declaration": {
|
2368
|
+
"name": "*",
|
2369
|
+
"package": "./types"
|
2386
2370
|
}
|
2387
2371
|
}
|
2388
2372
|
]
|
2389
2373
|
},
|
2390
2374
|
{
|
2391
2375
|
"kind": "javascript-module",
|
2392
|
-
"path": "src/
|
2376
|
+
"path": "src/mappers/dto/serverRow.ts",
|
2393
2377
|
"declarations": [
|
2394
2378
|
{
|
2395
|
-
"kind": "
|
2396
|
-
"
|
2397
|
-
"
|
2398
|
-
|
2399
|
-
"text": "CaptureType<TSource>"
|
2400
|
-
}
|
2401
|
-
},
|
2402
|
-
"parameters": [
|
2403
|
-
{
|
2404
|
-
"name": "binding",
|
2405
|
-
"type": {
|
2406
|
-
"text": "Binding<TSource, TReturn>"
|
2407
|
-
},
|
2408
|
-
"description": "The condition to test for rendering."
|
2409
|
-
},
|
2379
|
+
"kind": "class",
|
2380
|
+
"description": "The default `ServerRowDTOMapper`.",
|
2381
|
+
"name": "DefaultServerRowDTOMapper",
|
2382
|
+
"members": [
|
2410
2383
|
{
|
2411
|
-
"
|
2412
|
-
"
|
2413
|
-
|
2384
|
+
"kind": "field",
|
2385
|
+
"name": "fromDTO",
|
2386
|
+
"description": "Converts a server row DTO to an entity.",
|
2387
|
+
"parameters": [
|
2388
|
+
{
|
2389
|
+
"description": "The DTO to convert.",
|
2390
|
+
"name": "dto"
|
2391
|
+
}
|
2392
|
+
],
|
2393
|
+
"return": {
|
2394
|
+
"type": {
|
2395
|
+
"text": ""
|
2396
|
+
}
|
2414
2397
|
},
|
2415
|
-
"
|
2398
|
+
"privacy": "public"
|
2416
2399
|
},
|
2417
2400
|
{
|
2418
|
-
"
|
2419
|
-
"
|
2420
|
-
|
2401
|
+
"kind": "field",
|
2402
|
+
"name": "toDTO",
|
2403
|
+
"description": "Converts a server row entity to a DTO.",
|
2404
|
+
"parameters": [
|
2405
|
+
{
|
2406
|
+
"description": "The entity to convert.",
|
2407
|
+
"name": "entity"
|
2408
|
+
}
|
2409
|
+
],
|
2410
|
+
"return": {
|
2411
|
+
"type": {
|
2412
|
+
"text": ""
|
2413
|
+
}
|
2421
2414
|
},
|
2422
|
-
"
|
2415
|
+
"privacy": "public"
|
2423
2416
|
}
|
2424
|
-
]
|
2425
|
-
|
2417
|
+
]
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
"kind": "variable",
|
2421
|
+
"name": "ServerRowDTOMapper",
|
2422
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2426
2423
|
"privacy": "public"
|
2427
2424
|
}
|
2428
2425
|
],
|
2429
2426
|
"exports": [
|
2430
2427
|
{
|
2431
2428
|
"kind": "js",
|
2432
|
-
"name": "
|
2429
|
+
"name": "DefaultServerRowDTOMapper",
|
2433
2430
|
"declaration": {
|
2434
|
-
"name": "
|
2435
|
-
"module": "src/
|
2431
|
+
"name": "DefaultServerRowDTOMapper",
|
2432
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2433
|
+
}
|
2434
|
+
},
|
2435
|
+
{
|
2436
|
+
"kind": "js",
|
2437
|
+
"name": "ServerRowDTOMapper",
|
2438
|
+
"declaration": {
|
2439
|
+
"name": "ServerRowDTOMapper",
|
2440
|
+
"module": "src/mappers/dto/serverRow.ts"
|
2436
2441
|
}
|
2437
2442
|
}
|
2438
2443
|
]
|
2439
2444
|
},
|
2445
|
+
{
|
2446
|
+
"kind": "javascript-module",
|
2447
|
+
"path": "src/mappers/dto/types.ts",
|
2448
|
+
"declarations": [],
|
2449
|
+
"exports": []
|
2450
|
+
},
|
2440
2451
|
{
|
2441
2452
|
"kind": "javascript-module",
|
2442
2453
|
"path": "src/encoding/base64/decode.ts",
|
@@ -2593,7 +2604,7 @@
|
|
2593
2604
|
},
|
2594
2605
|
{
|
2595
2606
|
"kind": "javascript-module",
|
2596
|
-
"path": "src/
|
2607
|
+
"path": "src/directives/sync/index.ts",
|
2597
2608
|
"declarations": [],
|
2598
2609
|
"exports": [
|
2599
2610
|
{
|
@@ -2601,96 +2612,85 @@
|
|
2601
2612
|
"name": "*",
|
2602
2613
|
"declaration": {
|
2603
2614
|
"name": "*",
|
2604
|
-
"package": "./
|
2605
|
-
}
|
2606
|
-
},
|
2607
|
-
{
|
2608
|
-
"kind": "js",
|
2609
|
-
"name": "*",
|
2610
|
-
"declaration": {
|
2611
|
-
"name": "*",
|
2612
|
-
"package": "./types"
|
2615
|
+
"package": "./sync"
|
2613
2616
|
}
|
2614
2617
|
}
|
2615
2618
|
]
|
2616
2619
|
},
|
2617
2620
|
{
|
2618
2621
|
"kind": "javascript-module",
|
2619
|
-
"path": "src/
|
2622
|
+
"path": "src/directives/sync/sync.ts",
|
2620
2623
|
"declarations": [
|
2621
2624
|
{
|
2622
|
-
"kind": "
|
2623
|
-
"
|
2624
|
-
"
|
2625
|
-
|
2625
|
+
"kind": "variable",
|
2626
|
+
"name": "defaultEventMap",
|
2627
|
+
"type": {
|
2628
|
+
"text": "Map<string, EventName>"
|
2629
|
+
},
|
2630
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
2631
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
2632
|
+
"privacy": "public"
|
2633
|
+
},
|
2634
|
+
{
|
2635
|
+
"kind": "function",
|
2636
|
+
"name": "sync",
|
2637
|
+
"return": {
|
2638
|
+
"type": {
|
2639
|
+
"text": "CaptureType<TSource>"
|
2640
|
+
}
|
2641
|
+
},
|
2642
|
+
"parameters": [
|
2626
2643
|
{
|
2627
|
-
"
|
2628
|
-
"
|
2629
|
-
|
2630
|
-
|
2631
|
-
{
|
2632
|
-
"description": "The DTO to convert.",
|
2633
|
-
"name": "dto"
|
2634
|
-
}
|
2635
|
-
],
|
2636
|
-
"return": {
|
2637
|
-
"type": {
|
2638
|
-
"text": ""
|
2639
|
-
}
|
2640
|
-
},
|
2641
|
-
"privacy": "public"
|
2644
|
+
"name": "binding",
|
2645
|
+
"type": {
|
2646
|
+
"text": "Binding<TSource, TReturn>"
|
2647
|
+
}
|
2642
2648
|
},
|
2643
2649
|
{
|
2644
|
-
"
|
2645
|
-
"
|
2646
|
-
"
|
2647
|
-
|
2648
|
-
|
2649
|
-
|
2650
|
-
|
2651
|
-
|
2652
|
-
|
2653
|
-
"
|
2654
|
-
"
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
"
|
2650
|
+
"name": "conversionType",
|
2651
|
+
"default": "'string'",
|
2652
|
+
"type": {
|
2653
|
+
"text": "ConversionType"
|
2654
|
+
}
|
2655
|
+
},
|
2656
|
+
{
|
2657
|
+
"name": "eventName",
|
2658
|
+
"default": "'default'",
|
2659
|
+
"type": {
|
2660
|
+
"text": "EventName"
|
2661
|
+
}
|
2662
|
+
},
|
2663
|
+
{
|
2664
|
+
"name": "keyAttr",
|
2665
|
+
"optional": true,
|
2666
|
+
"type": {
|
2667
|
+
"text": "string"
|
2668
|
+
}
|
2659
2669
|
}
|
2660
|
-
]
|
2661
|
-
|
2662
|
-
{
|
2663
|
-
"kind": "variable",
|
2664
|
-
"name": "ServerRowDTOMapper",
|
2665
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
2670
|
+
],
|
2671
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
2666
2672
|
"privacy": "public"
|
2667
2673
|
}
|
2668
2674
|
],
|
2669
2675
|
"exports": [
|
2670
2676
|
{
|
2671
2677
|
"kind": "js",
|
2672
|
-
"name": "
|
2678
|
+
"name": "defaultEventMap",
|
2673
2679
|
"declaration": {
|
2674
|
-
"name": "
|
2675
|
-
"module": "src/
|
2680
|
+
"name": "defaultEventMap",
|
2681
|
+
"module": "src/directives/sync/sync.ts"
|
2676
2682
|
}
|
2677
2683
|
},
|
2678
2684
|
{
|
2679
2685
|
"kind": "js",
|
2680
|
-
"name": "
|
2686
|
+
"name": "sync",
|
2681
2687
|
"declaration": {
|
2682
|
-
"name": "
|
2683
|
-
"module": "src/
|
2688
|
+
"name": "sync",
|
2689
|
+
"module": "src/directives/sync/sync.ts"
|
2684
2690
|
}
|
2685
2691
|
}
|
2686
2692
|
]
|
2687
2693
|
},
|
2688
|
-
{
|
2689
|
-
"kind": "javascript-module",
|
2690
|
-
"path": "src/mappers/dto/types.ts",
|
2691
|
-
"declarations": [],
|
2692
|
-
"exports": []
|
2693
|
-
},
|
2694
2694
|
{
|
2695
2695
|
"kind": "javascript-module",
|
2696
2696
|
"path": "src/mixins/lifecycle/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.234.
|
4
|
+
"version": "14.234.1",
|
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.234.
|
31
|
-
"@genesislcap/genx": "14.234.
|
32
|
-
"@genesislcap/rollup-builder": "14.234.
|
33
|
-
"@genesislcap/ts-builder": "14.234.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.234.
|
35
|
-
"@genesislcap/vite-builder": "14.234.
|
36
|
-
"@genesislcap/webpack-builder": "14.234.
|
30
|
+
"@genesislcap/foundation-testing": "14.234.1",
|
31
|
+
"@genesislcap/genx": "14.234.1",
|
32
|
+
"@genesislcap/rollup-builder": "14.234.1",
|
33
|
+
"@genesislcap/ts-builder": "14.234.1",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.234.1",
|
35
|
+
"@genesislcap/vite-builder": "14.234.1",
|
36
|
+
"@genesislcap/webpack-builder": "14.234.1",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.234.
|
40
|
+
"@genesislcap/foundation-logger": "14.234.1",
|
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": "
|
58
|
+
"gitHead": "c3d0d51ddd1f3040ec3d9b75f9fdb016d25f6586"
|
59
59
|
}
|