@genesislcap/foundation-comms 14.267.0 → 14.267.1-alpha-0120f9f.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.
@@ -10,6 +10,7 @@ export declare class DatasourceDefaults {
10
10
  static readonly REQ_REP_POLLING_INTERVAL_MS = 10000;
11
11
  static readonly DATASERVER_ROW_ID = "ROW_REF";
12
12
  static readonly REQUEST_SERVER_ROW_ID = "RECORD_ID";
13
+ static readonly DEFAULT_PAGINATION_PAGE_SIZE = 25;
13
14
  }
14
15
  /**
15
16
  * DatasourceConfig DI interface.
@@ -1 +1 @@
1
- {"version":3,"file":"datasource.config.d.ts","sourceRoot":"","sources":["../../../src/datasource/datasource.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE5D;;;GAGG;AACH,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,QAAQ,CAAC,YAAY,OAAO;IACnC,MAAM,CAAC,QAAQ,CAAC,aAAa,QAAQ;IACrC,MAAM,CAAC,QAAQ,CAAC,2BAA2B,SAAS;IACpD,MAAM,CAAC,QAAQ,CAAC,iBAAiB,aAAa;IAC9C,MAAM,CAAC,QAAQ,CAAC,qBAAqB,eAAe;CACrD;AAED;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,OAAO,EAAE,iBAAiB,CAAC;IAC3B,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1D,sBAAsB,CAAC,MAAM,EAAE,mBAAmB,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,wBAAwB,CAAC;CAC/F;AAED;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE,gBAcrC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,wEAE5B,CAAC"}
1
+ {"version":3,"file":"datasource.config.d.ts","sourceRoot":"","sources":["../../../src/datasource/datasource.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGjF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAE5D;;;GAGG;AACH,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,QAAQ,CAAC,YAAY,OAAO;IACnC,MAAM,CAAC,QAAQ,CAAC,aAAa,QAAQ;IACrC,MAAM,CAAC,QAAQ,CAAC,2BAA2B,SAAS;IACpD,MAAM,CAAC,QAAQ,CAAC,iBAAiB,aAAa;IAC9C,MAAM,CAAC,QAAQ,CAAC,qBAAqB,eAAe;IACpD,MAAM,CAAC,QAAQ,CAAC,4BAA4B,MAAM;CACnD;AAED;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,OAAO,EAAE,iBAAiB,CAAC;IAC3B,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1D,sBAAsB,CAAC,MAAM,EAAE,mBAAmB,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,wBAAwB,CAAC;CAC/F;AAED;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE,gBAcrC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,wEAE5B,CAAC"}
@@ -12,6 +12,7 @@ DatasourceDefaults.MAX_VIEW_1000 = 1000;
12
12
  DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS = 10000;
13
13
  DatasourceDefaults.DATASERVER_ROW_ID = 'ROW_REF';
14
14
  DatasourceDefaults.REQUEST_SERVER_ROW_ID = 'RECORD_ID';
15
+ DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE = 25;
15
16
  /**
16
17
  * Default DatasourceConfig DI implementation.
17
18
  * @public
@@ -5824,6 +5824,40 @@
5824
5824
  "isProtected": false,
5825
5825
  "isAbstract": false
5826
5826
  },
5827
+ {
5828
+ "kind": "Property",
5829
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE:member",
5830
+ "docComment": "",
5831
+ "excerptTokens": [
5832
+ {
5833
+ "kind": "Content",
5834
+ "text": "static readonly DEFAULT_PAGINATION_PAGE_SIZE = "
5835
+ },
5836
+ {
5837
+ "kind": "Content",
5838
+ "text": "25"
5839
+ },
5840
+ {
5841
+ "kind": "Content",
5842
+ "text": ";"
5843
+ }
5844
+ ],
5845
+ "isReadonly": true,
5846
+ "isOptional": false,
5847
+ "releaseTag": "Public",
5848
+ "name": "DEFAULT_PAGINATION_PAGE_SIZE",
5849
+ "propertyTypeTokenRange": {
5850
+ "startIndex": 0,
5851
+ "endIndex": 0
5852
+ },
5853
+ "initializerTokenRange": {
5854
+ "startIndex": 1,
5855
+ "endIndex": 2
5856
+ },
5857
+ "isStatic": true,
5858
+ "isProtected": false,
5859
+ "isAbstract": false
5860
+ },
5827
5861
  {
5828
5862
  "kind": "Property",
5829
5863
  "canonicalReference": "@genesislcap/foundation-comms!DatasourceDefaults.MAX_ROWS_250:member",
@@ -1040,6 +1040,7 @@ export declare class DatasourceDefaults {
1040
1040
  static readonly REQ_REP_POLLING_INTERVAL_MS = 10000;
1041
1041
  static readonly DATASERVER_ROW_ID = "ROW_REF";
1042
1042
  static readonly REQUEST_SERVER_ROW_ID = "RECORD_ID";
1043
+ static readonly DEFAULT_PAGINATION_PAGE_SIZE = 25;
1043
1044
  }
1044
1045
 
1045
1046
  /**
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [DatasourceDefaults](./foundation-comms.datasourcedefaults.md) &gt; [DEFAULT\_PAGINATION\_PAGE\_SIZE](./foundation-comms.datasourcedefaults.default_pagination_page_size.md)
4
+
5
+ ## DatasourceDefaults.DEFAULT\_PAGINATION\_PAGE\_SIZE property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ static readonly DEFAULT_PAGINATION_PAGE_SIZE = 25;
11
+ ```
@@ -17,6 +17,7 @@ export declare class DatasourceDefaults
17
17
  | Property | Modifiers | Type | Description |
18
18
  | --- | --- | --- | --- |
19
19
  | [DATASERVER\_ROW\_ID](./foundation-comms.datasourcedefaults.dataserver_row_id.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
20
+ | [DEFAULT\_PAGINATION\_PAGE\_SIZE](./foundation-comms.datasourcedefaults.default_pagination_page_size.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
20
21
  | [MAX\_ROWS\_250](./foundation-comms.datasourcedefaults.max_rows_250.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
21
22
  | [MAX\_VIEW\_1000](./foundation-comms.datasourcedefaults.max_view_1000.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
22
23
  | [REQ\_REP\_POLLING\_INTERVAL\_MS](./foundation-comms.datasourcedefaults.req_rep_polling_interval_ms.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
@@ -440,6 +440,8 @@ export class DatasourceDefaults {
440
440
  // (undocumented)
441
441
  static readonly DATASERVER_ROW_ID = "ROW_REF";
442
442
  // (undocumented)
443
+ static readonly DEFAULT_PAGINATION_PAGE_SIZE = 25;
444
+ // (undocumented)
443
445
  static readonly MAX_ROWS_250 = 250;
444
446
  // (undocumented)
445
447
  static readonly MAX_VIEW_1000 = 1000;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-comms",
3
3
  "description": "Genesis Foundation UI Comms",
4
- "version": "14.267.0",
4
+ "version": "14.267.1-alpha-0120f9f.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,23 +75,23 @@
75
75
  }
76
76
  },
77
77
  "devDependencies": {
78
- "@genesislcap/foundation-testing": "14.267.0",
79
- "@genesislcap/genx": "14.267.0",
80
- "@genesislcap/rollup-builder": "14.267.0",
81
- "@genesislcap/ts-builder": "14.267.0",
82
- "@genesislcap/uvu-playwright-builder": "14.267.0",
83
- "@genesislcap/vite-builder": "14.267.0",
84
- "@genesislcap/webpack-builder": "14.267.0",
78
+ "@genesislcap/foundation-testing": "14.267.1-alpha-0120f9f.0",
79
+ "@genesislcap/genx": "14.267.1-alpha-0120f9f.0",
80
+ "@genesislcap/rollup-builder": "14.267.1-alpha-0120f9f.0",
81
+ "@genesislcap/ts-builder": "14.267.1-alpha-0120f9f.0",
82
+ "@genesislcap/uvu-playwright-builder": "14.267.1-alpha-0120f9f.0",
83
+ "@genesislcap/vite-builder": "14.267.1-alpha-0120f9f.0",
84
+ "@genesislcap/webpack-builder": "14.267.1-alpha-0120f9f.0",
85
85
  "@types/js-cookie": "^3.0.2",
86
86
  "@types/json-schema": "^7.0.11",
87
87
  "@types/webappsec-credential-management": "^0.6.2",
88
88
  "rimraf": "^5.0.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-broadcast-channel": "14.267.0",
92
- "@genesislcap/foundation-logger": "14.267.0",
93
- "@genesislcap/foundation-user": "14.267.0",
94
- "@genesislcap/foundation-utils": "14.267.0",
91
+ "@genesislcap/foundation-broadcast-channel": "14.267.1-alpha-0120f9f.0",
92
+ "@genesislcap/foundation-logger": "14.267.1-alpha-0120f9f.0",
93
+ "@genesislcap/foundation-user": "14.267.1-alpha-0120f9f.0",
94
+ "@genesislcap/foundation-utils": "14.267.1-alpha-0120f9f.0",
95
95
  "@microsoft/fast-element": "1.14.0",
96
96
  "@microsoft/fast-foundation": "2.49.6",
97
97
  "analytics": "^0.8.0",
@@ -111,5 +111,5 @@
111
111
  "publishConfig": {
112
112
  "access": "public"
113
113
  },
114
- "gitHead": "71861fa4ba4a479834d486fd5e8e2528a42854e3"
114
+ "gitHead": "db2c50edfa49bf7ad04f825c898290e2a25932b2"
115
115
  }