@genesislcap/foundation-entity-management 14.429.1 → 14.429.2
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 +84 -84
- 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",
|
|
@@ -2672,41 +2707,6 @@
|
|
|
2672
2707
|
}
|
|
2673
2708
|
]
|
|
2674
2709
|
},
|
|
2675
|
-
{
|
|
2676
|
-
"kind": "javascript-module",
|
|
2677
|
-
"path": "src/components/components.ts",
|
|
2678
|
-
"declarations": [
|
|
2679
|
-
{
|
|
2680
|
-
"kind": "function",
|
|
2681
|
-
"name": "loadRemotes"
|
|
2682
|
-
}
|
|
2683
|
-
],
|
|
2684
|
-
"exports": [
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "js",
|
|
2687
|
-
"name": "loadRemotes",
|
|
2688
|
-
"declaration": {
|
|
2689
|
-
"name": "loadRemotes",
|
|
2690
|
-
"module": "src/components/components.ts"
|
|
2691
|
-
}
|
|
2692
|
-
}
|
|
2693
|
-
]
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"kind": "javascript-module",
|
|
2697
|
-
"path": "src/components/index.ts",
|
|
2698
|
-
"declarations": [],
|
|
2699
|
-
"exports": [
|
|
2700
|
-
{
|
|
2701
|
-
"kind": "js",
|
|
2702
|
-
"name": "*",
|
|
2703
|
-
"declaration": {
|
|
2704
|
-
"name": "*",
|
|
2705
|
-
"package": "./components"
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2708
|
-
]
|
|
2709
|
-
},
|
|
2710
2710
|
{
|
|
2711
2711
|
"kind": "javascript-module",
|
|
2712
2712
|
"path": "src/list/index.ts",
|
|
@@ -3480,6 +3480,55 @@
|
|
|
3480
3480
|
}
|
|
3481
3481
|
]
|
|
3482
3482
|
},
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "javascript-module",
|
|
3485
|
+
"path": "src/layouts/default.ts",
|
|
3486
|
+
"declarations": [
|
|
3487
|
+
{
|
|
3488
|
+
"kind": "variable",
|
|
3489
|
+
"name": "loginLayout",
|
|
3490
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "variable",
|
|
3494
|
+
"name": "defaultLayout",
|
|
3495
|
+
"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)"
|
|
3496
|
+
}
|
|
3497
|
+
],
|
|
3498
|
+
"exports": [
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "js",
|
|
3501
|
+
"name": "loginLayout",
|
|
3502
|
+
"declaration": {
|
|
3503
|
+
"name": "loginLayout",
|
|
3504
|
+
"module": "src/layouts/default.ts"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"kind": "js",
|
|
3509
|
+
"name": "defaultLayout",
|
|
3510
|
+
"declaration": {
|
|
3511
|
+
"name": "defaultLayout",
|
|
3512
|
+
"module": "src/layouts/default.ts"
|
|
3513
|
+
}
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "javascript-module",
|
|
3519
|
+
"path": "src/layouts/index.ts",
|
|
3520
|
+
"declarations": [],
|
|
3521
|
+
"exports": [
|
|
3522
|
+
{
|
|
3523
|
+
"kind": "js",
|
|
3524
|
+
"name": "*",
|
|
3525
|
+
"declaration": {
|
|
3526
|
+
"name": "*",
|
|
3527
|
+
"package": "./default"
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3483
3532
|
{
|
|
3484
3533
|
"kind": "javascript-module",
|
|
3485
3534
|
"path": "src/main/index.ts",
|
|
@@ -3624,55 +3673,6 @@
|
|
|
3624
3673
|
}
|
|
3625
3674
|
]
|
|
3626
3675
|
},
|
|
3627
|
-
{
|
|
3628
|
-
"kind": "javascript-module",
|
|
3629
|
-
"path": "src/layouts/default.ts",
|
|
3630
|
-
"declarations": [
|
|
3631
|
-
{
|
|
3632
|
-
"kind": "variable",
|
|
3633
|
-
"name": "loginLayout",
|
|
3634
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"kind": "variable",
|
|
3638
|
-
"name": "defaultLayout",
|
|
3639
|
-
"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)"
|
|
3640
|
-
}
|
|
3641
|
-
],
|
|
3642
|
-
"exports": [
|
|
3643
|
-
{
|
|
3644
|
-
"kind": "js",
|
|
3645
|
-
"name": "loginLayout",
|
|
3646
|
-
"declaration": {
|
|
3647
|
-
"name": "loginLayout",
|
|
3648
|
-
"module": "src/layouts/default.ts"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"kind": "js",
|
|
3653
|
-
"name": "defaultLayout",
|
|
3654
|
-
"declaration": {
|
|
3655
|
-
"name": "defaultLayout",
|
|
3656
|
-
"module": "src/layouts/default.ts"
|
|
3657
|
-
}
|
|
3658
|
-
}
|
|
3659
|
-
]
|
|
3660
|
-
},
|
|
3661
|
-
{
|
|
3662
|
-
"kind": "javascript-module",
|
|
3663
|
-
"path": "src/layouts/index.ts",
|
|
3664
|
-
"declarations": [],
|
|
3665
|
-
"exports": [
|
|
3666
|
-
{
|
|
3667
|
-
"kind": "js",
|
|
3668
|
-
"name": "*",
|
|
3669
|
-
"declaration": {
|
|
3670
|
-
"name": "*",
|
|
3671
|
-
"package": "./default"
|
|
3672
|
-
}
|
|
3673
|
-
}
|
|
3674
|
-
]
|
|
3675
|
-
},
|
|
3676
3676
|
{
|
|
3677
3677
|
"kind": "javascript-module",
|
|
3678
3678
|
"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.429.
|
|
4
|
+
"version": "14.429.2",
|
|
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.429.
|
|
58
|
-
"@genesislcap/genx": "14.429.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.429.
|
|
60
|
-
"@genesislcap/ts-builder": "14.429.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.429.
|
|
62
|
-
"@genesislcap/vite-builder": "14.429.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.429.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.429.2",
|
|
58
|
+
"@genesislcap/genx": "14.429.2",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.429.2",
|
|
60
|
+
"@genesislcap/ts-builder": "14.429.2",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.429.2",
|
|
62
|
+
"@genesislcap/vite-builder": "14.429.2",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.429.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.429.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.429.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.429.
|
|
72
|
-
"@genesislcap/foundation-events": "14.429.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.429.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.429.
|
|
75
|
-
"@genesislcap/foundation-login": "14.429.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.429.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.429.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.429.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.429.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.429.
|
|
81
|
-
"@genesislcap/grid-pro": "14.429.
|
|
82
|
-
"@genesislcap/web-core": "14.429.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.429.2",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.429.2",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.429.2",
|
|
72
|
+
"@genesislcap/foundation-events": "14.429.2",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.429.2",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.429.2",
|
|
75
|
+
"@genesislcap/foundation-login": "14.429.2",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.429.2",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.429.2",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.429.2",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.429.2",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.429.2",
|
|
81
|
+
"@genesislcap/grid-pro": "14.429.2",
|
|
82
|
+
"@genesislcap/web-core": "14.429.2",
|
|
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": "a795b9d02c1c1c19770200fcc26201e171306306"
|
|
106
106
|
}
|