@genesislcap/pbc-reporting-ui 15.3.3-alpha-4899ddd.0 → 15.3.4
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,112 +4665,6 @@
|
|
|
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
|
-
},
|
|
4774
4668
|
{
|
|
4775
4669
|
"kind": "javascript-module",
|
|
4776
4670
|
"path": "src/new/components/reporting-configurations/reporting-configurations.styles.ts",
|
|
@@ -5016,6 +4910,112 @@
|
|
|
5016
4910
|
}
|
|
5017
4911
|
]
|
|
5018
4912
|
},
|
|
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,15 +138,6 @@ 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
|
-
|
|
150
141
|
export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
151
142
|
React.PropsWithChildren<
|
|
152
143
|
Omit<PublicOf<ReportingConfigurationsWC>, 'children' | 'style'> &
|
|
@@ -158,6 +149,15 @@ export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
|
158
149
|
>;
|
|
159
150
|
export type ReportingConfigurationsRef = ReportingConfigurationsWC;
|
|
160
151
|
|
|
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,11 +87,6 @@ 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
|
-
|
|
95
90
|
const ReportingConfigurations = React.forwardRef(function ReportingConfigurations(props, ref) {
|
|
96
91
|
const { onSetReportConfigDispMode, onHighlightGridRow, children, ...rest } = props;
|
|
97
92
|
const _innerRef = React.useRef(null);
|
|
@@ -114,6 +109,11 @@ const ReportingConfigurations = React.forwardRef(function ReportingConfiguration
|
|
|
114
109
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
115
110
|
});
|
|
116
111
|
|
|
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
|
-
DataTransformRenderer,
|
|
307
306
|
ReportingConfigurations,
|
|
307
|
+
DataTransformRenderer,
|
|
308
308
|
ConfigJourneyOrchestrator,
|
|
309
309
|
GeneratedReports,
|
|
310
310
|
ReportDestinations,
|
package/dist/react.mjs
CHANGED
|
@@ -85,11 +85,6 @@ 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
|
-
|
|
93
88
|
export const ReportingConfigurations = React.forwardRef(function ReportingConfigurations(props, ref) {
|
|
94
89
|
const { onSetReportConfigDispMode, onHighlightGridRow, children, ...rest } = props;
|
|
95
90
|
const _innerRef = React.useRef(null);
|
|
@@ -112,6 +107,11 @@ export const ReportingConfigurations = React.forwardRef(function ReportingConfig
|
|
|
112
107
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
113
108
|
});
|
|
114
109
|
|
|
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.4",
|
|
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.4",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.3.4",
|
|
91
|
+
"@genesislcap/foundation-events": "15.3.4",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.3.4",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.3.4",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.3.4",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.3.4",
|
|
96
|
+
"@genesislcap/foundation-user": "15.3.4",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.3.4",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.3.4",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.3.4",
|
|
100
|
+
"@genesislcap/grid-pro": "15.3.4",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.3.4",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.3.4",
|
|
103
|
+
"@genesislcap/web-core": "15.3.4",
|
|
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.4",
|
|
113
|
+
"@genesislcap/foundation-testing": "15.3.4",
|
|
114
|
+
"@genesislcap/genx": "15.3.4",
|
|
115
|
+
"@genesislcap/prettier-config": "15.3.4",
|
|
116
|
+
"@genesislcap/stylelint-config": "15.3.4",
|
|
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": "191a57bd28a112b5cd2b282a9c0dbb8c8b689617"
|
|
126
126
|
}
|