@genesislcap/foundation-entity-management 15.23.2 → 15.23.3
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,6 +2978,55 @@
|
|
|
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
|
+
},
|
|
2981
3030
|
{
|
|
2982
3031
|
"kind": "javascript-module",
|
|
2983
3032
|
"path": "src/list/index.ts",
|
|
@@ -3761,41 +3810,13 @@
|
|
|
3761
3810
|
},
|
|
3762
3811
|
{
|
|
3763
3812
|
"kind": "javascript-module",
|
|
3764
|
-
"path": "src/
|
|
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
|
-
]
|
|
3813
|
+
"path": "src/routes/config.ts",
|
|
3814
|
+
"declarations": [],
|
|
3815
|
+
"exports": []
|
|
3795
3816
|
},
|
|
3796
3817
|
{
|
|
3797
3818
|
"kind": "javascript-module",
|
|
3798
|
-
"path": "src/
|
|
3819
|
+
"path": "src/routes/index.ts",
|
|
3799
3820
|
"declarations": [],
|
|
3800
3821
|
"exports": [
|
|
3801
3822
|
{
|
|
@@ -3803,7 +3824,7 @@
|
|
|
3803
3824
|
"name": "*",
|
|
3804
3825
|
"declaration": {
|
|
3805
3826
|
"name": "*",
|
|
3806
|
-
"package": "./
|
|
3827
|
+
"package": "./config"
|
|
3807
3828
|
}
|
|
3808
3829
|
}
|
|
3809
3830
|
]
|
|
@@ -3952,27 +3973,6 @@
|
|
|
3952
3973
|
}
|
|
3953
3974
|
]
|
|
3954
3975
|
},
|
|
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.23.
|
|
4
|
+
"version": "15.23.3",
|
|
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.23.
|
|
58
|
-
"@genesislcap/genx": "15.23.
|
|
59
|
-
"@genesislcap/rollup-builder": "15.23.
|
|
60
|
-
"@genesislcap/ts-builder": "15.23.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "15.23.
|
|
62
|
-
"@genesislcap/vite-builder": "15.23.
|
|
63
|
-
"@genesislcap/webpack-builder": "15.23.
|
|
57
|
+
"@genesislcap/foundation-testing": "15.23.3",
|
|
58
|
+
"@genesislcap/genx": "15.23.3",
|
|
59
|
+
"@genesislcap/rollup-builder": "15.23.3",
|
|
60
|
+
"@genesislcap/ts-builder": "15.23.3",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "15.23.3",
|
|
62
|
+
"@genesislcap/vite-builder": "15.23.3",
|
|
63
|
+
"@genesislcap/webpack-builder": "15.23.3"
|
|
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.23.
|
|
71
|
-
"@genesislcap/foundation-auth": "15.23.
|
|
72
|
-
"@genesislcap/foundation-comms": "15.23.
|
|
73
|
-
"@genesislcap/foundation-errors": "15.23.
|
|
74
|
-
"@genesislcap/foundation-events": "15.23.
|
|
75
|
-
"@genesislcap/foundation-forms": "15.23.
|
|
76
|
-
"@genesislcap/foundation-logger": "15.23.
|
|
77
|
-
"@genesislcap/foundation-notifications": "15.23.
|
|
78
|
-
"@genesislcap/foundation-ui": "15.23.
|
|
79
|
-
"@genesislcap/foundation-utils": "15.23.
|
|
80
|
-
"@genesislcap/foundation-zero": "15.23.
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "15.23.
|
|
82
|
-
"@genesislcap/grid-pro": "15.23.
|
|
83
|
-
"@genesislcap/web-core": "15.23.
|
|
70
|
+
"@genesislcap/foundation-ai": "15.23.3",
|
|
71
|
+
"@genesislcap/foundation-auth": "15.23.3",
|
|
72
|
+
"@genesislcap/foundation-comms": "15.23.3",
|
|
73
|
+
"@genesislcap/foundation-errors": "15.23.3",
|
|
74
|
+
"@genesislcap/foundation-events": "15.23.3",
|
|
75
|
+
"@genesislcap/foundation-forms": "15.23.3",
|
|
76
|
+
"@genesislcap/foundation-logger": "15.23.3",
|
|
77
|
+
"@genesislcap/foundation-notifications": "15.23.3",
|
|
78
|
+
"@genesislcap/foundation-ui": "15.23.3",
|
|
79
|
+
"@genesislcap/foundation-utils": "15.23.3",
|
|
80
|
+
"@genesislcap/foundation-zero": "15.23.3",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "15.23.3",
|
|
82
|
+
"@genesislcap/grid-pro": "15.23.3",
|
|
83
|
+
"@genesislcap/web-core": "15.23.3",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|