@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "5.23.4",
4
+ "version": "5.25.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -5,6 +5,7 @@
5
5
  header-case-type="capitalCase"
6
6
  enable-row-flashing
7
7
  enable-cell-flashing
8
+ enable-column-selection
8
9
  {{#if config.title}}
9
10
  title="{{ config.title }}"
10
11
  {{/if}}
@@ -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{{#if config.permissions.viewRight}}
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
@@ -4,6 +4,7 @@
4
4
  prefix="rapid"
5
5
  enableRowFlashing
6
6
  enableCellFlashing
7
+ enableColumnSelection
7
8
  {{#ifAny config.snapshot config.reqrep config.eventing.listener}}
8
9
  datasourceConfig={datasourceConfig}
9
10
  {{/ifAny}}
@@ -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}}
@@ -6,6 +6,7 @@ ${whenElse(
6
6
  header-case-type="capitalCase"
7
7
  enable-row-flashing
8
8
  enable-cell-flashing
9
+ enable-column-selection
9
10
  {{#if config.title}}
10
11
  title="{{ config.title }}"
11
12
  {{/if}}
@@ -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 header-case-type="capitalCase" enable-row-flashing enable-cell-flashing>
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "15.19.5",
2
+ "UI": "15.26.0",
3
3
  "GSF": "8.15.14",
4
4
  "Auth": "8.15.3"
5
5
  }
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.19",
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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "5.23.4",
4
+ "version": "5.25.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"