@genesislcap/foundation-entity-management 14.401.4 → 14.402.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 +84 -84
- package/package.json +23 -23
|
@@ -89,41 +89,6 @@
|
|
|
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
|
-
},
|
|
127
92
|
{
|
|
128
93
|
"kind": "javascript-module",
|
|
129
94
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -2671,6 +2636,41 @@
|
|
|
2671
2636
|
}
|
|
2672
2637
|
]
|
|
2673
2638
|
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "javascript-module",
|
|
2641
|
+
"path": "src/components/components.ts",
|
|
2642
|
+
"declarations": [
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "function",
|
|
2645
|
+
"name": "loadRemotes"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"exports": [
|
|
2649
|
+
{
|
|
2650
|
+
"kind": "js",
|
|
2651
|
+
"name": "loadRemotes",
|
|
2652
|
+
"declaration": {
|
|
2653
|
+
"name": "loadRemotes",
|
|
2654
|
+
"module": "src/components/components.ts"
|
|
2655
|
+
}
|
|
2656
|
+
}
|
|
2657
|
+
]
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "javascript-module",
|
|
2661
|
+
"path": "src/components/index.ts",
|
|
2662
|
+
"declarations": [],
|
|
2663
|
+
"exports": [
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "js",
|
|
2666
|
+
"name": "*",
|
|
2667
|
+
"declaration": {
|
|
2668
|
+
"name": "*",
|
|
2669
|
+
"package": "./components"
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2673
|
+
},
|
|
2674
2674
|
{
|
|
2675
2675
|
"kind": "javascript-module",
|
|
2676
2676
|
"path": "src/list/index.ts",
|
|
@@ -3370,6 +3370,55 @@
|
|
|
3370
3370
|
}
|
|
3371
3371
|
]
|
|
3372
3372
|
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "javascript-module",
|
|
3375
|
+
"path": "src/layouts/default.ts",
|
|
3376
|
+
"declarations": [
|
|
3377
|
+
{
|
|
3378
|
+
"kind": "variable",
|
|
3379
|
+
"name": "loginLayout",
|
|
3380
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"kind": "variable",
|
|
3384
|
+
"name": "defaultLayout",
|
|
3385
|
+
"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)"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"exports": [
|
|
3389
|
+
{
|
|
3390
|
+
"kind": "js",
|
|
3391
|
+
"name": "loginLayout",
|
|
3392
|
+
"declaration": {
|
|
3393
|
+
"name": "loginLayout",
|
|
3394
|
+
"module": "src/layouts/default.ts"
|
|
3395
|
+
}
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"kind": "js",
|
|
3399
|
+
"name": "defaultLayout",
|
|
3400
|
+
"declaration": {
|
|
3401
|
+
"name": "defaultLayout",
|
|
3402
|
+
"module": "src/layouts/default.ts"
|
|
3403
|
+
}
|
|
3404
|
+
}
|
|
3405
|
+
]
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"kind": "javascript-module",
|
|
3409
|
+
"path": "src/layouts/index.ts",
|
|
3410
|
+
"declarations": [],
|
|
3411
|
+
"exports": [
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "js",
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"declaration": {
|
|
3416
|
+
"name": "*",
|
|
3417
|
+
"package": "./default"
|
|
3418
|
+
}
|
|
3419
|
+
}
|
|
3420
|
+
]
|
|
3421
|
+
},
|
|
3373
3422
|
{
|
|
3374
3423
|
"kind": "javascript-module",
|
|
3375
3424
|
"path": "src/main/index.ts",
|
|
@@ -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/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.
|
|
4
|
+
"version": "14.402.0",
|
|
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.
|
|
58
|
-
"@genesislcap/genx": "14.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.
|
|
60
|
-
"@genesislcap/ts-builder": "14.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
62
|
-
"@genesislcap/vite-builder": "14.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.402.0",
|
|
58
|
+
"@genesislcap/genx": "14.402.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.402.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.402.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.402.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.402.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.402.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.
|
|
72
|
-
"@genesislcap/foundation-events": "14.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-login": "14.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
81
|
-
"@genesislcap/grid-pro": "14.
|
|
82
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.402.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.402.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.402.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.402.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.402.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.402.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.402.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.402.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.402.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.402.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.402.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.402.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.402.0",
|
|
82
|
+
"@genesislcap/web-core": "14.402.0",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "7ffded0edb096db3e60298c0d0a216071aa1d970"
|
|
95
95
|
}
|