@genesislcap/pbc-reporting-ui 15.28.0 → 15.28.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 +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 +21 -21
|
@@ -4707,6 +4707,112 @@
|
|
|
4707
4707
|
}
|
|
4708
4708
|
]
|
|
4709
4709
|
},
|
|
4710
|
+
{
|
|
4711
|
+
"kind": "javascript-module",
|
|
4712
|
+
"path": "src/new/components/renderers/data-transform-renderer.ts",
|
|
4713
|
+
"declarations": [
|
|
4714
|
+
{
|
|
4715
|
+
"kind": "class",
|
|
4716
|
+
"description": "",
|
|
4717
|
+
"name": "DataTransformRenderer",
|
|
4718
|
+
"members": [
|
|
4719
|
+
{
|
|
4720
|
+
"kind": "field",
|
|
4721
|
+
"name": "params",
|
|
4722
|
+
"type": {
|
|
4723
|
+
"text": "DataTransformRendererParams"
|
|
4724
|
+
},
|
|
4725
|
+
"privacy": "public"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"kind": "field",
|
|
4729
|
+
"name": "value",
|
|
4730
|
+
"type": {
|
|
4731
|
+
"text": "ExpressionBuilderTypes.ValueConfig"
|
|
4732
|
+
},
|
|
4733
|
+
"privacy": "public"
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"kind": "field",
|
|
4737
|
+
"name": "modal",
|
|
4738
|
+
"type": {
|
|
4739
|
+
"text": "Modal"
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"kind": "method",
|
|
4744
|
+
"name": "init",
|
|
4745
|
+
"privacy": "public",
|
|
4746
|
+
"parameters": [
|
|
4747
|
+
{
|
|
4748
|
+
"name": "params",
|
|
4749
|
+
"type": {
|
|
4750
|
+
"text": "DataTransformRendererParams"
|
|
4751
|
+
}
|
|
4752
|
+
}
|
|
4753
|
+
]
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"kind": "method",
|
|
4757
|
+
"name": "getGui",
|
|
4758
|
+
"privacy": "public",
|
|
4759
|
+
"return": {
|
|
4760
|
+
"type": {
|
|
4761
|
+
"text": "HTMLElement"
|
|
4762
|
+
}
|
|
4763
|
+
}
|
|
4764
|
+
},
|
|
4765
|
+
{
|
|
4766
|
+
"kind": "method",
|
|
4767
|
+
"name": "refresh",
|
|
4768
|
+
"privacy": "public",
|
|
4769
|
+
"return": {
|
|
4770
|
+
"type": {
|
|
4771
|
+
"text": "boolean"
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4774
|
+
"parameters": [
|
|
4775
|
+
{
|
|
4776
|
+
"name": "params",
|
|
4777
|
+
"type": {
|
|
4778
|
+
"text": "DataTransformRendererParams"
|
|
4779
|
+
}
|
|
4780
|
+
}
|
|
4781
|
+
]
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"kind": "field",
|
|
4785
|
+
"name": "changeHandler",
|
|
4786
|
+
"privacy": "public"
|
|
4787
|
+
}
|
|
4788
|
+
],
|
|
4789
|
+
"superclass": {
|
|
4790
|
+
"name": "GenesisElement",
|
|
4791
|
+
"package": "@genesislcap/web-core"
|
|
4792
|
+
},
|
|
4793
|
+
"tagName": "data-transform-cell-renderer",
|
|
4794
|
+
"customElement": true
|
|
4795
|
+
}
|
|
4796
|
+
],
|
|
4797
|
+
"exports": [
|
|
4798
|
+
{
|
|
4799
|
+
"kind": "js",
|
|
4800
|
+
"name": "DataTransformRenderer",
|
|
4801
|
+
"declaration": {
|
|
4802
|
+
"name": "DataTransformRenderer",
|
|
4803
|
+
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"kind": "custom-element-definition",
|
|
4808
|
+
"name": "data-transform-cell-renderer",
|
|
4809
|
+
"declaration": {
|
|
4810
|
+
"name": "DataTransformRenderer",
|
|
4811
|
+
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4812
|
+
}
|
|
4813
|
+
}
|
|
4814
|
+
]
|
|
4815
|
+
},
|
|
4710
4816
|
{
|
|
4711
4817
|
"kind": "javascript-module",
|
|
4712
4818
|
"path": "src/new/components/reporting-configurations/reporting-configurations.styles.ts",
|
|
@@ -4952,112 +5058,6 @@
|
|
|
4952
5058
|
}
|
|
4953
5059
|
]
|
|
4954
5060
|
},
|
|
4955
|
-
{
|
|
4956
|
-
"kind": "javascript-module",
|
|
4957
|
-
"path": "src/new/components/renderers/data-transform-renderer.ts",
|
|
4958
|
-
"declarations": [
|
|
4959
|
-
{
|
|
4960
|
-
"kind": "class",
|
|
4961
|
-
"description": "",
|
|
4962
|
-
"name": "DataTransformRenderer",
|
|
4963
|
-
"members": [
|
|
4964
|
-
{
|
|
4965
|
-
"kind": "field",
|
|
4966
|
-
"name": "params",
|
|
4967
|
-
"type": {
|
|
4968
|
-
"text": "DataTransformRendererParams"
|
|
4969
|
-
},
|
|
4970
|
-
"privacy": "public"
|
|
4971
|
-
},
|
|
4972
|
-
{
|
|
4973
|
-
"kind": "field",
|
|
4974
|
-
"name": "value",
|
|
4975
|
-
"type": {
|
|
4976
|
-
"text": "ExpressionBuilderTypes.ValueConfig"
|
|
4977
|
-
},
|
|
4978
|
-
"privacy": "public"
|
|
4979
|
-
},
|
|
4980
|
-
{
|
|
4981
|
-
"kind": "field",
|
|
4982
|
-
"name": "modal",
|
|
4983
|
-
"type": {
|
|
4984
|
-
"text": "Modal"
|
|
4985
|
-
}
|
|
4986
|
-
},
|
|
4987
|
-
{
|
|
4988
|
-
"kind": "method",
|
|
4989
|
-
"name": "init",
|
|
4990
|
-
"privacy": "public",
|
|
4991
|
-
"parameters": [
|
|
4992
|
-
{
|
|
4993
|
-
"name": "params",
|
|
4994
|
-
"type": {
|
|
4995
|
-
"text": "DataTransformRendererParams"
|
|
4996
|
-
}
|
|
4997
|
-
}
|
|
4998
|
-
]
|
|
4999
|
-
},
|
|
5000
|
-
{
|
|
5001
|
-
"kind": "method",
|
|
5002
|
-
"name": "getGui",
|
|
5003
|
-
"privacy": "public",
|
|
5004
|
-
"return": {
|
|
5005
|
-
"type": {
|
|
5006
|
-
"text": "HTMLElement"
|
|
5007
|
-
}
|
|
5008
|
-
}
|
|
5009
|
-
},
|
|
5010
|
-
{
|
|
5011
|
-
"kind": "method",
|
|
5012
|
-
"name": "refresh",
|
|
5013
|
-
"privacy": "public",
|
|
5014
|
-
"return": {
|
|
5015
|
-
"type": {
|
|
5016
|
-
"text": "boolean"
|
|
5017
|
-
}
|
|
5018
|
-
},
|
|
5019
|
-
"parameters": [
|
|
5020
|
-
{
|
|
5021
|
-
"name": "params",
|
|
5022
|
-
"type": {
|
|
5023
|
-
"text": "DataTransformRendererParams"
|
|
5024
|
-
}
|
|
5025
|
-
}
|
|
5026
|
-
]
|
|
5027
|
-
},
|
|
5028
|
-
{
|
|
5029
|
-
"kind": "field",
|
|
5030
|
-
"name": "changeHandler",
|
|
5031
|
-
"privacy": "public"
|
|
5032
|
-
}
|
|
5033
|
-
],
|
|
5034
|
-
"superclass": {
|
|
5035
|
-
"name": "GenesisElement",
|
|
5036
|
-
"package": "@genesislcap/web-core"
|
|
5037
|
-
},
|
|
5038
|
-
"tagName": "data-transform-cell-renderer",
|
|
5039
|
-
"customElement": true
|
|
5040
|
-
}
|
|
5041
|
-
],
|
|
5042
|
-
"exports": [
|
|
5043
|
-
{
|
|
5044
|
-
"kind": "js",
|
|
5045
|
-
"name": "DataTransformRenderer",
|
|
5046
|
-
"declaration": {
|
|
5047
|
-
"name": "DataTransformRenderer",
|
|
5048
|
-
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
5049
|
-
}
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"kind": "custom-element-definition",
|
|
5053
|
-
"name": "data-transform-cell-renderer",
|
|
5054
|
-
"declaration": {
|
|
5055
|
-
"name": "DataTransformRenderer",
|
|
5056
|
-
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
5057
|
-
}
|
|
5058
|
-
}
|
|
5059
|
-
]
|
|
5060
|
-
},
|
|
5061
5061
|
{
|
|
5062
5062
|
"kind": "javascript-module",
|
|
5063
5063
|
"path": "src/new/components/shared/file-template-picker.template.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -138,6 +138,15 @@ export declare const CloneReportConfigModal: React.ForwardRefExoticComponent<
|
|
|
138
138
|
>;
|
|
139
139
|
export type CloneReportConfigModalRef = CloneReportConfigModalWC;
|
|
140
140
|
|
|
141
|
+
export declare const DataTransformRenderer: React.ForwardRefExoticComponent<
|
|
142
|
+
React.PropsWithChildren<
|
|
143
|
+
Omit<PublicOf<DataTransformRendererWC>, 'children' | 'style'> &
|
|
144
|
+
HTMLWCProps & {
|
|
145
|
+
}
|
|
146
|
+
> & React.RefAttributes<DataTransformRendererWC>
|
|
147
|
+
>;
|
|
148
|
+
export type DataTransformRendererRef = DataTransformRendererWC;
|
|
149
|
+
|
|
141
150
|
export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
142
151
|
React.PropsWithChildren<
|
|
143
152
|
Omit<PublicOf<ReportingConfigurationsWC>, '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
|
@@ -87,6 +87,11 @@ const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(
|
|
|
87
87
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
88
88
|
});
|
|
89
89
|
|
|
90
|
+
const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
91
|
+
const { children, ...rest } = props;
|
|
92
|
+
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
93
|
+
});
|
|
94
|
+
|
|
90
95
|
const ReportingConfigurations = React.forwardRef(function ReportingConfigurations(props, ref) {
|
|
91
96
|
const { onSetReportConfigDispMode, onHighlightGridRow, children, ...rest } = props;
|
|
92
97
|
const _innerRef = React.useRef(null);
|
|
@@ -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);
|
|
@@ -303,8 +303,8 @@ module.exports = {
|
|
|
303
303
|
RapidReporting,
|
|
304
304
|
ZeroReporting,
|
|
305
305
|
CloneReportConfigModal,
|
|
306
|
-
ReportingConfigurations,
|
|
307
306
|
DataTransformRenderer,
|
|
307
|
+
ReportingConfigurations,
|
|
308
308
|
ConfigJourneyOrchestrator,
|
|
309
309
|
GeneratedReports,
|
|
310
310
|
ReportDestinations,
|
package/dist/react.mjs
CHANGED
|
@@ -85,6 +85,11 @@ export const CloneReportConfigModal = React.forwardRef(function CloneReportConfi
|
|
|
85
85
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
86
86
|
});
|
|
87
87
|
|
|
88
|
+
export const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
89
|
+
const { children, ...rest } = props;
|
|
90
|
+
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
91
|
+
});
|
|
92
|
+
|
|
88
93
|
export const ReportingConfigurations = React.forwardRef(function ReportingConfigurations(props, ref) {
|
|
89
94
|
const { onSetReportConfigDispMode, onHighlightGridRow, children, ...rest } = props;
|
|
90
95
|
const _innerRef = React.useRef(null);
|
|
@@ -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.28.
|
|
4
|
+
"version": "15.28.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/dts/index.d.ts",
|
|
@@ -86,32 +86,32 @@
|
|
|
86
86
|
"@ag-grid-community/core": "29.2.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "15.28.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.28.
|
|
91
|
-
"@genesislcap/foundation-events": "15.28.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.28.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.28.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.28.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.28.
|
|
96
|
-
"@genesislcap/foundation-user": "15.28.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.28.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.28.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.28.
|
|
100
|
-
"@genesislcap/grid-pro": "15.28.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.28.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.28.
|
|
103
|
-
"@genesislcap/web-core": "15.28.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.28.1",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.28.1",
|
|
91
|
+
"@genesislcap/foundation-events": "15.28.1",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.28.1",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.28.1",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.28.1",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.28.1",
|
|
96
|
+
"@genesislcap/foundation-user": "15.28.1",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.28.1",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.28.1",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.28.1",
|
|
100
|
+
"@genesislcap/grid-pro": "15.28.1",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.28.1",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.28.1",
|
|
103
|
+
"@genesislcap/web-core": "15.28.1",
|
|
104
104
|
"@reduxjs/toolkit": "^2.2.5",
|
|
105
105
|
"@types/node": "^22.10.2",
|
|
106
106
|
"change-case": "^5.4.3",
|
|
107
107
|
"lodash": "^4.17.21"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@genesislcap/eslint-config": "15.28.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.28.
|
|
112
|
-
"@genesislcap/genx": "15.28.
|
|
113
|
-
"@genesislcap/prettier-config": "15.28.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.28.
|
|
110
|
+
"@genesislcap/eslint-config": "15.28.1",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.28.1",
|
|
112
|
+
"@genesislcap/genx": "15.28.1",
|
|
113
|
+
"@genesislcap/prettier-config": "15.28.1",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.28.1",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|