@genesislcap/foundation-entity-management 15.23.3 → 15.24.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 +54 -54
- package/package.json +22 -22
|
@@ -2978,55 +2978,6 @@
|
|
|
2978
2978
|
}
|
|
2979
2979
|
]
|
|
2980
2980
|
},
|
|
2981
|
-
{
|
|
2982
|
-
"kind": "javascript-module",
|
|
2983
|
-
"path": "src/layouts/default.ts",
|
|
2984
|
-
"declarations": [
|
|
2985
|
-
{
|
|
2986
|
-
"kind": "variable",
|
|
2987
|
-
"name": "loginLayout",
|
|
2988
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"kind": "variable",
|
|
2992
|
-
"name": "defaultLayout",
|
|
2993
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2994
|
-
}
|
|
2995
|
-
],
|
|
2996
|
-
"exports": [
|
|
2997
|
-
{
|
|
2998
|
-
"kind": "js",
|
|
2999
|
-
"name": "loginLayout",
|
|
3000
|
-
"declaration": {
|
|
3001
|
-
"name": "loginLayout",
|
|
3002
|
-
"module": "src/layouts/default.ts"
|
|
3003
|
-
}
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"kind": "js",
|
|
3007
|
-
"name": "defaultLayout",
|
|
3008
|
-
"declaration": {
|
|
3009
|
-
"name": "defaultLayout",
|
|
3010
|
-
"module": "src/layouts/default.ts"
|
|
3011
|
-
}
|
|
3012
|
-
}
|
|
3013
|
-
]
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"kind": "javascript-module",
|
|
3017
|
-
"path": "src/layouts/index.ts",
|
|
3018
|
-
"declarations": [],
|
|
3019
|
-
"exports": [
|
|
3020
|
-
{
|
|
3021
|
-
"kind": "js",
|
|
3022
|
-
"name": "*",
|
|
3023
|
-
"declaration": {
|
|
3024
|
-
"name": "*",
|
|
3025
|
-
"package": "./default"
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
]
|
|
3029
|
-
},
|
|
3030
2981
|
{
|
|
3031
2982
|
"kind": "javascript-module",
|
|
3032
2983
|
"path": "src/list/index.ts",
|
|
@@ -3810,13 +3761,41 @@
|
|
|
3810
3761
|
},
|
|
3811
3762
|
{
|
|
3812
3763
|
"kind": "javascript-module",
|
|
3813
|
-
"path": "src/
|
|
3814
|
-
"declarations": [
|
|
3815
|
-
|
|
3764
|
+
"path": "src/layouts/default.ts",
|
|
3765
|
+
"declarations": [
|
|
3766
|
+
{
|
|
3767
|
+
"kind": "variable",
|
|
3768
|
+
"name": "loginLayout",
|
|
3769
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "variable",
|
|
3773
|
+
"name": "defaultLayout",
|
|
3774
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3775
|
+
}
|
|
3776
|
+
],
|
|
3777
|
+
"exports": [
|
|
3778
|
+
{
|
|
3779
|
+
"kind": "js",
|
|
3780
|
+
"name": "loginLayout",
|
|
3781
|
+
"declaration": {
|
|
3782
|
+
"name": "loginLayout",
|
|
3783
|
+
"module": "src/layouts/default.ts"
|
|
3784
|
+
}
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"kind": "js",
|
|
3788
|
+
"name": "defaultLayout",
|
|
3789
|
+
"declaration": {
|
|
3790
|
+
"name": "defaultLayout",
|
|
3791
|
+
"module": "src/layouts/default.ts"
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
]
|
|
3816
3795
|
},
|
|
3817
3796
|
{
|
|
3818
3797
|
"kind": "javascript-module",
|
|
3819
|
-
"path": "src/
|
|
3798
|
+
"path": "src/layouts/index.ts",
|
|
3820
3799
|
"declarations": [],
|
|
3821
3800
|
"exports": [
|
|
3822
3801
|
{
|
|
@@ -3824,7 +3803,7 @@
|
|
|
3824
3803
|
"name": "*",
|
|
3825
3804
|
"declaration": {
|
|
3826
3805
|
"name": "*",
|
|
3827
|
-
"package": "./
|
|
3806
|
+
"package": "./default"
|
|
3828
3807
|
}
|
|
3829
3808
|
}
|
|
3830
3809
|
]
|
|
@@ -3973,6 +3952,27 @@
|
|
|
3973
3952
|
}
|
|
3974
3953
|
]
|
|
3975
3954
|
},
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "javascript-module",
|
|
3957
|
+
"path": "src/routes/config.ts",
|
|
3958
|
+
"declarations": [],
|
|
3959
|
+
"exports": []
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "javascript-module",
|
|
3963
|
+
"path": "src/routes/index.ts",
|
|
3964
|
+
"declarations": [],
|
|
3965
|
+
"exports": [
|
|
3966
|
+
{
|
|
3967
|
+
"kind": "js",
|
|
3968
|
+
"name": "*",
|
|
3969
|
+
"declaration": {
|
|
3970
|
+
"name": "*",
|
|
3971
|
+
"package": "./config"
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3974
|
+
]
|
|
3975
|
+
},
|
|
3976
3976
|
{
|
|
3977
3977
|
"kind": "javascript-module",
|
|
3978
3978
|
"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": "15.
|
|
4
|
+
"version": "15.24.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": "15.
|
|
58
|
-
"@genesislcap/genx": "15.
|
|
59
|
-
"@genesislcap/rollup-builder": "15.
|
|
60
|
-
"@genesislcap/ts-builder": "15.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
62
|
-
"@genesislcap/vite-builder": "15.
|
|
63
|
-
"@genesislcap/webpack-builder": "15.
|
|
57
|
+
"@genesislcap/foundation-testing": "15.24.0",
|
|
58
|
+
"@genesislcap/genx": "15.24.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "15.24.0",
|
|
60
|
+
"@genesislcap/ts-builder": "15.24.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "15.24.0",
|
|
62
|
+
"@genesislcap/vite-builder": "15.24.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "15.24.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"ag-grid-community": "36.0.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "15.
|
|
71
|
-
"@genesislcap/foundation-auth": "15.
|
|
72
|
-
"@genesislcap/foundation-comms": "15.
|
|
73
|
-
"@genesislcap/foundation-errors": "15.
|
|
74
|
-
"@genesislcap/foundation-events": "15.
|
|
75
|
-
"@genesislcap/foundation-forms": "15.
|
|
76
|
-
"@genesislcap/foundation-logger": "15.
|
|
77
|
-
"@genesislcap/foundation-notifications": "15.
|
|
78
|
-
"@genesislcap/foundation-ui": "15.
|
|
79
|
-
"@genesislcap/foundation-utils": "15.
|
|
80
|
-
"@genesislcap/foundation-zero": "15.
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "15.
|
|
82
|
-
"@genesislcap/grid-pro": "15.
|
|
83
|
-
"@genesislcap/web-core": "15.
|
|
70
|
+
"@genesislcap/foundation-ai": "15.24.0",
|
|
71
|
+
"@genesislcap/foundation-auth": "15.24.0",
|
|
72
|
+
"@genesislcap/foundation-comms": "15.24.0",
|
|
73
|
+
"@genesislcap/foundation-errors": "15.24.0",
|
|
74
|
+
"@genesislcap/foundation-events": "15.24.0",
|
|
75
|
+
"@genesislcap/foundation-forms": "15.24.0",
|
|
76
|
+
"@genesislcap/foundation-logger": "15.24.0",
|
|
77
|
+
"@genesislcap/foundation-notifications": "15.24.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "15.24.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "15.24.0",
|
|
80
|
+
"@genesislcap/foundation-zero": "15.24.0",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "15.24.0",
|
|
82
|
+
"@genesislcap/grid-pro": "15.24.0",
|
|
83
|
+
"@genesislcap/web-core": "15.24.0",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|