@genesislcap/pbc-reporting-ui 15.3.4 → 15.4.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/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
|
@@ -4665,6 +4665,112 @@
|
|
|
4665
4665
|
}
|
|
4666
4666
|
]
|
|
4667
4667
|
},
|
|
4668
|
+
{
|
|
4669
|
+
"kind": "javascript-module",
|
|
4670
|
+
"path": "src/new/components/renderers/data-transform-renderer.ts",
|
|
4671
|
+
"declarations": [
|
|
4672
|
+
{
|
|
4673
|
+
"kind": "class",
|
|
4674
|
+
"description": "",
|
|
4675
|
+
"name": "DataTransformRenderer",
|
|
4676
|
+
"members": [
|
|
4677
|
+
{
|
|
4678
|
+
"kind": "field",
|
|
4679
|
+
"name": "params",
|
|
4680
|
+
"type": {
|
|
4681
|
+
"text": "DataTransformRendererParams"
|
|
4682
|
+
},
|
|
4683
|
+
"privacy": "public"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"kind": "field",
|
|
4687
|
+
"name": "value",
|
|
4688
|
+
"type": {
|
|
4689
|
+
"text": "ExpressionBuilderTypes.ValueConfig"
|
|
4690
|
+
},
|
|
4691
|
+
"privacy": "public"
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"kind": "field",
|
|
4695
|
+
"name": "modal",
|
|
4696
|
+
"type": {
|
|
4697
|
+
"text": "Modal"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"kind": "method",
|
|
4702
|
+
"name": "init",
|
|
4703
|
+
"privacy": "public",
|
|
4704
|
+
"parameters": [
|
|
4705
|
+
{
|
|
4706
|
+
"name": "params",
|
|
4707
|
+
"type": {
|
|
4708
|
+
"text": "DataTransformRendererParams"
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4711
|
+
]
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"kind": "method",
|
|
4715
|
+
"name": "getGui",
|
|
4716
|
+
"privacy": "public",
|
|
4717
|
+
"return": {
|
|
4718
|
+
"type": {
|
|
4719
|
+
"text": "HTMLElement"
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"kind": "method",
|
|
4725
|
+
"name": "refresh",
|
|
4726
|
+
"privacy": "public",
|
|
4727
|
+
"return": {
|
|
4728
|
+
"type": {
|
|
4729
|
+
"text": "boolean"
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4732
|
+
"parameters": [
|
|
4733
|
+
{
|
|
4734
|
+
"name": "params",
|
|
4735
|
+
"type": {
|
|
4736
|
+
"text": "DataTransformRendererParams"
|
|
4737
|
+
}
|
|
4738
|
+
}
|
|
4739
|
+
]
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"kind": "field",
|
|
4743
|
+
"name": "changeHandler",
|
|
4744
|
+
"privacy": "public"
|
|
4745
|
+
}
|
|
4746
|
+
],
|
|
4747
|
+
"superclass": {
|
|
4748
|
+
"name": "GenesisElement",
|
|
4749
|
+
"package": "@genesislcap/web-core"
|
|
4750
|
+
},
|
|
4751
|
+
"tagName": "data-transform-cell-renderer",
|
|
4752
|
+
"customElement": true
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
"exports": [
|
|
4756
|
+
{
|
|
4757
|
+
"kind": "js",
|
|
4758
|
+
"name": "DataTransformRenderer",
|
|
4759
|
+
"declaration": {
|
|
4760
|
+
"name": "DataTransformRenderer",
|
|
4761
|
+
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4762
|
+
}
|
|
4763
|
+
},
|
|
4764
|
+
{
|
|
4765
|
+
"kind": "custom-element-definition",
|
|
4766
|
+
"name": "data-transform-cell-renderer",
|
|
4767
|
+
"declaration": {
|
|
4768
|
+
"name": "DataTransformRenderer",
|
|
4769
|
+
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4772
|
+
]
|
|
4773
|
+
},
|
|
4668
4774
|
{
|
|
4669
4775
|
"kind": "javascript-module",
|
|
4670
4776
|
"path": "src/new/components/reporting-configurations/reporting-configurations.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
|
@@ -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.
|
|
4
|
+
"version": "15.4.0",
|
|
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.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.
|
|
91
|
-
"@genesislcap/foundation-events": "15.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.
|
|
96
|
-
"@genesislcap/foundation-user": "15.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.
|
|
100
|
-
"@genesislcap/grid-pro": "15.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.
|
|
103
|
-
"@genesislcap/web-core": "15.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.4.0",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.4.0",
|
|
91
|
+
"@genesislcap/foundation-events": "15.4.0",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.4.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.4.0",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.4.0",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.4.0",
|
|
96
|
+
"@genesislcap/foundation-user": "15.4.0",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.4.0",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.4.0",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.4.0",
|
|
100
|
+
"@genesislcap/grid-pro": "15.4.0",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.4.0",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.4.0",
|
|
103
|
+
"@genesislcap/web-core": "15.4.0",
|
|
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.
|
|
113
|
-
"@genesislcap/foundation-testing": "15.
|
|
114
|
-
"@genesislcap/genx": "15.
|
|
115
|
-
"@genesislcap/prettier-config": "15.
|
|
116
|
-
"@genesislcap/stylelint-config": "15.
|
|
112
|
+
"@genesislcap/eslint-config": "15.4.0",
|
|
113
|
+
"@genesislcap/foundation-testing": "15.4.0",
|
|
114
|
+
"@genesislcap/genx": "15.4.0",
|
|
115
|
+
"@genesislcap/prettier-config": "15.4.0",
|
|
116
|
+
"@genesislcap/stylelint-config": "15.4.0",
|
|
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": "2c61100a9805e799c8047a26ad6a147d1ac1af87"
|
|
126
126
|
}
|