@genesislcap/pbc-reporting-ui 14.445.1 → 14.445.2-chore-fix-ag-grid-types-react.3
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/new/components/reporting-configurations/reporting-configurations.d.ts +2 -2
- package/dist/dts/new/components/reporting-configurations/reporting-configurations.d.ts.map +1 -1
- package/dist/dts/new/main/generated-reports/generated-reports.d.ts +2 -2
- package/dist/dts/new/main/generated-reports/generated-reports.d.ts.map +1 -1
- package/dist/pbc-reporting-ui.d.ts +2 -2
- package/package.json +22 -22
|
@@ -2,7 +2,7 @@ import { ColDef } from '@ag-grid-community/core';
|
|
|
2
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { SelectedOption } from '@genesislcap/foundation-ui';
|
|
4
4
|
import { User } from '@genesislcap/foundation-user';
|
|
5
|
-
import {
|
|
5
|
+
import { GridProGenesisDatasource } from '@genesislcap/rapid-grid-pro';
|
|
6
6
|
import { ReportingEventDetailMap, ReportingEvents } from '../../utils/event-map';
|
|
7
7
|
import { CloneReportConfigModal } from '../clone-report-config-modal/clone-report-config-modal';
|
|
8
8
|
declare const ReportingConfigurations_base: abstract new (...args: any[]) => {
|
|
@@ -387,7 +387,7 @@ export declare class ReportingConfigurations extends ReportingConfigurations_bas
|
|
|
387
387
|
ID: string;
|
|
388
388
|
}): Promise<void>;
|
|
389
389
|
getColumnDefs(): ColDef<any>[];
|
|
390
|
-
getGridOptions():
|
|
390
|
+
getGridOptions(): import("@ag-grid-community/core").GridOptions<any>;
|
|
391
391
|
private deleteReportConfig;
|
|
392
392
|
private runReport;
|
|
393
393
|
searchChanged(event: CustomEvent<Array<SelectedOption>>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reporting-configurations.d.ts","sourceRoot":"","sources":["../../../../../src/new/components/reporting-configurations/reporting-configurations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAAwC,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEpD,OAAO,
|
|
1
|
+
{"version":3,"file":"reporting-configurations.d.ts","sourceRoot":"","sources":["../../../../../src/new/components/reporting-configurations/reporting-configurations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAAwC,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEpD,OAAO,EAGL,wBAAwB,EAEzB,MAAM,6BAA6B,CAAC;AAcrC,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wDAAwD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIhG;;;;;;GAMG;AACH,qBAKa,uBAAwB,SAAQ,4BAAqD;IACvF,OAAO,EAAE,OAAO,CAAC;IAC1B,8BAA8B,EAAE,wBAAwB,CAAC;IAC7C,YAAY,EAAE,MAAM,CAAM;IAC1B,gBAAgB,EAAE,sBAAsB,CAAC;IACrD,eAAe,EAAE,gBAAgB,CAAC;IAC5B,IAAI,EAAG,IAAI,CAAC;IAEX,eAAe;;;;;QAWpB;IAEF,sBAAsB;IAMhB,uBAAuB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE;IAqBxE,aAAa;IAyHb,cAAc;YAkBA,kBAAkB;YA8BlB,SAAS;IA6BvB,aAAa,CAAC,KAAK,EAAE,WAAW,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAiBjD,0BAA0B,CAAC,CAAC,KAAA;IAIlC,mBAAmB;IAKb,gBAAgB,CAAC,KAAK,EAAE,KAAK;IAiB7B,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE;CAkC9D"}
|
|
@@ -2,7 +2,7 @@ import { ColDef } from '@ag-grid-community/core';
|
|
|
2
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { SelectedOption } from '@genesislcap/foundation-ui';
|
|
4
4
|
import { User } from '@genesislcap/foundation-user';
|
|
5
|
-
import {
|
|
5
|
+
import { GridProGenesisDatasource } from '@genesislcap/rapid-grid-pro';
|
|
6
6
|
import { GenesisElement } from '@genesislcap/web-core';
|
|
7
7
|
export declare class GeneratedReports extends GenesisElement {
|
|
8
8
|
connect: Connect;
|
|
@@ -19,7 +19,7 @@ export declare class GeneratedReports extends GenesisElement {
|
|
|
19
19
|
getColor: (result: string) => "var(--error-color)" | "var(--success-color)" | "var(--warning-color)" | "yellow";
|
|
20
20
|
getStatusRenderer: (value: any) => string;
|
|
21
21
|
getColumnDefs(): ColDef<any>[];
|
|
22
|
-
getGridOptions():
|
|
22
|
+
getGridOptions(): import("@ag-grid-community/core").GridOptions<any>;
|
|
23
23
|
private downloadReport;
|
|
24
24
|
private deleteReport;
|
|
25
25
|
searchChanged(event: CustomEvent<Array<SelectedOption>>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-reports.d.ts","sourceRoot":"","sources":["../../../../../src/new/main/generated-reports/generated-reports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAuB,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,OAAO,EAAU,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAwC,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AACpD,OAAO,
|
|
1
|
+
{"version":3,"file":"generated-reports.d.ts","sourceRoot":"","sources":["../../../../../src/new/main/generated-reports/generated-reports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAuB,MAAM,yBAAyB,CAAC;AACtE,OAAO,EAAE,OAAO,EAAU,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAwC,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAClG,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AACpD,OAAO,EAAqB,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAC1F,OAAO,EAAiB,cAAc,EAAoB,MAAM,uBAAuB,CAAC;AAUxF,qBAKa,gBAAiB,SAAQ,cAAc;IACzC,OAAO,EAAE,OAAO,CAAC;IAC1B,0BAA0B,EAAE,wBAAwB,CAAC;IACrD,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,CAAM;IAEhC,IAAI,EAAG,IAAI,CAAC;IAEX,eAAe;;;;;QAgCpB;IAEF,QAAQ,GAAI,QAAQ,MAAM,uFAYxB;IAEF,iBAAiB,GAAI,UAAK,YAExB;IAEF,aAAa;IAiFb,cAAc;YA4BA,cAAc;YAkCd,YAAY;IA8B1B,aAAa,CAAC,KAAK,EAAE,WAAW,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;CAgBxD"}
|
|
@@ -3,7 +3,7 @@ import { ColDef } from '@ag-grid-community/core';
|
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
4
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
5
5
|
import { GenesisElement } from '@genesislcap/web-core';
|
|
6
|
-
import {
|
|
6
|
+
import { GridOptions } from '@ag-grid-community/core';
|
|
7
7
|
import { GridPro } from '@genesislcap/grid-pro';
|
|
8
8
|
import { GridProGenesisDatasource } from '@genesislcap/rapid-grid-pro';
|
|
9
9
|
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
@@ -53,7 +53,7 @@ declare class GeneratedReports extends GenesisElement {
|
|
|
53
53
|
getColor: (result: string) => "var(--error-color)" | "var(--success-color)" | "var(--warning-color)" | "yellow";
|
|
54
54
|
getStatusRenderer: (value: any) => string;
|
|
55
55
|
getColumnDefs(): ColDef<any>[];
|
|
56
|
-
getGridOptions():
|
|
56
|
+
getGridOptions(): GridOptions<any>;
|
|
57
57
|
private downloadReport;
|
|
58
58
|
private deleteReport;
|
|
59
59
|
searchChanged(event: CustomEvent<Array<SelectedOption>>): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-reporting-ui",
|
|
3
3
|
"description": "Genesis PBC Reporting UI",
|
|
4
|
-
"version": "14.445.
|
|
4
|
+
"version": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/dts/index.d.ts",
|
|
@@ -86,21 +86,21 @@
|
|
|
86
86
|
"@ag-grid-community/core": "29.2.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "14.445.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "14.445.
|
|
91
|
-
"@genesislcap/foundation-events": "14.445.
|
|
92
|
-
"@genesislcap/foundation-forms": "14.445.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.445.
|
|
94
|
-
"@genesislcap/foundation-notifications": "14.445.
|
|
95
|
-
"@genesislcap/foundation-ui": "14.445.
|
|
96
|
-
"@genesislcap/foundation-user": "14.445.
|
|
97
|
-
"@genesislcap/foundation-utils": "14.445.
|
|
98
|
-
"@genesislcap/foundation-zero": "14.445.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "14.445.
|
|
100
|
-
"@genesislcap/grid-pro": "14.445.
|
|
101
|
-
"@genesislcap/rapid-design-system": "14.445.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "14.445.
|
|
103
|
-
"@genesislcap/web-core": "14.445.
|
|
89
|
+
"@genesislcap/foundation-comms": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
91
|
+
"@genesislcap/foundation-events": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
92
|
+
"@genesislcap/foundation-forms": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
94
|
+
"@genesislcap/foundation-notifications": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
95
|
+
"@genesislcap/foundation-ui": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
96
|
+
"@genesislcap/foundation-user": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
97
|
+
"@genesislcap/foundation-utils": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
98
|
+
"@genesislcap/foundation-zero": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
100
|
+
"@genesislcap/grid-pro": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
101
|
+
"@genesislcap/rapid-design-system": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
103
|
+
"@genesislcap/web-core": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
104
104
|
"@reduxjs/toolkit": "^2.2.5",
|
|
105
105
|
"@types/node": "^22.10.2",
|
|
106
106
|
"change-case": "^5.4.3",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@genesiscommunitysuccess/cep-fast-plugin": "^5.0.3",
|
|
111
111
|
"@genesiscommunitysuccess/custom-elements-lsp": "^5.0.3",
|
|
112
|
-
"@genesislcap/eslint-config": "14.445.
|
|
113
|
-
"@genesislcap/foundation-testing": "14.445.
|
|
114
|
-
"@genesislcap/genx": "14.445.
|
|
115
|
-
"@genesislcap/prettier-config": "14.445.
|
|
116
|
-
"@genesislcap/stylelint-config": "14.445.
|
|
112
|
+
"@genesislcap/eslint-config": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
113
|
+
"@genesislcap/foundation-testing": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
114
|
+
"@genesislcap/genx": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
115
|
+
"@genesislcap/prettier-config": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
116
|
+
"@genesislcap/stylelint-config": "14.445.2-chore-fix-ag-grid-types-react.3",
|
|
117
117
|
"@types/json-schema": "^7.0.11",
|
|
118
118
|
"playwright-lighthouse": "^4.0.0",
|
|
119
119
|
"rimraf": "^5.0.0"
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"access": "public"
|
|
123
123
|
},
|
|
124
124
|
"customElements": "dist/custom-elements.json",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "9bae6a71c4c119eb16264d4a01d8615e5cb0a44e"
|
|
126
126
|
}
|