@genesislcap/foundation-comms 14.267.1-alpha-0120f9f.0 → 14.268.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/dist/dts/datasource/datasource.config.d.ts +0 -1
- package/dist/dts/datasource/datasource.config.d.ts.map +1 -1
- package/dist/esm/datasource/datasource.config.js +0 -1
- package/dist/foundation-comms.api.json +0 -34
- package/dist/foundation-comms.d.ts +0 -1
- package/docs/api/foundation-comms.datasourcedefaults.md +0 -1
- package/docs/api-report.md +0 -2
- package/package.json +13 -13
- package/docs/api/foundation-comms.datasourcedefaults.default_pagination_page_size.md +0 -11
@@ -10,7 +10,6 @@ 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;
|
14
13
|
}
|
15
14
|
/**
|
16
15
|
* 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;
|
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"}
|
@@ -12,7 +12,6 @@ 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;
|
16
15
|
/**
|
17
16
|
* Default DatasourceConfig DI implementation.
|
18
17
|
* @public
|
@@ -5824,40 +5824,6 @@
|
|
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
|
-
},
|
5861
5827
|
{
|
5862
5828
|
"kind": "Property",
|
5863
5829
|
"canonicalReference": "@genesislcap/foundation-comms!DatasourceDefaults.MAX_ROWS_250:member",
|
@@ -1040,7 +1040,6 @@ 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;
|
1044
1043
|
}
|
1045
1044
|
|
1046
1045
|
/**
|
@@ -17,7 +17,6 @@ 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) | |
|
21
20
|
| [MAX\_ROWS\_250](./foundation-comms.datasourcedefaults.max_rows_250.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
|
22
21
|
| [MAX\_VIEW\_1000](./foundation-comms.datasourcedefaults.max_view_1000.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | |
|
23
22
|
| [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) | |
|
package/docs/api-report.md
CHANGED
@@ -440,8 +440,6 @@ 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)
|
445
443
|
static readonly MAX_ROWS_250 = 250;
|
446
444
|
// (undocumented)
|
447
445
|
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.
|
4
|
+
"version": "14.268.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.
|
79
|
-
"@genesislcap/genx": "14.
|
80
|
-
"@genesislcap/rollup-builder": "14.
|
81
|
-
"@genesislcap/ts-builder": "14.
|
82
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
83
|
-
"@genesislcap/vite-builder": "14.
|
84
|
-
"@genesislcap/webpack-builder": "14.
|
78
|
+
"@genesislcap/foundation-testing": "14.268.0",
|
79
|
+
"@genesislcap/genx": "14.268.0",
|
80
|
+
"@genesislcap/rollup-builder": "14.268.0",
|
81
|
+
"@genesislcap/ts-builder": "14.268.0",
|
82
|
+
"@genesislcap/uvu-playwright-builder": "14.268.0",
|
83
|
+
"@genesislcap/vite-builder": "14.268.0",
|
84
|
+
"@genesislcap/webpack-builder": "14.268.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.
|
92
|
-
"@genesislcap/foundation-logger": "14.
|
93
|
-
"@genesislcap/foundation-user": "14.
|
94
|
-
"@genesislcap/foundation-utils": "14.
|
91
|
+
"@genesislcap/foundation-broadcast-channel": "14.268.0",
|
92
|
+
"@genesislcap/foundation-logger": "14.268.0",
|
93
|
+
"@genesislcap/foundation-user": "14.268.0",
|
94
|
+
"@genesislcap/foundation-utils": "14.268.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": "
|
114
|
+
"gitHead": "4164f4fe44a1227a63273130da7af630b40fd49a"
|
115
115
|
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
-
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [DatasourceDefaults](./foundation-comms.datasourcedefaults.md) > [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
|
-
```
|