@genesislcap/foundation-entity-management 14.156.0 → 14.156.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 +151 -151
- package/package.json +21 -21
|
@@ -87,41 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
"kind": "javascript-module",
|
|
92
|
-
"path": "src/components/components.ts",
|
|
93
|
-
"declarations": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "function",
|
|
96
|
-
"name": "loadRemotes"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"exports": [
|
|
100
|
-
{
|
|
101
|
-
"kind": "js",
|
|
102
|
-
"name": "loadRemotes",
|
|
103
|
-
"declaration": {
|
|
104
|
-
"name": "loadRemotes",
|
|
105
|
-
"module": "src/components/components.ts"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "javascript-module",
|
|
112
|
-
"path": "src/components/index.ts",
|
|
113
|
-
"declarations": [],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "*",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "*",
|
|
120
|
-
"package": "./components"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
90
|
{
|
|
126
91
|
"kind": "javascript-module",
|
|
127
92
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -838,6 +803,41 @@
|
|
|
838
803
|
}
|
|
839
804
|
]
|
|
840
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"kind": "javascript-module",
|
|
808
|
+
"path": "src/components/components.ts",
|
|
809
|
+
"declarations": [
|
|
810
|
+
{
|
|
811
|
+
"kind": "function",
|
|
812
|
+
"name": "loadRemotes"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "loadRemotes",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "loadRemotes",
|
|
821
|
+
"module": "src/components/components.ts"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"kind": "javascript-module",
|
|
828
|
+
"path": "src/components/index.ts",
|
|
829
|
+
"declarations": [],
|
|
830
|
+
"exports": [
|
|
831
|
+
{
|
|
832
|
+
"kind": "js",
|
|
833
|
+
"name": "*",
|
|
834
|
+
"declaration": {
|
|
835
|
+
"name": "*",
|
|
836
|
+
"package": "./components"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
841
|
{
|
|
842
842
|
"kind": "javascript-module",
|
|
843
843
|
"path": "src/layouts/default.ts",
|
|
@@ -2435,6 +2435,122 @@
|
|
|
2435
2435
|
}
|
|
2436
2436
|
]
|
|
2437
2437
|
},
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "javascript-module",
|
|
2440
|
+
"path": "src/utils/formatting.ts",
|
|
2441
|
+
"declarations": [
|
|
2442
|
+
{
|
|
2443
|
+
"kind": "function",
|
|
2444
|
+
"name": "getErrorFormat",
|
|
2445
|
+
"parameters": [
|
|
2446
|
+
{
|
|
2447
|
+
"name": "err"
|
|
2448
|
+
}
|
|
2449
|
+
],
|
|
2450
|
+
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2451
|
+
"privacy": "public"
|
|
2452
|
+
}
|
|
2453
|
+
],
|
|
2454
|
+
"exports": [
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "js",
|
|
2457
|
+
"name": "getErrorFormat",
|
|
2458
|
+
"declaration": {
|
|
2459
|
+
"name": "getErrorFormat",
|
|
2460
|
+
"module": "src/utils/formatting.ts"
|
|
2461
|
+
}
|
|
2462
|
+
}
|
|
2463
|
+
]
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "javascript-module",
|
|
2467
|
+
"path": "src/utils/index.ts",
|
|
2468
|
+
"declarations": [],
|
|
2469
|
+
"exports": [
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "js",
|
|
2472
|
+
"name": "*",
|
|
2473
|
+
"declaration": {
|
|
2474
|
+
"name": "*",
|
|
2475
|
+
"package": "./formatting"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "js",
|
|
2480
|
+
"name": "*",
|
|
2481
|
+
"declaration": {
|
|
2482
|
+
"name": "*",
|
|
2483
|
+
"package": "./logger"
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "js",
|
|
2488
|
+
"name": "*",
|
|
2489
|
+
"declaration": {
|
|
2490
|
+
"name": "*",
|
|
2491
|
+
"package": "./renderer"
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
]
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"kind": "javascript-module",
|
|
2498
|
+
"path": "src/utils/logger.ts",
|
|
2499
|
+
"declarations": [
|
|
2500
|
+
{
|
|
2501
|
+
"kind": "variable",
|
|
2502
|
+
"name": "logger",
|
|
2503
|
+
"privacy": "public"
|
|
2504
|
+
}
|
|
2505
|
+
],
|
|
2506
|
+
"exports": [
|
|
2507
|
+
{
|
|
2508
|
+
"kind": "js",
|
|
2509
|
+
"name": "logger",
|
|
2510
|
+
"declaration": {
|
|
2511
|
+
"name": "logger",
|
|
2512
|
+
"module": "src/utils/logger.ts"
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
]
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"kind": "javascript-module",
|
|
2519
|
+
"path": "src/utils/renderer.ts",
|
|
2520
|
+
"declarations": [
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "function",
|
|
2523
|
+
"name": "buttonCellRenderer",
|
|
2524
|
+
"return": {
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "ColDef"
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"parameters": [
|
|
2530
|
+
{
|
|
2531
|
+
"name": "title"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "clickHandler"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "contentTemplate"
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"privacy": "public"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"exports": [
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "js",
|
|
2546
|
+
"name": "buttonCellRenderer",
|
|
2547
|
+
"declaration": {
|
|
2548
|
+
"name": "buttonCellRenderer",
|
|
2549
|
+
"module": "src/utils/renderer.ts"
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
2552
|
+
]
|
|
2553
|
+
},
|
|
2438
2554
|
{
|
|
2439
2555
|
"kind": "javascript-module",
|
|
2440
2556
|
"path": "src/users/users.template.ts",
|
|
@@ -2642,122 +2758,6 @@
|
|
|
2642
2758
|
}
|
|
2643
2759
|
]
|
|
2644
2760
|
},
|
|
2645
|
-
{
|
|
2646
|
-
"kind": "javascript-module",
|
|
2647
|
-
"path": "src/utils/formatting.ts",
|
|
2648
|
-
"declarations": [
|
|
2649
|
-
{
|
|
2650
|
-
"kind": "function",
|
|
2651
|
-
"name": "getErrorFormat",
|
|
2652
|
-
"parameters": [
|
|
2653
|
-
{
|
|
2654
|
-
"name": "err"
|
|
2655
|
-
}
|
|
2656
|
-
],
|
|
2657
|
-
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2658
|
-
"privacy": "public"
|
|
2659
|
-
}
|
|
2660
|
-
],
|
|
2661
|
-
"exports": [
|
|
2662
|
-
{
|
|
2663
|
-
"kind": "js",
|
|
2664
|
-
"name": "getErrorFormat",
|
|
2665
|
-
"declaration": {
|
|
2666
|
-
"name": "getErrorFormat",
|
|
2667
|
-
"module": "src/utils/formatting.ts"
|
|
2668
|
-
}
|
|
2669
|
-
}
|
|
2670
|
-
]
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"kind": "javascript-module",
|
|
2674
|
-
"path": "src/utils/index.ts",
|
|
2675
|
-
"declarations": [],
|
|
2676
|
-
"exports": [
|
|
2677
|
-
{
|
|
2678
|
-
"kind": "js",
|
|
2679
|
-
"name": "*",
|
|
2680
|
-
"declaration": {
|
|
2681
|
-
"name": "*",
|
|
2682
|
-
"package": "./formatting"
|
|
2683
|
-
}
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "js",
|
|
2687
|
-
"name": "*",
|
|
2688
|
-
"declaration": {
|
|
2689
|
-
"name": "*",
|
|
2690
|
-
"package": "./logger"
|
|
2691
|
-
}
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"kind": "js",
|
|
2695
|
-
"name": "*",
|
|
2696
|
-
"declaration": {
|
|
2697
|
-
"name": "*",
|
|
2698
|
-
"package": "./renderer"
|
|
2699
|
-
}
|
|
2700
|
-
}
|
|
2701
|
-
]
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "javascript-module",
|
|
2705
|
-
"path": "src/utils/logger.ts",
|
|
2706
|
-
"declarations": [
|
|
2707
|
-
{
|
|
2708
|
-
"kind": "variable",
|
|
2709
|
-
"name": "logger",
|
|
2710
|
-
"privacy": "public"
|
|
2711
|
-
}
|
|
2712
|
-
],
|
|
2713
|
-
"exports": [
|
|
2714
|
-
{
|
|
2715
|
-
"kind": "js",
|
|
2716
|
-
"name": "logger",
|
|
2717
|
-
"declaration": {
|
|
2718
|
-
"name": "logger",
|
|
2719
|
-
"module": "src/utils/logger.ts"
|
|
2720
|
-
}
|
|
2721
|
-
}
|
|
2722
|
-
]
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"kind": "javascript-module",
|
|
2726
|
-
"path": "src/utils/renderer.ts",
|
|
2727
|
-
"declarations": [
|
|
2728
|
-
{
|
|
2729
|
-
"kind": "function",
|
|
2730
|
-
"name": "buttonCellRenderer",
|
|
2731
|
-
"return": {
|
|
2732
|
-
"type": {
|
|
2733
|
-
"text": "ColDef"
|
|
2734
|
-
}
|
|
2735
|
-
},
|
|
2736
|
-
"parameters": [
|
|
2737
|
-
{
|
|
2738
|
-
"name": "title"
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"name": "clickHandler"
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
"name": "contentTemplate"
|
|
2745
|
-
}
|
|
2746
|
-
],
|
|
2747
|
-
"privacy": "public"
|
|
2748
|
-
}
|
|
2749
|
-
],
|
|
2750
|
-
"exports": [
|
|
2751
|
-
{
|
|
2752
|
-
"kind": "js",
|
|
2753
|
-
"name": "buttonCellRenderer",
|
|
2754
|
-
"declaration": {
|
|
2755
|
-
"name": "buttonCellRenderer",
|
|
2756
|
-
"module": "src/utils/renderer.ts"
|
|
2757
|
-
}
|
|
2758
|
-
}
|
|
2759
|
-
]
|
|
2760
|
-
},
|
|
2761
2761
|
{
|
|
2762
2762
|
"kind": "javascript-module",
|
|
2763
2763
|
"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.156.
|
|
4
|
+
"version": "14.156.2",
|
|
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.156.
|
|
47
|
-
"@genesislcap/genx": "14.156.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.156.
|
|
49
|
-
"@genesislcap/ts-builder": "14.156.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.156.
|
|
51
|
-
"@genesislcap/vite-builder": "14.156.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.156.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.156.2",
|
|
47
|
+
"@genesislcap/genx": "14.156.2",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.156.2",
|
|
49
|
+
"@genesislcap/ts-builder": "14.156.2",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.156.2",
|
|
51
|
+
"@genesislcap/vite-builder": "14.156.2",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.156.2",
|
|
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.156.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.156.
|
|
59
|
-
"@genesislcap/foundation-events": "14.156.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.156.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.156.
|
|
62
|
-
"@genesislcap/foundation-login": "14.156.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.156.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.156.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.156.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.156.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.156.
|
|
68
|
-
"@genesislcap/grid-pro": "14.156.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.156.2",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.156.2",
|
|
59
|
+
"@genesislcap/foundation-events": "14.156.2",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.156.2",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.156.2",
|
|
62
|
+
"@genesislcap/foundation-login": "14.156.2",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.156.2",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.156.2",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.156.2",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.156.2",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.156.2",
|
|
68
|
+
"@genesislcap/grid-pro": "14.156.2",
|
|
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": "eeafe9d4d1fb3744050404a21a04120adbef3997"
|
|
85
85
|
}
|