@genesislcap/blank-app-seed 3.7.1 → 3.9.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": "3.7.1",
4
+ "version": "3.9.0",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -32,6 +32,9 @@
32
32
  {{#if config.snapshot}}
33
33
  :datasourceConfig=${() => ({isSnapshot: {{ config.snapshot }} })}
34
34
  {{/if}}
35
+ {{#if config.reqrep}}
36
+ :datasourceConfig=${() => ({pollingInterval: 5000 })}
37
+ {{/if}}
35
38
  {{#if config.columns}}
36
39
  :columns=${() => {{{ config.columns }}} }
37
40
  {{/if}}
@@ -7,6 +7,9 @@
7
7
  {{#if config.snapshot}}
8
8
  isSnapshot="{{config.snapshot}}"
9
9
  {{/if}}
10
+ {{#if config.reqrep}}
11
+ :datasourceConfig=${() => ({pollingInterval: 5000 })}
12
+ {{/if}}
10
13
  {{#if config.gridOptions}}
11
14
  :deferredGridOptions=${() => (
12
15
  {{{config.gridOptions}}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.9.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.8.0...v3.9.0) (2024-05-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * handle reqrep datasource types for grid and em GENC-436 (#205) 7b0ae77
9
+
10
+ ## [3.8.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.7.1...v3.8.0) (2024-05-08)
11
+
12
+
13
+ ### Features
14
+
15
+ * Delete fields dictionary file (GENC-411) (#204) 8b3f5a8
16
+
3
17
  ## [3.7.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.7.0...v3.7.1) (2024-05-07)
4
18
 
5
19
 
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": "3.7.1",
4
+ "version": "3.9.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -1,14 +0,0 @@
1
- /**
2
- * System : Genesis Business Library
3
- * Sub-System : multi-pro-code-test Configuration
4
- * Version : 1.0
5
- * Copyright : (c) Genesis
6
- * Date : 2022-03-18
7
- * Function : Provide fields config for multi-pro-code-test.
8
- *
9
- * Modification History
10
- */
11
-
12
- fields {
13
-
14
- }