@genesislcap/foundation-entity-management 14.501.0 → 15.0.0-FUI-2571-formatters.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": "
|
|
4
|
+
"version": "15.0.0-FUI-2571-formatters.1",
|
|
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": "
|
|
58
|
-
"@genesislcap/genx": "
|
|
59
|
-
"@genesislcap/rollup-builder": "
|
|
60
|
-
"@genesislcap/ts-builder": "
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "
|
|
62
|
-
"@genesislcap/vite-builder": "
|
|
63
|
-
"@genesislcap/webpack-builder": "
|
|
57
|
+
"@genesislcap/foundation-testing": "15.0.0-FUI-2571-formatters.1",
|
|
58
|
+
"@genesislcap/genx": "15.0.0-FUI-2571-formatters.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "15.0.0-FUI-2571-formatters.1",
|
|
60
|
+
"@genesislcap/ts-builder": "15.0.0-FUI-2571-formatters.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "15.0.0-FUI-2571-formatters.1",
|
|
62
|
+
"@genesislcap/vite-builder": "15.0.0-FUI-2571-formatters.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "15.0.0-FUI-2571-formatters.1"
|
|
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": "
|
|
71
|
-
"@genesislcap/foundation-auth": "
|
|
72
|
-
"@genesislcap/foundation-comms": "
|
|
73
|
-
"@genesislcap/foundation-errors": "
|
|
74
|
-
"@genesislcap/foundation-events": "
|
|
75
|
-
"@genesislcap/foundation-forms": "
|
|
76
|
-
"@genesislcap/foundation-logger": "
|
|
77
|
-
"@genesislcap/foundation-notifications": "
|
|
78
|
-
"@genesislcap/foundation-ui": "
|
|
79
|
-
"@genesislcap/foundation-utils": "
|
|
80
|
-
"@genesislcap/foundation-zero": "
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "
|
|
82
|
-
"@genesislcap/grid-pro": "
|
|
83
|
-
"@genesislcap/web-core": "
|
|
70
|
+
"@genesislcap/foundation-ai": "15.0.0-FUI-2571-formatters.1",
|
|
71
|
+
"@genesislcap/foundation-auth": "15.0.0-FUI-2571-formatters.1",
|
|
72
|
+
"@genesislcap/foundation-comms": "15.0.0-FUI-2571-formatters.1",
|
|
73
|
+
"@genesislcap/foundation-errors": "15.0.0-FUI-2571-formatters.1",
|
|
74
|
+
"@genesislcap/foundation-events": "15.0.0-FUI-2571-formatters.1",
|
|
75
|
+
"@genesislcap/foundation-forms": "15.0.0-FUI-2571-formatters.1",
|
|
76
|
+
"@genesislcap/foundation-logger": "15.0.0-FUI-2571-formatters.1",
|
|
77
|
+
"@genesislcap/foundation-notifications": "15.0.0-FUI-2571-formatters.1",
|
|
78
|
+
"@genesislcap/foundation-ui": "15.0.0-FUI-2571-formatters.1",
|
|
79
|
+
"@genesislcap/foundation-utils": "15.0.0-FUI-2571-formatters.1",
|
|
80
|
+
"@genesislcap/foundation-zero": "15.0.0-FUI-2571-formatters.1",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "15.0.0-FUI-2571-formatters.1",
|
|
82
|
+
"@genesislcap/grid-pro": "15.0.0-FUI-2571-formatters.1",
|
|
83
|
+
"@genesislcap/web-core": "15.0.0-FUI-2571-formatters.1",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"require": "./dist/react.cjs"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "1fb4e0f61551cdc8dae073ce584869216efbfe9d"
|
|
107
107
|
}
|