@genesislcap/foundation-entity-management 14.402.0 → 14.402.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 +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",
|
|
@@ -2636,41 +2671,6 @@
|
|
|
2636
2671
|
}
|
|
2637
2672
|
]
|
|
2638
2673
|
},
|
|
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,55 +3370,6 @@
|
|
|
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
|
-
},
|
|
3422
3373
|
{
|
|
3423
3374
|
"kind": "javascript-module",
|
|
3424
3375
|
"path": "src/main/index.ts",
|
|
@@ -3584,6 +3535,55 @@
|
|
|
3584
3535
|
}
|
|
3585
3536
|
]
|
|
3586
3537
|
},
|
|
3538
|
+
{
|
|
3539
|
+
"kind": "javascript-module",
|
|
3540
|
+
"path": "src/layouts/default.ts",
|
|
3541
|
+
"declarations": [
|
|
3542
|
+
{
|
|
3543
|
+
"kind": "variable",
|
|
3544
|
+
"name": "loginLayout",
|
|
3545
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"kind": "variable",
|
|
3549
|
+
"name": "defaultLayout",
|
|
3550
|
+
"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)"
|
|
3551
|
+
}
|
|
3552
|
+
],
|
|
3553
|
+
"exports": [
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "js",
|
|
3556
|
+
"name": "loginLayout",
|
|
3557
|
+
"declaration": {
|
|
3558
|
+
"name": "loginLayout",
|
|
3559
|
+
"module": "src/layouts/default.ts"
|
|
3560
|
+
}
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"kind": "js",
|
|
3564
|
+
"name": "defaultLayout",
|
|
3565
|
+
"declaration": {
|
|
3566
|
+
"name": "defaultLayout",
|
|
3567
|
+
"module": "src/layouts/default.ts"
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
]
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "javascript-module",
|
|
3574
|
+
"path": "src/layouts/index.ts",
|
|
3575
|
+
"declarations": [],
|
|
3576
|
+
"exports": [
|
|
3577
|
+
{
|
|
3578
|
+
"kind": "js",
|
|
3579
|
+
"name": "*",
|
|
3580
|
+
"declaration": {
|
|
3581
|
+
"name": "*",
|
|
3582
|
+
"package": "./default"
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
]
|
|
3586
|
+
},
|
|
3587
3587
|
{
|
|
3588
3588
|
"kind": "javascript-module",
|
|
3589
3589
|
"path": "src/utils/custom-actions-utils.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.402.
|
|
4
|
+
"version": "14.402.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.402.
|
|
58
|
-
"@genesislcap/genx": "14.402.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.402.
|
|
60
|
-
"@genesislcap/ts-builder": "14.402.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.402.
|
|
62
|
-
"@genesislcap/vite-builder": "14.402.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.402.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.402.1",
|
|
58
|
+
"@genesislcap/genx": "14.402.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.402.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.402.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.402.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.402.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.402.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.402.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.402.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.402.
|
|
72
|
-
"@genesislcap/foundation-events": "14.402.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.402.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.402.
|
|
75
|
-
"@genesislcap/foundation-login": "14.402.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.402.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.402.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.402.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.402.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.402.
|
|
81
|
-
"@genesislcap/grid-pro": "14.402.
|
|
82
|
-
"@genesislcap/web-core": "14.402.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.402.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.402.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.402.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.402.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.402.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.402.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.402.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.402.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.402.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.402.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.402.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.402.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.402.1",
|
|
82
|
+
"@genesislcap/web-core": "14.402.1",
|
|
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": "df2e4f19d7f2b0fa4836d3b01cc771d2a08c3b4b"
|
|
95
95
|
}
|