@genesislcap/foundation-entity-management 14.176.1-alpha-ed9e3d4.0 → 14.177.0
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 +116 -116
- package/package.json +21 -21
|
@@ -2569,6 +2569,122 @@
|
|
|
2569
2569
|
}
|
|
2570
2570
|
]
|
|
2571
2571
|
},
|
|
2572
|
+
{
|
|
2573
|
+
"kind": "javascript-module",
|
|
2574
|
+
"path": "src/utils/formatting.ts",
|
|
2575
|
+
"declarations": [
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "function",
|
|
2578
|
+
"name": "getErrorFormat",
|
|
2579
|
+
"parameters": [
|
|
2580
|
+
{
|
|
2581
|
+
"name": "err"
|
|
2582
|
+
}
|
|
2583
|
+
],
|
|
2584
|
+
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2585
|
+
"privacy": "public"
|
|
2586
|
+
}
|
|
2587
|
+
],
|
|
2588
|
+
"exports": [
|
|
2589
|
+
{
|
|
2590
|
+
"kind": "js",
|
|
2591
|
+
"name": "getErrorFormat",
|
|
2592
|
+
"declaration": {
|
|
2593
|
+
"name": "getErrorFormat",
|
|
2594
|
+
"module": "src/utils/formatting.ts"
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
]
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "javascript-module",
|
|
2601
|
+
"path": "src/utils/index.ts",
|
|
2602
|
+
"declarations": [],
|
|
2603
|
+
"exports": [
|
|
2604
|
+
{
|
|
2605
|
+
"kind": "js",
|
|
2606
|
+
"name": "*",
|
|
2607
|
+
"declaration": {
|
|
2608
|
+
"name": "*",
|
|
2609
|
+
"package": "./formatting"
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"kind": "js",
|
|
2614
|
+
"name": "*",
|
|
2615
|
+
"declaration": {
|
|
2616
|
+
"name": "*",
|
|
2617
|
+
"package": "./logger"
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "js",
|
|
2622
|
+
"name": "*",
|
|
2623
|
+
"declaration": {
|
|
2624
|
+
"name": "*",
|
|
2625
|
+
"package": "./renderer"
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
]
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"kind": "javascript-module",
|
|
2632
|
+
"path": "src/utils/logger.ts",
|
|
2633
|
+
"declarations": [
|
|
2634
|
+
{
|
|
2635
|
+
"kind": "variable",
|
|
2636
|
+
"name": "logger",
|
|
2637
|
+
"privacy": "public"
|
|
2638
|
+
}
|
|
2639
|
+
],
|
|
2640
|
+
"exports": [
|
|
2641
|
+
{
|
|
2642
|
+
"kind": "js",
|
|
2643
|
+
"name": "logger",
|
|
2644
|
+
"declaration": {
|
|
2645
|
+
"name": "logger",
|
|
2646
|
+
"module": "src/utils/logger.ts"
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
]
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"kind": "javascript-module",
|
|
2653
|
+
"path": "src/utils/renderer.ts",
|
|
2654
|
+
"declarations": [
|
|
2655
|
+
{
|
|
2656
|
+
"kind": "function",
|
|
2657
|
+
"name": "buttonCellRenderer",
|
|
2658
|
+
"return": {
|
|
2659
|
+
"type": {
|
|
2660
|
+
"text": "ColDef"
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
"parameters": [
|
|
2664
|
+
{
|
|
2665
|
+
"name": "title"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"name": "clickHandler"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "contentTemplate"
|
|
2672
|
+
}
|
|
2673
|
+
],
|
|
2674
|
+
"privacy": "public"
|
|
2675
|
+
}
|
|
2676
|
+
],
|
|
2677
|
+
"exports": [
|
|
2678
|
+
{
|
|
2679
|
+
"kind": "js",
|
|
2680
|
+
"name": "buttonCellRenderer",
|
|
2681
|
+
"declaration": {
|
|
2682
|
+
"name": "buttonCellRenderer",
|
|
2683
|
+
"module": "src/utils/renderer.ts"
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2572
2688
|
{
|
|
2573
2689
|
"kind": "javascript-module",
|
|
2574
2690
|
"path": "src/users/users.template.ts",
|
|
@@ -2797,122 +2913,6 @@
|
|
|
2797
2913
|
}
|
|
2798
2914
|
]
|
|
2799
2915
|
},
|
|
2800
|
-
{
|
|
2801
|
-
"kind": "javascript-module",
|
|
2802
|
-
"path": "src/utils/formatting.ts",
|
|
2803
|
-
"declarations": [
|
|
2804
|
-
{
|
|
2805
|
-
"kind": "function",
|
|
2806
|
-
"name": "getErrorFormat",
|
|
2807
|
-
"parameters": [
|
|
2808
|
-
{
|
|
2809
|
-
"name": "err"
|
|
2810
|
-
}
|
|
2811
|
-
],
|
|
2812
|
-
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2813
|
-
"privacy": "public"
|
|
2814
|
-
}
|
|
2815
|
-
],
|
|
2816
|
-
"exports": [
|
|
2817
|
-
{
|
|
2818
|
-
"kind": "js",
|
|
2819
|
-
"name": "getErrorFormat",
|
|
2820
|
-
"declaration": {
|
|
2821
|
-
"name": "getErrorFormat",
|
|
2822
|
-
"module": "src/utils/formatting.ts"
|
|
2823
|
-
}
|
|
2824
|
-
}
|
|
2825
|
-
]
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"kind": "javascript-module",
|
|
2829
|
-
"path": "src/utils/index.ts",
|
|
2830
|
-
"declarations": [],
|
|
2831
|
-
"exports": [
|
|
2832
|
-
{
|
|
2833
|
-
"kind": "js",
|
|
2834
|
-
"name": "*",
|
|
2835
|
-
"declaration": {
|
|
2836
|
-
"name": "*",
|
|
2837
|
-
"package": "./formatting"
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"kind": "js",
|
|
2842
|
-
"name": "*",
|
|
2843
|
-
"declaration": {
|
|
2844
|
-
"name": "*",
|
|
2845
|
-
"package": "./logger"
|
|
2846
|
-
}
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "js",
|
|
2850
|
-
"name": "*",
|
|
2851
|
-
"declaration": {
|
|
2852
|
-
"name": "*",
|
|
2853
|
-
"package": "./renderer"
|
|
2854
|
-
}
|
|
2855
|
-
}
|
|
2856
|
-
]
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"kind": "javascript-module",
|
|
2860
|
-
"path": "src/utils/logger.ts",
|
|
2861
|
-
"declarations": [
|
|
2862
|
-
{
|
|
2863
|
-
"kind": "variable",
|
|
2864
|
-
"name": "logger",
|
|
2865
|
-
"privacy": "public"
|
|
2866
|
-
}
|
|
2867
|
-
],
|
|
2868
|
-
"exports": [
|
|
2869
|
-
{
|
|
2870
|
-
"kind": "js",
|
|
2871
|
-
"name": "logger",
|
|
2872
|
-
"declaration": {
|
|
2873
|
-
"name": "logger",
|
|
2874
|
-
"module": "src/utils/logger.ts"
|
|
2875
|
-
}
|
|
2876
|
-
}
|
|
2877
|
-
]
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "javascript-module",
|
|
2881
|
-
"path": "src/utils/renderer.ts",
|
|
2882
|
-
"declarations": [
|
|
2883
|
-
{
|
|
2884
|
-
"kind": "function",
|
|
2885
|
-
"name": "buttonCellRenderer",
|
|
2886
|
-
"return": {
|
|
2887
|
-
"type": {
|
|
2888
|
-
"text": "ColDef"
|
|
2889
|
-
}
|
|
2890
|
-
},
|
|
2891
|
-
"parameters": [
|
|
2892
|
-
{
|
|
2893
|
-
"name": "title"
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"name": "clickHandler"
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"name": "contentTemplate"
|
|
2900
|
-
}
|
|
2901
|
-
],
|
|
2902
|
-
"privacy": "public"
|
|
2903
|
-
}
|
|
2904
|
-
],
|
|
2905
|
-
"exports": [
|
|
2906
|
-
{
|
|
2907
|
-
"kind": "js",
|
|
2908
|
-
"name": "buttonCellRenderer",
|
|
2909
|
-
"declaration": {
|
|
2910
|
-
"name": "buttonCellRenderer",
|
|
2911
|
-
"module": "src/utils/renderer.ts"
|
|
2912
|
-
}
|
|
2913
|
-
}
|
|
2914
|
-
]
|
|
2915
|
-
},
|
|
2916
2916
|
{
|
|
2917
2917
|
"kind": "javascript-module",
|
|
2918
2918
|
"path": "src/routes/demo/entity-management.template.ts",
|
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.
|
|
4
|
+
"version": "14.177.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.
|
|
47
|
-
"@genesislcap/genx": "14.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.
|
|
49
|
-
"@genesislcap/ts-builder": "14.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
51
|
-
"@genesislcap/vite-builder": "14.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.177.0",
|
|
47
|
+
"@genesislcap/genx": "14.177.0",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.177.0",
|
|
49
|
+
"@genesislcap/ts-builder": "14.177.0",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.177.0",
|
|
51
|
+
"@genesislcap/vite-builder": "14.177.0",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.177.0",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.
|
|
59
|
-
"@genesislcap/foundation-events": "14.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.
|
|
62
|
-
"@genesislcap/foundation-login": "14.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
68
|
-
"@genesislcap/grid-pro": "14.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.177.0",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.177.0",
|
|
59
|
+
"@genesislcap/foundation-events": "14.177.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.177.0",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.177.0",
|
|
62
|
+
"@genesislcap/foundation-login": "14.177.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.177.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.177.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.177.0",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.177.0",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.177.0",
|
|
68
|
+
"@genesislcap/grid-pro": "14.177.0",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "b3c0ce3e0fa58bae562c2c9bec96beee6a4a2ed4"
|
|
85
85
|
}
|