@genesislcap/foundation-entity-management 14.419.0 → 14.419.2-alpha-83dfc7d.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 +21 -21
- package/package.json +23 -23
|
@@ -3497,27 +3497,6 @@
|
|
|
3497
3497
|
}
|
|
3498
3498
|
]
|
|
3499
3499
|
},
|
|
3500
|
-
{
|
|
3501
|
-
"kind": "javascript-module",
|
|
3502
|
-
"path": "src/routes/config.ts",
|
|
3503
|
-
"declarations": [],
|
|
3504
|
-
"exports": []
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"kind": "javascript-module",
|
|
3508
|
-
"path": "src/routes/index.ts",
|
|
3509
|
-
"declarations": [],
|
|
3510
|
-
"exports": [
|
|
3511
|
-
{
|
|
3512
|
-
"kind": "js",
|
|
3513
|
-
"name": "*",
|
|
3514
|
-
"declaration": {
|
|
3515
|
-
"name": "*",
|
|
3516
|
-
"package": "./config"
|
|
3517
|
-
}
|
|
3518
|
-
}
|
|
3519
|
-
]
|
|
3520
|
-
},
|
|
3521
3500
|
{
|
|
3522
3501
|
"kind": "javascript-module",
|
|
3523
3502
|
"path": "src/main/index.ts",
|
|
@@ -3662,6 +3641,27 @@
|
|
|
3662
3641
|
}
|
|
3663
3642
|
]
|
|
3664
3643
|
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "javascript-module",
|
|
3646
|
+
"path": "src/routes/config.ts",
|
|
3647
|
+
"declarations": [],
|
|
3648
|
+
"exports": []
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"kind": "javascript-module",
|
|
3652
|
+
"path": "src/routes/index.ts",
|
|
3653
|
+
"declarations": [],
|
|
3654
|
+
"exports": [
|
|
3655
|
+
{
|
|
3656
|
+
"kind": "js",
|
|
3657
|
+
"name": "*",
|
|
3658
|
+
"declaration": {
|
|
3659
|
+
"name": "*",
|
|
3660
|
+
"package": "./config"
|
|
3661
|
+
}
|
|
3662
|
+
}
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3665
3665
|
{
|
|
3666
3666
|
"kind": "javascript-module",
|
|
3667
3667
|
"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.419.0",
|
|
4
|
+
"version": "14.419.2-alpha-83dfc7d.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,33 +54,33 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.419.0",
|
|
58
|
-
"@genesislcap/genx": "14.419.0",
|
|
59
|
-
"@genesislcap/rollup-builder": "14.419.0",
|
|
60
|
-
"@genesislcap/ts-builder": "14.419.0",
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.419.0",
|
|
62
|
-
"@genesislcap/vite-builder": "14.419.0",
|
|
63
|
-
"@genesislcap/webpack-builder": "14.419.0"
|
|
57
|
+
"@genesislcap/foundation-testing": "14.419.2-alpha-83dfc7d.0",
|
|
58
|
+
"@genesislcap/genx": "14.419.2-alpha-83dfc7d.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.419.2-alpha-83dfc7d.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.419.2-alpha-83dfc7d.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.419.2-alpha-83dfc7d.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.419.2-alpha-83dfc7d.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.419.2-alpha-83dfc7d.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"@microsoft/fast-react-wrapper": ">=0.3.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "14.419.0",
|
|
71
|
-
"@genesislcap/foundation-comms": "14.419.0",
|
|
72
|
-
"@genesislcap/foundation-errors": "14.419.0",
|
|
73
|
-
"@genesislcap/foundation-events": "14.419.0",
|
|
74
|
-
"@genesislcap/foundation-forms": "14.419.0",
|
|
75
|
-
"@genesislcap/foundation-logger": "14.419.0",
|
|
76
|
-
"@genesislcap/foundation-login": "14.419.0",
|
|
77
|
-
"@genesislcap/foundation-notifications": "14.419.0",
|
|
78
|
-
"@genesislcap/foundation-ui": "14.419.0",
|
|
79
|
-
"@genesislcap/foundation-utils": "14.419.0",
|
|
80
|
-
"@genesislcap/foundation-zero": "14.419.0",
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "14.419.0",
|
|
82
|
-
"@genesislcap/grid-pro": "14.419.0",
|
|
83
|
-
"@genesislcap/web-core": "14.419.0",
|
|
70
|
+
"@genesislcap/foundation-ai": "14.419.2-alpha-83dfc7d.0",
|
|
71
|
+
"@genesislcap/foundation-comms": "14.419.2-alpha-83dfc7d.0",
|
|
72
|
+
"@genesislcap/foundation-errors": "14.419.2-alpha-83dfc7d.0",
|
|
73
|
+
"@genesislcap/foundation-events": "14.419.2-alpha-83dfc7d.0",
|
|
74
|
+
"@genesislcap/foundation-forms": "14.419.2-alpha-83dfc7d.0",
|
|
75
|
+
"@genesislcap/foundation-logger": "14.419.2-alpha-83dfc7d.0",
|
|
76
|
+
"@genesislcap/foundation-login": "14.419.2-alpha-83dfc7d.0",
|
|
77
|
+
"@genesislcap/foundation-notifications": "14.419.2-alpha-83dfc7d.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.419.2-alpha-83dfc7d.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.419.2-alpha-83dfc7d.0",
|
|
80
|
+
"@genesislcap/foundation-zero": "14.419.2-alpha-83dfc7d.0",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "14.419.2-alpha-83dfc7d.0",
|
|
82
|
+
"@genesislcap/grid-pro": "14.419.2-alpha-83dfc7d.0",
|
|
83
|
+
"@genesislcap/web-core": "14.419.2-alpha-83dfc7d.0",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"require": "./dist/react.cjs"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "759b087516567b07628cecbb84b4f2d090f50eb8"
|
|
107
107
|
}
|