@genesislcap/foundation-entity-management 14.375.3-alpha-8c2526e.0 → 14.376.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 +22 -22
|
@@ -3468,27 +3468,6 @@
|
|
|
3468
3468
|
}
|
|
3469
3469
|
]
|
|
3470
3470
|
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "javascript-module",
|
|
3473
|
-
"path": "src/routes/config.ts",
|
|
3474
|
-
"declarations": [],
|
|
3475
|
-
"exports": []
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"kind": "javascript-module",
|
|
3479
|
-
"path": "src/routes/index.ts",
|
|
3480
|
-
"declarations": [],
|
|
3481
|
-
"exports": [
|
|
3482
|
-
{
|
|
3483
|
-
"kind": "js",
|
|
3484
|
-
"name": "*",
|
|
3485
|
-
"declaration": {
|
|
3486
|
-
"name": "*",
|
|
3487
|
-
"package": "./config"
|
|
3488
|
-
}
|
|
3489
|
-
}
|
|
3490
|
-
]
|
|
3491
|
-
},
|
|
3492
3471
|
{
|
|
3493
3472
|
"kind": "javascript-module",
|
|
3494
3473
|
"path": "src/layouts/default.ts",
|
|
@@ -3538,6 +3517,27 @@
|
|
|
3538
3517
|
}
|
|
3539
3518
|
]
|
|
3540
3519
|
},
|
|
3520
|
+
{
|
|
3521
|
+
"kind": "javascript-module",
|
|
3522
|
+
"path": "src/routes/config.ts",
|
|
3523
|
+
"declarations": [],
|
|
3524
|
+
"exports": []
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"kind": "javascript-module",
|
|
3528
|
+
"path": "src/routes/index.ts",
|
|
3529
|
+
"declarations": [],
|
|
3530
|
+
"exports": [
|
|
3531
|
+
{
|
|
3532
|
+
"kind": "js",
|
|
3533
|
+
"name": "*",
|
|
3534
|
+
"declaration": {
|
|
3535
|
+
"name": "*",
|
|
3536
|
+
"package": "./config"
|
|
3537
|
+
}
|
|
3538
|
+
}
|
|
3539
|
+
]
|
|
3540
|
+
},
|
|
3541
3541
|
{
|
|
3542
3542
|
"kind": "javascript-module",
|
|
3543
3543
|
"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.376.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.376.0",
|
|
56
|
+
"@genesislcap/genx": "14.376.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.376.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.376.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.376.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.376.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.376.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@genesislcap/foundation-comms": "14.
|
|
68
|
-
"@genesislcap/foundation-errors": "14.
|
|
69
|
-
"@genesislcap/foundation-events": "14.
|
|
70
|
-
"@genesislcap/foundation-forms": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-login": "14.
|
|
73
|
-
"@genesislcap/foundation-notifications": "14.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.
|
|
77
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
78
|
-
"@genesislcap/grid-pro": "14.
|
|
79
|
-
"@genesislcap/web-core": "14.
|
|
67
|
+
"@genesislcap/foundation-comms": "14.376.0",
|
|
68
|
+
"@genesislcap/foundation-errors": "14.376.0",
|
|
69
|
+
"@genesislcap/foundation-events": "14.376.0",
|
|
70
|
+
"@genesislcap/foundation-forms": "14.376.0",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.376.0",
|
|
72
|
+
"@genesislcap/foundation-login": "14.376.0",
|
|
73
|
+
"@genesislcap/foundation-notifications": "14.376.0",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.376.0",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.376.0",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.376.0",
|
|
77
|
+
"@genesislcap/foundation-zero-grid-pro": "14.376.0",
|
|
78
|
+
"@genesislcap/grid-pro": "14.376.0",
|
|
79
|
+
"@genesislcap/web-core": "14.376.0",
|
|
80
80
|
"change-case": "^4.1.2"
|
|
81
81
|
},
|
|
82
82
|
"repository": {
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "2d5e1603e85aa3e5a40187e9c23469da1a965e4d"
|
|
92
92
|
}
|