@genesislcap/foundation-entity-management 14.444.1 → 14.445.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 +21 -21
- package/package.json +23 -23
|
@@ -3563,27 +3563,6 @@
|
|
|
3563
3563
|
}
|
|
3564
3564
|
]
|
|
3565
3565
|
},
|
|
3566
|
-
{
|
|
3567
|
-
"kind": "javascript-module",
|
|
3568
|
-
"path": "src/routes/config.ts",
|
|
3569
|
-
"declarations": [],
|
|
3570
|
-
"exports": []
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/routes/index.ts",
|
|
3575
|
-
"declarations": [],
|
|
3576
|
-
"exports": [
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "js",
|
|
3579
|
-
"name": "*",
|
|
3580
|
-
"declaration": {
|
|
3581
|
-
"name": "*",
|
|
3582
|
-
"package": "./config"
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
]
|
|
3586
|
-
},
|
|
3587
3566
|
{
|
|
3588
3567
|
"kind": "javascript-module",
|
|
3589
3568
|
"path": "src/main/index.ts",
|
|
@@ -3728,6 +3707,27 @@
|
|
|
3728
3707
|
}
|
|
3729
3708
|
]
|
|
3730
3709
|
},
|
|
3710
|
+
{
|
|
3711
|
+
"kind": "javascript-module",
|
|
3712
|
+
"path": "src/routes/config.ts",
|
|
3713
|
+
"declarations": [],
|
|
3714
|
+
"exports": []
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"kind": "javascript-module",
|
|
3718
|
+
"path": "src/routes/index.ts",
|
|
3719
|
+
"declarations": [],
|
|
3720
|
+
"exports": [
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "js",
|
|
3723
|
+
"name": "*",
|
|
3724
|
+
"declaration": {
|
|
3725
|
+
"name": "*",
|
|
3726
|
+
"package": "./config"
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
]
|
|
3730
|
+
},
|
|
3731
3731
|
{
|
|
3732
3732
|
"kind": "javascript-module",
|
|
3733
3733
|
"path": "src/utils/custom-actions-utils.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.445.1",
|
|
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.
|
|
58
|
-
"@genesislcap/genx": "14.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.
|
|
60
|
-
"@genesislcap/ts-builder": "14.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
62
|
-
"@genesislcap/vite-builder": "14.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.445.1",
|
|
58
|
+
"@genesislcap/genx": "14.445.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.445.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.445.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.445.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.445.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.445.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.
|
|
72
|
-
"@genesislcap/foundation-events": "14.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-login": "14.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
81
|
-
"@genesislcap/grid-pro": "14.
|
|
82
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.445.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.445.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.445.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.445.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.445.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.445.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.445.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.445.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.445.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.445.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.445.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.445.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.445.1",
|
|
82
|
+
"@genesislcap/web-core": "14.445.1",
|
|
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": "893e8b2ffadacaedb39f1935c1979278191b6730"
|
|
106
106
|
}
|