@genesislcap/pbc-reporting-ui 14.408.0 → 14.409.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/README.md +25 -0
- package/package.json +22 -22
- package/docs/api/index.md +0 -30
- package/docs/api/pbc-reporting-ui.foundationreporting.connectedcallback.md +0 -15
- package/docs/api/pbc-reporting-ui.foundationreporting.disconnectedcallback.md +0 -15
- package/docs/api/pbc-reporting-ui.foundationreporting.generatedreportscomponent.md +0 -11
- package/docs/api/pbc-reporting-ui.foundationreporting.handlereportconfigdisplaymode.md +0 -50
- package/docs/api/pbc-reporting-ui.foundationreporting.handlerunreportevent.md +0 -50
- package/docs/api/pbc-reporting-ui.foundationreporting.md +0 -180
- package/docs/api/pbc-reporting-ui.foundationreporting.ready.md +0 -11
- package/docs/api/pbc-reporting-ui.foundationreporting.reportconfigmode.md +0 -11
- package/docs/api/pbc-reporting-ui.foundationreporting.tabs.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.activereport.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.config.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.connect.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.connectedcallback.md +0 -15
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.create.md +0 -15
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.createedittabid.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.datasourcesettings.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.disconnectedcallback.md +0 -15
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.edit.md +0 -50
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.enter.md +0 -50
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.fields.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.getfields.md +0 -50
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.handleeditreportevent.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.handlerowselectionevent.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.handlerunreportevent.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.handletabschange.md +0 -50
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.listbox.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.md +0 -429
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.notifications.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.ready.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.reportsgrid.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.run.md +0 -50
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.selectedrows.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.setpagetab.md +0 -50
- package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.tabs.md +0 -11
- package/docs/api/pbc-reporting-ui.legacyreporting.md +0 -70
- package/docs/api/pbc-reporting-ui.legacyreporting.rapidreporting.md +0 -39
- package/docs/api/pbc-reporting-ui.legacyreporting.reporting.md +0 -14
- package/docs/api/pbc-reporting-ui.legacyreporting.zeroreporting.md +0 -39
- package/docs/api/pbc-reporting-ui.mainstyles.md +0 -11
- package/docs/api/pbc-reporting-ui.maintemplate.md +0 -11
- package/docs/api/pbc-reporting-ui.md +0 -143
- package/docs/api/pbc-reporting-ui.rapidreporting.md +0 -39
- package/docs/api/pbc-reporting-ui.reporting.md +0 -14
- package/docs/api/pbc-reporting-ui.reportingsandbox.auth.md +0 -11
- package/docs/api/pbc-reporting-ui.reportingsandbox.connect.md +0 -11
- package/docs/api/pbc-reporting-ui.reportingsandbox.connectedcallback.md +0 -15
- package/docs/api/pbc-reporting-ui.reportingsandbox.md +0 -121
- package/docs/api/pbc-reporting-ui.reportingsandbox.ready.md +0 -11
- package/docs/api/pbc-reporting-ui.reportingtab.md +0 -88
- package/docs/api-report.md.api.md +0 -174
- package/temp/api-report.md.api.md +0 -174
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @genesislcap/pbc-reporting-ui
|
|
2
|
+
|
|
3
|
+
Documentation for this package is published on the Genesis docs site:
|
|
4
|
+
|
|
5
|
+
**Docs: [Grids](https://docs.genesis.global/docs/develop/client-capabilities/grids/)**
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
Add the package to your `package.json` dependencies. After changing dependencies, run `npm run bootstrap` (or your project's equivalent). See [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) for more information.
|
|
10
|
+
|
|
11
|
+
```json
|
|
12
|
+
{
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@genesislcap/pbc-reporting-ui": "latest"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## License
|
|
20
|
+
|
|
21
|
+
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
22
|
+
|
|
23
|
+
### Licensed components
|
|
24
|
+
|
|
25
|
+
Genesis low-code platform
|
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.
|
|
4
|
+
"version": "14.409.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/dts/index.d.ts",
|
|
@@ -104,21 +104,21 @@
|
|
|
104
104
|
"@ag-grid-community/core": "29.2.0"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@genesislcap/foundation-comms": "14.
|
|
108
|
-
"@genesislcap/foundation-entity-management": "14.
|
|
109
|
-
"@genesislcap/foundation-events": "14.
|
|
110
|
-
"@genesislcap/foundation-forms": "14.
|
|
111
|
-
"@genesislcap/foundation-logger": "14.
|
|
112
|
-
"@genesislcap/foundation-notifications": "14.
|
|
113
|
-
"@genesislcap/foundation-ui": "14.
|
|
114
|
-
"@genesislcap/foundation-user": "14.
|
|
115
|
-
"@genesislcap/foundation-utils": "14.
|
|
116
|
-
"@genesislcap/foundation-zero": "14.
|
|
117
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
118
|
-
"@genesislcap/grid-pro": "14.
|
|
119
|
-
"@genesislcap/rapid-design-system": "14.
|
|
120
|
-
"@genesislcap/rapid-grid-pro": "14.
|
|
121
|
-
"@genesislcap/web-core": "14.
|
|
107
|
+
"@genesislcap/foundation-comms": "14.409.0",
|
|
108
|
+
"@genesislcap/foundation-entity-management": "14.409.0",
|
|
109
|
+
"@genesislcap/foundation-events": "14.409.0",
|
|
110
|
+
"@genesislcap/foundation-forms": "14.409.0",
|
|
111
|
+
"@genesislcap/foundation-logger": "14.409.0",
|
|
112
|
+
"@genesislcap/foundation-notifications": "14.409.0",
|
|
113
|
+
"@genesislcap/foundation-ui": "14.409.0",
|
|
114
|
+
"@genesislcap/foundation-user": "14.409.0",
|
|
115
|
+
"@genesislcap/foundation-utils": "14.409.0",
|
|
116
|
+
"@genesislcap/foundation-zero": "14.409.0",
|
|
117
|
+
"@genesislcap/foundation-zero-grid-pro": "14.409.0",
|
|
118
|
+
"@genesislcap/grid-pro": "14.409.0",
|
|
119
|
+
"@genesislcap/rapid-design-system": "14.409.0",
|
|
120
|
+
"@genesislcap/rapid-grid-pro": "14.409.0",
|
|
121
|
+
"@genesislcap/web-core": "14.409.0",
|
|
122
122
|
"@reduxjs/toolkit": "^2.2.5",
|
|
123
123
|
"@types/node": "^22.10.2",
|
|
124
124
|
"change-case": "^5.4.3",
|
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@genesiscommunitysuccess/cep-fast-plugin": "^5.0.3",
|
|
129
129
|
"@genesiscommunitysuccess/custom-elements-lsp": "^5.0.3",
|
|
130
|
-
"@genesislcap/eslint-config": "14.
|
|
131
|
-
"@genesislcap/foundation-testing": "14.
|
|
132
|
-
"@genesislcap/genx": "14.
|
|
133
|
-
"@genesislcap/prettier-config": "14.
|
|
134
|
-
"@genesislcap/stylelint-config": "14.
|
|
130
|
+
"@genesislcap/eslint-config": "14.409.0",
|
|
131
|
+
"@genesislcap/foundation-testing": "14.409.0",
|
|
132
|
+
"@genesislcap/genx": "14.409.0",
|
|
133
|
+
"@genesislcap/prettier-config": "14.409.0",
|
|
134
|
+
"@genesislcap/stylelint-config": "14.409.0",
|
|
135
135
|
"@types/json-schema": "^7.0.11",
|
|
136
136
|
"playwright-lighthouse": "^4.0.0",
|
|
137
137
|
"rimraf": "^5.0.0"
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
"access": "public"
|
|
141
141
|
},
|
|
142
142
|
"customElements": "dist/custom-elements.json",
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "cbe0459d170f27c35a7de18cec415947aedf4da5"
|
|
144
144
|
}
|
package/docs/api/index.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md)
|
|
4
|
-
|
|
5
|
-
## API Reference
|
|
6
|
-
|
|
7
|
-
## Packages
|
|
8
|
-
|
|
9
|
-
<table><thead><tr><th>
|
|
10
|
-
|
|
11
|
-
Package
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</th><th>
|
|
15
|
-
|
|
16
|
-
Description
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</th></tr></thead>
|
|
20
|
-
<tbody><tr><td>
|
|
21
|
-
|
|
22
|
-
[@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</td></tr>
|
|
29
|
-
</tbody></table>
|
|
30
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [connectedCallback](./pbc-reporting-ui.foundationreporting.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connectedCallback(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [disconnectedCallback](./pbc-reporting-ui.foundationreporting.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [generatedReportsComponent](./pbc-reporting-ui.foundationreporting.generatedreportscomponent.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.generatedReportsComponent property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
generatedReportsComponent: GeneratedReports;
|
|
11
|
-
```
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [handleReportConfigDisplayMode](./pbc-reporting-ui.foundationreporting.handlereportconfigdisplaymode.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.handleReportConfigDisplayMode() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
handleReportConfigDisplayMode({ detail, }: CustomEvent<ReportingEventDetailMap[ReportingEvents.setReportConfigDisplayMode]>): void;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
{ detail, }
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
CustomEvent<ReportingEventDetailMap\[ReportingEvents.setReportConfigDisplayMode\]>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
void
|
|
50
|
-
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [handleRunReportEvent](./pbc-reporting-ui.foundationreporting.handlerunreportevent.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.handleRunReportEvent() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
handleRunReportEvent({ detail }: CustomEvent): void;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
{ detail }
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
CustomEvent
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
void
|
|
50
|
-
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting class
|
|
6
|
-
|
|
7
|
-
FoundationReporting.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export declare class FoundationReporting extends GenesisElement
|
|
13
|
-
```
|
|
14
|
-
**Extends:** GenesisElement
|
|
15
|
-
|
|
16
|
-
## Remarks
|
|
17
|
-
|
|
18
|
-
Base MF export. It does not set up a design system or components.
|
|
19
|
-
|
|
20
|
-
## Properties
|
|
21
|
-
|
|
22
|
-
<table><thead><tr><th>
|
|
23
|
-
|
|
24
|
-
Property
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Modifiers
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th><th>
|
|
33
|
-
|
|
34
|
-
Type
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</th><th>
|
|
38
|
-
|
|
39
|
-
Description
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</th></tr></thead>
|
|
43
|
-
<tbody><tr><td>
|
|
44
|
-
|
|
45
|
-
[generatedReportsComponent](./pbc-reporting-ui.foundationreporting.generatedreportscomponent.md)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td><td>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td><td>
|
|
52
|
-
|
|
53
|
-
GeneratedReports
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td><td>
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td></tr>
|
|
60
|
-
<tr><td>
|
|
61
|
-
|
|
62
|
-
[ready](./pbc-reporting-ui.foundationreporting.ready.md)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</td><td>
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
</td><td>
|
|
69
|
-
|
|
70
|
-
boolean
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
</td><td>
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
</td></tr>
|
|
77
|
-
<tr><td>
|
|
78
|
-
|
|
79
|
-
[reportConfigMode](./pbc-reporting-ui.foundationreporting.reportconfigmode.md)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
</td><td>
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
</td><td>
|
|
86
|
-
|
|
87
|
-
ReportingEventDetailMap\[ReportingEvents.setReportConfigDisplayMode\]
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
</td><td>
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</td></tr>
|
|
94
|
-
<tr><td>
|
|
95
|
-
|
|
96
|
-
[tabs](./pbc-reporting-ui.foundationreporting.tabs.md)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
</td><td>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</td><td>
|
|
103
|
-
|
|
104
|
-
Tabs
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</td><td>
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
</td></tr>
|
|
111
|
-
</tbody></table>
|
|
112
|
-
|
|
113
|
-
## Methods
|
|
114
|
-
|
|
115
|
-
<table><thead><tr><th>
|
|
116
|
-
|
|
117
|
-
Method
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
</th><th>
|
|
121
|
-
|
|
122
|
-
Modifiers
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
</th><th>
|
|
126
|
-
|
|
127
|
-
Description
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
</th></tr></thead>
|
|
131
|
-
<tbody><tr><td>
|
|
132
|
-
|
|
133
|
-
[connectedCallback()](./pbc-reporting-ui.foundationreporting.connectedcallback.md)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
</td><td>
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
</td><td>
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
</td></tr>
|
|
143
|
-
<tr><td>
|
|
144
|
-
|
|
145
|
-
[disconnectedCallback()](./pbc-reporting-ui.foundationreporting.disconnectedcallback.md)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
</td><td>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
</td><td>
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
</td></tr>
|
|
155
|
-
<tr><td>
|
|
156
|
-
|
|
157
|
-
[handleReportConfigDisplayMode({ detail, })](./pbc-reporting-ui.foundationreporting.handlereportconfigdisplaymode.md)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
</td><td>
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
</td><td>
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
</td></tr>
|
|
167
|
-
<tr><td>
|
|
168
|
-
|
|
169
|
-
[handleRunReportEvent({ detail })](./pbc-reporting-ui.foundationreporting.handlerunreportevent.md)
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
</td><td>
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
</td><td>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
</td></tr>
|
|
179
|
-
</tbody></table>
|
|
180
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [ready](./pbc-reporting-ui.foundationreporting.ready.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.ready property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
ready: boolean;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [reportConfigMode](./pbc-reporting-ui.foundationreporting.reportconfigmode.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.reportConfigMode property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
reportConfigMode: ReportingEventDetailMap[ReportingEvents.setReportConfigDisplayMode];
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [FoundationReporting](./pbc-reporting-ui.foundationreporting.md) > [tabs](./pbc-reporting-ui.foundationreporting.tabs.md)
|
|
4
|
-
|
|
5
|
-
## FoundationReporting.tabs property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
tabs: Tabs;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [activeReport](./pbc-reporting-ui.legacyreporting.foundationreporting.activereport.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.activeReport property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
activeReport: any;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [config](./pbc-reporting-ui.legacyreporting.foundationreporting.config.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.config property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
config: ReportingConfig;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [connect](./pbc-reporting-ui.legacyreporting.foundationreporting.connect.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.connect property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connect: Connect;
|
|
11
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [connectedCallback](./pbc-reporting-ui.legacyreporting.foundationreporting.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connectedCallback(): Promise<void>;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
Promise<void>
|
|
15
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [create](./pbc-reporting-ui.legacyreporting.foundationreporting.create.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.create() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
create(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [createEditTabId](./pbc-reporting-ui.legacyreporting.foundationreporting.createedittabid.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.createEditTabId property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
createEditTabId: string;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [datasourceSettings](./pbc-reporting-ui.legacyreporting.foundationreporting.datasourcesettings.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.datasourceSettings property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
datasourceSettings: any;
|
|
11
|
-
```
|
package/docs/api/pbc-reporting-ui.legacyreporting.foundationreporting.disconnectedcallback.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [disconnectedCallback](./pbc-reporting-ui.legacyreporting.foundationreporting.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
```
|
|
12
|
-
**Returns:**
|
|
13
|
-
|
|
14
|
-
void
|
|
15
|
-
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/pbc-reporting-ui](./pbc-reporting-ui.md) > [LegacyReporting](./pbc-reporting-ui.legacyreporting.md) > [FoundationReporting](./pbc-reporting-ui.legacyreporting.foundationreporting.md) > [edit](./pbc-reporting-ui.legacyreporting.foundationreporting.edit.md)
|
|
4
|
-
|
|
5
|
-
## LegacyReporting.FoundationReporting.edit() method
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
edit(rowData: any): void;
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Parameters
|
|
14
|
-
|
|
15
|
-
<table><thead><tr><th>
|
|
16
|
-
|
|
17
|
-
Parameter
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
rowData
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
any
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
46
|
-
|
|
47
|
-
**Returns:**
|
|
48
|
-
|
|
49
|
-
void
|
|
50
|
-
|