@genesislcap/pbc-reporting-ui 15.3.2-FUI-2591.1 → 15.3.3

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.
@@ -93,14 +93,14 @@ export declare const RapidReporting: React.ForwardRefExoticComponent<
93
93
  >;
94
94
  export type RapidReportingRef = RapidReportingWC;
95
95
 
96
- export declare const NotPermitted: React.ForwardRefExoticComponent<
96
+ export declare const ZeroReporting: React.ForwardRefExoticComponent<
97
97
  React.PropsWithChildren<
98
- Omit<PublicOf<NotPermittedWC>, 'children' | 'style'> &
98
+ Omit<PublicOf<ZeroReportingWC>, 'children' | 'style'> &
99
99
  HTMLWCProps & {
100
100
  }
101
- > & React.RefAttributes<NotPermittedWC>
101
+ > & React.RefAttributes<ZeroReportingWC>
102
102
  >;
103
- export type NotPermittedRef = NotPermittedWC;
103
+ export type ZeroReportingRef = ZeroReportingWC;
104
104
 
105
105
  export declare const FoundationReporting: React.ForwardRefExoticComponent<
106
106
  React.PropsWithChildren<
@@ -120,14 +120,52 @@ export declare const RapidReporting: React.ForwardRefExoticComponent<
120
120
  >;
121
121
  export type RapidReportingRef = RapidReportingWC;
122
122
 
123
- export declare const ZeroReporting: React.ForwardRefExoticComponent<
123
+ export declare const NotPermitted: React.ForwardRefExoticComponent<
124
124
  React.PropsWithChildren<
125
- Omit<PublicOf<ZeroReportingWC>, 'children' | 'style'> &
125
+ Omit<PublicOf<NotPermittedWC>, 'children' | 'style'> &
126
126
  HTMLWCProps & {
127
127
  }
128
- > & React.RefAttributes<ZeroReportingWC>
128
+ > & React.RefAttributes<NotPermittedWC>
129
129
  >;
130
- export type ZeroReportingRef = ZeroReportingWC;
130
+ export type NotPermittedRef = NotPermittedWC;
131
+
132
+ export declare const FilterValueRenderer: React.ForwardRefExoticComponent<
133
+ React.PropsWithChildren<
134
+ Omit<PublicOf<FilterValueRendererWC>, 'children' | 'style'> &
135
+ HTMLWCProps & {
136
+ }
137
+ > & React.RefAttributes<FilterValueRendererWC>
138
+ >;
139
+ export type FilterValueRendererRef = FilterValueRendererWC;
140
+
141
+ export declare const RowSelectRenderer: React.ForwardRefExoticComponent<
142
+ React.PropsWithChildren<
143
+ Omit<PublicOf<RowSelectRendererWC>, 'children' | 'style'> &
144
+ HTMLWCProps & {
145
+ }
146
+ > & React.RefAttributes<RowSelectRendererWC>
147
+ >;
148
+ export type RowSelectRendererRef = RowSelectRendererWC;
149
+
150
+ export declare const SelectFields: React.ForwardRefExoticComponent<
151
+ React.PropsWithChildren<
152
+ Omit<PublicOf<SelectFieldsWC>, 'children' | 'style'> &
153
+ HTMLWCProps & {
154
+ onSetSelectedFields?: (event: CustomEvent<SelectedFieldsEventDetail>) => void;
155
+ }
156
+ > & React.RefAttributes<SelectFieldsWC>
157
+ >;
158
+ export type SelectFieldsRef = SelectFieldsWC;
159
+
160
+ export declare const SelectFilters: React.ForwardRefExoticComponent<
161
+ React.PropsWithChildren<
162
+ Omit<PublicOf<SelectFiltersWC>, 'children' | 'style'> &
163
+ HTMLWCProps & {
164
+ onSetSelectedFilters?: (event: CustomEvent<SelectedFiltersEventDetail>) => void;
165
+ }
166
+ > & React.RefAttributes<SelectFiltersWC>
167
+ >;
168
+ export type SelectFiltersRef = SelectFiltersWC;
131
169
 
132
170
  export declare const CloneReportConfigModal: React.ForwardRefExoticComponent<
133
171
  React.PropsWithChildren<
@@ -186,53 +224,6 @@ export declare const ReportDestinations: React.ForwardRefExoticComponent<
186
224
  >;
187
225
  export type ReportDestinationsRef = ReportDestinationsWC;
188
226
 
189
- export declare const FilterValueRenderer: React.ForwardRefExoticComponent<
190
- React.PropsWithChildren<
191
- Omit<PublicOf<FilterValueRendererWC>, 'children' | 'style'> &
192
- HTMLWCProps & {
193
- }
194
- > & React.RefAttributes<FilterValueRendererWC>
195
- >;
196
- export type FilterValueRendererRef = FilterValueRendererWC;
197
-
198
- export declare const RowSelectRenderer: React.ForwardRefExoticComponent<
199
- React.PropsWithChildren<
200
- Omit<PublicOf<RowSelectRendererWC>, 'children' | 'style'> &
201
- HTMLWCProps & {
202
- }
203
- > & React.RefAttributes<RowSelectRendererWC>
204
- >;
205
- export type RowSelectRendererRef = RowSelectRendererWC;
206
-
207
- export declare const SelectFields: React.ForwardRefExoticComponent<
208
- React.PropsWithChildren<
209
- Omit<PublicOf<SelectFieldsWC>, 'children' | 'style'> &
210
- HTMLWCProps & {
211
- onSetSelectedFields?: (event: CustomEvent<SelectedFieldsEventDetail>) => void;
212
- }
213
- > & React.RefAttributes<SelectFieldsWC>
214
- >;
215
- export type SelectFieldsRef = SelectFieldsWC;
216
-
217
- export declare const SelectFilters: React.ForwardRefExoticComponent<
218
- React.PropsWithChildren<
219
- Omit<PublicOf<SelectFiltersWC>, 'children' | 'style'> &
220
- HTMLWCProps & {
221
- onSetSelectedFilters?: (event: CustomEvent<SelectedFiltersEventDetail>) => void;
222
- }
223
- > & React.RefAttributes<SelectFiltersWC>
224
- >;
225
- export type SelectFiltersRef = SelectFiltersWC;
226
-
227
- export declare const BaseConfig: React.ForwardRefExoticComponent<
228
- React.PropsWithChildren<
229
- Omit<PublicOf<BaseConfigWC>, 'children' | 'style'> &
230
- HTMLWCProps & {
231
- }
232
- > & React.RefAttributes<BaseConfigWC>
233
- >;
234
- export type BaseConfigRef = BaseConfigWC;
235
-
236
227
  export declare const ColFiltersGrid: React.ForwardRefExoticComponent<
237
228
  React.PropsWithChildren<
238
229
  Omit<PublicOf<ColFiltersGridWC>, 'children' | 'style'> &
@@ -269,6 +260,15 @@ export declare const ColRenamesAliasesTutorial: React.ForwardRefExoticComponent<
269
260
  >;
270
261
  export type ColRenamesAliasesTutorialRef = ColRenamesAliasesTutorialWC;
271
262
 
263
+ export declare const BaseConfig: React.ForwardRefExoticComponent<
264
+ React.PropsWithChildren<
265
+ Omit<PublicOf<BaseConfigWC>, 'children' | 'style'> &
266
+ HTMLWCProps & {
267
+ }
268
+ > & React.RefAttributes<BaseConfigWC>
269
+ >;
270
+ export type BaseConfigRef = BaseConfigWC;
271
+
272
272
  export declare const DataTransformsTutorial: React.ForwardRefExoticComponent<
273
273
  React.PropsWithChildren<
274
274
  Omit<PublicOf<DataTransformsTutorialWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -54,32 +54,76 @@ const ReportingSandbox = React.forwardRef(function ReportingSandbox(props, ref)
54
54
 
55
55
  const FoundationReporting = React.forwardRef(function FoundationReporting(props, ref) {
56
56
  const { children, ...rest } = props;
57
- return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting', { ...rest, ref }, children);
57
+ return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting-legacy', { ...rest, ref }, children);
58
58
  });
59
59
 
60
60
  const RapidReporting = React.forwardRef(function RapidReporting(props, ref) {
61
61
  const { children, ...rest } = props;
62
- return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting', { ...rest, ref }, children);
62
+ return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting-legacy', { ...rest, ref }, children);
63
63
  });
64
64
 
65
- const NotPermitted = React.forwardRef(function NotPermitted(props, ref) {
65
+ const ZeroReporting = React.forwardRef(function ZeroReporting(props, ref) {
66
66
  const { children, ...rest } = props;
67
- return React.createElement(customElements.getName(NotPermittedWC) ?? 'not-permitted', { ...rest, ref }, children);
67
+ return React.createElement(customElements.getName(ZeroReportingWC) ?? 'zero-reporting-legacy', { ...rest, ref }, children);
68
68
  });
69
69
 
70
70
  const FoundationReporting = React.forwardRef(function FoundationReporting(props, ref) {
71
71
  const { children, ...rest } = props;
72
- return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting', { ...rest, ref }, children);
72
+ return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting-legacy', { ...rest, ref }, children);
73
73
  });
74
74
 
75
75
  const RapidReporting = React.forwardRef(function RapidReporting(props, ref) {
76
76
  const { children, ...rest } = props;
77
- return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting', { ...rest, ref }, children);
77
+ return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting-legacy', { ...rest, ref }, children);
78
78
  });
79
79
 
80
- const ZeroReporting = React.forwardRef(function ZeroReporting(props, ref) {
80
+ const NotPermitted = React.forwardRef(function NotPermitted(props, ref) {
81
81
  const { children, ...rest } = props;
82
- return React.createElement(customElements.getName(ZeroReportingWC) ?? 'zero-reporting-legacy', { ...rest, ref }, children);
82
+ return React.createElement(customElements.getName(NotPermittedWC) ?? 'not-permitted', { ...rest, ref }, children);
83
+ });
84
+
85
+ const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
86
+ const { children, ...rest } = props;
87
+ return React.createElement(customElements.getName(FilterValueRendererWC) ?? '%%prefix%%-filter-value-renderer', { ...rest, ref }, children);
88
+ });
89
+
90
+ const RowSelectRenderer = React.forwardRef(function RowSelectRenderer(props, ref) {
91
+ const { children, ...rest } = props;
92
+ return React.createElement(customElements.getName(RowSelectRendererWC) ?? '%%prefix%%-row-select-renderer', { ...rest, ref }, children);
93
+ });
94
+
95
+ const SelectFields = React.forwardRef(function SelectFields(props, ref) {
96
+ const { onSetSelectedFields, children, ...rest } = props;
97
+ const _innerRef = React.useRef(null);
98
+ const _onSetSelectedFieldsRef = React.useRef(onSetSelectedFields);
99
+ _onSetSelectedFieldsRef.current = onSetSelectedFields;
100
+ React.useLayoutEffect(() => {
101
+ const el = _innerRef.current;
102
+ if (!el) return;
103
+ const _onSetSelectedFieldsFn = (e) => _onSetSelectedFieldsRef.current?.(e);
104
+ el.addEventListener('setSelectedFields', _onSetSelectedFieldsFn);
105
+ return () => {
106
+ el.removeEventListener('setSelectedFields', _onSetSelectedFieldsFn);
107
+ };
108
+ }, []);
109
+ return React.createElement(customElements.getName(SelectFieldsWC) ?? 'reporting-select-fields', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
110
+ });
111
+
112
+ const SelectFilters = React.forwardRef(function SelectFilters(props, ref) {
113
+ const { onSetSelectedFilters, children, ...rest } = props;
114
+ const _innerRef = React.useRef(null);
115
+ const _onSetSelectedFiltersRef = React.useRef(onSetSelectedFilters);
116
+ _onSetSelectedFiltersRef.current = onSetSelectedFilters;
117
+ React.useLayoutEffect(() => {
118
+ const el = _innerRef.current;
119
+ if (!el) return;
120
+ const _onSetSelectedFiltersFn = (e) => _onSetSelectedFiltersRef.current?.(e);
121
+ el.addEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
122
+ return () => {
123
+ el.removeEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
124
+ };
125
+ }, []);
126
+ return React.createElement(customElements.getName(SelectFiltersWC) ?? 'reporting-select-filters', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
83
127
  });
84
128
 
85
129
  const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
@@ -141,55 +185,6 @@ const ReportDestinations = React.forwardRef(function ReportDestinations(props, r
141
185
  return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
142
186
  });
143
187
 
144
- const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
145
- const { children, ...rest } = props;
146
- return React.createElement(customElements.getName(FilterValueRendererWC) ?? '%%prefix%%-filter-value-renderer', { ...rest, ref }, children);
147
- });
148
-
149
- const RowSelectRenderer = React.forwardRef(function RowSelectRenderer(props, ref) {
150
- const { children, ...rest } = props;
151
- return React.createElement(customElements.getName(RowSelectRendererWC) ?? '%%prefix%%-row-select-renderer', { ...rest, ref }, children);
152
- });
153
-
154
- const SelectFields = React.forwardRef(function SelectFields(props, ref) {
155
- const { onSetSelectedFields, children, ...rest } = props;
156
- const _innerRef = React.useRef(null);
157
- const _onSetSelectedFieldsRef = React.useRef(onSetSelectedFields);
158
- _onSetSelectedFieldsRef.current = onSetSelectedFields;
159
- React.useLayoutEffect(() => {
160
- const el = _innerRef.current;
161
- if (!el) return;
162
- const _onSetSelectedFieldsFn = (e) => _onSetSelectedFieldsRef.current?.(e);
163
- el.addEventListener('setSelectedFields', _onSetSelectedFieldsFn);
164
- return () => {
165
- el.removeEventListener('setSelectedFields', _onSetSelectedFieldsFn);
166
- };
167
- }, []);
168
- return React.createElement(customElements.getName(SelectFieldsWC) ?? 'reporting-select-fields', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
169
- });
170
-
171
- const SelectFilters = React.forwardRef(function SelectFilters(props, ref) {
172
- const { onSetSelectedFilters, children, ...rest } = props;
173
- const _innerRef = React.useRef(null);
174
- const _onSetSelectedFiltersRef = React.useRef(onSetSelectedFilters);
175
- _onSetSelectedFiltersRef.current = onSetSelectedFilters;
176
- React.useLayoutEffect(() => {
177
- const el = _innerRef.current;
178
- if (!el) return;
179
- const _onSetSelectedFiltersFn = (e) => _onSetSelectedFiltersRef.current?.(e);
180
- el.addEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
181
- return () => {
182
- el.removeEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
183
- };
184
- }, []);
185
- return React.createElement(customElements.getName(SelectFiltersWC) ?? 'reporting-select-filters', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
186
- });
187
-
188
- const BaseConfig = React.forwardRef(function BaseConfig(props, ref) {
189
- const { children, ...rest } = props;
190
- return React.createElement(customElements.getName(BaseConfigWC) ?? 'base-config', { ...rest, ref }, children);
191
- });
192
-
193
188
  const ColFiltersGrid = React.forwardRef(function ColFiltersGrid(props, ref) {
194
189
  const { children, ...rest } = props;
195
190
  return React.createElement(customElements.getName(ColFiltersGridWC) ?? 'col-filters', { ...rest, ref }, children);
@@ -210,6 +205,11 @@ const ColRenamesAliasesTutorial = React.forwardRef(function ColRenamesAliasesTut
210
205
  return React.createElement(customElements.getName(ColRenamesAliasesTutorialWC) ?? 'col-renames-aliases-tutorial', { ...rest, ref }, children);
211
206
  });
212
207
 
208
+ const BaseConfig = React.forwardRef(function BaseConfig(props, ref) {
209
+ const { children, ...rest } = props;
210
+ return React.createElement(customElements.getName(BaseConfigWC) ?? 'base-config', { ...rest, ref }, children);
211
+ });
212
+
213
213
  const DataTransformsTutorial = React.forwardRef(function DataTransformsTutorial(props, ref) {
214
214
  const { children, ...rest } = props;
215
215
  return React.createElement(customElements.getName(DataTransformsTutorialWC) ?? 'data-transforms-tutorial', { ...rest, ref }, children);
@@ -298,25 +298,25 @@ module.exports = {
298
298
  ReportingSandbox,
299
299
  FoundationReporting,
300
300
  RapidReporting,
301
- NotPermitted,
301
+ ZeroReporting,
302
302
  FoundationReporting,
303
303
  RapidReporting,
304
- ZeroReporting,
304
+ NotPermitted,
305
+ FilterValueRenderer,
306
+ RowSelectRenderer,
307
+ SelectFields,
308
+ SelectFilters,
305
309
  CloneReportConfigModal,
306
310
  DataTransformRenderer,
307
311
  ReportingConfigurations,
308
312
  ConfigJourneyOrchestrator,
309
313
  GeneratedReports,
310
314
  ReportDestinations,
311
- FilterValueRenderer,
312
- RowSelectRenderer,
313
- SelectFields,
314
- SelectFilters,
315
- BaseConfig,
316
315
  ColFiltersGrid,
317
316
  ColFiltersTutorial,
318
317
  ColRenamesAliases,
319
318
  ColRenamesAliasesTutorial,
319
+ BaseConfig,
320
320
  DataTransformsTutorial,
321
321
  DataTransformsAndDerivedFields,
322
322
  FormatWarning,
package/dist/react.mjs CHANGED
@@ -52,32 +52,76 @@ export const ReportingSandbox = React.forwardRef(function ReportingSandbox(props
52
52
 
53
53
  export const FoundationReporting = React.forwardRef(function FoundationReporting(props, ref) {
54
54
  const { children, ...rest } = props;
55
- return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting', { ...rest, ref }, children);
55
+ return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting-legacy', { ...rest, ref }, children);
56
56
  });
57
57
 
58
58
  export const RapidReporting = React.forwardRef(function RapidReporting(props, ref) {
59
59
  const { children, ...rest } = props;
60
- return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting', { ...rest, ref }, children);
60
+ return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting-legacy', { ...rest, ref }, children);
61
61
  });
62
62
 
63
- export const NotPermitted = React.forwardRef(function NotPermitted(props, ref) {
63
+ export const ZeroReporting = React.forwardRef(function ZeroReporting(props, ref) {
64
64
  const { children, ...rest } = props;
65
- return React.createElement(customElements.getName(NotPermittedWC) ?? 'not-permitted', { ...rest, ref }, children);
65
+ return React.createElement(customElements.getName(ZeroReportingWC) ?? 'zero-reporting-legacy', { ...rest, ref }, children);
66
66
  });
67
67
 
68
68
  export const FoundationReporting = React.forwardRef(function FoundationReporting(props, ref) {
69
69
  const { children, ...rest } = props;
70
- return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting', { ...rest, ref }, children);
70
+ return React.createElement(customElements.getName(FoundationReportingWC) ?? 'foundation-reporting-legacy', { ...rest, ref }, children);
71
71
  });
72
72
 
73
73
  export const RapidReporting = React.forwardRef(function RapidReporting(props, ref) {
74
74
  const { children, ...rest } = props;
75
- return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting', { ...rest, ref }, children);
75
+ return React.createElement(customElements.getName(RapidReportingWC) ?? 'rapid-reporting-legacy', { ...rest, ref }, children);
76
76
  });
77
77
 
78
- export const ZeroReporting = React.forwardRef(function ZeroReporting(props, ref) {
78
+ export const NotPermitted = React.forwardRef(function NotPermitted(props, ref) {
79
79
  const { children, ...rest } = props;
80
- return React.createElement(customElements.getName(ZeroReportingWC) ?? 'zero-reporting-legacy', { ...rest, ref }, children);
80
+ return React.createElement(customElements.getName(NotPermittedWC) ?? 'not-permitted', { ...rest, ref }, children);
81
+ });
82
+
83
+ export const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
84
+ const { children, ...rest } = props;
85
+ return React.createElement(customElements.getName(FilterValueRendererWC) ?? '%%prefix%%-filter-value-renderer', { ...rest, ref }, children);
86
+ });
87
+
88
+ export const RowSelectRenderer = React.forwardRef(function RowSelectRenderer(props, ref) {
89
+ const { children, ...rest } = props;
90
+ return React.createElement(customElements.getName(RowSelectRendererWC) ?? '%%prefix%%-row-select-renderer', { ...rest, ref }, children);
91
+ });
92
+
93
+ export const SelectFields = React.forwardRef(function SelectFields(props, ref) {
94
+ const { onSetSelectedFields, children, ...rest } = props;
95
+ const _innerRef = React.useRef(null);
96
+ const _onSetSelectedFieldsRef = React.useRef(onSetSelectedFields);
97
+ _onSetSelectedFieldsRef.current = onSetSelectedFields;
98
+ React.useLayoutEffect(() => {
99
+ const el = _innerRef.current;
100
+ if (!el) return;
101
+ const _onSetSelectedFieldsFn = (e) => _onSetSelectedFieldsRef.current?.(e);
102
+ el.addEventListener('setSelectedFields', _onSetSelectedFieldsFn);
103
+ return () => {
104
+ el.removeEventListener('setSelectedFields', _onSetSelectedFieldsFn);
105
+ };
106
+ }, []);
107
+ return React.createElement(customElements.getName(SelectFieldsWC) ?? 'reporting-select-fields', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
108
+ });
109
+
110
+ export const SelectFilters = React.forwardRef(function SelectFilters(props, ref) {
111
+ const { onSetSelectedFilters, children, ...rest } = props;
112
+ const _innerRef = React.useRef(null);
113
+ const _onSetSelectedFiltersRef = React.useRef(onSetSelectedFilters);
114
+ _onSetSelectedFiltersRef.current = onSetSelectedFilters;
115
+ React.useLayoutEffect(() => {
116
+ const el = _innerRef.current;
117
+ if (!el) return;
118
+ const _onSetSelectedFiltersFn = (e) => _onSetSelectedFiltersRef.current?.(e);
119
+ el.addEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
120
+ return () => {
121
+ el.removeEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
122
+ };
123
+ }, []);
124
+ return React.createElement(customElements.getName(SelectFiltersWC) ?? 'reporting-select-filters', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
81
125
  });
82
126
 
83
127
  export const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
@@ -139,55 +183,6 @@ export const ReportDestinations = React.forwardRef(function ReportDestinations(p
139
183
  return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
140
184
  });
141
185
 
142
- export const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
143
- const { children, ...rest } = props;
144
- return React.createElement(customElements.getName(FilterValueRendererWC) ?? '%%prefix%%-filter-value-renderer', { ...rest, ref }, children);
145
- });
146
-
147
- export const RowSelectRenderer = React.forwardRef(function RowSelectRenderer(props, ref) {
148
- const { children, ...rest } = props;
149
- return React.createElement(customElements.getName(RowSelectRendererWC) ?? '%%prefix%%-row-select-renderer', { ...rest, ref }, children);
150
- });
151
-
152
- export const SelectFields = React.forwardRef(function SelectFields(props, ref) {
153
- const { onSetSelectedFields, children, ...rest } = props;
154
- const _innerRef = React.useRef(null);
155
- const _onSetSelectedFieldsRef = React.useRef(onSetSelectedFields);
156
- _onSetSelectedFieldsRef.current = onSetSelectedFields;
157
- React.useLayoutEffect(() => {
158
- const el = _innerRef.current;
159
- if (!el) return;
160
- const _onSetSelectedFieldsFn = (e) => _onSetSelectedFieldsRef.current?.(e);
161
- el.addEventListener('setSelectedFields', _onSetSelectedFieldsFn);
162
- return () => {
163
- el.removeEventListener('setSelectedFields', _onSetSelectedFieldsFn);
164
- };
165
- }, []);
166
- return React.createElement(customElements.getName(SelectFieldsWC) ?? 'reporting-select-fields', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
167
- });
168
-
169
- export const SelectFilters = React.forwardRef(function SelectFilters(props, ref) {
170
- const { onSetSelectedFilters, children, ...rest } = props;
171
- const _innerRef = React.useRef(null);
172
- const _onSetSelectedFiltersRef = React.useRef(onSetSelectedFilters);
173
- _onSetSelectedFiltersRef.current = onSetSelectedFilters;
174
- React.useLayoutEffect(() => {
175
- const el = _innerRef.current;
176
- if (!el) return;
177
- const _onSetSelectedFiltersFn = (e) => _onSetSelectedFiltersRef.current?.(e);
178
- el.addEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
179
- return () => {
180
- el.removeEventListener('setSelectedFilters', _onSetSelectedFiltersFn);
181
- };
182
- }, []);
183
- return React.createElement(customElements.getName(SelectFiltersWC) ?? 'reporting-select-filters', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
184
- });
185
-
186
- export const BaseConfig = React.forwardRef(function BaseConfig(props, ref) {
187
- const { children, ...rest } = props;
188
- return React.createElement(customElements.getName(BaseConfigWC) ?? 'base-config', { ...rest, ref }, children);
189
- });
190
-
191
186
  export const ColFiltersGrid = React.forwardRef(function ColFiltersGrid(props, ref) {
192
187
  const { children, ...rest } = props;
193
188
  return React.createElement(customElements.getName(ColFiltersGridWC) ?? 'col-filters', { ...rest, ref }, children);
@@ -208,6 +203,11 @@ export const ColRenamesAliasesTutorial = React.forwardRef(function ColRenamesAli
208
203
  return React.createElement(customElements.getName(ColRenamesAliasesTutorialWC) ?? 'col-renames-aliases-tutorial', { ...rest, ref }, children);
209
204
  });
210
205
 
206
+ export const BaseConfig = React.forwardRef(function BaseConfig(props, ref) {
207
+ const { children, ...rest } = props;
208
+ return React.createElement(customElements.getName(BaseConfigWC) ?? 'base-config', { ...rest, ref }, children);
209
+ });
210
+
211
211
  export const DataTransformsTutorial = React.forwardRef(function DataTransformsTutorial(props, ref) {
212
212
  const { children, ...rest } = props;
213
213
  return React.createElement(customElements.getName(DataTransformsTutorialWC) ?? 'data-transforms-tutorial', { ...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.3.2-FUI-2591.1",
4
+ "version": "15.3.3",
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.2-FUI-2591.1",
90
- "@genesislcap/foundation-entity-management": "15.3.2-FUI-2591.1",
91
- "@genesislcap/foundation-events": "15.3.2-FUI-2591.1",
92
- "@genesislcap/foundation-forms": "15.3.2-FUI-2591.1",
93
- "@genesislcap/foundation-logger": "15.3.2-FUI-2591.1",
94
- "@genesislcap/foundation-notifications": "15.3.2-FUI-2591.1",
95
- "@genesislcap/foundation-ui": "15.3.2-FUI-2591.1",
96
- "@genesislcap/foundation-user": "15.3.2-FUI-2591.1",
97
- "@genesislcap/foundation-utils": "15.3.2-FUI-2591.1",
98
- "@genesislcap/foundation-zero": "15.3.2-FUI-2591.1",
99
- "@genesislcap/foundation-zero-grid-pro": "15.3.2-FUI-2591.1",
100
- "@genesislcap/grid-pro": "15.3.2-FUI-2591.1",
101
- "@genesislcap/rapid-design-system": "15.3.2-FUI-2591.1",
102
- "@genesislcap/rapid-grid-pro": "15.3.2-FUI-2591.1",
103
- "@genesislcap/web-core": "15.3.2-FUI-2591.1",
89
+ "@genesislcap/foundation-comms": "15.3.3",
90
+ "@genesislcap/foundation-entity-management": "15.3.3",
91
+ "@genesislcap/foundation-events": "15.3.3",
92
+ "@genesislcap/foundation-forms": "15.3.3",
93
+ "@genesislcap/foundation-logger": "15.3.3",
94
+ "@genesislcap/foundation-notifications": "15.3.3",
95
+ "@genesislcap/foundation-ui": "15.3.3",
96
+ "@genesislcap/foundation-user": "15.3.3",
97
+ "@genesislcap/foundation-utils": "15.3.3",
98
+ "@genesislcap/foundation-zero": "15.3.3",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.3.3",
100
+ "@genesislcap/grid-pro": "15.3.3",
101
+ "@genesislcap/rapid-design-system": "15.3.3",
102
+ "@genesislcap/rapid-grid-pro": "15.3.3",
103
+ "@genesislcap/web-core": "15.3.3",
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.2-FUI-2591.1",
113
- "@genesislcap/foundation-testing": "15.3.2-FUI-2591.1",
114
- "@genesislcap/genx": "15.3.2-FUI-2591.1",
115
- "@genesislcap/prettier-config": "15.3.2-FUI-2591.1",
116
- "@genesislcap/stylelint-config": "15.3.2-FUI-2591.1",
112
+ "@genesislcap/eslint-config": "15.3.3",
113
+ "@genesislcap/foundation-testing": "15.3.3",
114
+ "@genesislcap/genx": "15.3.3",
115
+ "@genesislcap/prettier-config": "15.3.3",
116
+ "@genesislcap/stylelint-config": "15.3.3",
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": "36595b8ce13d31fda4bb2638948c78931133159a"
125
+ "gitHead": "f02b0631f64efa5fa842ba5f44028246fad7252c"
126
126
  }