@genesislcap/foundation-entity-management 14.458.0 → 14.458.1-GENC-0.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
|
@@ -2741,55 +2741,6 @@
|
|
|
2741
2741
|
}
|
|
2742
2742
|
]
|
|
2743
2743
|
},
|
|
2744
|
-
{
|
|
2745
|
-
"kind": "javascript-module",
|
|
2746
|
-
"path": "src/layouts/default.ts",
|
|
2747
|
-
"declarations": [
|
|
2748
|
-
{
|
|
2749
|
-
"kind": "variable",
|
|
2750
|
-
"name": "loginLayout",
|
|
2751
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"kind": "variable",
|
|
2755
|
-
"name": "defaultLayout",
|
|
2756
|
-
"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)"
|
|
2757
|
-
}
|
|
2758
|
-
],
|
|
2759
|
-
"exports": [
|
|
2760
|
-
{
|
|
2761
|
-
"kind": "js",
|
|
2762
|
-
"name": "loginLayout",
|
|
2763
|
-
"declaration": {
|
|
2764
|
-
"name": "loginLayout",
|
|
2765
|
-
"module": "src/layouts/default.ts"
|
|
2766
|
-
}
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"kind": "js",
|
|
2770
|
-
"name": "defaultLayout",
|
|
2771
|
-
"declaration": {
|
|
2772
|
-
"name": "defaultLayout",
|
|
2773
|
-
"module": "src/layouts/default.ts"
|
|
2774
|
-
}
|
|
2775
|
-
}
|
|
2776
|
-
]
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"kind": "javascript-module",
|
|
2780
|
-
"path": "src/layouts/index.ts",
|
|
2781
|
-
"declarations": [],
|
|
2782
|
-
"exports": [
|
|
2783
|
-
{
|
|
2784
|
-
"kind": "js",
|
|
2785
|
-
"name": "*",
|
|
2786
|
-
"declaration": {
|
|
2787
|
-
"name": "*",
|
|
2788
|
-
"package": "./default"
|
|
2789
|
-
}
|
|
2790
|
-
}
|
|
2791
|
-
]
|
|
2792
|
-
},
|
|
2793
2744
|
{
|
|
2794
2745
|
"kind": "javascript-module",
|
|
2795
2746
|
"path": "src/list/index.ts",
|
|
@@ -3707,6 +3658,55 @@
|
|
|
3707
3658
|
}
|
|
3708
3659
|
]
|
|
3709
3660
|
},
|
|
3661
|
+
{
|
|
3662
|
+
"kind": "javascript-module",
|
|
3663
|
+
"path": "src/layouts/default.ts",
|
|
3664
|
+
"declarations": [
|
|
3665
|
+
{
|
|
3666
|
+
"kind": "variable",
|
|
3667
|
+
"name": "loginLayout",
|
|
3668
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"kind": "variable",
|
|
3672
|
+
"name": "defaultLayout",
|
|
3673
|
+
"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)"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"exports": [
|
|
3677
|
+
{
|
|
3678
|
+
"kind": "js",
|
|
3679
|
+
"name": "loginLayout",
|
|
3680
|
+
"declaration": {
|
|
3681
|
+
"name": "loginLayout",
|
|
3682
|
+
"module": "src/layouts/default.ts"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"kind": "js",
|
|
3687
|
+
"name": "defaultLayout",
|
|
3688
|
+
"declaration": {
|
|
3689
|
+
"name": "defaultLayout",
|
|
3690
|
+
"module": "src/layouts/default.ts"
|
|
3691
|
+
}
|
|
3692
|
+
}
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"kind": "javascript-module",
|
|
3697
|
+
"path": "src/layouts/index.ts",
|
|
3698
|
+
"declarations": [],
|
|
3699
|
+
"exports": [
|
|
3700
|
+
{
|
|
3701
|
+
"kind": "js",
|
|
3702
|
+
"name": "*",
|
|
3703
|
+
"declaration": {
|
|
3704
|
+
"name": "*",
|
|
3705
|
+
"package": "./default"
|
|
3706
|
+
}
|
|
3707
|
+
}
|
|
3708
|
+
]
|
|
3709
|
+
},
|
|
3710
3710
|
{
|
|
3711
3711
|
"kind": "javascript-module",
|
|
3712
3712
|
"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": "14.458.0",
|
|
4
|
+
"version": "14.458.1-GENC-0.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.458.0",
|
|
58
|
-
"@genesislcap/genx": "14.458.0",
|
|
59
|
-
"@genesislcap/rollup-builder": "14.458.0",
|
|
60
|
-
"@genesislcap/ts-builder": "14.458.0",
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.458.0",
|
|
62
|
-
"@genesislcap/vite-builder": "14.458.0",
|
|
63
|
-
"@genesislcap/webpack-builder": "14.458.0"
|
|
57
|
+
"@genesislcap/foundation-testing": "14.458.1-GENC-0.1",
|
|
58
|
+
"@genesislcap/genx": "14.458.1-GENC-0.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.458.1-GENC-0.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.458.1-GENC-0.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.458.1-GENC-0.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.458.1-GENC-0.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.458.1-GENC-0.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.458.0",
|
|
70
|
-
"@genesislcap/foundation-comms": "14.458.0",
|
|
71
|
-
"@genesislcap/foundation-errors": "14.458.0",
|
|
72
|
-
"@genesislcap/foundation-events": "14.458.0",
|
|
73
|
-
"@genesislcap/foundation-forms": "14.458.0",
|
|
74
|
-
"@genesislcap/foundation-logger": "14.458.0",
|
|
75
|
-
"@genesislcap/foundation-login": "14.458.0",
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.458.0",
|
|
77
|
-
"@genesislcap/foundation-ui": "14.458.0",
|
|
78
|
-
"@genesislcap/foundation-utils": "14.458.0",
|
|
79
|
-
"@genesislcap/foundation-zero": "14.458.0",
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.458.0",
|
|
81
|
-
"@genesislcap/grid-pro": "14.458.0",
|
|
82
|
-
"@genesislcap/web-core": "14.458.0",
|
|
69
|
+
"@genesislcap/foundation-ai": "14.458.1-GENC-0.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.458.1-GENC-0.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.458.1-GENC-0.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.458.1-GENC-0.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.458.1-GENC-0.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.458.1-GENC-0.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.458.1-GENC-0.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.458.1-GENC-0.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.458.1-GENC-0.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.458.1-GENC-0.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.458.1-GENC-0.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.458.1-GENC-0.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.458.1-GENC-0.1",
|
|
82
|
+
"@genesislcap/web-core": "14.458.1-GENC-0.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": "4807180a46cbc61edd0c9d000340abbdf90eb47c"
|
|
106
106
|
}
|