@genesislcap/blank-app-seed 5.23.4 → 5.25.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/.genx/package.json +1 -1
- package/.genx/templates/angular/entityManager.hbs +1 -0
- package/.genx/templates/angular/grid.hbs +2 -1
- package/.genx/templates/react/entityManager.hbs +1 -0
- package/.genx/templates/react/grid.hbs +2 -0
- package/.genx/templates/web-components/entityManager.hbs +1 -0
- package/.genx/templates/web-components/grid.hbs +7 -1
- package/.genx/versions.json +1 -1
- package/CHANGELOG.md +16 -0
- package/client-tmp/react/package.json +1 -1
- package/package.json +1 -1
package/.genx/package.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
header-case-type="capitalCase"{{#if config.useOnlyTemplateCols}}
|
|
3
3
|
only-template-col-defs{{/if}}
|
|
4
4
|
enable-row-flashing
|
|
5
|
-
enable-cell-flashing
|
|
5
|
+
enable-cell-flashing
|
|
6
|
+
enable-column-selection{{#if config.permissions.viewRight}}
|
|
6
7
|
[ngStyle]="{ display: hasUserPermission('{{config.permissions.viewRight}}') ? 'block' : 'none' }"{{/if}}
|
|
7
8
|
>
|
|
8
9
|
<grid-pro-genesis-datasource
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
onlyTemplateColDefs
|
|
6
6
|
enableRowFlashing
|
|
7
7
|
enableCellFlashing
|
|
8
|
+
enableColumnSelection
|
|
8
9
|
>
|
|
9
10
|
{{else}}
|
|
10
11
|
<RapidGridPro
|
|
@@ -12,6 +13,7 @@
|
|
|
12
13
|
headerCaseType={GridProCaseType.capitalCase}
|
|
13
14
|
enableRowFlashing
|
|
14
15
|
enableCellFlashing
|
|
16
|
+
enableColumnSelection
|
|
15
17
|
>
|
|
16
18
|
{{/if}}
|
|
17
19
|
{{#ifAny config.snapshot config.gridOptions config.eventing.publishEventName config.eventing.listener config.reqrep}}
|
|
@@ -7,9 +7,15 @@ ${whenElse(
|
|
|
7
7
|
only-template-col-defs
|
|
8
8
|
enable-row-flashing
|
|
9
9
|
enable-cell-flashing
|
|
10
|
+
enable-column-selection
|
|
10
11
|
>
|
|
11
12
|
{{else}}
|
|
12
|
-
<rapid-grid-pro
|
|
13
|
+
<rapid-grid-pro
|
|
14
|
+
header-case-type="capitalCase"
|
|
15
|
+
enable-row-flashing
|
|
16
|
+
enable-cell-flashing
|
|
17
|
+
enable-column-selection
|
|
18
|
+
>
|
|
13
19
|
{{/if}}
|
|
14
20
|
{{#ifAny config.reqrep config.eventing.listener config.gridOptions config.eventing.publishEventName}}
|
|
15
21
|
<grid-pro-genesis-datasource
|
package/.genx/versions.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.25.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.24.0...v5.25.0) (2026-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* enable column selection by default on create tiles [FUI-2601](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2601) 615dd5d
|
|
9
|
+
* enable column selection by default on create tiles [FUI-2601](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/2601) (#624) 501c90d
|
|
10
|
+
|
|
11
|
+
## [5.24.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.23.4...v5.24.0) (2026-09-04)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* update FUI version GENC-1581 06a7d4d
|
|
17
|
+
* update FUI version GENC-1581 (#622) 086cb9b
|
|
18
|
+
|
|
3
19
|
## [5.23.4](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.23.3...v5.23.4) (2026-09-01)
|
|
4
20
|
|
|
5
21
|
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@genesislcap/pbc-notify-ui": "{{versions.UI}}",
|
|
89
89
|
"@genesislcap/pbc-reconciliation-ui": "{{versions.UI}}",
|
|
90
90
|
"@genesislcap/pbc-reporting-ui": "{{versions.UI}}",
|
|
91
|
-
"flexlayout-react": "^0.8
|
|
91
|
+
"flexlayout-react": "^0.10.8",
|
|
92
92
|
"change-case": "^4.1.2",
|
|
93
93
|
"tabulator-tables": "6.3.1",
|
|
94
94
|
"history": "^5.3.0",
|