@genesislcap/pbc-reporting-ui 15.15.2 → 15.16.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 +874 -874
- 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 CloneReportConfigModal: React.ForwardRefExoticComponent<
|
|
133
133
|
React.PropsWithChildren<
|
|
134
|
-
Omit<PublicOf<
|
|
134
|
+
Omit<PublicOf<CloneReportConfigModalWC>, 'children' | 'style'> &
|
|
135
135
|
HTMLWCProps & {
|
|
136
|
-
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
137
136
|
}
|
|
138
|
-
> & React.RefAttributes<
|
|
137
|
+
> & React.RefAttributes<CloneReportConfigModalWC>
|
|
139
138
|
>;
|
|
140
|
-
export type
|
|
139
|
+
export type CloneReportConfigModalRef = CloneReportConfigModalWC;
|
|
141
140
|
|
|
142
|
-
export declare const
|
|
141
|
+
export declare const DataTransformRenderer: React.ForwardRefExoticComponent<
|
|
143
142
|
React.PropsWithChildren<
|
|
144
|
-
Omit<PublicOf<
|
|
143
|
+
Omit<PublicOf<DataTransformRendererWC>, 'children' | 'style'> &
|
|
145
144
|
HTMLWCProps & {
|
|
146
145
|
}
|
|
147
|
-
> & React.RefAttributes<
|
|
146
|
+
> & React.RefAttributes<DataTransformRendererWC>
|
|
148
147
|
>;
|
|
149
|
-
export type
|
|
148
|
+
export type DataTransformRendererRef = DataTransformRendererWC;
|
|
150
149
|
|
|
151
|
-
export declare const
|
|
150
|
+
export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
152
151
|
React.PropsWithChildren<
|
|
153
|
-
Omit<PublicOf<
|
|
152
|
+
Omit<PublicOf<ReportingConfigurationsWC>, 'children' | 'style'> &
|
|
154
153
|
HTMLWCProps & {
|
|
154
|
+
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
155
|
+
onHighlightGridRow?: (event: CustomEvent<unknown>) => void;
|
|
155
156
|
}
|
|
156
|
-
> & React.RefAttributes<
|
|
157
|
+
> & React.RefAttributes<ReportingConfigurationsWC>
|
|
157
158
|
>;
|
|
158
|
-
export type
|
|
159
|
+
export type ReportingConfigurationsRef = ReportingConfigurationsWC;
|
|
159
160
|
|
|
160
|
-
export declare const
|
|
161
|
+
export declare const ConfigJourneyOrchestrator: React.ForwardRefExoticComponent<
|
|
161
162
|
React.PropsWithChildren<
|
|
162
|
-
Omit<PublicOf<
|
|
163
|
+
Omit<PublicOf<ConfigJourneyOrchestratorWC>, 'children' | 'style'> &
|
|
163
164
|
HTMLWCProps & {
|
|
165
|
+
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
164
166
|
}
|
|
165
|
-
> & React.RefAttributes<
|
|
167
|
+
> & React.RefAttributes<ConfigJourneyOrchestratorWC>
|
|
166
168
|
>;
|
|
167
|
-
export type
|
|
169
|
+
export type ConfigJourneyOrchestratorRef = ConfigJourneyOrchestratorWC;
|
|
168
170
|
|
|
169
|
-
export declare const
|
|
171
|
+
export declare const GeneratedReports: React.ForwardRefExoticComponent<
|
|
170
172
|
React.PropsWithChildren<
|
|
171
|
-
Omit<PublicOf<
|
|
173
|
+
Omit<PublicOf<GeneratedReportsWC>, 'children' | 'style'> &
|
|
172
174
|
HTMLWCProps & {
|
|
173
175
|
}
|
|
174
|
-
> & React.RefAttributes<
|
|
176
|
+
> & React.RefAttributes<GeneratedReportsWC>
|
|
175
177
|
>;
|
|
176
|
-
export type
|
|
178
|
+
export type GeneratedReportsRef = GeneratedReportsWC;
|
|
177
179
|
|
|
178
|
-
export declare const
|
|
180
|
+
export declare const ReportDestinations: React.ForwardRefExoticComponent<
|
|
179
181
|
React.PropsWithChildren<
|
|
180
|
-
Omit<PublicOf<
|
|
182
|
+
Omit<PublicOf<ReportDestinationsWC>, 'children' | 'style'> &
|
|
181
183
|
HTMLWCProps & {
|
|
182
|
-
onSetReportConfigDispMode?: (event: CustomEvent<'edit' | 'list'>) => void;
|
|
183
|
-
onHighlightGridRow?: (event: CustomEvent<unknown>) => void;
|
|
184
184
|
}
|
|
185
|
-
> & React.RefAttributes<
|
|
185
|
+
> & React.RefAttributes<ReportDestinationsWC>
|
|
186
186
|
>;
|
|
187
|
-
export type
|
|
187
|
+
export type ReportDestinationsRef = ReportDestinationsWC;
|
|
188
188
|
|
|
189
189
|
export declare const FilterValueRenderer: React.ForwardRefExoticComponent<
|
|
190
190
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -82,33 +82,6 @@ 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
|
-
|
|
112
85
|
const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
113
86
|
const { children, ...rest } = props;
|
|
114
87
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
@@ -141,6 +114,33 @@ const ReportingConfigurations = React.forwardRef(function ReportingConfiguration
|
|
|
141
114
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
142
115
|
});
|
|
143
116
|
|
|
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
|
-
ConfigJourneyOrchestrator,
|
|
306
|
-
GeneratedReports,
|
|
307
|
-
ReportDestinations,
|
|
308
305
|
CloneReportConfigModal,
|
|
309
306
|
DataTransformRenderer,
|
|
310
307
|
ReportingConfigurations,
|
|
308
|
+
ConfigJourneyOrchestrator,
|
|
309
|
+
GeneratedReports,
|
|
310
|
+
ReportDestinations,
|
|
311
311
|
FilterValueRenderer,
|
|
312
312
|
RowSelectRenderer,
|
|
313
313
|
SelectFields,
|
package/dist/react.mjs
CHANGED
|
@@ -80,33 +80,6 @@ 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
|
-
|
|
110
83
|
export const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
111
84
|
const { children, ...rest } = props;
|
|
112
85
|
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
@@ -139,6 +112,33 @@ export const ReportingConfigurations = React.forwardRef(function ReportingConfig
|
|
|
139
112
|
return React.createElement(customElements.getName(ReportingConfigurationsWC) ?? 'reporting-configurations', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
140
113
|
});
|
|
141
114
|
|
|
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.16.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.16.0",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.16.0",
|
|
91
|
+
"@genesislcap/foundation-events": "15.16.0",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.16.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.16.0",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.16.0",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.16.0",
|
|
96
|
+
"@genesislcap/foundation-user": "15.16.0",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.16.0",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.16.0",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.16.0",
|
|
100
|
+
"@genesislcap/grid-pro": "15.16.0",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.16.0",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.16.0",
|
|
103
|
+
"@genesislcap/web-core": "15.16.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.16.0",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.16.0",
|
|
112
|
+
"@genesislcap/genx": "15.16.0",
|
|
113
|
+
"@genesislcap/prettier-config": "15.16.0",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.16.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": "2cacfdef54a332ee571ae784b5b7629cf66f050f"
|
|
124
124
|
}
|