@genesislcap/pbc-reporting-ui 15.3.4 → 15.3.5
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 +106 -106
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +22 -22
|
@@ -4395,6 +4395,112 @@
|
|
|
4395
4395
|
}
|
|
4396
4396
|
]
|
|
4397
4397
|
},
|
|
4398
|
+
{
|
|
4399
|
+
"kind": "javascript-module",
|
|
4400
|
+
"path": "src/new/components/renderers/data-transform-renderer.ts",
|
|
4401
|
+
"declarations": [
|
|
4402
|
+
{
|
|
4403
|
+
"kind": "class",
|
|
4404
|
+
"description": "",
|
|
4405
|
+
"name": "DataTransformRenderer",
|
|
4406
|
+
"members": [
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "field",
|
|
4409
|
+
"name": "params",
|
|
4410
|
+
"type": {
|
|
4411
|
+
"text": "DataTransformRendererParams"
|
|
4412
|
+
},
|
|
4413
|
+
"privacy": "public"
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"kind": "field",
|
|
4417
|
+
"name": "value",
|
|
4418
|
+
"type": {
|
|
4419
|
+
"text": "ExpressionBuilderTypes.ValueConfig"
|
|
4420
|
+
},
|
|
4421
|
+
"privacy": "public"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"kind": "field",
|
|
4425
|
+
"name": "modal",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "Modal"
|
|
4428
|
+
}
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "method",
|
|
4432
|
+
"name": "init",
|
|
4433
|
+
"privacy": "public",
|
|
4434
|
+
"parameters": [
|
|
4435
|
+
{
|
|
4436
|
+
"name": "params",
|
|
4437
|
+
"type": {
|
|
4438
|
+
"text": "DataTransformRendererParams"
|
|
4439
|
+
}
|
|
4440
|
+
}
|
|
4441
|
+
]
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"kind": "method",
|
|
4445
|
+
"name": "getGui",
|
|
4446
|
+
"privacy": "public",
|
|
4447
|
+
"return": {
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "HTMLElement"
|
|
4450
|
+
}
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"kind": "method",
|
|
4455
|
+
"name": "refresh",
|
|
4456
|
+
"privacy": "public",
|
|
4457
|
+
"return": {
|
|
4458
|
+
"type": {
|
|
4459
|
+
"text": "boolean"
|
|
4460
|
+
}
|
|
4461
|
+
},
|
|
4462
|
+
"parameters": [
|
|
4463
|
+
{
|
|
4464
|
+
"name": "params",
|
|
4465
|
+
"type": {
|
|
4466
|
+
"text": "DataTransformRendererParams"
|
|
4467
|
+
}
|
|
4468
|
+
}
|
|
4469
|
+
]
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"kind": "field",
|
|
4473
|
+
"name": "changeHandler",
|
|
4474
|
+
"privacy": "public"
|
|
4475
|
+
}
|
|
4476
|
+
],
|
|
4477
|
+
"superclass": {
|
|
4478
|
+
"name": "GenesisElement",
|
|
4479
|
+
"package": "@genesislcap/web-core"
|
|
4480
|
+
},
|
|
4481
|
+
"tagName": "data-transform-cell-renderer",
|
|
4482
|
+
"customElement": true
|
|
4483
|
+
}
|
|
4484
|
+
],
|
|
4485
|
+
"exports": [
|
|
4486
|
+
{
|
|
4487
|
+
"kind": "js",
|
|
4488
|
+
"name": "DataTransformRenderer",
|
|
4489
|
+
"declaration": {
|
|
4490
|
+
"name": "DataTransformRenderer",
|
|
4491
|
+
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4492
|
+
}
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"kind": "custom-element-definition",
|
|
4496
|
+
"name": "data-transform-cell-renderer",
|
|
4497
|
+
"declaration": {
|
|
4498
|
+
"name": "DataTransformRenderer",
|
|
4499
|
+
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4500
|
+
}
|
|
4501
|
+
}
|
|
4502
|
+
]
|
|
4503
|
+
},
|
|
4398
4504
|
{
|
|
4399
4505
|
"kind": "javascript-module",
|
|
4400
4506
|
"path": "src/new/components/clone-report-config-modal/clone-report-config-modal.styles.ts",
|
|
@@ -4910,112 +5016,6 @@
|
|
|
4910
5016
|
}
|
|
4911
5017
|
]
|
|
4912
5018
|
},
|
|
4913
|
-
{
|
|
4914
|
-
"kind": "javascript-module",
|
|
4915
|
-
"path": "src/new/components/renderers/data-transform-renderer.ts",
|
|
4916
|
-
"declarations": [
|
|
4917
|
-
{
|
|
4918
|
-
"kind": "class",
|
|
4919
|
-
"description": "",
|
|
4920
|
-
"name": "DataTransformRenderer",
|
|
4921
|
-
"members": [
|
|
4922
|
-
{
|
|
4923
|
-
"kind": "field",
|
|
4924
|
-
"name": "params",
|
|
4925
|
-
"type": {
|
|
4926
|
-
"text": "DataTransformRendererParams"
|
|
4927
|
-
},
|
|
4928
|
-
"privacy": "public"
|
|
4929
|
-
},
|
|
4930
|
-
{
|
|
4931
|
-
"kind": "field",
|
|
4932
|
-
"name": "value",
|
|
4933
|
-
"type": {
|
|
4934
|
-
"text": "ExpressionBuilderTypes.ValueConfig"
|
|
4935
|
-
},
|
|
4936
|
-
"privacy": "public"
|
|
4937
|
-
},
|
|
4938
|
-
{
|
|
4939
|
-
"kind": "field",
|
|
4940
|
-
"name": "modal",
|
|
4941
|
-
"type": {
|
|
4942
|
-
"text": "Modal"
|
|
4943
|
-
}
|
|
4944
|
-
},
|
|
4945
|
-
{
|
|
4946
|
-
"kind": "method",
|
|
4947
|
-
"name": "init",
|
|
4948
|
-
"privacy": "public",
|
|
4949
|
-
"parameters": [
|
|
4950
|
-
{
|
|
4951
|
-
"name": "params",
|
|
4952
|
-
"type": {
|
|
4953
|
-
"text": "DataTransformRendererParams"
|
|
4954
|
-
}
|
|
4955
|
-
}
|
|
4956
|
-
]
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"kind": "method",
|
|
4960
|
-
"name": "getGui",
|
|
4961
|
-
"privacy": "public",
|
|
4962
|
-
"return": {
|
|
4963
|
-
"type": {
|
|
4964
|
-
"text": "HTMLElement"
|
|
4965
|
-
}
|
|
4966
|
-
}
|
|
4967
|
-
},
|
|
4968
|
-
{
|
|
4969
|
-
"kind": "method",
|
|
4970
|
-
"name": "refresh",
|
|
4971
|
-
"privacy": "public",
|
|
4972
|
-
"return": {
|
|
4973
|
-
"type": {
|
|
4974
|
-
"text": "boolean"
|
|
4975
|
-
}
|
|
4976
|
-
},
|
|
4977
|
-
"parameters": [
|
|
4978
|
-
{
|
|
4979
|
-
"name": "params",
|
|
4980
|
-
"type": {
|
|
4981
|
-
"text": "DataTransformRendererParams"
|
|
4982
|
-
}
|
|
4983
|
-
}
|
|
4984
|
-
]
|
|
4985
|
-
},
|
|
4986
|
-
{
|
|
4987
|
-
"kind": "field",
|
|
4988
|
-
"name": "changeHandler",
|
|
4989
|
-
"privacy": "public"
|
|
4990
|
-
}
|
|
4991
|
-
],
|
|
4992
|
-
"superclass": {
|
|
4993
|
-
"name": "GenesisElement",
|
|
4994
|
-
"package": "@genesislcap/web-core"
|
|
4995
|
-
},
|
|
4996
|
-
"tagName": "data-transform-cell-renderer",
|
|
4997
|
-
"customElement": true
|
|
4998
|
-
}
|
|
4999
|
-
],
|
|
5000
|
-
"exports": [
|
|
5001
|
-
{
|
|
5002
|
-
"kind": "js",
|
|
5003
|
-
"name": "DataTransformRenderer",
|
|
5004
|
-
"declaration": {
|
|
5005
|
-
"name": "DataTransformRenderer",
|
|
5006
|
-
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
5007
|
-
}
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"kind": "custom-element-definition",
|
|
5011
|
-
"name": "data-transform-cell-renderer",
|
|
5012
|
-
"declaration": {
|
|
5013
|
-
"name": "DataTransformRenderer",
|
|
5014
|
-
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
5015
|
-
}
|
|
5016
|
-
}
|
|
5017
|
-
]
|
|
5018
|
-
},
|
|
5019
5019
|
{
|
|
5020
5020
|
"kind": "javascript-module",
|
|
5021
5021
|
"path": "src/new/components/shared/file-template-picker.template.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -129,6 +129,15 @@ export declare const ZeroReporting: React.ForwardRefExoticComponent<
|
|
|
129
129
|
>;
|
|
130
130
|
export type ZeroReportingRef = ZeroReportingWC;
|
|
131
131
|
|
|
132
|
+
export declare const DataTransformRenderer: React.ForwardRefExoticComponent<
|
|
133
|
+
React.PropsWithChildren<
|
|
134
|
+
Omit<PublicOf<DataTransformRendererWC>, 'children' | 'style'> &
|
|
135
|
+
HTMLWCProps & {
|
|
136
|
+
}
|
|
137
|
+
> & React.RefAttributes<DataTransformRendererWC>
|
|
138
|
+
>;
|
|
139
|
+
export type DataTransformRendererRef = DataTransformRendererWC;
|
|
140
|
+
|
|
132
141
|
export declare const CloneReportConfigModal: React.ForwardRefExoticComponent<
|
|
133
142
|
React.PropsWithChildren<
|
|
134
143
|
Omit<PublicOf<CloneReportConfigModalWC>, 'children' | 'style'> &
|
|
@@ -149,15 +158,6 @@ export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
|
149
158
|
>;
|
|
150
159
|
export type ReportingConfigurationsRef = ReportingConfigurationsWC;
|
|
151
160
|
|
|
152
|
-
export declare const DataTransformRenderer: React.ForwardRefExoticComponent<
|
|
153
|
-
React.PropsWithChildren<
|
|
154
|
-
Omit<PublicOf<DataTransformRendererWC>, 'children' | 'style'> &
|
|
155
|
-
HTMLWCProps & {
|
|
156
|
-
}
|
|
157
|
-
> & React.RefAttributes<DataTransformRendererWC>
|
|
158
|
-
>;
|
|
159
|
-
export type DataTransformRendererRef = DataTransformRendererWC;
|
|
160
|
-
|
|
161
161
|
export declare const ConfigJourneyOrchestrator: React.ForwardRefExoticComponent<
|
|
162
162
|
React.PropsWithChildren<
|
|
163
163
|
Omit<PublicOf<ConfigJourneyOrchestratorWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -82,6 +82,11 @@ const ZeroReporting = React.forwardRef(function ZeroReporting(props, ref) {
|
|
|
82
82
|
return React.createElement(customElements.getName(ZeroReportingWC) ?? 'zero-reporting-legacy', { ...rest, ref }, children);
|
|
83
83
|
});
|
|
84
84
|
|
|
85
|
+
const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
86
|
+
const { children, ...rest } = props;
|
|
87
|
+
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
88
|
+
});
|
|
89
|
+
|
|
85
90
|
const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
86
91
|
const { children, ...rest } = props;
|
|
87
92
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
@@ -109,11 +114,6 @@ const ReportingConfigurations = React.forwardRef(function ReportingConfiguration
|
|
|
109
114
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
110
115
|
});
|
|
111
116
|
|
|
112
|
-
const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
113
|
-
const { children, ...rest } = props;
|
|
114
|
-
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
115
|
-
});
|
|
116
|
-
|
|
117
117
|
const ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchestrator(props, ref) {
|
|
118
118
|
const { onSetReportConfigDispMode, children, ...rest } = props;
|
|
119
119
|
const _innerRef = React.useRef(null);
|
|
@@ -302,9 +302,9 @@ module.exports = {
|
|
|
302
302
|
FoundationReporting,
|
|
303
303
|
RapidReporting,
|
|
304
304
|
ZeroReporting,
|
|
305
|
+
DataTransformRenderer,
|
|
305
306
|
CloneReportConfigModal,
|
|
306
307
|
ReportingConfigurations,
|
|
307
|
-
DataTransformRenderer,
|
|
308
308
|
ConfigJourneyOrchestrator,
|
|
309
309
|
GeneratedReports,
|
|
310
310
|
ReportDestinations,
|
package/dist/react.mjs
CHANGED
|
@@ -80,6 +80,11 @@ export const ZeroReporting = React.forwardRef(function ZeroReporting(props, ref)
|
|
|
80
80
|
return React.createElement(customElements.getName(ZeroReportingWC) ?? 'zero-reporting-legacy', { ...rest, ref }, children);
|
|
81
81
|
});
|
|
82
82
|
|
|
83
|
+
export const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
84
|
+
const { children, ...rest } = props;
|
|
85
|
+
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
86
|
+
});
|
|
87
|
+
|
|
83
88
|
export const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
84
89
|
const { children, ...rest } = props;
|
|
85
90
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
@@ -107,11 +112,6 @@ export const ReportingConfigurations = React.forwardRef(function ReportingConfig
|
|
|
107
112
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
108
113
|
});
|
|
109
114
|
|
|
110
|
-
export const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
111
|
-
const { children, ...rest } = props;
|
|
112
|
-
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
113
|
-
});
|
|
114
|
-
|
|
115
115
|
export const ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchestrator(props, ref) {
|
|
116
116
|
const { onSetReportConfigDispMode, children, ...rest } = props;
|
|
117
117
|
const _innerRef = React.useRef(null);
|
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": "15.3.
|
|
4
|
+
"version": "15.3.5",
|
|
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": "15.3.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.3.
|
|
91
|
-
"@genesislcap/foundation-events": "15.3.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.3.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.3.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.3.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.3.
|
|
96
|
-
"@genesislcap/foundation-user": "15.3.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.3.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.3.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.3.
|
|
100
|
-
"@genesislcap/grid-pro": "15.3.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.3.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.3.
|
|
103
|
-
"@genesislcap/web-core": "15.3.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.3.5",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.3.5",
|
|
91
|
+
"@genesislcap/foundation-events": "15.3.5",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.3.5",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.3.5",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.3.5",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.3.5",
|
|
96
|
+
"@genesislcap/foundation-user": "15.3.5",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.3.5",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.3.5",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.3.5",
|
|
100
|
+
"@genesislcap/grid-pro": "15.3.5",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.3.5",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.3.5",
|
|
103
|
+
"@genesislcap/web-core": "15.3.5",
|
|
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": "15.3.
|
|
113
|
-
"@genesislcap/foundation-testing": "15.3.
|
|
114
|
-
"@genesislcap/genx": "15.3.
|
|
115
|
-
"@genesislcap/prettier-config": "15.3.
|
|
116
|
-
"@genesislcap/stylelint-config": "15.3.
|
|
112
|
+
"@genesislcap/eslint-config": "15.3.5",
|
|
113
|
+
"@genesislcap/foundation-testing": "15.3.5",
|
|
114
|
+
"@genesislcap/genx": "15.3.5",
|
|
115
|
+
"@genesislcap/prettier-config": "15.3.5",
|
|
116
|
+
"@genesislcap/stylelint-config": "15.3.5",
|
|
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": "dc772a3a6f1b3d1c249f1ffae27a13d29878609c"
|
|
126
126
|
}
|