@genesislcap/foundation-entity-management 14.482.0 → 14.482.1
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 +49 -49
- package/package.json +23 -23
|
@@ -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",
|
|
@@ -3751,55 +3800,6 @@
|
|
|
3751
3800
|
}
|
|
3752
3801
|
]
|
|
3753
3802
|
},
|
|
3754
|
-
{
|
|
3755
|
-
"kind": "javascript-module",
|
|
3756
|
-
"path": "src/layouts/default.ts",
|
|
3757
|
-
"declarations": [
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "variable",
|
|
3760
|
-
"name": "loginLayout",
|
|
3761
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"kind": "variable",
|
|
3765
|
-
"name": "defaultLayout",
|
|
3766
|
-
"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)"
|
|
3767
|
-
}
|
|
3768
|
-
],
|
|
3769
|
-
"exports": [
|
|
3770
|
-
{
|
|
3771
|
-
"kind": "js",
|
|
3772
|
-
"name": "loginLayout",
|
|
3773
|
-
"declaration": {
|
|
3774
|
-
"name": "loginLayout",
|
|
3775
|
-
"module": "src/layouts/default.ts"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "defaultLayout",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "defaultLayout",
|
|
3783
|
-
"module": "src/layouts/default.ts"
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3786
|
-
]
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"kind": "javascript-module",
|
|
3790
|
-
"path": "src/layouts/index.ts",
|
|
3791
|
-
"declarations": [],
|
|
3792
|
-
"exports": [
|
|
3793
|
-
{
|
|
3794
|
-
"kind": "js",
|
|
3795
|
-
"name": "*",
|
|
3796
|
-
"declaration": {
|
|
3797
|
-
"name": "*",
|
|
3798
|
-
"package": "./default"
|
|
3799
|
-
}
|
|
3800
|
-
}
|
|
3801
|
-
]
|
|
3802
|
-
},
|
|
3803
3803
|
{
|
|
3804
3804
|
"kind": "javascript-module",
|
|
3805
3805
|
"path": "src/main/index.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.482.
|
|
4
|
+
"version": "14.482.1",
|
|
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.482.
|
|
58
|
-
"@genesislcap/genx": "14.482.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.482.
|
|
60
|
-
"@genesislcap/ts-builder": "14.482.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.482.
|
|
62
|
-
"@genesislcap/vite-builder": "14.482.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.482.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.482.1",
|
|
58
|
+
"@genesislcap/genx": "14.482.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.482.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.482.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.482.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.482.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.482.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.482.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.482.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.482.
|
|
72
|
-
"@genesislcap/foundation-events": "14.482.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.482.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.482.
|
|
75
|
-
"@genesislcap/foundation-login": "14.482.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.482.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.482.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.482.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.482.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.482.
|
|
81
|
-
"@genesislcap/grid-pro": "14.482.
|
|
82
|
-
"@genesislcap/web-core": "14.482.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.482.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.482.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.482.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.482.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.482.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.482.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.482.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.482.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.482.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.482.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.482.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.482.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.482.1",
|
|
82
|
+
"@genesislcap/web-core": "14.482.1",
|
|
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": "43a902838587d527b6786bbb41a5c3784c638e70"
|
|
106
106
|
}
|