@genesislcap/foundation-entity-management 15.0.0-FUI-2567.2 → 15.0.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
|
@@ -3751,6 +3751,55 @@
|
|
|
3751
3751
|
}
|
|
3752
3752
|
]
|
|
3753
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
|
+
},
|
|
3754
3803
|
{
|
|
3755
3804
|
"kind": "javascript-module",
|
|
3756
3805
|
"path": "src/main/index.ts",
|
|
@@ -3895,55 +3944,6 @@
|
|
|
3895
3944
|
}
|
|
3896
3945
|
]
|
|
3897
3946
|
},
|
|
3898
|
-
{
|
|
3899
|
-
"kind": "javascript-module",
|
|
3900
|
-
"path": "src/layouts/default.ts",
|
|
3901
|
-
"declarations": [
|
|
3902
|
-
{
|
|
3903
|
-
"kind": "variable",
|
|
3904
|
-
"name": "loginLayout",
|
|
3905
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"kind": "variable",
|
|
3909
|
-
"name": "defaultLayout",
|
|
3910
|
-
"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)"
|
|
3911
|
-
}
|
|
3912
|
-
],
|
|
3913
|
-
"exports": [
|
|
3914
|
-
{
|
|
3915
|
-
"kind": "js",
|
|
3916
|
-
"name": "loginLayout",
|
|
3917
|
-
"declaration": {
|
|
3918
|
-
"name": "loginLayout",
|
|
3919
|
-
"module": "src/layouts/default.ts"
|
|
3920
|
-
}
|
|
3921
|
-
},
|
|
3922
|
-
{
|
|
3923
|
-
"kind": "js",
|
|
3924
|
-
"name": "defaultLayout",
|
|
3925
|
-
"declaration": {
|
|
3926
|
-
"name": "defaultLayout",
|
|
3927
|
-
"module": "src/layouts/default.ts"
|
|
3928
|
-
}
|
|
3929
|
-
}
|
|
3930
|
-
]
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "javascript-module",
|
|
3934
|
-
"path": "src/layouts/index.ts",
|
|
3935
|
-
"declarations": [],
|
|
3936
|
-
"exports": [
|
|
3937
|
-
{
|
|
3938
|
-
"kind": "js",
|
|
3939
|
-
"name": "*",
|
|
3940
|
-
"declaration": {
|
|
3941
|
-
"name": "*",
|
|
3942
|
-
"package": "./default"
|
|
3943
|
-
}
|
|
3944
|
-
}
|
|
3945
|
-
]
|
|
3946
|
-
},
|
|
3947
3947
|
{
|
|
3948
3948
|
"kind": "javascript-module",
|
|
3949
3949
|
"path": "src/routes/config.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.0.0
|
|
4
|
+
"version": "15.0.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.0.0
|
|
58
|
-
"@genesislcap/genx": "15.0.0
|
|
59
|
-
"@genesislcap/rollup-builder": "15.0.0
|
|
60
|
-
"@genesislcap/ts-builder": "15.0.0
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "15.0.0
|
|
62
|
-
"@genesislcap/vite-builder": "15.0.0
|
|
63
|
-
"@genesislcap/webpack-builder": "15.0.0
|
|
57
|
+
"@genesislcap/foundation-testing": "15.0.0",
|
|
58
|
+
"@genesislcap/genx": "15.0.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "15.0.0",
|
|
60
|
+
"@genesislcap/ts-builder": "15.0.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "15.0.0",
|
|
62
|
+
"@genesislcap/vite-builder": "15.0.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "15.0.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.0.0
|
|
71
|
-
"@genesislcap/foundation-auth": "15.0.0
|
|
72
|
-
"@genesislcap/foundation-comms": "15.0.0
|
|
73
|
-
"@genesislcap/foundation-errors": "15.0.0
|
|
74
|
-
"@genesislcap/foundation-events": "15.0.0
|
|
75
|
-
"@genesislcap/foundation-forms": "15.0.0
|
|
76
|
-
"@genesislcap/foundation-logger": "15.0.0
|
|
77
|
-
"@genesislcap/foundation-notifications": "15.0.0
|
|
78
|
-
"@genesislcap/foundation-ui": "15.0.0
|
|
79
|
-
"@genesislcap/foundation-utils": "15.0.0
|
|
80
|
-
"@genesislcap/foundation-zero": "15.0.0
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "15.0.0
|
|
82
|
-
"@genesislcap/grid-pro": "15.0.0
|
|
83
|
-
"@genesislcap/web-core": "15.0.0
|
|
70
|
+
"@genesislcap/foundation-ai": "15.0.0",
|
|
71
|
+
"@genesislcap/foundation-auth": "15.0.0",
|
|
72
|
+
"@genesislcap/foundation-comms": "15.0.0",
|
|
73
|
+
"@genesislcap/foundation-errors": "15.0.0",
|
|
74
|
+
"@genesislcap/foundation-events": "15.0.0",
|
|
75
|
+
"@genesislcap/foundation-forms": "15.0.0",
|
|
76
|
+
"@genesislcap/foundation-logger": "15.0.0",
|
|
77
|
+
"@genesislcap/foundation-notifications": "15.0.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "15.0.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "15.0.0",
|
|
80
|
+
"@genesislcap/foundation-zero": "15.0.0",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "15.0.0",
|
|
82
|
+
"@genesislcap/grid-pro": "15.0.0",
|
|
83
|
+
"@genesislcap/web-core": "15.0.0",
|
|
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": "035852ede9f26ea4434f1b3dfaff98db41490246"
|
|
107
107
|
}
|