@genesislcap/foundation-entity-management 14.461.0 → 14.461.2-GENC-1346.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 +57 -57
- package/package.json +23 -23
|
@@ -89,6 +89,41 @@
|
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "javascript-module",
|
|
94
|
+
"path": "src/components/components.ts",
|
|
95
|
+
"declarations": [
|
|
96
|
+
{
|
|
97
|
+
"kind": "function",
|
|
98
|
+
"name": "loadRemotes"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"exports": [
|
|
102
|
+
{
|
|
103
|
+
"kind": "js",
|
|
104
|
+
"name": "loadRemotes",
|
|
105
|
+
"declaration": {
|
|
106
|
+
"name": "loadRemotes",
|
|
107
|
+
"module": "src/components/components.ts"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "javascript-module",
|
|
114
|
+
"path": "src/components/index.ts",
|
|
115
|
+
"declarations": [],
|
|
116
|
+
"exports": [
|
|
117
|
+
{
|
|
118
|
+
"kind": "js",
|
|
119
|
+
"name": "*",
|
|
120
|
+
"declaration": {
|
|
121
|
+
"name": "*",
|
|
122
|
+
"package": "./components"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
92
127
|
{
|
|
93
128
|
"kind": "javascript-module",
|
|
94
129
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -2708,27 +2743,41 @@
|
|
|
2708
2743
|
},
|
|
2709
2744
|
{
|
|
2710
2745
|
"kind": "javascript-module",
|
|
2711
|
-
"path": "src/
|
|
2746
|
+
"path": "src/layouts/default.ts",
|
|
2712
2747
|
"declarations": [
|
|
2713
2748
|
{
|
|
2714
|
-
"kind": "
|
|
2715
|
-
"name": "
|
|
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)"
|
|
2716
2757
|
}
|
|
2717
2758
|
],
|
|
2718
2759
|
"exports": [
|
|
2719
2760
|
{
|
|
2720
2761
|
"kind": "js",
|
|
2721
|
-
"name": "
|
|
2762
|
+
"name": "loginLayout",
|
|
2722
2763
|
"declaration": {
|
|
2723
|
-
"name": "
|
|
2724
|
-
"module": "src/
|
|
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"
|
|
2725
2774
|
}
|
|
2726
2775
|
}
|
|
2727
2776
|
]
|
|
2728
2777
|
},
|
|
2729
2778
|
{
|
|
2730
2779
|
"kind": "javascript-module",
|
|
2731
|
-
"path": "src/
|
|
2780
|
+
"path": "src/layouts/index.ts",
|
|
2732
2781
|
"declarations": [],
|
|
2733
2782
|
"exports": [
|
|
2734
2783
|
{
|
|
@@ -2736,7 +2785,7 @@
|
|
|
2736
2785
|
"name": "*",
|
|
2737
2786
|
"declaration": {
|
|
2738
2787
|
"name": "*",
|
|
2739
|
-
"package": "./
|
|
2788
|
+
"package": "./default"
|
|
2740
2789
|
}
|
|
2741
2790
|
}
|
|
2742
2791
|
]
|
|
@@ -3514,55 +3563,6 @@
|
|
|
3514
3563
|
}
|
|
3515
3564
|
]
|
|
3516
3565
|
},
|
|
3517
|
-
{
|
|
3518
|
-
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/layouts/default.ts",
|
|
3520
|
-
"declarations": [
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "variable",
|
|
3523
|
-
"name": "loginLayout",
|
|
3524
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"kind": "variable",
|
|
3528
|
-
"name": "defaultLayout",
|
|
3529
|
-
"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)"
|
|
3530
|
-
}
|
|
3531
|
-
],
|
|
3532
|
-
"exports": [
|
|
3533
|
-
{
|
|
3534
|
-
"kind": "js",
|
|
3535
|
-
"name": "loginLayout",
|
|
3536
|
-
"declaration": {
|
|
3537
|
-
"name": "loginLayout",
|
|
3538
|
-
"module": "src/layouts/default.ts"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "js",
|
|
3543
|
-
"name": "defaultLayout",
|
|
3544
|
-
"declaration": {
|
|
3545
|
-
"name": "defaultLayout",
|
|
3546
|
-
"module": "src/layouts/default.ts"
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
]
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "javascript-module",
|
|
3553
|
-
"path": "src/layouts/index.ts",
|
|
3554
|
-
"declarations": [],
|
|
3555
|
-
"exports": [
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "js",
|
|
3558
|
-
"name": "*",
|
|
3559
|
-
"declaration": {
|
|
3560
|
-
"name": "*",
|
|
3561
|
-
"package": "./default"
|
|
3562
|
-
}
|
|
3563
|
-
}
|
|
3564
|
-
]
|
|
3565
|
-
},
|
|
3566
3566
|
{
|
|
3567
3567
|
"kind": "javascript-module",
|
|
3568
3568
|
"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.461.
|
|
4
|
+
"version": "14.461.2-GENC-1346.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.461.
|
|
58
|
-
"@genesislcap/genx": "14.461.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.461.
|
|
60
|
-
"@genesislcap/ts-builder": "14.461.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.461.
|
|
62
|
-
"@genesislcap/vite-builder": "14.461.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.461.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.461.2-GENC-1346.1",
|
|
58
|
+
"@genesislcap/genx": "14.461.2-GENC-1346.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.461.2-GENC-1346.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.461.2-GENC-1346.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.461.2-GENC-1346.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.461.2-GENC-1346.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.461.2-GENC-1346.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.461.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.461.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.461.
|
|
72
|
-
"@genesislcap/foundation-events": "14.461.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.461.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.461.
|
|
75
|
-
"@genesislcap/foundation-login": "14.461.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.461.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.461.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.461.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.461.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.461.
|
|
81
|
-
"@genesislcap/grid-pro": "14.461.
|
|
82
|
-
"@genesislcap/web-core": "14.461.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.461.2-GENC-1346.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.461.2-GENC-1346.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.461.2-GENC-1346.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.461.2-GENC-1346.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.461.2-GENC-1346.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.461.2-GENC-1346.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.461.2-GENC-1346.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.461.2-GENC-1346.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.461.2-GENC-1346.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.461.2-GENC-1346.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.461.2-GENC-1346.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.461.2-GENC-1346.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.461.2-GENC-1346.1",
|
|
82
|
+
"@genesislcap/web-core": "14.461.2-GENC-1346.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": "0729266a735c8d8d74192119552f0774c6038436"
|
|
106
106
|
}
|