@genesislcap/foundation-entity-management 14.427.0 → 14.427.2-alpha-e0ffaad.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
|
@@ -3592,6 +3592,27 @@
|
|
|
3592
3592
|
}
|
|
3593
3593
|
]
|
|
3594
3594
|
},
|
|
3595
|
+
{
|
|
3596
|
+
"kind": "javascript-module",
|
|
3597
|
+
"path": "src/routes/config.ts",
|
|
3598
|
+
"declarations": [],
|
|
3599
|
+
"exports": []
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "javascript-module",
|
|
3603
|
+
"path": "src/routes/index.ts",
|
|
3604
|
+
"declarations": [],
|
|
3605
|
+
"exports": [
|
|
3606
|
+
{
|
|
3607
|
+
"kind": "js",
|
|
3608
|
+
"name": "*",
|
|
3609
|
+
"declaration": {
|
|
3610
|
+
"name": "*",
|
|
3611
|
+
"package": "./config"
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
]
|
|
3615
|
+
},
|
|
3595
3616
|
{
|
|
3596
3617
|
"kind": "javascript-module",
|
|
3597
3618
|
"path": "src/layouts/default.ts",
|
|
@@ -3641,27 +3662,6 @@
|
|
|
3641
3662
|
}
|
|
3642
3663
|
]
|
|
3643
3664
|
},
|
|
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.427.0",
|
|
4
|
+
"version": "14.427.2-alpha-e0ffaad.0",
|
|
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.427.0",
|
|
58
|
-
"@genesislcap/genx": "14.427.0",
|
|
59
|
-
"@genesislcap/rollup-builder": "14.427.0",
|
|
60
|
-
"@genesislcap/ts-builder": "14.427.0",
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.427.0",
|
|
62
|
-
"@genesislcap/vite-builder": "14.427.0",
|
|
63
|
-
"@genesislcap/webpack-builder": "14.427.0"
|
|
57
|
+
"@genesislcap/foundation-testing": "14.427.2-alpha-e0ffaad.0",
|
|
58
|
+
"@genesislcap/genx": "14.427.2-alpha-e0ffaad.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.427.2-alpha-e0ffaad.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.427.2-alpha-e0ffaad.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.427.2-alpha-e0ffaad.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.427.2-alpha-e0ffaad.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.427.2-alpha-e0ffaad.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.427.0",
|
|
70
|
-
"@genesislcap/foundation-comms": "14.427.0",
|
|
71
|
-
"@genesislcap/foundation-errors": "14.427.0",
|
|
72
|
-
"@genesislcap/foundation-events": "14.427.0",
|
|
73
|
-
"@genesislcap/foundation-forms": "14.427.0",
|
|
74
|
-
"@genesislcap/foundation-logger": "14.427.0",
|
|
75
|
-
"@genesislcap/foundation-login": "14.427.0",
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.427.0",
|
|
77
|
-
"@genesislcap/foundation-ui": "14.427.0",
|
|
78
|
-
"@genesislcap/foundation-utils": "14.427.0",
|
|
79
|
-
"@genesislcap/foundation-zero": "14.427.0",
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.427.0",
|
|
81
|
-
"@genesislcap/grid-pro": "14.427.0",
|
|
82
|
-
"@genesislcap/web-core": "14.427.0",
|
|
69
|
+
"@genesislcap/foundation-ai": "14.427.2-alpha-e0ffaad.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.427.2-alpha-e0ffaad.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.427.2-alpha-e0ffaad.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.427.2-alpha-e0ffaad.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.427.2-alpha-e0ffaad.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.427.2-alpha-e0ffaad.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.427.2-alpha-e0ffaad.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.427.2-alpha-e0ffaad.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.427.2-alpha-e0ffaad.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.427.2-alpha-e0ffaad.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.427.2-alpha-e0ffaad.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.427.2-alpha-e0ffaad.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.427.2-alpha-e0ffaad.0",
|
|
82
|
+
"@genesislcap/web-core": "14.427.2-alpha-e0ffaad.0",
|
|
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": "189e38590abb21df6ac6c641d58b758f5eba8eca"
|
|
106
106
|
}
|