@genesislcap/foundation-entity-management 14.432.0 → 14.432.1-FUI-2489.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.
|
@@ -2707,6 +2707,55 @@
|
|
|
2707
2707
|
}
|
|
2708
2708
|
]
|
|
2709
2709
|
},
|
|
2710
|
+
{
|
|
2711
|
+
"kind": "javascript-module",
|
|
2712
|
+
"path": "src/layouts/default.ts",
|
|
2713
|
+
"declarations": [
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "variable",
|
|
2716
|
+
"name": "loginLayout",
|
|
2717
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"kind": "variable",
|
|
2721
|
+
"name": "defaultLayout",
|
|
2722
|
+
"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)"
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"exports": [
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "js",
|
|
2728
|
+
"name": "loginLayout",
|
|
2729
|
+
"declaration": {
|
|
2730
|
+
"name": "loginLayout",
|
|
2731
|
+
"module": "src/layouts/default.ts"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "js",
|
|
2736
|
+
"name": "defaultLayout",
|
|
2737
|
+
"declaration": {
|
|
2738
|
+
"name": "defaultLayout",
|
|
2739
|
+
"module": "src/layouts/default.ts"
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
]
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "javascript-module",
|
|
2746
|
+
"path": "src/layouts/index.ts",
|
|
2747
|
+
"declarations": [],
|
|
2748
|
+
"exports": [
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "js",
|
|
2751
|
+
"name": "*",
|
|
2752
|
+
"declaration": {
|
|
2753
|
+
"name": "*",
|
|
2754
|
+
"package": "./default"
|
|
2755
|
+
}
|
|
2756
|
+
}
|
|
2757
|
+
]
|
|
2758
|
+
},
|
|
2710
2759
|
{
|
|
2711
2760
|
"kind": "javascript-module",
|
|
2712
2761
|
"path": "src/list/index.ts",
|
|
@@ -3480,6 +3529,27 @@
|
|
|
3480
3529
|
}
|
|
3481
3530
|
]
|
|
3482
3531
|
},
|
|
3532
|
+
{
|
|
3533
|
+
"kind": "javascript-module",
|
|
3534
|
+
"path": "src/routes/config.ts",
|
|
3535
|
+
"declarations": [],
|
|
3536
|
+
"exports": []
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"kind": "javascript-module",
|
|
3540
|
+
"path": "src/routes/index.ts",
|
|
3541
|
+
"declarations": [],
|
|
3542
|
+
"exports": [
|
|
3543
|
+
{
|
|
3544
|
+
"kind": "js",
|
|
3545
|
+
"name": "*",
|
|
3546
|
+
"declaration": {
|
|
3547
|
+
"name": "*",
|
|
3548
|
+
"package": "./config"
|
|
3549
|
+
}
|
|
3550
|
+
}
|
|
3551
|
+
]
|
|
3552
|
+
},
|
|
3483
3553
|
{
|
|
3484
3554
|
"kind": "javascript-module",
|
|
3485
3555
|
"path": "src/main/index.ts",
|
|
@@ -3624,76 +3694,6 @@
|
|
|
3624
3694
|
}
|
|
3625
3695
|
]
|
|
3626
3696
|
},
|
|
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
|
-
{
|
|
3677
|
-
"kind": "javascript-module",
|
|
3678
|
-
"path": "src/routes/config.ts",
|
|
3679
|
-
"declarations": [],
|
|
3680
|
-
"exports": []
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"kind": "javascript-module",
|
|
3684
|
-
"path": "src/routes/index.ts",
|
|
3685
|
-
"declarations": [],
|
|
3686
|
-
"exports": [
|
|
3687
|
-
{
|
|
3688
|
-
"kind": "js",
|
|
3689
|
-
"name": "*",
|
|
3690
|
-
"declaration": {
|
|
3691
|
-
"name": "*",
|
|
3692
|
-
"package": "./config"
|
|
3693
|
-
}
|
|
3694
|
-
}
|
|
3695
|
-
]
|
|
3696
|
-
},
|
|
3697
3697
|
{
|
|
3698
3698
|
"kind": "javascript-module",
|
|
3699
3699
|
"path": "src/utils/custom-actions-utils.ts",
|
|
@@ -1135,7 +1135,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(GenesisElem
|
|
|
1135
1135
|
downloadCsvData() {
|
|
1136
1136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1137
1137
|
var _a, _b, _c, _d;
|
|
1138
|
-
if (!
|
|
1138
|
+
if (!this.enableCsvExport) {
|
|
1139
1139
|
logger.warn('Unable to download csv data when property is not set');
|
|
1140
1140
|
return;
|
|
1141
1141
|
}
|
|
@@ -111,7 +111,7 @@ export const headerCrudAreaTemplate = (prefix) => html `
|
|
|
111
111
|
export const exportHeader = (prefix) => html `
|
|
112
112
|
${(ctx) => {
|
|
113
113
|
var _a, _b;
|
|
114
|
-
if (!
|
|
114
|
+
if (!ctx.enableCsvExport)
|
|
115
115
|
return null;
|
|
116
116
|
const buttonName = (_b = (_a = ctx.enableCsvExport) === null || _a === void 0 ? void 0 : _a.buttonName) !== null && _b !== void 0 ? _b : 'Export';
|
|
117
117
|
return html `<${prefix}-button
|
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.432.
|
|
4
|
+
"version": "14.432.1-FUI-2489.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.432.
|
|
58
|
-
"@genesislcap/genx": "14.432.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.432.
|
|
60
|
-
"@genesislcap/ts-builder": "14.432.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.432.
|
|
62
|
-
"@genesislcap/vite-builder": "14.432.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.432.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.432.1-FUI-2489.1",
|
|
58
|
+
"@genesislcap/genx": "14.432.1-FUI-2489.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.432.1-FUI-2489.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.432.1-FUI-2489.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.432.1-FUI-2489.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.432.1-FUI-2489.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.432.1-FUI-2489.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.432.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.432.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.432.
|
|
72
|
-
"@genesislcap/foundation-events": "14.432.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.432.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.432.
|
|
75
|
-
"@genesislcap/foundation-login": "14.432.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.432.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.432.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.432.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.432.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.432.
|
|
81
|
-
"@genesislcap/grid-pro": "14.432.
|
|
82
|
-
"@genesislcap/web-core": "14.432.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.432.1-FUI-2489.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.432.1-FUI-2489.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.432.1-FUI-2489.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.432.1-FUI-2489.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.432.1-FUI-2489.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.432.1-FUI-2489.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.432.1-FUI-2489.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.432.1-FUI-2489.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.432.1-FUI-2489.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.432.1-FUI-2489.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.432.1-FUI-2489.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.432.1-FUI-2489.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.432.1-FUI-2489.1",
|
|
82
|
+
"@genesislcap/web-core": "14.432.1-FUI-2489.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": "9bae1c5f931d4787041aae3536be9493c11e6312"
|
|
106
106
|
}
|