@genesislcap/foundation-entity-management 14.438.0 → 14.438.1-chore-fix-ag-grid-types-react.2
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 +200 -200
- package/dist/dts/entities/entities.d.ts +7 -19
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +5 -4
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/types.d.ts +3 -0
- package/dist/dts/types.d.ts.map +1 -1
- package/dist/dts/utils/search-bar-utils.d.ts +2 -2
- package/dist/dts/utils/search-bar-utils.d.ts.map +1 -1
- package/dist/foundation-entity-management.api.json +44 -8
- package/dist/foundation-entity-management.d.ts +10 -20
- package/package.json +23 -23
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"kind": "field",
|
|
417
417
|
"name": "gridOptions",
|
|
418
418
|
"type": {
|
|
419
|
-
"text": "
|
|
419
|
+
"text": "GridOptionsConfig"
|
|
420
420
|
},
|
|
421
421
|
"description": "GridOptions to be passed down from application",
|
|
422
422
|
"privacy": "public"
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"kind": "field",
|
|
435
435
|
"name": "columns",
|
|
436
436
|
"type": {
|
|
437
|
-
"text": "
|
|
437
|
+
"text": "GridColDef[]"
|
|
438
438
|
},
|
|
439
439
|
"description": "Array which holds the column definitions.",
|
|
440
440
|
"privacy": "public"
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
"kind": "field",
|
|
1497
1497
|
"name": "gridOptions",
|
|
1498
1498
|
"type": {
|
|
1499
|
-
"text": "
|
|
1499
|
+
"text": "GridOptionsConfig"
|
|
1500
1500
|
},
|
|
1501
1501
|
"description": "GridOptions to be passed down from application",
|
|
1502
1502
|
"privacy": "public",
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"kind": "field",
|
|
1523
1523
|
"name": "columns",
|
|
1524
1524
|
"type": {
|
|
1525
|
-
"text": "
|
|
1525
|
+
"text": "GridColDef[]"
|
|
1526
1526
|
},
|
|
1527
1527
|
"description": "Array which holds the column definitions.",
|
|
1528
1528
|
"privacy": "public",
|
|
@@ -2587,6 +2587,199 @@
|
|
|
2587
2587
|
}
|
|
2588
2588
|
]
|
|
2589
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/layouts/default.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "variable",
|
|
2596
|
+
"name": "loginLayout",
|
|
2597
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "variable",
|
|
2601
|
+
"name": "defaultLayout",
|
|
2602
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"exports": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "js",
|
|
2608
|
+
"name": "loginLayout",
|
|
2609
|
+
"declaration": {
|
|
2610
|
+
"name": "loginLayout",
|
|
2611
|
+
"module": "src/layouts/default.ts"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "js",
|
|
2616
|
+
"name": "defaultLayout",
|
|
2617
|
+
"declaration": {
|
|
2618
|
+
"name": "defaultLayout",
|
|
2619
|
+
"module": "src/layouts/default.ts"
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "javascript-module",
|
|
2626
|
+
"path": "src/layouts/index.ts",
|
|
2627
|
+
"declarations": [],
|
|
2628
|
+
"exports": [
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "js",
|
|
2631
|
+
"name": "*",
|
|
2632
|
+
"declaration": {
|
|
2633
|
+
"name": "*",
|
|
2634
|
+
"package": "./default"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "javascript-module",
|
|
2641
|
+
"path": "src/main/index.ts",
|
|
2642
|
+
"declarations": [],
|
|
2643
|
+
"exports": [
|
|
2644
|
+
{
|
|
2645
|
+
"kind": "js",
|
|
2646
|
+
"name": "*",
|
|
2647
|
+
"declaration": {
|
|
2648
|
+
"name": "*",
|
|
2649
|
+
"package": "./main.template"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"kind": "js",
|
|
2654
|
+
"name": "*",
|
|
2655
|
+
"declaration": {
|
|
2656
|
+
"name": "*",
|
|
2657
|
+
"package": "./main"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
]
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"kind": "javascript-module",
|
|
2664
|
+
"path": "src/main/main.styles.ts",
|
|
2665
|
+
"declarations": [
|
|
2666
|
+
{
|
|
2667
|
+
"kind": "variable",
|
|
2668
|
+
"name": "MainStyles",
|
|
2669
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
2670
|
+
}
|
|
2671
|
+
],
|
|
2672
|
+
"exports": [
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "js",
|
|
2675
|
+
"name": "MainStyles",
|
|
2676
|
+
"declaration": {
|
|
2677
|
+
"name": "MainStyles",
|
|
2678
|
+
"module": "src/main/main.styles.ts"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"kind": "javascript-module",
|
|
2685
|
+
"path": "src/main/main.template.ts",
|
|
2686
|
+
"declarations": [],
|
|
2687
|
+
"exports": []
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "javascript-module",
|
|
2691
|
+
"path": "src/main/main.ts",
|
|
2692
|
+
"declarations": [
|
|
2693
|
+
{
|
|
2694
|
+
"kind": "class",
|
|
2695
|
+
"description": "",
|
|
2696
|
+
"name": "MainApplication",
|
|
2697
|
+
"members": [
|
|
2698
|
+
{
|
|
2699
|
+
"kind": "field",
|
|
2700
|
+
"name": "config",
|
|
2701
|
+
"type": {
|
|
2702
|
+
"text": "MainRouterConfig"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "field",
|
|
2707
|
+
"name": "connect",
|
|
2708
|
+
"type": {
|
|
2709
|
+
"text": "Connect"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"kind": "field",
|
|
2714
|
+
"name": "session",
|
|
2715
|
+
"type": {
|
|
2716
|
+
"text": "Session"
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"kind": "field",
|
|
2721
|
+
"name": "container",
|
|
2722
|
+
"type": {
|
|
2723
|
+
"text": "Container"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "field",
|
|
2728
|
+
"name": "provider",
|
|
2729
|
+
"type": {
|
|
2730
|
+
"text": "HTMLElement"
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"kind": "field",
|
|
2735
|
+
"name": "ready",
|
|
2736
|
+
"type": {
|
|
2737
|
+
"text": "boolean"
|
|
2738
|
+
},
|
|
2739
|
+
"default": "false"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"kind": "method",
|
|
2743
|
+
"name": "onLuminanceToggle"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "method",
|
|
2747
|
+
"name": "loadRemotes"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "method",
|
|
2751
|
+
"name": "selectTemplate"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "method",
|
|
2755
|
+
"name": "registerDIDependencies",
|
|
2756
|
+
"privacy": "private"
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
2759
|
+
"superclass": {
|
|
2760
|
+
"name": "GenesisElement",
|
|
2761
|
+
"package": "@genesislcap/web-core"
|
|
2762
|
+
}
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"exports": [
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "js",
|
|
2768
|
+
"name": "MainApplication",
|
|
2769
|
+
"declaration": {
|
|
2770
|
+
"name": "MainApplication",
|
|
2771
|
+
"module": "src/main/main.ts"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "custom-element-definition",
|
|
2776
|
+
"declaration": {
|
|
2777
|
+
"name": "MainApplication",
|
|
2778
|
+
"module": "src/main/main.ts"
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2781
|
+
]
|
|
2782
|
+
},
|
|
2590
2783
|
{
|
|
2591
2784
|
"kind": "javascript-module",
|
|
2592
2785
|
"path": "src/list/index.ts",
|
|
@@ -2829,14 +3022,14 @@
|
|
|
2829
3022
|
"kind": "field",
|
|
2830
3023
|
"name": "gridOptions",
|
|
2831
3024
|
"type": {
|
|
2832
|
-
"text": "
|
|
3025
|
+
"text": "GridOptionsConfig"
|
|
2833
3026
|
}
|
|
2834
3027
|
},
|
|
2835
3028
|
{
|
|
2836
3029
|
"kind": "field",
|
|
2837
3030
|
"name": "columns",
|
|
2838
3031
|
"type": {
|
|
2839
|
-
"text": "
|
|
3032
|
+
"text": "GridColDef[]"
|
|
2840
3033
|
}
|
|
2841
3034
|
},
|
|
2842
3035
|
{
|
|
@@ -3360,199 +3553,6 @@
|
|
|
3360
3553
|
}
|
|
3361
3554
|
]
|
|
3362
3555
|
},
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "javascript-module",
|
|
3365
|
-
"path": "src/main/index.ts",
|
|
3366
|
-
"declarations": [],
|
|
3367
|
-
"exports": [
|
|
3368
|
-
{
|
|
3369
|
-
"kind": "js",
|
|
3370
|
-
"name": "*",
|
|
3371
|
-
"declaration": {
|
|
3372
|
-
"name": "*",
|
|
3373
|
-
"package": "./main.template"
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "js",
|
|
3378
|
-
"name": "*",
|
|
3379
|
-
"declaration": {
|
|
3380
|
-
"name": "*",
|
|
3381
|
-
"package": "./main"
|
|
3382
|
-
}
|
|
3383
|
-
}
|
|
3384
|
-
]
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"kind": "javascript-module",
|
|
3388
|
-
"path": "src/main/main.styles.ts",
|
|
3389
|
-
"declarations": [
|
|
3390
|
-
{
|
|
3391
|
-
"kind": "variable",
|
|
3392
|
-
"name": "MainStyles",
|
|
3393
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
3394
|
-
}
|
|
3395
|
-
],
|
|
3396
|
-
"exports": [
|
|
3397
|
-
{
|
|
3398
|
-
"kind": "js",
|
|
3399
|
-
"name": "MainStyles",
|
|
3400
|
-
"declaration": {
|
|
3401
|
-
"name": "MainStyles",
|
|
3402
|
-
"module": "src/main/main.styles.ts"
|
|
3403
|
-
}
|
|
3404
|
-
}
|
|
3405
|
-
]
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "javascript-module",
|
|
3409
|
-
"path": "src/main/main.template.ts",
|
|
3410
|
-
"declarations": [],
|
|
3411
|
-
"exports": []
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
"kind": "javascript-module",
|
|
3415
|
-
"path": "src/main/main.ts",
|
|
3416
|
-
"declarations": [
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "class",
|
|
3419
|
-
"description": "",
|
|
3420
|
-
"name": "MainApplication",
|
|
3421
|
-
"members": [
|
|
3422
|
-
{
|
|
3423
|
-
"kind": "field",
|
|
3424
|
-
"name": "config",
|
|
3425
|
-
"type": {
|
|
3426
|
-
"text": "MainRouterConfig"
|
|
3427
|
-
}
|
|
3428
|
-
},
|
|
3429
|
-
{
|
|
3430
|
-
"kind": "field",
|
|
3431
|
-
"name": "connect",
|
|
3432
|
-
"type": {
|
|
3433
|
-
"text": "Connect"
|
|
3434
|
-
}
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"kind": "field",
|
|
3438
|
-
"name": "session",
|
|
3439
|
-
"type": {
|
|
3440
|
-
"text": "Session"
|
|
3441
|
-
}
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "field",
|
|
3445
|
-
"name": "container",
|
|
3446
|
-
"type": {
|
|
3447
|
-
"text": "Container"
|
|
3448
|
-
}
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"kind": "field",
|
|
3452
|
-
"name": "provider",
|
|
3453
|
-
"type": {
|
|
3454
|
-
"text": "HTMLElement"
|
|
3455
|
-
}
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"kind": "field",
|
|
3459
|
-
"name": "ready",
|
|
3460
|
-
"type": {
|
|
3461
|
-
"text": "boolean"
|
|
3462
|
-
},
|
|
3463
|
-
"default": "false"
|
|
3464
|
-
},
|
|
3465
|
-
{
|
|
3466
|
-
"kind": "method",
|
|
3467
|
-
"name": "onLuminanceToggle"
|
|
3468
|
-
},
|
|
3469
|
-
{
|
|
3470
|
-
"kind": "method",
|
|
3471
|
-
"name": "loadRemotes"
|
|
3472
|
-
},
|
|
3473
|
-
{
|
|
3474
|
-
"kind": "method",
|
|
3475
|
-
"name": "selectTemplate"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"kind": "method",
|
|
3479
|
-
"name": "registerDIDependencies",
|
|
3480
|
-
"privacy": "private"
|
|
3481
|
-
}
|
|
3482
|
-
],
|
|
3483
|
-
"superclass": {
|
|
3484
|
-
"name": "GenesisElement",
|
|
3485
|
-
"package": "@genesislcap/web-core"
|
|
3486
|
-
}
|
|
3487
|
-
}
|
|
3488
|
-
],
|
|
3489
|
-
"exports": [
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "js",
|
|
3492
|
-
"name": "MainApplication",
|
|
3493
|
-
"declaration": {
|
|
3494
|
-
"name": "MainApplication",
|
|
3495
|
-
"module": "src/main/main.ts"
|
|
3496
|
-
}
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"kind": "custom-element-definition",
|
|
3500
|
-
"declaration": {
|
|
3501
|
-
"name": "MainApplication",
|
|
3502
|
-
"module": "src/main/main.ts"
|
|
3503
|
-
}
|
|
3504
|
-
}
|
|
3505
|
-
]
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "javascript-module",
|
|
3509
|
-
"path": "src/layouts/default.ts",
|
|
3510
|
-
"declarations": [
|
|
3511
|
-
{
|
|
3512
|
-
"kind": "variable",
|
|
3513
|
-
"name": "loginLayout",
|
|
3514
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"kind": "variable",
|
|
3518
|
-
"name": "defaultLayout",
|
|
3519
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3520
|
-
}
|
|
3521
|
-
],
|
|
3522
|
-
"exports": [
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "js",
|
|
3525
|
-
"name": "loginLayout",
|
|
3526
|
-
"declaration": {
|
|
3527
|
-
"name": "loginLayout",
|
|
3528
|
-
"module": "src/layouts/default.ts"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "js",
|
|
3533
|
-
"name": "defaultLayout",
|
|
3534
|
-
"declaration": {
|
|
3535
|
-
"name": "defaultLayout",
|
|
3536
|
-
"module": "src/layouts/default.ts"
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "javascript-module",
|
|
3543
|
-
"path": "src/layouts/index.ts",
|
|
3544
|
-
"declarations": [],
|
|
3545
|
-
"exports": [
|
|
3546
|
-
{
|
|
3547
|
-
"kind": "js",
|
|
3548
|
-
"name": "*",
|
|
3549
|
-
"declaration": {
|
|
3550
|
-
"name": "*",
|
|
3551
|
-
"package": "./default"
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3554
|
-
]
|
|
3555
|
-
},
|
|
3556
3556
|
{
|
|
3557
3557
|
"kind": "javascript-module",
|
|
3558
3558
|
"path": "src/routes/config.ts",
|
|
@@ -3787,7 +3787,7 @@
|
|
|
3787
3787
|
{
|
|
3788
3788
|
"name": "columns",
|
|
3789
3789
|
"type": {
|
|
3790
|
-
"text": "
|
|
3790
|
+
"text": "GridColDef[]"
|
|
3791
3791
|
}
|
|
3792
3792
|
},
|
|
3793
3793
|
{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SelectionChangedEvent } from '@ag-grid-community/core';
|
|
2
2
|
import { Connect, DatasourceOptions, MessageError } from '@genesislcap/foundation-comms';
|
|
3
3
|
import type { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
4
4
|
import type { UiSchema } from '@genesislcap/foundation-forms';
|
|
@@ -6,9 +6,10 @@ import { RendererEntry } from '@genesislcap/foundation-forms';
|
|
|
6
6
|
import { type NotificationStructure } from '@genesislcap/foundation-notifications';
|
|
7
7
|
import { AvailableOption, Modal, SelectedOption } from '@genesislcap/foundation-ui';
|
|
8
8
|
import { DatasourceType, GridProCaseType, GridProStatusBarConfig } from '@genesislcap/grid-pro';
|
|
9
|
+
import type { GridOptionsConfig } from '@genesislcap/grid-pro';
|
|
9
10
|
import { GenesisElement } from '@genesislcap/web-core';
|
|
10
11
|
import { List } from '../list';
|
|
11
|
-
import { ActionsMenuStyle, CrudAction, CrudMenuPosition, CustomAction, CustomActionState, ModalFormType } from '../types';
|
|
12
|
+
import { ActionsMenuStyle, CrudAction, CrudMenuPosition, CustomAction, CustomActionState, GridColDef, ModalFormType } from '../types';
|
|
12
13
|
/**
|
|
13
14
|
* The attribute which is set to configure the resource that the entity manager is working with
|
|
14
15
|
*
|
|
@@ -376,23 +377,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
376
377
|
ariaValueNow: string | null;
|
|
377
378
|
ariaValueText: string | null;
|
|
378
379
|
role: string | null;
|
|
379
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options
|
|
380
|
-
/**
|
|
381
|
-
* Disables the form while enabled to stop the user dispatching a large number of duplicate events
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
?: number | KeyframeAnimationOptions): Animation;
|
|
380
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
385
381
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
386
382
|
after(...nodes: (Node | string)[]): void;
|
|
387
|
-
before(
|
|
388
|
-
/**
|
|
389
|
-
* The default values to populate the form with when the user is adding an entity
|
|
390
|
-
* @public
|
|
391
|
-
*/
|
|
392
|
-
... /**
|
|
393
|
-
* The default values to populate the form with when the user is adding an entity
|
|
394
|
-
* @public
|
|
395
|
-
*/nodes: (Node | string)[]): void;
|
|
383
|
+
before(...nodes: (Node | string)[]): void;
|
|
396
384
|
remove(): void;
|
|
397
385
|
replaceWith(...nodes: (Node | string)[]): void;
|
|
398
386
|
readonly nextElementSibling: Element | null;
|
|
@@ -672,7 +660,7 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
672
660
|
* GridOptions to be passed down from application
|
|
673
661
|
* @public
|
|
674
662
|
*/
|
|
675
|
-
gridOptions:
|
|
663
|
+
gridOptions: GridOptionsConfig;
|
|
676
664
|
/**
|
|
677
665
|
* Configuration for the grid status bar components.
|
|
678
666
|
* @remarks
|
|
@@ -686,7 +674,7 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
686
674
|
* Array which holds the column definitions.
|
|
687
675
|
* @public
|
|
688
676
|
*/
|
|
689
|
-
columns:
|
|
677
|
+
columns: GridColDef[];
|
|
690
678
|
/** @internal */
|
|
691
679
|
_datasourceConfig: DatasourceConfiguration;
|
|
692
680
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/list/list.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { SelectionChangedEvent } from '@ag-grid-community/core';
|
|
2
2
|
import { CellEditRequestEvent } from '@ag-grid-community/core';
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
4
|
import { GridProGenesisDatasource, ZeroGridPro } from '@genesislcap/foundation-zero-grid-pro';
|
|
5
5
|
import type { GridProCaseType, GridProStatusBarConfig } from '@genesislcap/grid-pro';
|
|
6
6
|
import { DatasourceType } from '@genesislcap/grid-pro';
|
|
7
|
+
import type { GridOptionsConfig } from '@genesislcap/grid-pro';
|
|
7
8
|
import { GenesisElement } from '@genesislcap/web-core';
|
|
8
9
|
import type { DatasourceConfiguration } from '../entities/entities';
|
|
9
|
-
import type { CustomAction } from '../types';
|
|
10
|
+
import type { CustomAction, GridColDef } from '../types';
|
|
10
11
|
declare const List_base: (new (...args: any[]) => {
|
|
11
12
|
#_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
12
13
|
#_latestTokenCode: string;
|
|
@@ -432,8 +433,8 @@ export declare class List extends List_base {
|
|
|
432
433
|
headerCaseType: GridProCaseType;
|
|
433
434
|
grid: ZeroGridPro;
|
|
434
435
|
datasource: GridProGenesisDatasource;
|
|
435
|
-
gridOptions:
|
|
436
|
-
columns:
|
|
436
|
+
gridOptions: GridOptionsConfig;
|
|
437
|
+
columns: GridColDef[];
|
|
437
438
|
datasourceConfig: DatasourceConfiguration;
|
|
438
439
|
actionButtonsConfig: any[];
|
|
439
440
|
createEvent: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/types.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import { ColDef } from '@ag-grid-community/core';
|
|
1
2
|
import { UiSchema } from '@genesislcap/foundation-forms';
|
|
3
|
+
import { ColDef as v35ColDef } from 'ag-grid-community';
|
|
4
|
+
export type GridColDef = ColDef | v35ColDef;
|
|
2
5
|
export declare const RESOURCE_NAME: import("@microsoft/fast-foundation").InterfaceSymbol<string>;
|
|
3
6
|
export declare const ENTITY_NAME: import("@microsoft/fast-foundation").InterfaceSymbol<string>;
|
|
4
7
|
export type AdditionalEntry = string | UiSchema | {
|
package/dist/dts/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAGzD,eAAO,MAAM,aAAa,8DAA6C,CAAC;AACxE,eAAO,MAAM,WAAW,8DAA2C,CAAC;AAEpE,MAAM,MAAM,eAAe,GACvB,MAAM,GACN,QAAQ,GACR;IACE,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE;QACR,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,sBAAsB,CAAC,EAAE,MAAM,CAAC;QAChC,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AAEN,oBAAY,gBAAgB;IAC1B,OAAO,YAAY;IACnB,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;CACzC;AAED,oBAAY,gBAAgB;IAC1B,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,IAAI,SAAS;CACd;AAED,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,oBAAY,aAAa;IACvB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,SAAS,GAAG,UAAU,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE;QACN,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,EAAE,CAAC;CACL;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,eAAe,CAAC;AAE9E,MAAM,WAAW,aAAa;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;CAC7B;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EACF;QACE,IAAI,EAAE,OAAO,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,OAAO,CAAC;QACjB,aAAa,CAAC,EAAE,aAAa,CAAC;QAC9B,QAAQ,CAAC,EAAE,QAAQ,CAAC;KACrB,GACD;QACE,IAAI,EAAE,UAAU,CAAC;QACjB,QAAQ,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,IAAI,CAAC;KAClC,CAAC;IACN,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,CAAC;CACtC;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,GAAG,CAAC;CACd"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ColDef } from '@ag-grid-community/core';
|
|
2
1
|
import { Metadata } from '@genesislcap/foundation-comms';
|
|
3
2
|
import { AvailableOption } from '@genesislcap/foundation-ui';
|
|
4
|
-
|
|
3
|
+
import { GridColDef } from '../types';
|
|
4
|
+
export declare const getSearchBarColumnsConfig: (columns: GridColDef[], meta: Metadata, changeCase: (input: string) => string) => AvailableOption[];
|
|
5
5
|
export declare const getSearchBarMetaConfig: (meta: Metadata, changeCase: (input: string) => string) => AvailableOption[];
|
|
6
6
|
//# sourceMappingURL=search-bar-utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-bar-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/search-bar-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"search-bar-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/search-bar-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAgC,MAAM,+BAA+B,CAAC;AACvF,OAAO,EAAE,eAAe,EAAwC,MAAM,4BAA4B,CAAC;AACnG,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,eAAO,MAAM,yBAAyB,GACpC,SAAS,UAAU,EAAE,EACrB,MAAM,QAAQ,EACd,YAAY,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,sBAgBpC,CAAC;AAEJ,eAAO,MAAM,sBAAsB,GAAI,MAAM,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,sBAczF,CAAC"}
|
|
@@ -1397,8 +1397,8 @@
|
|
|
1397
1397
|
},
|
|
1398
1398
|
{
|
|
1399
1399
|
"kind": "Reference",
|
|
1400
|
-
"text": "
|
|
1401
|
-
"canonicalReference": "@
|
|
1400
|
+
"text": "GridColDef",
|
|
1401
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!GridColDef:type"
|
|
1402
1402
|
},
|
|
1403
1403
|
{
|
|
1404
1404
|
"kind": "Content",
|
|
@@ -2231,8 +2231,8 @@
|
|
|
2231
2231
|
},
|
|
2232
2232
|
{
|
|
2233
2233
|
"kind": "Reference",
|
|
2234
|
-
"text": "
|
|
2235
|
-
"canonicalReference": "@
|
|
2234
|
+
"text": "GridOptionsConfig",
|
|
2235
|
+
"canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
|
|
2236
2236
|
},
|
|
2237
2237
|
{
|
|
2238
2238
|
"kind": "Content",
|
|
@@ -3027,6 +3027,42 @@
|
|
|
3027
3027
|
],
|
|
3028
3028
|
"name": "getErrorFormat"
|
|
3029
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "TypeAlias",
|
|
3032
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!GridColDef:type",
|
|
3033
|
+
"docComment": "",
|
|
3034
|
+
"excerptTokens": [
|
|
3035
|
+
{
|
|
3036
|
+
"kind": "Content",
|
|
3037
|
+
"text": "export type GridColDef = "
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"kind": "Reference",
|
|
3041
|
+
"text": "ColDef",
|
|
3042
|
+
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"kind": "Content",
|
|
3046
|
+
"text": " | "
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"kind": "Reference",
|
|
3050
|
+
"text": "v35ColDef",
|
|
3051
|
+
"canonicalReference": "ag-grid-community!ColDef:interface"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"kind": "Content",
|
|
3055
|
+
"text": ";"
|
|
3056
|
+
}
|
|
3057
|
+
],
|
|
3058
|
+
"fileUrlPath": "src/types.ts",
|
|
3059
|
+
"releaseTag": "Public",
|
|
3060
|
+
"name": "GridColDef",
|
|
3061
|
+
"typeTokenRange": {
|
|
3062
|
+
"startIndex": 1,
|
|
3063
|
+
"endIndex": 4
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3030
3066
|
{
|
|
3031
3067
|
"kind": "Class",
|
|
3032
3068
|
"canonicalReference": "@genesislcap/foundation-entity-management!List:class",
|
|
@@ -3183,8 +3219,8 @@
|
|
|
3183
3219
|
},
|
|
3184
3220
|
{
|
|
3185
3221
|
"kind": "Reference",
|
|
3186
|
-
"text": "
|
|
3187
|
-
"canonicalReference": "@
|
|
3222
|
+
"text": "GridColDef",
|
|
3223
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!GridColDef:type"
|
|
3188
3224
|
},
|
|
3189
3225
|
{
|
|
3190
3226
|
"kind": "Content",
|
|
@@ -3798,8 +3834,8 @@
|
|
|
3798
3834
|
},
|
|
3799
3835
|
{
|
|
3800
3836
|
"kind": "Reference",
|
|
3801
|
-
"text": "
|
|
3802
|
-
"canonicalReference": "@
|
|
3837
|
+
"text": "GridOptionsConfig",
|
|
3838
|
+
"canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type"
|
|
3803
3839
|
},
|
|
3804
3840
|
{
|
|
3805
3841
|
"kind": "Content",
|
|
@@ -2,6 +2,7 @@ import { Auth } from '@genesislcap/foundation-comms';
|
|
|
2
2
|
import { AvailableOption } from '@genesislcap/foundation-ui';
|
|
3
3
|
import { CellEditRequestEvent } from '@ag-grid-community/core';
|
|
4
4
|
import { ColDef } from '@ag-grid-community/core';
|
|
5
|
+
import { ColDef as ColDef_2 } from 'ag-grid-community';
|
|
5
6
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
6
7
|
import { Constructable } from '@genesislcap/web-core';
|
|
7
8
|
import { Container } from '@genesislcap/web-core';
|
|
@@ -12,7 +13,7 @@ import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
|
12
13
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
13
14
|
import { FoundationRouterConfiguration } from '@genesislcap/foundation-ui';
|
|
14
15
|
import { GenesisElement } from '@genesislcap/web-core';
|
|
15
|
-
import {
|
|
16
|
+
import type { GridOptionsConfig } from '@genesislcap/grid-pro';
|
|
16
17
|
import { GridProCaseType } from '@genesislcap/grid-pro';
|
|
17
18
|
import { GridProGenesisDatasource } from '@genesislcap/foundation-zero-grid-pro';
|
|
18
19
|
import { GridProStatusBarConfig } from '@genesislcap/grid-pro';
|
|
@@ -366,7 +367,7 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
366
367
|
* GridOptions to be passed down from application
|
|
367
368
|
* @public
|
|
368
369
|
*/
|
|
369
|
-
gridOptions:
|
|
370
|
+
gridOptions: GridOptionsConfig;
|
|
370
371
|
/**
|
|
371
372
|
* Configuration for the grid status bar components.
|
|
372
373
|
* @remarks
|
|
@@ -380,7 +381,7 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
380
381
|
* Array which holds the column definitions.
|
|
381
382
|
* @public
|
|
382
383
|
*/
|
|
383
|
-
columns:
|
|
384
|
+
columns: GridColDef[];
|
|
384
385
|
/** @internal */
|
|
385
386
|
_datasourceConfig: DatasourceConfiguration;
|
|
386
387
|
/**
|
|
@@ -1142,23 +1143,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
1142
1143
|
ariaValueNow: string | null;
|
|
1143
1144
|
ariaValueText: string | null;
|
|
1144
1145
|
role: string | null;
|
|
1145
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options
|
|
1146
|
-
/**
|
|
1147
|
-
* Disables the form while enabled to stop the user dispatching a large number of duplicate events
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
?: number | KeyframeAnimationOptions): Animation;
|
|
1146
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1151
1147
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1152
1148
|
after(...nodes: (Node | string)[]): void;
|
|
1153
|
-
before(
|
|
1154
|
-
/**
|
|
1155
|
-
* The default values to populate the form with when the user is adding an entity
|
|
1156
|
-
* @public
|
|
1157
|
-
*/
|
|
1158
|
-
... /**
|
|
1159
|
-
* The default values to populate the form with when the user is adding an entity
|
|
1160
|
-
* @public
|
|
1161
|
-
*/nodes: (Node | string)[]): void;
|
|
1149
|
+
before(...nodes: (Node | string)[]): void;
|
|
1162
1150
|
remove(): void;
|
|
1163
1151
|
replaceWith(...nodes: (Node | string)[]): void;
|
|
1164
1152
|
readonly nextElementSibling: Element | null;
|
|
@@ -1359,6 +1347,8 @@ export declare const getActionNotificationTitleAndBody: (type: ModalFormType | C
|
|
|
1359
1347
|
*/
|
|
1360
1348
|
export declare const getErrorFormat: (err: any) => string;
|
|
1361
1349
|
|
|
1350
|
+
export declare type GridColDef = ColDef | ColDef_2;
|
|
1351
|
+
|
|
1362
1352
|
/**
|
|
1363
1353
|
* Entity list grid with CRUD and selection events.
|
|
1364
1354
|
* @public
|
|
@@ -1412,8 +1402,8 @@ export declare class List extends List_base {
|
|
|
1412
1402
|
headerCaseType: GridProCaseType;
|
|
1413
1403
|
grid: ZeroGridPro;
|
|
1414
1404
|
datasource: GridProGenesisDatasource;
|
|
1415
|
-
gridOptions:
|
|
1416
|
-
columns:
|
|
1405
|
+
gridOptions: GridOptionsConfig;
|
|
1406
|
+
columns: GridColDef[];
|
|
1417
1407
|
datasourceConfig: DatasourceConfiguration;
|
|
1418
1408
|
actionButtonsConfig: any[];
|
|
1419
1409
|
createEvent: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.438.
|
|
4
|
+
"version": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,32 +54,32 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.438.
|
|
58
|
-
"@genesislcap/genx": "14.438.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.438.
|
|
60
|
-
"@genesislcap/ts-builder": "14.438.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.438.
|
|
62
|
-
"@genesislcap/vite-builder": "14.438.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.438.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
58
|
+
"@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
60
|
+
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
62
|
+
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.438.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.438.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.438.
|
|
72
|
-
"@genesislcap/foundation-events": "14.438.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.438.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.438.
|
|
75
|
-
"@genesislcap/foundation-login": "14.438.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.438.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.438.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.438.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.438.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.438.
|
|
81
|
-
"@genesislcap/grid-pro": "14.438.
|
|
82
|
-
"@genesislcap/web-core": "14.438.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
72
|
+
"@genesislcap/foundation-events": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
75
|
+
"@genesislcap/foundation-login": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
81
|
+
"@genesislcap/grid-pro": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
82
|
+
"@genesislcap/web-core": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"require": "./dist/react.cjs"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "dcd4c791ebec32a7eeb9183d5568c3361a18f8d0"
|
|
106
106
|
}
|