@genesislcap/foundation-entity-management 14.436.0-FUI-2489.2 → 14.437.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.
|
@@ -2587,6 +2587,55 @@
|
|
|
2587
2587
|
}
|
|
2588
2588
|
]
|
|
2589
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/layouts/default.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "variable",
|
|
2596
|
+
"name": "loginLayout",
|
|
2597
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "variable",
|
|
2601
|
+
"name": "defaultLayout",
|
|
2602
|
+
"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)"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"exports": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "js",
|
|
2608
|
+
"name": "loginLayout",
|
|
2609
|
+
"declaration": {
|
|
2610
|
+
"name": "loginLayout",
|
|
2611
|
+
"module": "src/layouts/default.ts"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "js",
|
|
2616
|
+
"name": "defaultLayout",
|
|
2617
|
+
"declaration": {
|
|
2618
|
+
"name": "defaultLayout",
|
|
2619
|
+
"module": "src/layouts/default.ts"
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "javascript-module",
|
|
2626
|
+
"path": "src/layouts/index.ts",
|
|
2627
|
+
"declarations": [],
|
|
2628
|
+
"exports": [
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "js",
|
|
2631
|
+
"name": "*",
|
|
2632
|
+
"declaration": {
|
|
2633
|
+
"name": "*",
|
|
2634
|
+
"package": "./default"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2590
2639
|
{
|
|
2591
2640
|
"kind": "javascript-module",
|
|
2592
2641
|
"path": "src/list/index.ts",
|
|
@@ -3504,55 +3553,6 @@
|
|
|
3504
3553
|
}
|
|
3505
3554
|
]
|
|
3506
3555
|
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "javascript-module",
|
|
3509
|
-
"path": "src/layouts/default.ts",
|
|
3510
|
-
"declarations": [
|
|
3511
|
-
{
|
|
3512
|
-
"kind": "variable",
|
|
3513
|
-
"name": "loginLayout",
|
|
3514
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"kind": "variable",
|
|
3518
|
-
"name": "defaultLayout",
|
|
3519
|
-
"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)"
|
|
3520
|
-
}
|
|
3521
|
-
],
|
|
3522
|
-
"exports": [
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "js",
|
|
3525
|
-
"name": "loginLayout",
|
|
3526
|
-
"declaration": {
|
|
3527
|
-
"name": "loginLayout",
|
|
3528
|
-
"module": "src/layouts/default.ts"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "js",
|
|
3533
|
-
"name": "defaultLayout",
|
|
3534
|
-
"declaration": {
|
|
3535
|
-
"name": "defaultLayout",
|
|
3536
|
-
"module": "src/layouts/default.ts"
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "javascript-module",
|
|
3543
|
-
"path": "src/layouts/index.ts",
|
|
3544
|
-
"declarations": [],
|
|
3545
|
-
"exports": [
|
|
3546
|
-
{
|
|
3547
|
-
"kind": "js",
|
|
3548
|
-
"name": "*",
|
|
3549
|
-
"declaration": {
|
|
3550
|
-
"name": "*",
|
|
3551
|
-
"package": "./default"
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3554
|
-
]
|
|
3555
|
-
},
|
|
3556
3556
|
{
|
|
3557
3557
|
"kind": "javascript-module",
|
|
3558
3558
|
"path": "src/routes/config.ts",
|
|
@@ -1149,7 +1149,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(GenesisElem
|
|
|
1149
1149
|
downloadCsvData() {
|
|
1150
1150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1151
1151
|
var _a, _b, _c, _d;
|
|
1152
|
-
if (!this.enableCsvExport) {
|
|
1152
|
+
if (!Boolean(this.enableCsvExport)) {
|
|
1153
1153
|
logger.warn('Unable to download csv data when property is not set');
|
|
1154
1154
|
return;
|
|
1155
1155
|
}
|
|
@@ -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 (!ctx.enableCsvExport)
|
|
114
|
+
if (!Boolean(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.
|
|
4
|
+
"version": "14.437.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.437.0",
|
|
58
|
+
"@genesislcap/genx": "14.437.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.437.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.437.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.437.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.437.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.437.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.437.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.437.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.437.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.437.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.437.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.437.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.437.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.437.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.437.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.437.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.437.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.437.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.437.0",
|
|
82
|
+
"@genesislcap/web-core": "14.437.0",
|
|
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": "c30c777f0ab5e45f4e931a9cc1200ac85bcace35"
|
|
106
106
|
}
|