@genesislcap/pbc-reporting-ui 15.3.5 → 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 +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +22 -22
|
@@ -4395,112 +4395,6 @@
|
|
|
4395
4395
|
}
|
|
4396
4396
|
]
|
|
4397
4397
|
},
|
|
4398
|
-
{
|
|
4399
|
-
"kind": "javascript-module",
|
|
4400
|
-
"path": "src/new/components/renderers/data-transform-renderer.ts",
|
|
4401
|
-
"declarations": [
|
|
4402
|
-
{
|
|
4403
|
-
"kind": "class",
|
|
4404
|
-
"description": "",
|
|
4405
|
-
"name": "DataTransformRenderer",
|
|
4406
|
-
"members": [
|
|
4407
|
-
{
|
|
4408
|
-
"kind": "field",
|
|
4409
|
-
"name": "params",
|
|
4410
|
-
"type": {
|
|
4411
|
-
"text": "DataTransformRendererParams"
|
|
4412
|
-
},
|
|
4413
|
-
"privacy": "public"
|
|
4414
|
-
},
|
|
4415
|
-
{
|
|
4416
|
-
"kind": "field",
|
|
4417
|
-
"name": "value",
|
|
4418
|
-
"type": {
|
|
4419
|
-
"text": "ExpressionBuilderTypes.ValueConfig"
|
|
4420
|
-
},
|
|
4421
|
-
"privacy": "public"
|
|
4422
|
-
},
|
|
4423
|
-
{
|
|
4424
|
-
"kind": "field",
|
|
4425
|
-
"name": "modal",
|
|
4426
|
-
"type": {
|
|
4427
|
-
"text": "Modal"
|
|
4428
|
-
}
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"kind": "method",
|
|
4432
|
-
"name": "init",
|
|
4433
|
-
"privacy": "public",
|
|
4434
|
-
"parameters": [
|
|
4435
|
-
{
|
|
4436
|
-
"name": "params",
|
|
4437
|
-
"type": {
|
|
4438
|
-
"text": "DataTransformRendererParams"
|
|
4439
|
-
}
|
|
4440
|
-
}
|
|
4441
|
-
]
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
"kind": "method",
|
|
4445
|
-
"name": "getGui",
|
|
4446
|
-
"privacy": "public",
|
|
4447
|
-
"return": {
|
|
4448
|
-
"type": {
|
|
4449
|
-
"text": "HTMLElement"
|
|
4450
|
-
}
|
|
4451
|
-
}
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"kind": "method",
|
|
4455
|
-
"name": "refresh",
|
|
4456
|
-
"privacy": "public",
|
|
4457
|
-
"return": {
|
|
4458
|
-
"type": {
|
|
4459
|
-
"text": "boolean"
|
|
4460
|
-
}
|
|
4461
|
-
},
|
|
4462
|
-
"parameters": [
|
|
4463
|
-
{
|
|
4464
|
-
"name": "params",
|
|
4465
|
-
"type": {
|
|
4466
|
-
"text": "DataTransformRendererParams"
|
|
4467
|
-
}
|
|
4468
|
-
}
|
|
4469
|
-
]
|
|
4470
|
-
},
|
|
4471
|
-
{
|
|
4472
|
-
"kind": "field",
|
|
4473
|
-
"name": "changeHandler",
|
|
4474
|
-
"privacy": "public"
|
|
4475
|
-
}
|
|
4476
|
-
],
|
|
4477
|
-
"superclass": {
|
|
4478
|
-
"name": "GenesisElement",
|
|
4479
|
-
"package": "@genesislcap/web-core"
|
|
4480
|
-
},
|
|
4481
|
-
"tagName": "data-transform-cell-renderer",
|
|
4482
|
-
"customElement": true
|
|
4483
|
-
}
|
|
4484
|
-
],
|
|
4485
|
-
"exports": [
|
|
4486
|
-
{
|
|
4487
|
-
"kind": "js",
|
|
4488
|
-
"name": "DataTransformRenderer",
|
|
4489
|
-
"declaration": {
|
|
4490
|
-
"name": "DataTransformRenderer",
|
|
4491
|
-
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4492
|
-
}
|
|
4493
|
-
},
|
|
4494
|
-
{
|
|
4495
|
-
"kind": "custom-element-definition",
|
|
4496
|
-
"name": "data-transform-cell-renderer",
|
|
4497
|
-
"declaration": {
|
|
4498
|
-
"name": "DataTransformRenderer",
|
|
4499
|
-
"module": "src/new/components/renderers/data-transform-renderer.ts"
|
|
4500
|
-
}
|
|
4501
|
-
}
|
|
4502
|
-
]
|
|
4503
|
-
},
|
|
4504
4398
|
{
|
|
4505
4399
|
"kind": "javascript-module",
|
|
4506
4400
|
"path": "src/new/components/clone-report-config-modal/clone-report-config-modal.styles.ts",
|
|
@@ -4771,6 +4665,112 @@
|
|
|
4771
4665
|
}
|
|
4772
4666
|
]
|
|
4773
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
4774
|
{
|
|
4775
4775
|
"kind": "javascript-module",
|
|
4776
4776
|
"path": "src/new/components/reporting-configurations/reporting-configurations.styles.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -129,23 +129,23 @@ 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
136
|
}
|
|
137
|
-
> & React.RefAttributes<
|
|
137
|
+
> & React.RefAttributes<CloneReportConfigModalWC>
|
|
138
138
|
>;
|
|
139
|
-
export type
|
|
139
|
+
export type CloneReportConfigModalRef = CloneReportConfigModalWC;
|
|
140
140
|
|
|
141
|
-
export declare const
|
|
141
|
+
export declare const DataTransformRenderer: React.ForwardRefExoticComponent<
|
|
142
142
|
React.PropsWithChildren<
|
|
143
|
-
Omit<PublicOf<
|
|
143
|
+
Omit<PublicOf<DataTransformRendererWC>, 'children' | 'style'> &
|
|
144
144
|
HTMLWCProps & {
|
|
145
145
|
}
|
|
146
|
-
> & React.RefAttributes<
|
|
146
|
+
> & React.RefAttributes<DataTransformRendererWC>
|
|
147
147
|
>;
|
|
148
|
-
export type
|
|
148
|
+
export type DataTransformRendererRef = DataTransformRendererWC;
|
|
149
149
|
|
|
150
150
|
export declare const ReportingConfigurations: React.ForwardRefExoticComponent<
|
|
151
151
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -82,14 +82,14 @@ 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
|
|
85
|
+
const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
86
86
|
const { children, ...rest } = props;
|
|
87
|
-
return React.createElement(customElements.getName(
|
|
87
|
+
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
88
88
|
});
|
|
89
89
|
|
|
90
|
-
const
|
|
90
|
+
const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
91
91
|
const { children, ...rest } = props;
|
|
92
|
-
return React.createElement(customElements.getName(
|
|
92
|
+
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
93
93
|
});
|
|
94
94
|
|
|
95
95
|
const ReportingConfigurations = React.forwardRef(function ReportingConfigurations(props, ref) {
|
|
@@ -302,8 +302,8 @@ module.exports = {
|
|
|
302
302
|
FoundationReporting,
|
|
303
303
|
RapidReporting,
|
|
304
304
|
ZeroReporting,
|
|
305
|
-
DataTransformRenderer,
|
|
306
305
|
CloneReportConfigModal,
|
|
306
|
+
DataTransformRenderer,
|
|
307
307
|
ReportingConfigurations,
|
|
308
308
|
ConfigJourneyOrchestrator,
|
|
309
309
|
GeneratedReports,
|
package/dist/react.mjs
CHANGED
|
@@ -80,14 +80,14 @@ 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
|
|
83
|
+
export const CloneReportConfigModal = React.forwardRef(function CloneReportConfigModal(props, ref) {
|
|
84
84
|
const { children, ...rest } = props;
|
|
85
|
-
return React.createElement(customElements.getName(
|
|
85
|
+
return React.createElement(customElements.getName(CloneReportConfigModalWC) ?? 'clone-report-config-modal', { ...rest, ref }, children);
|
|
86
86
|
});
|
|
87
87
|
|
|
88
|
-
export const
|
|
88
|
+
export const DataTransformRenderer = React.forwardRef(function DataTransformRenderer(props, ref) {
|
|
89
89
|
const { children, ...rest } = props;
|
|
90
|
-
return React.createElement(customElements.getName(
|
|
90
|
+
return React.createElement(customElements.getName(DataTransformRendererWC) ?? 'data-transform-cell-renderer', { ...rest, ref }, children);
|
|
91
91
|
});
|
|
92
92
|
|
|
93
93
|
export const ReportingConfigurations = React.forwardRef(function ReportingConfigurations(props, ref) {
|
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
|
}
|