@genesislcap/foundation-entity-management 14.481.1 → 14.481.2-alpha-829ad82.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 +49 -49
- package/package.json +23 -23
|
@@ -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",
|
|
@@ -3800,6 +3751,55 @@
|
|
|
3800
3751
|
}
|
|
3801
3752
|
]
|
|
3802
3753
|
},
|
|
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.481.
|
|
4
|
+
"version": "14.481.2-alpha-829ad82.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.481.
|
|
58
|
-
"@genesislcap/genx": "14.481.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.481.
|
|
60
|
-
"@genesislcap/ts-builder": "14.481.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.481.
|
|
62
|
-
"@genesislcap/vite-builder": "14.481.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.481.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.481.2-alpha-829ad82.0",
|
|
58
|
+
"@genesislcap/genx": "14.481.2-alpha-829ad82.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.481.2-alpha-829ad82.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.481.2-alpha-829ad82.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.481.2-alpha-829ad82.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.481.2-alpha-829ad82.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.481.2-alpha-829ad82.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.481.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.481.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.481.
|
|
72
|
-
"@genesislcap/foundation-events": "14.481.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.481.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.481.
|
|
75
|
-
"@genesislcap/foundation-login": "14.481.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.481.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.481.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.481.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.481.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.481.
|
|
81
|
-
"@genesislcap/grid-pro": "14.481.
|
|
82
|
-
"@genesislcap/web-core": "14.481.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.481.2-alpha-829ad82.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.481.2-alpha-829ad82.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.481.2-alpha-829ad82.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.481.2-alpha-829ad82.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.481.2-alpha-829ad82.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.481.2-alpha-829ad82.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.481.2-alpha-829ad82.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.481.2-alpha-829ad82.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.481.2-alpha-829ad82.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.481.2-alpha-829ad82.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.481.2-alpha-829ad82.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.481.2-alpha-829ad82.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.481.2-alpha-829ad82.0",
|
|
82
|
+
"@genesislcap/web-core": "14.481.2-alpha-829ad82.0",
|
|
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": "074779b7bd0998af5157821fa5739ecce0ac36a8"
|
|
106
106
|
}
|