@genesislcap/grid-pro 14.306.2-alpha-d90fa7e.0 → 14.307.1
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/custom-elements.json +0 -146
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts +2 -0
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +1 -4
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/esm/cell-renderers/status-pill.renderer.js +1 -0
- package/dist/esm/datasource/base.datasource.js +2 -20
- package/dist/grid-pro.api.json +11 -99
- package/dist/grid-pro.d.ts +2 -4
- package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -34
- package/docs/api/grid-pro.gridprobasedatasource.md +0 -19
- package/docs/api/grid-pro.statuspillrendererparams.md +1 -0
- package/docs/api-report.md.api.md +2 -7
- package/package.json +13 -13
- package/docs/api/grid-pro.genesisgriddatasourceelement.auth.md +0 -11
- package/docs/api/grid-pro.genesisgriddatasourceelement.session.md +0 -11
- package/docs/api/grid-pro.gridprobasedatasource.loggedinsub.md +0 -11
|
@@ -6290,20 +6290,6 @@
|
|
|
6290
6290
|
"text": "Connect"
|
|
6291
6291
|
}
|
|
6292
6292
|
},
|
|
6293
|
-
{
|
|
6294
|
-
"kind": "field",
|
|
6295
|
-
"name": "session",
|
|
6296
|
-
"type": {
|
|
6297
|
-
"text": "Session"
|
|
6298
|
-
}
|
|
6299
|
-
},
|
|
6300
|
-
{
|
|
6301
|
-
"kind": "field",
|
|
6302
|
-
"name": "auth",
|
|
6303
|
-
"type": {
|
|
6304
|
-
"text": "Auth"
|
|
6305
|
-
}
|
|
6306
|
-
},
|
|
6307
6293
|
{
|
|
6308
6294
|
"kind": "field",
|
|
6309
6295
|
"name": "datasource",
|
|
@@ -6892,14 +6878,6 @@
|
|
|
6892
6878
|
},
|
|
6893
6879
|
"privacy": "protected"
|
|
6894
6880
|
},
|
|
6895
|
-
{
|
|
6896
|
-
"kind": "field",
|
|
6897
|
-
"name": "loggedInSub",
|
|
6898
|
-
"type": {
|
|
6899
|
-
"text": "Subscription | undefined"
|
|
6900
|
-
},
|
|
6901
|
-
"privacy": "protected"
|
|
6902
|
-
},
|
|
6903
6881
|
{
|
|
6904
6882
|
"kind": "method",
|
|
6905
6883
|
"name": "subscribeToConnection",
|
|
@@ -7167,28 +7145,6 @@
|
|
|
7167
7145
|
"module": "src/datasource/base.datasource.ts"
|
|
7168
7146
|
}
|
|
7169
7147
|
},
|
|
7170
|
-
{
|
|
7171
|
-
"kind": "field",
|
|
7172
|
-
"name": "session",
|
|
7173
|
-
"type": {
|
|
7174
|
-
"text": "Session"
|
|
7175
|
-
},
|
|
7176
|
-
"inheritedFrom": {
|
|
7177
|
-
"name": "GenesisGridDatasourceElement",
|
|
7178
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7179
|
-
}
|
|
7180
|
-
},
|
|
7181
|
-
{
|
|
7182
|
-
"kind": "field",
|
|
7183
|
-
"name": "auth",
|
|
7184
|
-
"type": {
|
|
7185
|
-
"text": "Auth"
|
|
7186
|
-
},
|
|
7187
|
-
"inheritedFrom": {
|
|
7188
|
-
"name": "GenesisGridDatasourceElement",
|
|
7189
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7190
|
-
}
|
|
7191
|
-
},
|
|
7192
7148
|
{
|
|
7193
7149
|
"kind": "field",
|
|
7194
7150
|
"name": "datasource",
|
|
@@ -8714,18 +8670,6 @@
|
|
|
8714
8670
|
"module": "src/datasource/base.datasource.ts"
|
|
8715
8671
|
}
|
|
8716
8672
|
},
|
|
8717
|
-
{
|
|
8718
|
-
"kind": "field",
|
|
8719
|
-
"name": "loggedInSub",
|
|
8720
|
-
"type": {
|
|
8721
|
-
"text": "Subscription | undefined"
|
|
8722
|
-
},
|
|
8723
|
-
"privacy": "protected",
|
|
8724
|
-
"inheritedFrom": {
|
|
8725
|
-
"name": "GridProBaseDatasource",
|
|
8726
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8727
|
-
}
|
|
8728
|
-
},
|
|
8729
8673
|
{
|
|
8730
8674
|
"kind": "method",
|
|
8731
8675
|
"name": "subscribeToConnection",
|
|
@@ -8937,28 +8881,6 @@
|
|
|
8937
8881
|
"module": "src/datasource/base.datasource.ts"
|
|
8938
8882
|
}
|
|
8939
8883
|
},
|
|
8940
|
-
{
|
|
8941
|
-
"kind": "field",
|
|
8942
|
-
"name": "session",
|
|
8943
|
-
"type": {
|
|
8944
|
-
"text": "Session"
|
|
8945
|
-
},
|
|
8946
|
-
"inheritedFrom": {
|
|
8947
|
-
"name": "GenesisGridDatasourceElement",
|
|
8948
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8949
|
-
}
|
|
8950
|
-
},
|
|
8951
|
-
{
|
|
8952
|
-
"kind": "field",
|
|
8953
|
-
"name": "auth",
|
|
8954
|
-
"type": {
|
|
8955
|
-
"text": "Auth"
|
|
8956
|
-
},
|
|
8957
|
-
"inheritedFrom": {
|
|
8958
|
-
"name": "GenesisGridDatasourceElement",
|
|
8959
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8960
|
-
}
|
|
8961
|
-
},
|
|
8962
8884
|
{
|
|
8963
8885
|
"kind": "field",
|
|
8964
8886
|
"name": "datasource",
|
|
@@ -10262,18 +10184,6 @@
|
|
|
10262
10184
|
"module": "src/datasource/base.datasource.ts"
|
|
10263
10185
|
}
|
|
10264
10186
|
},
|
|
10265
|
-
{
|
|
10266
|
-
"kind": "field",
|
|
10267
|
-
"name": "loggedInSub",
|
|
10268
|
-
"type": {
|
|
10269
|
-
"text": "Subscription | undefined"
|
|
10270
|
-
},
|
|
10271
|
-
"privacy": "protected",
|
|
10272
|
-
"inheritedFrom": {
|
|
10273
|
-
"name": "GridProBaseDatasource",
|
|
10274
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10275
|
-
}
|
|
10276
|
-
},
|
|
10277
10187
|
{
|
|
10278
10188
|
"kind": "method",
|
|
10279
10189
|
"name": "subscribeToConnection",
|
|
@@ -10543,28 +10453,6 @@
|
|
|
10543
10453
|
"module": "src/datasource/base.datasource.ts"
|
|
10544
10454
|
}
|
|
10545
10455
|
},
|
|
10546
|
-
{
|
|
10547
|
-
"kind": "field",
|
|
10548
|
-
"name": "session",
|
|
10549
|
-
"type": {
|
|
10550
|
-
"text": "Session"
|
|
10551
|
-
},
|
|
10552
|
-
"inheritedFrom": {
|
|
10553
|
-
"name": "GenesisGridDatasourceElement",
|
|
10554
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10555
|
-
}
|
|
10556
|
-
},
|
|
10557
|
-
{
|
|
10558
|
-
"kind": "field",
|
|
10559
|
-
"name": "auth",
|
|
10560
|
-
"type": {
|
|
10561
|
-
"text": "Auth"
|
|
10562
|
-
},
|
|
10563
|
-
"inheritedFrom": {
|
|
10564
|
-
"name": "GenesisGridDatasourceElement",
|
|
10565
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10566
|
-
}
|
|
10567
|
-
},
|
|
10568
10456
|
{
|
|
10569
10457
|
"kind": "field",
|
|
10570
10458
|
"name": "datasource",
|
|
@@ -13765,18 +13653,6 @@
|
|
|
13765
13653
|
"module": "src/datasource/base.datasource.ts"
|
|
13766
13654
|
}
|
|
13767
13655
|
},
|
|
13768
|
-
{
|
|
13769
|
-
"kind": "field",
|
|
13770
|
-
"name": "loggedInSub",
|
|
13771
|
-
"type": {
|
|
13772
|
-
"text": "Subscription | undefined"
|
|
13773
|
-
},
|
|
13774
|
-
"privacy": "protected",
|
|
13775
|
-
"inheritedFrom": {
|
|
13776
|
-
"name": "GridProBaseDatasource",
|
|
13777
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13778
|
-
}
|
|
13779
|
-
},
|
|
13780
13656
|
{
|
|
13781
13657
|
"kind": "method",
|
|
13782
13658
|
"name": "subscribeToConnection",
|
|
@@ -13988,28 +13864,6 @@
|
|
|
13988
13864
|
"module": "src/datasource/base.datasource.ts"
|
|
13989
13865
|
}
|
|
13990
13866
|
},
|
|
13991
|
-
{
|
|
13992
|
-
"kind": "field",
|
|
13993
|
-
"name": "session",
|
|
13994
|
-
"type": {
|
|
13995
|
-
"text": "Session"
|
|
13996
|
-
},
|
|
13997
|
-
"inheritedFrom": {
|
|
13998
|
-
"name": "GenesisGridDatasourceElement",
|
|
13999
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14000
|
-
}
|
|
14001
|
-
},
|
|
14002
|
-
{
|
|
14003
|
-
"kind": "field",
|
|
14004
|
-
"name": "auth",
|
|
14005
|
-
"type": {
|
|
14006
|
-
"text": "Auth"
|
|
14007
|
-
},
|
|
14008
|
-
"inheritedFrom": {
|
|
14009
|
-
"name": "GenesisGridDatasourceElement",
|
|
14010
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14011
|
-
}
|
|
14012
|
-
},
|
|
14013
13867
|
{
|
|
14014
13868
|
"kind": "field",
|
|
14015
13869
|
"name": "datasource",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ICellRendererComp, ICellRendererParams } from '@ag-grid-community/core';
|
|
2
|
+
import { CountdownUnit } from '@genesislcap/foundation-ui';
|
|
2
3
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
4
|
/**
|
|
4
5
|
* The Status Pill Renderer Styles.
|
|
@@ -21,6 +22,7 @@ export type StatusPillRendererParams = ICellRendererParams & {
|
|
|
21
22
|
text?: string;
|
|
22
23
|
dateCountdown?: number;
|
|
23
24
|
dateCountdownCompletedMessage?: string;
|
|
25
|
+
dateCountdownUnit?: CountdownUnit;
|
|
24
26
|
};
|
|
25
27
|
/**
|
|
26
28
|
* Get a Design System prefixed Status Pill template.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-pill.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/status-pill.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"status-pill.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/status-pill.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,0BAA0B,iDAOtC,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,GAAG;IAC3D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,GAAI,eAAc,MAAgB,6DAiB3E,CAAC;AAEF;;;;GAIG;AACH,qBAAa,kBAAmB,SAAQ,iBAAkB,YAAW,iBAAiB;IACxE,MAAM,EAAE,wBAAwB,CAAC;IAE7C,IAAI,CAAC,MAAM,EAAE,wBAAwB;IAIrC,MAAM;IAIN,OAAO,CAAC,MAAM,KAAA;IAKd,OAAO,IAAI,IAAI;CAChB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;6BAIvC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ColDef, ColumnState, GridOptions, RowDataTransaction, ServerSideTransaction } from '@ag-grid-community/core';
|
|
2
|
-
import {
|
|
2
|
+
import { Datasource, DatasourceOptions, DatasourceStatus, FieldMetadata } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
4
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
5
|
import type { GridPro } from '../grid-pro';
|
|
@@ -380,8 +380,6 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
380
380
|
*/
|
|
381
381
|
export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
382
382
|
connect: Connect;
|
|
383
|
-
session: Session;
|
|
384
|
-
auth: Auth;
|
|
385
383
|
datasource: Datasource;
|
|
386
384
|
deferredGridOptions: GridOptions;
|
|
387
385
|
deferredColumnStates: ColumnState[];
|
|
@@ -480,7 +478,6 @@ export declare class GridProBaseDatasource extends GenesisGridDatasourceElement
|
|
|
480
478
|
protected applyFuncName: string;
|
|
481
479
|
protected applyAsyncFuncName: string;
|
|
482
480
|
protected connectionSub: Subscription | undefined;
|
|
483
|
-
protected loggedInSub: Subscription | undefined;
|
|
484
481
|
protected subscribeToConnection(): void;
|
|
485
482
|
protected unsubscribeFromConnection(): void;
|
|
486
483
|
protected generateColumnDefsFromMetadata(fieldsMetadata: FieldMetadata[], getFilterParamsByFieldType: Function): ColDef[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EACX,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,6 +30,7 @@ export const getStatusPillRendererTemplate = (designSystem = 'rapid') => {
|
|
|
30
30
|
icon-size="${(x) => { var _a; return (_a = x.params) === null || _a === void 0 ? void 0 : _a.iconSize; }}"
|
|
31
31
|
text-color="${(x) => { var _a; return (_a = x.params) === null || _a === void 0 ? void 0 : _a.textColor; }}"
|
|
32
32
|
text="${(x) => { var _a; return (_a = x.params) === null || _a === void 0 ? void 0 : _a.text; }}"
|
|
33
|
+
date-countdown-unit="${(x) => { var _a; return (_a = x.params) === null || _a === void 0 ? void 0 : _a.dateCountdownUnit; }}"
|
|
33
34
|
date-countdown="${(x) => { var _a; return (_a = x.params) === null || _a === void 0 ? void 0 : _a.dateCountdown; }}"
|
|
34
35
|
date-countdown-completed-message="${(x) => { var _a; return (_a = x.params) === null || _a === void 0 ? void 0 : _a.dateCountdownCompletedMessage; }}"
|
|
35
36
|
>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { Datasource, DatasourceDefaults, DatasourceEventHandler, FieldTypeEnum, logger, normaliseCriteria, ResourceType, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
4
|
import { attr, observable, volatile } from '@microsoft/fast-element';
|
|
5
5
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
@@ -234,12 +234,6 @@ export class GenesisGridDatasourceElement extends DatasourceEventHandler(Foundat
|
|
|
234
234
|
__decorate([
|
|
235
235
|
Connect
|
|
236
236
|
], GenesisGridDatasourceElement.prototype, "connect", void 0);
|
|
237
|
-
__decorate([
|
|
238
|
-
Session
|
|
239
|
-
], GenesisGridDatasourceElement.prototype, "session", void 0);
|
|
240
|
-
__decorate([
|
|
241
|
-
Auth
|
|
242
|
-
], GenesisGridDatasourceElement.prototype, "auth", void 0);
|
|
243
237
|
__decorate([
|
|
244
238
|
Datasource
|
|
245
239
|
], GenesisGridDatasourceElement.prototype, "datasource", void 0);
|
|
@@ -331,7 +325,7 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
331
325
|
};
|
|
332
326
|
}
|
|
333
327
|
subscribeToConnection() {
|
|
334
|
-
var _a
|
|
328
|
+
var _a;
|
|
335
329
|
if (this.connect && this.connect.isConnected$) {
|
|
336
330
|
(_a = this.connectionSub) === null || _a === void 0 ? void 0 : _a.unsubscribe();
|
|
337
331
|
this.connectionSub = this.connect.isConnected$.subscribe((isConnected) => {
|
|
@@ -345,18 +339,6 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
345
339
|
this.setDisconnected(true);
|
|
346
340
|
}
|
|
347
341
|
});
|
|
348
|
-
if (this.session.getSessionStorageItem('refreshToken')) {
|
|
349
|
-
(_b = this.loggedInSub) === null || _b === void 0 ? void 0 : _b.unsubscribe();
|
|
350
|
-
this.loggedInSub = this.auth.isLoggedIn$.subscribe((isAuthenticated) => {
|
|
351
|
-
if (isAuthenticated) {
|
|
352
|
-
this.setDisconnected(false);
|
|
353
|
-
logger.debug('User logged in, reloading resource data', this.resourceName);
|
|
354
|
-
if (this.restartOnReconnection) {
|
|
355
|
-
this.reloadResourceData();
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
});
|
|
359
|
-
}
|
|
360
342
|
}
|
|
361
343
|
}
|
|
362
344
|
unsubscribeFromConnection() {
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -7565,37 +7565,6 @@
|
|
|
7565
7565
|
"isProtected": true,
|
|
7566
7566
|
"isAbstract": false
|
|
7567
7567
|
},
|
|
7568
|
-
{
|
|
7569
|
-
"kind": "Property",
|
|
7570
|
-
"canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#auth:member",
|
|
7571
|
-
"docComment": "",
|
|
7572
|
-
"excerptTokens": [
|
|
7573
|
-
{
|
|
7574
|
-
"kind": "Content",
|
|
7575
|
-
"text": "auth: "
|
|
7576
|
-
},
|
|
7577
|
-
{
|
|
7578
|
-
"kind": "Reference",
|
|
7579
|
-
"text": "Auth",
|
|
7580
|
-
"canonicalReference": "@genesislcap/foundation-comms!Auth:interface"
|
|
7581
|
-
},
|
|
7582
|
-
{
|
|
7583
|
-
"kind": "Content",
|
|
7584
|
-
"text": ";"
|
|
7585
|
-
}
|
|
7586
|
-
],
|
|
7587
|
-
"isReadonly": false,
|
|
7588
|
-
"isOptional": false,
|
|
7589
|
-
"releaseTag": "Public",
|
|
7590
|
-
"name": "auth",
|
|
7591
|
-
"propertyTypeTokenRange": {
|
|
7592
|
-
"startIndex": 1,
|
|
7593
|
-
"endIndex": 2
|
|
7594
|
-
},
|
|
7595
|
-
"isStatic": false,
|
|
7596
|
-
"isProtected": false,
|
|
7597
|
-
"isAbstract": false
|
|
7598
|
-
},
|
|
7599
7568
|
{
|
|
7600
7569
|
"kind": "Method",
|
|
7601
7570
|
"canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#clearErrors:member(1)",
|
|
@@ -8576,37 +8545,6 @@
|
|
|
8576
8545
|
"isProtected": false,
|
|
8577
8546
|
"isAbstract": false
|
|
8578
8547
|
},
|
|
8579
|
-
{
|
|
8580
|
-
"kind": "Property",
|
|
8581
|
-
"canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#session:member",
|
|
8582
|
-
"docComment": "",
|
|
8583
|
-
"excerptTokens": [
|
|
8584
|
-
{
|
|
8585
|
-
"kind": "Content",
|
|
8586
|
-
"text": "session: "
|
|
8587
|
-
},
|
|
8588
|
-
{
|
|
8589
|
-
"kind": "Reference",
|
|
8590
|
-
"text": "Session",
|
|
8591
|
-
"canonicalReference": "@genesislcap/foundation-comms!Session:interface"
|
|
8592
|
-
},
|
|
8593
|
-
{
|
|
8594
|
-
"kind": "Content",
|
|
8595
|
-
"text": ";"
|
|
8596
|
-
}
|
|
8597
|
-
],
|
|
8598
|
-
"isReadonly": false,
|
|
8599
|
-
"isOptional": false,
|
|
8600
|
-
"releaseTag": "Public",
|
|
8601
|
-
"name": "session",
|
|
8602
|
-
"propertyTypeTokenRange": {
|
|
8603
|
-
"startIndex": 1,
|
|
8604
|
-
"endIndex": 2
|
|
8605
|
-
},
|
|
8606
|
-
"isStatic": false,
|
|
8607
|
-
"isProtected": false,
|
|
8608
|
-
"isAbstract": false
|
|
8609
|
-
},
|
|
8610
8548
|
{
|
|
8611
8549
|
"kind": "Method",
|
|
8612
8550
|
"canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#setFilter:member(1)",
|
|
@@ -12866,41 +12804,6 @@
|
|
|
12866
12804
|
"isAbstract": false,
|
|
12867
12805
|
"name": "loadMore"
|
|
12868
12806
|
},
|
|
12869
|
-
{
|
|
12870
|
-
"kind": "Property",
|
|
12871
|
-
"canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#loggedInSub:member",
|
|
12872
|
-
"docComment": "",
|
|
12873
|
-
"excerptTokens": [
|
|
12874
|
-
{
|
|
12875
|
-
"kind": "Content",
|
|
12876
|
-
"text": "protected loggedInSub: "
|
|
12877
|
-
},
|
|
12878
|
-
{
|
|
12879
|
-
"kind": "Reference",
|
|
12880
|
-
"text": "Subscription",
|
|
12881
|
-
"canonicalReference": "rxjs!Subscription:class"
|
|
12882
|
-
},
|
|
12883
|
-
{
|
|
12884
|
-
"kind": "Content",
|
|
12885
|
-
"text": " | undefined"
|
|
12886
|
-
},
|
|
12887
|
-
{
|
|
12888
|
-
"kind": "Content",
|
|
12889
|
-
"text": ";"
|
|
12890
|
-
}
|
|
12891
|
-
],
|
|
12892
|
-
"isReadonly": false,
|
|
12893
|
-
"isOptional": false,
|
|
12894
|
-
"releaseTag": "Public",
|
|
12895
|
-
"name": "loggedInSub",
|
|
12896
|
-
"propertyTypeTokenRange": {
|
|
12897
|
-
"startIndex": 1,
|
|
12898
|
-
"endIndex": 3
|
|
12899
|
-
},
|
|
12900
|
-
"isStatic": false,
|
|
12901
|
-
"isProtected": true,
|
|
12902
|
-
"isAbstract": false
|
|
12903
|
-
},
|
|
12904
12807
|
{
|
|
12905
12808
|
"kind": "Property",
|
|
12906
12809
|
"canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#pagination:member",
|
|
@@ -21921,7 +21824,16 @@
|
|
|
21921
21824
|
},
|
|
21922
21825
|
{
|
|
21923
21826
|
"kind": "Content",
|
|
21924
|
-
"text": " & {\n backgroundColor?: string;\n iconName?: string;\n iconSrc?: string;\n iconInitial?: string;\n iconInitialBackgroundColor?: string;\n justifyContent?: string;\n iconSize?: string;\n textColor?: string;\n text?: string;\n dateCountdown?: number;\n dateCountdownCompletedMessage?: string;\n
|
|
21827
|
+
"text": " & {\n backgroundColor?: string;\n iconName?: string;\n iconSrc?: string;\n iconInitial?: string;\n iconInitialBackgroundColor?: string;\n justifyContent?: string;\n iconSize?: string;\n textColor?: string;\n text?: string;\n dateCountdown?: number;\n dateCountdownCompletedMessage?: string;\n dateCountdownUnit?: "
|
|
21828
|
+
},
|
|
21829
|
+
{
|
|
21830
|
+
"kind": "Reference",
|
|
21831
|
+
"text": "CountdownUnit",
|
|
21832
|
+
"canonicalReference": "@genesislcap/foundation-ui!CountdownUnit:type"
|
|
21833
|
+
},
|
|
21834
|
+
{
|
|
21835
|
+
"kind": "Content",
|
|
21836
|
+
"text": ";\n}"
|
|
21925
21837
|
},
|
|
21926
21838
|
{
|
|
21927
21839
|
"kind": "Content",
|
|
@@ -21933,7 +21845,7 @@
|
|
|
21933
21845
|
"name": "StatusPillRendererParams",
|
|
21934
21846
|
"typeTokenRange": {
|
|
21935
21847
|
"startIndex": 1,
|
|
21936
|
-
"endIndex":
|
|
21848
|
+
"endIndex": 5
|
|
21937
21849
|
}
|
|
21938
21850
|
},
|
|
21939
21851
|
{
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ActionMenuItem } from '@genesislcap/foundation-ui';
|
|
2
|
-
import { Auth } from '@genesislcap/foundation-comms';
|
|
3
2
|
import { BehaviorSubject } from 'rxjs';
|
|
4
3
|
import { Binding } from '@microsoft/fast-element';
|
|
5
4
|
import { CaptureType } from '@microsoft/fast-element';
|
|
@@ -9,6 +8,7 @@ import { ColumnState } from '@ag-grid-community/core';
|
|
|
9
8
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
10
9
|
import type { Container } from '@microsoft/fast-foundation';
|
|
11
10
|
import { Controller } from '@microsoft/fast-element';
|
|
11
|
+
import { CountdownUnit } from '@genesislcap/foundation-ui';
|
|
12
12
|
import { CSSDesignToken } from '@microsoft/fast-foundation';
|
|
13
13
|
import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
14
14
|
import { CsvExportParams } from '@ag-grid-community/core';
|
|
@@ -1050,8 +1050,6 @@ declare interface FuiCellRendererParams extends ICellRendererParams {
|
|
|
1050
1050
|
*/
|
|
1051
1051
|
export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
1052
1052
|
connect: Connect;
|
|
1053
|
-
session: Session;
|
|
1054
|
-
auth: Auth;
|
|
1055
1053
|
datasource: Datasource;
|
|
1056
1054
|
deferredGridOptions: GridOptions;
|
|
1057
1055
|
deferredColumnStates: ColumnState[];
|
|
@@ -2321,7 +2319,6 @@ export declare class GridProBaseDatasource extends GenesisGridDatasourceElement
|
|
|
2321
2319
|
protected applyFuncName: string;
|
|
2322
2320
|
protected applyAsyncFuncName: string;
|
|
2323
2321
|
protected connectionSub: Subscription | undefined;
|
|
2324
|
-
protected loggedInSub: Subscription | undefined;
|
|
2325
2322
|
protected subscribeToConnection(): void;
|
|
2326
2323
|
protected unsubscribeFromConnection(): void;
|
|
2327
2324
|
protected generateColumnDefsFromMetadata(fieldsMetadata: FieldMetadata[], getFilterParamsByFieldType: Function): ColDef[];
|
|
@@ -4348,6 +4345,7 @@ export declare type StatusPillRendererParams = ICellRendererParams & {
|
|
|
4348
4345
|
text?: string;
|
|
4349
4346
|
dateCountdown?: number;
|
|
4350
4347
|
dateCountdownCompletedMessage?: string;
|
|
4348
|
+
dateCountdownUnit?: CountdownUnit;
|
|
4351
4349
|
};
|
|
4352
4350
|
|
|
4353
4351
|
/**
|
|
@@ -56,23 +56,6 @@ Description
|
|
|
56
56
|
</td><td>
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
</td></tr>
|
|
60
|
-
<tr><td>
|
|
61
|
-
|
|
62
|
-
[auth](./grid-pro.genesisgriddatasourceelement.auth.md)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</td><td>
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
</td><td>
|
|
69
|
-
|
|
70
|
-
Auth
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
</td><td>
|
|
74
|
-
|
|
75
|
-
|
|
76
59
|
</td></tr>
|
|
77
60
|
<tr><td>
|
|
78
61
|
|
|
@@ -499,23 +482,6 @@ Attribute to set an unique identifier for the row.
|
|
|
499
482
|
Defaults to `ROW_REF` or `RECORD_ID` depending on the resource type.
|
|
500
483
|
|
|
501
484
|
|
|
502
|
-
</td></tr>
|
|
503
|
-
<tr><td>
|
|
504
|
-
|
|
505
|
-
[session](./grid-pro.genesisgriddatasourceelement.session.md)
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
</td><td>
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
</td><td>
|
|
512
|
-
|
|
513
|
-
Session
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
</td><td>
|
|
517
|
-
|
|
518
|
-
|
|
519
485
|
</td></tr>
|
|
520
486
|
<tr><td>
|
|
521
487
|
|
|
@@ -129,25 +129,6 @@ boolean
|
|
|
129
129
|
</td><td>
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
</td></tr>
|
|
133
|
-
<tr><td>
|
|
134
|
-
|
|
135
|
-
[loggedInSub](./grid-pro.gridprobasedatasource.loggedinsub.md)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
</td><td>
|
|
139
|
-
|
|
140
|
-
`protected`
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
</td><td>
|
|
144
|
-
|
|
145
|
-
Subscription \| undefined
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
</td><td>
|
|
149
|
-
|
|
150
|
-
|
|
151
132
|
</td></tr>
|
|
152
133
|
<tr><td>
|
|
153
134
|
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
7
|
import { ActionMenuItem } from '@genesislcap/foundation-ui';
|
|
8
|
-
import { Auth } from '@genesislcap/foundation-comms';
|
|
9
8
|
import { BehaviorSubject } from 'rxjs';
|
|
10
9
|
import { Binding } from '@microsoft/fast-element';
|
|
11
10
|
import { CaptureType } from '@microsoft/fast-element';
|
|
@@ -15,6 +14,7 @@ import { ColumnState } from '@ag-grid-community/core';
|
|
|
15
14
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
16
15
|
import type { Container } from '@microsoft/fast-foundation';
|
|
17
16
|
import { Controller } from '@microsoft/fast-element';
|
|
17
|
+
import { CountdownUnit } from '@genesislcap/foundation-ui';
|
|
18
18
|
import { CSSDesignToken } from '@microsoft/fast-foundation';
|
|
19
19
|
import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
20
20
|
import { CsvExportParams } from '@ag-grid-community/core';
|
|
@@ -781,8 +781,6 @@ template: ViewTemplate<StringEditor, any>;
|
|
|
781
781
|
export class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
782
782
|
// (undocumented)
|
|
783
783
|
protected get agGrid(): GridPro | null;
|
|
784
|
-
// (undocumented)
|
|
785
|
-
auth: Auth;
|
|
786
784
|
clearErrors(): void;
|
|
787
785
|
// (undocumented)
|
|
788
786
|
connect: Connect;
|
|
@@ -843,8 +841,6 @@ export class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_b
|
|
|
843
841
|
protected get rowId(): string;
|
|
844
842
|
rowIdAttr: any;
|
|
845
843
|
// (undocumented)
|
|
846
|
-
session: Session;
|
|
847
|
-
// (undocumented)
|
|
848
844
|
setFilter(fieldName: string, newFilter: string): void;
|
|
849
845
|
// (undocumented)
|
|
850
846
|
protected update: BehaviorSubject<Map<string, string>>;
|
|
@@ -1073,8 +1069,6 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
1073
1069
|
// (undocumented)
|
|
1074
1070
|
loadMore(): void;
|
|
1075
1071
|
// (undocumented)
|
|
1076
|
-
protected loggedInSub: Subscription | undefined;
|
|
1077
|
-
// (undocumented)
|
|
1078
1072
|
protected get pagination(): boolean;
|
|
1079
1073
|
// (undocumented)
|
|
1080
1074
|
reloadResourceData(): void;
|
|
@@ -1729,6 +1723,7 @@ export type StatusPillRendererParams = ICellRendererParams & {
|
|
|
1729
1723
|
text?: string;
|
|
1730
1724
|
dateCountdown?: number;
|
|
1731
1725
|
dateCountdownCompletedMessage?: string;
|
|
1726
|
+
dateCountdownUnit?: CountdownUnit;
|
|
1732
1727
|
};
|
|
1733
1728
|
|
|
1734
1729
|
// @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.307.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.307.1",
|
|
42
|
+
"@genesislcap/genx": "14.307.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.307.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.307.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.307.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.307.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.307.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/foundation-comms": "14.
|
|
51
|
-
"@genesislcap/foundation-logger": "14.
|
|
52
|
-
"@genesislcap/foundation-ui": "14.
|
|
53
|
-
"@genesislcap/foundation-utils": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.307.1",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.307.1",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.307.1",
|
|
53
|
+
"@genesislcap/foundation-utils": "14.307.1",
|
|
54
54
|
"@microsoft/fast-colors": "5.3.1",
|
|
55
55
|
"@microsoft/fast-components": "2.30.6",
|
|
56
56
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "3316d0415337b2bcb033eae8fcead5a550920cf9"
|
|
79
79
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GenesisGridDatasourceElement](./grid-pro.genesisgriddatasourceelement.md) > [auth](./grid-pro.genesisgriddatasourceelement.auth.md)
|
|
4
|
-
|
|
5
|
-
## GenesisGridDatasourceElement.auth property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
auth: Auth;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GenesisGridDatasourceElement](./grid-pro.genesisgriddatasourceelement.md) > [session](./grid-pro.genesisgriddatasourceelement.session.md)
|
|
4
|
-
|
|
5
|
-
## GenesisGridDatasourceElement.session property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
session: Session;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProBaseDatasource](./grid-pro.gridprobasedatasource.md) > [loggedInSub](./grid-pro.gridprobasedatasource.loggedinsub.md)
|
|
4
|
-
|
|
5
|
-
## GridProBaseDatasource.loggedInSub property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
protected loggedInSub: Subscription | undefined;
|
|
11
|
-
```
|