@genesislcap/foundation-entity-management 14.412.0 → 14.413.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
|
@@ -3538,6 +3538,27 @@
|
|
|
3538
3538
|
}
|
|
3539
3539
|
]
|
|
3540
3540
|
},
|
|
3541
|
+
{
|
|
3542
|
+
"kind": "javascript-module",
|
|
3543
|
+
"path": "src/routes/config.ts",
|
|
3544
|
+
"declarations": [],
|
|
3545
|
+
"exports": []
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"kind": "javascript-module",
|
|
3549
|
+
"path": "src/routes/index.ts",
|
|
3550
|
+
"declarations": [],
|
|
3551
|
+
"exports": [
|
|
3552
|
+
{
|
|
3553
|
+
"kind": "js",
|
|
3554
|
+
"name": "*",
|
|
3555
|
+
"declaration": {
|
|
3556
|
+
"name": "*",
|
|
3557
|
+
"package": "./config"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
]
|
|
3561
|
+
},
|
|
3541
3562
|
{
|
|
3542
3563
|
"kind": "javascript-module",
|
|
3543
3564
|
"path": "src/layouts/default.ts",
|
|
@@ -3587,27 +3608,6 @@
|
|
|
3587
3608
|
}
|
|
3588
3609
|
]
|
|
3589
3610
|
},
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "javascript-module",
|
|
3592
|
-
"path": "src/routes/config.ts",
|
|
3593
|
-
"declarations": [],
|
|
3594
|
-
"exports": []
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"kind": "javascript-module",
|
|
3598
|
-
"path": "src/routes/index.ts",
|
|
3599
|
-
"declarations": [],
|
|
3600
|
-
"exports": [
|
|
3601
|
-
{
|
|
3602
|
-
"kind": "js",
|
|
3603
|
-
"name": "*",
|
|
3604
|
-
"declaration": {
|
|
3605
|
-
"name": "*",
|
|
3606
|
-
"package": "./config"
|
|
3607
|
-
}
|
|
3608
|
-
}
|
|
3609
|
-
]
|
|
3610
|
-
},
|
|
3611
3611
|
{
|
|
3612
3612
|
"kind": "javascript-module",
|
|
3613
3613
|
"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.413.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.
|
|
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.413.0",
|
|
58
|
+
"@genesislcap/genx": "14.413.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.413.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.413.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.413.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.413.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.413.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.
|
|
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.413.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.413.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.413.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.413.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.413.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.413.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.413.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.413.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.413.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.413.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.413.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.413.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.413.0",
|
|
82
|
+
"@genesislcap/web-core": "14.413.0",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "63a1d5ed29bdffacfde372a0f5a1fca715bfbb51"
|
|
95
95
|
}
|