@genesislcap/pbc-reporting-ui 15.6.2 → 15.7.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 +674 -674
- package/dist/dts/react.d.ts +27 -27
- package/dist/react.cjs +30 -30
- package/dist/react.mjs +27 -27
- package/package.json +22 -22
package/dist/dts/react.d.ts
CHANGED
|
@@ -129,62 +129,62 @@ export declare const ZeroReporting: React.ForwardRefExoticComponent<
|
|
|
129
129
|
>;
|
|
130
130
|
export type ZeroReportingRef = ZeroReportingWC;
|
|
131
131
|
|
|
132
|
-
export declare const
|
|
132
|
+
export declare const ConfigJourneyOrchestrator: React.ForwardRefExoticComponent<
|
|
133
133
|
React.PropsWithChildren<
|
|
134
|
-
Omit<PublicOf<
|
|
134
|
+
Omit<PublicOf<ConfigJourneyOrchestratorWC>, 'children' | 'style'> &
|
|
135
135
|
HTMLWCProps & {
|
|
136
|
+
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
136
137
|
}
|
|
137
|
-
> & React.RefAttributes<
|
|
138
|
+
> & React.RefAttributes<ConfigJourneyOrchestratorWC>
|
|
138
139
|
>;
|
|
139
|
-
export type
|
|
140
|
+
export type ConfigJourneyOrchestratorRef = ConfigJourneyOrchestratorWC;
|
|
140
141
|
|
|
141
|
-
export declare const
|
|
142
|
+
export declare const GeneratedReports: React.ForwardRefExoticComponent<
|
|
142
143
|
React.PropsWithChildren<
|
|
143
|
-
Omit<PublicOf<
|
|
144
|
+
Omit<PublicOf<GeneratedReportsWC>, 'children' | 'style'> &
|
|
144
145
|
HTMLWCProps & {
|
|
145
146
|
}
|
|
146
|
-
> & React.RefAttributes<
|
|
147
|
+
> & React.RefAttributes<GeneratedReportsWC>
|
|
147
148
|
>;
|
|
148
|
-
export type
|
|
149
|
+
export type GeneratedReportsRef = GeneratedReportsWC;
|
|
149
150
|
|
|
150
|
-
export declare const
|
|
151
|
+
export declare const ReportDestinations: React.ForwardRefExoticComponent<
|
|
151
152
|
React.PropsWithChildren<
|
|
152
|
-
Omit<PublicOf<
|
|
153
|
+
Omit<PublicOf<ReportDestinationsWC>, 'children' | 'style'> &
|
|
153
154
|
HTMLWCProps & {
|
|
154
|
-
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
155
|
-
onHighlightGridRow?: (event: CustomEvent<unknown>) => void;
|
|
156
155
|
}
|
|
157
|
-
> & React.RefAttributes<
|
|
156
|
+
> & React.RefAttributes<ReportDestinationsWC>
|
|
158
157
|
>;
|
|
159
|
-
export type
|
|
158
|
+
export type ReportDestinationsRef = ReportDestinationsWC;
|
|
160
159
|
|
|
161
|
-
export declare const
|
|
160
|
+
export declare const CloneReportConfigModal: React.ForwardRefExoticComponent<
|
|
162
161
|
React.PropsWithChildren<
|
|
163
|
-
Omit<PublicOf<
|
|
162
|
+
Omit<PublicOf<CloneReportConfigModalWC>, 'children' | 'style'> &
|
|
164
163
|
HTMLWCProps & {
|
|
165
|
-
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
166
164
|
}
|
|
167
|
-
> & React.RefAttributes<
|
|
165
|
+
> & React.RefAttributes<CloneReportConfigModalWC>
|
|
168
166
|
>;
|
|
169
|
-
export type
|
|
167
|
+
export type CloneReportConfigModalRef = CloneReportConfigModalWC;
|
|
170
168
|
|
|
171
|
-
export declare const
|
|
169
|
+
export declare const DataTransformRenderer: React.ForwardRefExoticComponent<
|
|
172
170
|
React.PropsWithChildren<
|
|
173
|
-
Omit<PublicOf<
|
|
171
|
+
Omit<PublicOf<DataTransformRendererWC>, 'children' | 'style'> &
|
|
174
172
|
HTMLWCProps & {
|
|
175
173
|
}
|
|
176
|
-
> & React.RefAttributes<
|
|
174
|
+
> & React.RefAttributes<DataTransformRendererWC>
|
|
177
175
|
>;
|
|
178
|
-
export type
|
|
176
|
+
export type DataTransformRendererRef = DataTransformRendererWC;
|
|
179
177
|
|
|
180
|
-
export declare const
|
|
178
|
+
export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
181
179
|
React.PropsWithChildren<
|
|
182
|
-
Omit<PublicOf<
|
|
180
|
+
Omit<PublicOf<ReportingConfigurationsWC>, 'children' | 'style'> &
|
|
183
181
|
HTMLWCProps & {
|
|
182
|
+
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
183
|
+
onHighlightGridRow?: (event: CustomEvent<unknown>) => void;
|
|
184
184
|
}
|
|
185
|
-
> & React.RefAttributes<
|
|
185
|
+
> & React.RefAttributes<ReportingConfigurationsWC>
|
|
186
186
|
>;
|
|
187
|
-
export type
|
|
187
|
+
export type ReportingConfigurationsRef = ReportingConfigurationsWC;
|
|
188
188
|
|
|
189
189
|
export declare const FilterValueRenderer: React.ForwardRefExoticComponent<
|
|
190
190
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -82,6 +82,33 @@ 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 ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchestrator(props, ref) {
|
|
86
|
+
const { onSetReportConfigDispMode, children, ...rest } = props;
|
|
87
|
+
const _innerRef = React.useRef(null);
|
|
88
|
+
const _onSetReportConfigDispModeRef = React.useRef(onSetReportConfigDispMode);
|
|
89
|
+
_onSetReportConfigDispModeRef.current = onSetReportConfigDispMode;
|
|
90
|
+
React.useLayoutEffect(() => {
|
|
91
|
+
const el = _innerRef.current;
|
|
92
|
+
if (!el) return;
|
|
93
|
+
const _onSetReportConfigDispModeFn = (e) => _onSetReportConfigDispModeRef.current?.(e);
|
|
94
|
+
el.addEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
95
|
+
return () => {
|
|
96
|
+
el.removeEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
97
|
+
};
|
|
98
|
+
}, []);
|
|
99
|
+
return React.createElement(customElements.getName(ConfigJourneyOrchestratorWC) ?? 'config-journey-orchestrator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
const GeneratedReports = React.forwardRef(function GeneratedReports(props, ref) {
|
|
103
|
+
const { children, ...rest } = props;
|
|
104
|
+
return React.createElement(customElements.getName(GeneratedReportsWC) ?? 'generated-reports', { ...rest, ref }, children);
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
const ReportDestinations = React.forwardRef(function ReportDestinations(props, ref) {
|
|
108
|
+
const { children, ...rest } = props;
|
|
109
|
+
return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
|
|
110
|
+
});
|
|
111
|
+
|
|
85
112
|
const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
86
113
|
const { children, ...rest } = props;
|
|
87
114
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
@@ -114,33 +141,6 @@ const ReportingConfigurations = React.forwardRef(function ReportingConfiguration
|
|
|
114
141
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
115
142
|
});
|
|
116
143
|
|
|
117
|
-
const ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchestrator(props, ref) {
|
|
118
|
-
const { onSetReportConfigDispMode, children, ...rest } = props;
|
|
119
|
-
const _innerRef = React.useRef(null);
|
|
120
|
-
const _onSetReportConfigDispModeRef = React.useRef(onSetReportConfigDispMode);
|
|
121
|
-
_onSetReportConfigDispModeRef.current = onSetReportConfigDispMode;
|
|
122
|
-
React.useLayoutEffect(() => {
|
|
123
|
-
const el = _innerRef.current;
|
|
124
|
-
if (!el) return;
|
|
125
|
-
const _onSetReportConfigDispModeFn = (e) => _onSetReportConfigDispModeRef.current?.(e);
|
|
126
|
-
el.addEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
127
|
-
return () => {
|
|
128
|
-
el.removeEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
129
|
-
};
|
|
130
|
-
}, []);
|
|
131
|
-
return React.createElement(customElements.getName(ConfigJourneyOrchestratorWC) ?? 'config-journey-orchestrator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
132
|
-
});
|
|
133
|
-
|
|
134
|
-
const GeneratedReports = React.forwardRef(function GeneratedReports(props, ref) {
|
|
135
|
-
const { children, ...rest } = props;
|
|
136
|
-
return React.createElement(customElements.getName(GeneratedReportsWC) ?? 'generated-reports', { ...rest, ref }, children);
|
|
137
|
-
});
|
|
138
|
-
|
|
139
|
-
const ReportDestinations = React.forwardRef(function ReportDestinations(props, ref) {
|
|
140
|
-
const { children, ...rest } = props;
|
|
141
|
-
return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
|
|
142
|
-
});
|
|
143
|
-
|
|
144
144
|
const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
|
|
145
145
|
const { children, ...rest } = props;
|
|
146
146
|
return React.createElement(customElements.getName(FilterValueRendererWC) ?? '%%prefix%%-filter-value-renderer', { ...rest, ref }, children);
|
|
@@ -302,12 +302,12 @@ module.exports = {
|
|
|
302
302
|
FoundationReporting,
|
|
303
303
|
RapidReporting,
|
|
304
304
|
ZeroReporting,
|
|
305
|
-
CloneReportConfigModal,
|
|
306
|
-
DataTransformRenderer,
|
|
307
|
-
ReportingConfigurations,
|
|
308
305
|
ConfigJourneyOrchestrator,
|
|
309
306
|
GeneratedReports,
|
|
310
307
|
ReportDestinations,
|
|
308
|
+
CloneReportConfigModal,
|
|
309
|
+
DataTransformRenderer,
|
|
310
|
+
ReportingConfigurations,
|
|
311
311
|
FilterValueRenderer,
|
|
312
312
|
RowSelectRenderer,
|
|
313
313
|
SelectFields,
|
package/dist/react.mjs
CHANGED
|
@@ -80,6 +80,33 @@ 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 ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchestrator(props, ref) {
|
|
84
|
+
const { onSetReportConfigDispMode, children, ...rest } = props;
|
|
85
|
+
const _innerRef = React.useRef(null);
|
|
86
|
+
const _onSetReportConfigDispModeRef = React.useRef(onSetReportConfigDispMode);
|
|
87
|
+
_onSetReportConfigDispModeRef.current = onSetReportConfigDispMode;
|
|
88
|
+
React.useLayoutEffect(() => {
|
|
89
|
+
const el = _innerRef.current;
|
|
90
|
+
if (!el) return;
|
|
91
|
+
const _onSetReportConfigDispModeFn = (e) => _onSetReportConfigDispModeRef.current?.(e);
|
|
92
|
+
el.addEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
93
|
+
return () => {
|
|
94
|
+
el.removeEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
95
|
+
};
|
|
96
|
+
}, []);
|
|
97
|
+
return React.createElement(customElements.getName(ConfigJourneyOrchestratorWC) ?? 'config-journey-orchestrator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
export const GeneratedReports = React.forwardRef(function GeneratedReports(props, ref) {
|
|
101
|
+
const { children, ...rest } = props;
|
|
102
|
+
return React.createElement(customElements.getName(GeneratedReportsWC) ?? 'generated-reports', { ...rest, ref }, children);
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
export const ReportDestinations = React.forwardRef(function ReportDestinations(props, ref) {
|
|
106
|
+
const { children, ...rest } = props;
|
|
107
|
+
return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
|
|
108
|
+
});
|
|
109
|
+
|
|
83
110
|
export const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
84
111
|
const { children, ...rest } = props;
|
|
85
112
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
@@ -112,33 +139,6 @@ export const ReportingConfigurations = React.forwardRef(function ReportingConfig
|
|
|
112
139
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
113
140
|
});
|
|
114
141
|
|
|
115
|
-
export const ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchestrator(props, ref) {
|
|
116
|
-
const { onSetReportConfigDispMode, children, ...rest } = props;
|
|
117
|
-
const _innerRef = React.useRef(null);
|
|
118
|
-
const _onSetReportConfigDispModeRef = React.useRef(onSetReportConfigDispMode);
|
|
119
|
-
_onSetReportConfigDispModeRef.current = onSetReportConfigDispMode;
|
|
120
|
-
React.useLayoutEffect(() => {
|
|
121
|
-
const el = _innerRef.current;
|
|
122
|
-
if (!el) return;
|
|
123
|
-
const _onSetReportConfigDispModeFn = (e) => _onSetReportConfigDispModeRef.current?.(e);
|
|
124
|
-
el.addEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
125
|
-
return () => {
|
|
126
|
-
el.removeEventListener('set-report-config-disp-mode', _onSetReportConfigDispModeFn);
|
|
127
|
-
};
|
|
128
|
-
}, []);
|
|
129
|
-
return React.createElement(customElements.getName(ConfigJourneyOrchestratorWC) ?? 'config-journey-orchestrator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
export const GeneratedReports = React.forwardRef(function GeneratedReports(props, ref) {
|
|
133
|
-
const { children, ...rest } = props;
|
|
134
|
-
return React.createElement(customElements.getName(GeneratedReportsWC) ?? 'generated-reports', { ...rest, ref }, children);
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
export const ReportDestinations = React.forwardRef(function ReportDestinations(props, ref) {
|
|
138
|
-
const { children, ...rest } = props;
|
|
139
|
-
return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
|
|
140
|
-
});
|
|
141
|
-
|
|
142
142
|
export const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
|
|
143
143
|
const { children, ...rest } = props;
|
|
144
144
|
return React.createElement(customElements.getName(FilterValueRendererWC) ?? '%%prefix%%-filter-value-renderer', { ...rest, ref }, children);
|
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.7.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,32 +86,32 @@
|
|
|
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.7.0",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.7.0",
|
|
91
|
+
"@genesislcap/foundation-events": "15.7.0",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.7.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.7.0",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.7.0",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.7.0",
|
|
96
|
+
"@genesislcap/foundation-user": "15.7.0",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.7.0",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.7.0",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.7.0",
|
|
100
|
+
"@genesislcap/grid-pro": "15.7.0",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.7.0",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.7.0",
|
|
103
|
+
"@genesislcap/web-core": "15.7.0",
|
|
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.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.
|
|
112
|
-
"@genesislcap/genx": "15.
|
|
113
|
-
"@genesislcap/prettier-config": "15.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.
|
|
110
|
+
"@genesislcap/eslint-config": "15.7.0",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.7.0",
|
|
112
|
+
"@genesislcap/genx": "15.7.0",
|
|
113
|
+
"@genesislcap/prettier-config": "15.7.0",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.7.0",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
"access": "public"
|
|
121
121
|
},
|
|
122
122
|
"customElements": "dist/custom-elements.json",
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "485a2cc9d4b8695ea2e57a9cc66cad55effb2184"
|
|
124
124
|
}
|