@genesislcap/pbc-reporting-ui 14.494.0 → 14.496.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 +248 -248
- 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
|
@@ -5321,6 +5321,100 @@
|
|
|
5321
5321
|
}
|
|
5322
5322
|
]
|
|
5323
5323
|
},
|
|
5324
|
+
{
|
|
5325
|
+
"kind": "javascript-module",
|
|
5326
|
+
"path": "src/new/main/report-destinations/report-destinations.template.ts",
|
|
5327
|
+
"declarations": [
|
|
5328
|
+
{
|
|
5329
|
+
"kind": "variable",
|
|
5330
|
+
"name": "template",
|
|
5331
|
+
"default": "html<ReportDestinations>`\n ${(x) => permissionTemplateGuard(x, Permissions.ReportDestinationView, viewTemplate)}\n`"
|
|
5332
|
+
}
|
|
5333
|
+
],
|
|
5334
|
+
"exports": [
|
|
5335
|
+
{
|
|
5336
|
+
"kind": "js",
|
|
5337
|
+
"name": "template",
|
|
5338
|
+
"declaration": {
|
|
5339
|
+
"name": "template",
|
|
5340
|
+
"module": "src/new/main/report-destinations/report-destinations.template.ts"
|
|
5341
|
+
}
|
|
5342
|
+
}
|
|
5343
|
+
]
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"kind": "javascript-module",
|
|
5347
|
+
"path": "src/new/main/report-destinations/report-destinations.ts",
|
|
5348
|
+
"declarations": [
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "class",
|
|
5351
|
+
"description": "",
|
|
5352
|
+
"name": "ReportDestinations",
|
|
5353
|
+
"members": [
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "field",
|
|
5356
|
+
"name": "connect",
|
|
5357
|
+
"type": {
|
|
5358
|
+
"text": "Connect"
|
|
5359
|
+
},
|
|
5360
|
+
"privacy": "private"
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"kind": "field",
|
|
5364
|
+
"name": "topics",
|
|
5365
|
+
"type": {
|
|
5366
|
+
"text": "string[]"
|
|
5367
|
+
},
|
|
5368
|
+
"default": "[]"
|
|
5369
|
+
},
|
|
5370
|
+
{
|
|
5371
|
+
"kind": "field",
|
|
5372
|
+
"name": "user",
|
|
5373
|
+
"type": {
|
|
5374
|
+
"text": "User"
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"kind": "field",
|
|
5379
|
+
"name": "getUISchema",
|
|
5380
|
+
"type": {
|
|
5381
|
+
"text": "UiSchema"
|
|
5382
|
+
},
|
|
5383
|
+
"readonly": true
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"kind": "method",
|
|
5387
|
+
"name": "setNotifyRouteTopics",
|
|
5388
|
+
"privacy": "public"
|
|
5389
|
+
}
|
|
5390
|
+
],
|
|
5391
|
+
"superclass": {
|
|
5392
|
+
"name": "GenesisElement",
|
|
5393
|
+
"package": "@genesislcap/web-core"
|
|
5394
|
+
},
|
|
5395
|
+
"tagName": "report-destinations",
|
|
5396
|
+
"customElement": true
|
|
5397
|
+
}
|
|
5398
|
+
],
|
|
5399
|
+
"exports": [
|
|
5400
|
+
{
|
|
5401
|
+
"kind": "js",
|
|
5402
|
+
"name": "ReportDestinations",
|
|
5403
|
+
"declaration": {
|
|
5404
|
+
"name": "ReportDestinations",
|
|
5405
|
+
"module": "src/new/main/report-destinations/report-destinations.ts"
|
|
5406
|
+
}
|
|
5407
|
+
},
|
|
5408
|
+
{
|
|
5409
|
+
"kind": "custom-element-definition",
|
|
5410
|
+
"name": "report-destinations",
|
|
5411
|
+
"declaration": {
|
|
5412
|
+
"name": "ReportDestinations",
|
|
5413
|
+
"module": "src/new/main/report-destinations/report-destinations.ts"
|
|
5414
|
+
}
|
|
5415
|
+
}
|
|
5416
|
+
]
|
|
5417
|
+
},
|
|
5324
5418
|
{
|
|
5325
5419
|
"kind": "javascript-module",
|
|
5326
5420
|
"path": "src/new/main/generated-reports/generated-reports.styles.ts",
|
|
@@ -5496,100 +5590,6 @@
|
|
|
5496
5590
|
}
|
|
5497
5591
|
]
|
|
5498
5592
|
},
|
|
5499
|
-
{
|
|
5500
|
-
"kind": "javascript-module",
|
|
5501
|
-
"path": "src/new/main/report-destinations/report-destinations.template.ts",
|
|
5502
|
-
"declarations": [
|
|
5503
|
-
{
|
|
5504
|
-
"kind": "variable",
|
|
5505
|
-
"name": "template",
|
|
5506
|
-
"default": "html<ReportDestinations>`\n ${(x) => permissionTemplateGuard(x, Permissions.ReportDestinationView, viewTemplate)}\n`"
|
|
5507
|
-
}
|
|
5508
|
-
],
|
|
5509
|
-
"exports": [
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "js",
|
|
5512
|
-
"name": "template",
|
|
5513
|
-
"declaration": {
|
|
5514
|
-
"name": "template",
|
|
5515
|
-
"module": "src/new/main/report-destinations/report-destinations.template.ts"
|
|
5516
|
-
}
|
|
5517
|
-
}
|
|
5518
|
-
]
|
|
5519
|
-
},
|
|
5520
|
-
{
|
|
5521
|
-
"kind": "javascript-module",
|
|
5522
|
-
"path": "src/new/main/report-destinations/report-destinations.ts",
|
|
5523
|
-
"declarations": [
|
|
5524
|
-
{
|
|
5525
|
-
"kind": "class",
|
|
5526
|
-
"description": "",
|
|
5527
|
-
"name": "ReportDestinations",
|
|
5528
|
-
"members": [
|
|
5529
|
-
{
|
|
5530
|
-
"kind": "field",
|
|
5531
|
-
"name": "connect",
|
|
5532
|
-
"type": {
|
|
5533
|
-
"text": "Connect"
|
|
5534
|
-
},
|
|
5535
|
-
"privacy": "private"
|
|
5536
|
-
},
|
|
5537
|
-
{
|
|
5538
|
-
"kind": "field",
|
|
5539
|
-
"name": "topics",
|
|
5540
|
-
"type": {
|
|
5541
|
-
"text": "string[]"
|
|
5542
|
-
},
|
|
5543
|
-
"default": "[]"
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "field",
|
|
5547
|
-
"name": "user",
|
|
5548
|
-
"type": {
|
|
5549
|
-
"text": "User"
|
|
5550
|
-
}
|
|
5551
|
-
},
|
|
5552
|
-
{
|
|
5553
|
-
"kind": "field",
|
|
5554
|
-
"name": "getUISchema",
|
|
5555
|
-
"type": {
|
|
5556
|
-
"text": "UiSchema"
|
|
5557
|
-
},
|
|
5558
|
-
"readonly": true
|
|
5559
|
-
},
|
|
5560
|
-
{
|
|
5561
|
-
"kind": "method",
|
|
5562
|
-
"name": "setNotifyRouteTopics",
|
|
5563
|
-
"privacy": "public"
|
|
5564
|
-
}
|
|
5565
|
-
],
|
|
5566
|
-
"superclass": {
|
|
5567
|
-
"name": "GenesisElement",
|
|
5568
|
-
"package": "@genesislcap/web-core"
|
|
5569
|
-
},
|
|
5570
|
-
"tagName": "report-destinations",
|
|
5571
|
-
"customElement": true
|
|
5572
|
-
}
|
|
5573
|
-
],
|
|
5574
|
-
"exports": [
|
|
5575
|
-
{
|
|
5576
|
-
"kind": "js",
|
|
5577
|
-
"name": "ReportDestinations",
|
|
5578
|
-
"declaration": {
|
|
5579
|
-
"name": "ReportDestinations",
|
|
5580
|
-
"module": "src/new/main/report-destinations/report-destinations.ts"
|
|
5581
|
-
}
|
|
5582
|
-
},
|
|
5583
|
-
{
|
|
5584
|
-
"kind": "custom-element-definition",
|
|
5585
|
-
"name": "report-destinations",
|
|
5586
|
-
"declaration": {
|
|
5587
|
-
"name": "ReportDestinations",
|
|
5588
|
-
"module": "src/new/main/report-destinations/report-destinations.ts"
|
|
5589
|
-
}
|
|
5590
|
-
}
|
|
5591
|
-
]
|
|
5592
|
-
},
|
|
5593
5593
|
{
|
|
5594
5594
|
"kind": "javascript-module",
|
|
5595
5595
|
"path": "src/new/store/slices/base-config.ts",
|
|
@@ -5765,6 +5765,160 @@
|
|
|
5765
5765
|
}
|
|
5766
5766
|
]
|
|
5767
5767
|
},
|
|
5768
|
+
{
|
|
5769
|
+
"kind": "javascript-module",
|
|
5770
|
+
"path": "src/old/components/create-edit/create-edit.styles.ts",
|
|
5771
|
+
"declarations": [
|
|
5772
|
+
{
|
|
5773
|
+
"kind": "variable",
|
|
5774
|
+
"name": "CreateEditStyles",
|
|
5775
|
+
"default": "css`\n .create-edit {\n width: 100%;\n height: 98%;\n margin: 0;\n padding: 0;\n color: var(--neutral-foreground-rest);\n }\n\n .container {\n max-width: 1737px;\n margin: 0 auto;\n }\n`"
|
|
5776
|
+
}
|
|
5777
|
+
],
|
|
5778
|
+
"exports": [
|
|
5779
|
+
{
|
|
5780
|
+
"kind": "js",
|
|
5781
|
+
"name": "CreateEditStyles",
|
|
5782
|
+
"declaration": {
|
|
5783
|
+
"name": "CreateEditStyles",
|
|
5784
|
+
"module": "src/old/components/create-edit/create-edit.styles.ts"
|
|
5785
|
+
}
|
|
5786
|
+
}
|
|
5787
|
+
]
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"kind": "javascript-module",
|
|
5791
|
+
"path": "src/old/components/create-edit/create-edit.template.ts",
|
|
5792
|
+
"declarations": [
|
|
5793
|
+
{
|
|
5794
|
+
"kind": "variable",
|
|
5795
|
+
"name": "CreateEditTemplate",
|
|
5796
|
+
"default": "html<CreateEdit>`\n <div class=\"create-edit page\" data-test-id=\"create-edit-page\">\n <div class=\"container create-edit page\">\n <reporting-wizard\n :report=${(x) => x.report}\n :saveReport=${(x) => x.saveReport}\n :datasourceSettings=${(x) => x.datasourceSettings}\n data-test-id=\"reporting-wizard\"\n />\n </div>\n </div>\n`"
|
|
5797
|
+
}
|
|
5798
|
+
],
|
|
5799
|
+
"exports": [
|
|
5800
|
+
{
|
|
5801
|
+
"kind": "js",
|
|
5802
|
+
"name": "CreateEditTemplate",
|
|
5803
|
+
"declaration": {
|
|
5804
|
+
"name": "CreateEditTemplate",
|
|
5805
|
+
"module": "src/old/components/create-edit/create-edit.template.ts"
|
|
5806
|
+
}
|
|
5807
|
+
}
|
|
5808
|
+
]
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"kind": "javascript-module",
|
|
5812
|
+
"path": "src/old/components/create-edit/create-edit.ts",
|
|
5813
|
+
"declarations": [
|
|
5814
|
+
{
|
|
5815
|
+
"kind": "class",
|
|
5816
|
+
"description": "Create or edit a saved report (legacy).",
|
|
5817
|
+
"name": "CreateEdit",
|
|
5818
|
+
"members": [
|
|
5819
|
+
{
|
|
5820
|
+
"kind": "field",
|
|
5821
|
+
"name": "connect",
|
|
5822
|
+
"type": {
|
|
5823
|
+
"text": "Connect"
|
|
5824
|
+
}
|
|
5825
|
+
},
|
|
5826
|
+
{
|
|
5827
|
+
"kind": "field",
|
|
5828
|
+
"name": "id",
|
|
5829
|
+
"type": {
|
|
5830
|
+
"text": "string"
|
|
5831
|
+
}
|
|
5832
|
+
},
|
|
5833
|
+
{
|
|
5834
|
+
"kind": "field",
|
|
5835
|
+
"name": "report",
|
|
5836
|
+
"type": {
|
|
5837
|
+
"text": "any"
|
|
5838
|
+
},
|
|
5839
|
+
"default": "{}"
|
|
5840
|
+
},
|
|
5841
|
+
{
|
|
5842
|
+
"kind": "field",
|
|
5843
|
+
"name": "datasourceSettings"
|
|
5844
|
+
},
|
|
5845
|
+
{
|
|
5846
|
+
"kind": "method",
|
|
5847
|
+
"name": "navigateToListReports",
|
|
5848
|
+
"privacy": "public",
|
|
5849
|
+
"description": "Trigger parent event listReports that navigates to list reports tab"
|
|
5850
|
+
},
|
|
5851
|
+
{
|
|
5852
|
+
"kind": "field",
|
|
5853
|
+
"name": "saveReport",
|
|
5854
|
+
"privacy": "public",
|
|
5855
|
+
"description": "Create report save handle"
|
|
5856
|
+
}
|
|
5857
|
+
],
|
|
5858
|
+
"events": [
|
|
5859
|
+
{
|
|
5860
|
+
"name": "listReports"
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"description": "Fired when a user notification should be shown. detail: `ReportNotification`",
|
|
5864
|
+
"name": "notify"
|
|
5865
|
+
}
|
|
5866
|
+
],
|
|
5867
|
+
"superclass": {
|
|
5868
|
+
"name": "GenesisElement",
|
|
5869
|
+
"package": "@genesislcap/web-core"
|
|
5870
|
+
}
|
|
5871
|
+
}
|
|
5872
|
+
],
|
|
5873
|
+
"exports": [
|
|
5874
|
+
{
|
|
5875
|
+
"kind": "js",
|
|
5876
|
+
"name": "CreateEdit",
|
|
5877
|
+
"declaration": {
|
|
5878
|
+
"name": "CreateEdit",
|
|
5879
|
+
"module": "src/old/components/create-edit/create-edit.ts"
|
|
5880
|
+
}
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "custom-element-definition",
|
|
5884
|
+
"declaration": {
|
|
5885
|
+
"name": "CreateEdit",
|
|
5886
|
+
"module": "src/old/components/create-edit/create-edit.ts"
|
|
5887
|
+
}
|
|
5888
|
+
}
|
|
5889
|
+
]
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
"kind": "javascript-module",
|
|
5893
|
+
"path": "src/old/components/create-edit/index.ts",
|
|
5894
|
+
"declarations": [],
|
|
5895
|
+
"exports": [
|
|
5896
|
+
{
|
|
5897
|
+
"kind": "js",
|
|
5898
|
+
"name": "*",
|
|
5899
|
+
"declaration": {
|
|
5900
|
+
"name": "*",
|
|
5901
|
+
"package": "./create-edit"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "js",
|
|
5906
|
+
"name": "*",
|
|
5907
|
+
"declaration": {
|
|
5908
|
+
"name": "*",
|
|
5909
|
+
"package": "./create-edit.styles"
|
|
5910
|
+
}
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"kind": "js",
|
|
5914
|
+
"name": "*",
|
|
5915
|
+
"declaration": {
|
|
5916
|
+
"name": "*",
|
|
5917
|
+
"package": "./create-edit.template"
|
|
5918
|
+
}
|
|
5919
|
+
}
|
|
5920
|
+
]
|
|
5921
|
+
},
|
|
5768
5922
|
{
|
|
5769
5923
|
"kind": "javascript-module",
|
|
5770
5924
|
"path": "src/old/assets/images/index.ts",
|
|
@@ -5953,160 +6107,6 @@
|
|
|
5953
6107
|
}
|
|
5954
6108
|
]
|
|
5955
6109
|
},
|
|
5956
|
-
{
|
|
5957
|
-
"kind": "javascript-module",
|
|
5958
|
-
"path": "src/old/components/create-edit/create-edit.styles.ts",
|
|
5959
|
-
"declarations": [
|
|
5960
|
-
{
|
|
5961
|
-
"kind": "variable",
|
|
5962
|
-
"name": "CreateEditStyles",
|
|
5963
|
-
"default": "css`\n .create-edit {\n width: 100%;\n height: 98%;\n margin: 0;\n padding: 0;\n color: var(--neutral-foreground-rest);\n }\n\n .container {\n max-width: 1737px;\n margin: 0 auto;\n }\n`"
|
|
5964
|
-
}
|
|
5965
|
-
],
|
|
5966
|
-
"exports": [
|
|
5967
|
-
{
|
|
5968
|
-
"kind": "js",
|
|
5969
|
-
"name": "CreateEditStyles",
|
|
5970
|
-
"declaration": {
|
|
5971
|
-
"name": "CreateEditStyles",
|
|
5972
|
-
"module": "src/old/components/create-edit/create-edit.styles.ts"
|
|
5973
|
-
}
|
|
5974
|
-
}
|
|
5975
|
-
]
|
|
5976
|
-
},
|
|
5977
|
-
{
|
|
5978
|
-
"kind": "javascript-module",
|
|
5979
|
-
"path": "src/old/components/create-edit/create-edit.template.ts",
|
|
5980
|
-
"declarations": [
|
|
5981
|
-
{
|
|
5982
|
-
"kind": "variable",
|
|
5983
|
-
"name": "CreateEditTemplate",
|
|
5984
|
-
"default": "html<CreateEdit>`\n <div class=\"create-edit page\" data-test-id=\"create-edit-page\">\n <div class=\"container create-edit page\">\n <reporting-wizard\n :report=${(x) => x.report}\n :saveReport=${(x) => x.saveReport}\n :datasourceSettings=${(x) => x.datasourceSettings}\n data-test-id=\"reporting-wizard\"\n />\n </div>\n </div>\n`"
|
|
5985
|
-
}
|
|
5986
|
-
],
|
|
5987
|
-
"exports": [
|
|
5988
|
-
{
|
|
5989
|
-
"kind": "js",
|
|
5990
|
-
"name": "CreateEditTemplate",
|
|
5991
|
-
"declaration": {
|
|
5992
|
-
"name": "CreateEditTemplate",
|
|
5993
|
-
"module": "src/old/components/create-edit/create-edit.template.ts"
|
|
5994
|
-
}
|
|
5995
|
-
}
|
|
5996
|
-
]
|
|
5997
|
-
},
|
|
5998
|
-
{
|
|
5999
|
-
"kind": "javascript-module",
|
|
6000
|
-
"path": "src/old/components/create-edit/create-edit.ts",
|
|
6001
|
-
"declarations": [
|
|
6002
|
-
{
|
|
6003
|
-
"kind": "class",
|
|
6004
|
-
"description": "Create or edit a saved report (legacy).",
|
|
6005
|
-
"name": "CreateEdit",
|
|
6006
|
-
"members": [
|
|
6007
|
-
{
|
|
6008
|
-
"kind": "field",
|
|
6009
|
-
"name": "connect",
|
|
6010
|
-
"type": {
|
|
6011
|
-
"text": "Connect"
|
|
6012
|
-
}
|
|
6013
|
-
},
|
|
6014
|
-
{
|
|
6015
|
-
"kind": "field",
|
|
6016
|
-
"name": "id",
|
|
6017
|
-
"type": {
|
|
6018
|
-
"text": "string"
|
|
6019
|
-
}
|
|
6020
|
-
},
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "field",
|
|
6023
|
-
"name": "report",
|
|
6024
|
-
"type": {
|
|
6025
|
-
"text": "any"
|
|
6026
|
-
},
|
|
6027
|
-
"default": "{}"
|
|
6028
|
-
},
|
|
6029
|
-
{
|
|
6030
|
-
"kind": "field",
|
|
6031
|
-
"name": "datasourceSettings"
|
|
6032
|
-
},
|
|
6033
|
-
{
|
|
6034
|
-
"kind": "method",
|
|
6035
|
-
"name": "navigateToListReports",
|
|
6036
|
-
"privacy": "public",
|
|
6037
|
-
"description": "Trigger parent event listReports that navigates to list reports tab"
|
|
6038
|
-
},
|
|
6039
|
-
{
|
|
6040
|
-
"kind": "field",
|
|
6041
|
-
"name": "saveReport",
|
|
6042
|
-
"privacy": "public",
|
|
6043
|
-
"description": "Create report save handle"
|
|
6044
|
-
}
|
|
6045
|
-
],
|
|
6046
|
-
"events": [
|
|
6047
|
-
{
|
|
6048
|
-
"name": "listReports"
|
|
6049
|
-
},
|
|
6050
|
-
{
|
|
6051
|
-
"description": "Fired when a user notification should be shown. detail: `ReportNotification`",
|
|
6052
|
-
"name": "notify"
|
|
6053
|
-
}
|
|
6054
|
-
],
|
|
6055
|
-
"superclass": {
|
|
6056
|
-
"name": "GenesisElement",
|
|
6057
|
-
"package": "@genesislcap/web-core"
|
|
6058
|
-
}
|
|
6059
|
-
}
|
|
6060
|
-
],
|
|
6061
|
-
"exports": [
|
|
6062
|
-
{
|
|
6063
|
-
"kind": "js",
|
|
6064
|
-
"name": "CreateEdit",
|
|
6065
|
-
"declaration": {
|
|
6066
|
-
"name": "CreateEdit",
|
|
6067
|
-
"module": "src/old/components/create-edit/create-edit.ts"
|
|
6068
|
-
}
|
|
6069
|
-
},
|
|
6070
|
-
{
|
|
6071
|
-
"kind": "custom-element-definition",
|
|
6072
|
-
"declaration": {
|
|
6073
|
-
"name": "CreateEdit",
|
|
6074
|
-
"module": "src/old/components/create-edit/create-edit.ts"
|
|
6075
|
-
}
|
|
6076
|
-
}
|
|
6077
|
-
]
|
|
6078
|
-
},
|
|
6079
|
-
{
|
|
6080
|
-
"kind": "javascript-module",
|
|
6081
|
-
"path": "src/old/components/create-edit/index.ts",
|
|
6082
|
-
"declarations": [],
|
|
6083
|
-
"exports": [
|
|
6084
|
-
{
|
|
6085
|
-
"kind": "js",
|
|
6086
|
-
"name": "*",
|
|
6087
|
-
"declaration": {
|
|
6088
|
-
"name": "*",
|
|
6089
|
-
"package": "./create-edit"
|
|
6090
|
-
}
|
|
6091
|
-
},
|
|
6092
|
-
{
|
|
6093
|
-
"kind": "js",
|
|
6094
|
-
"name": "*",
|
|
6095
|
-
"declaration": {
|
|
6096
|
-
"name": "*",
|
|
6097
|
-
"package": "./create-edit.styles"
|
|
6098
|
-
}
|
|
6099
|
-
},
|
|
6100
|
-
{
|
|
6101
|
-
"kind": "js",
|
|
6102
|
-
"name": "*",
|
|
6103
|
-
"declaration": {
|
|
6104
|
-
"name": "*",
|
|
6105
|
-
"package": "./create-edit.template"
|
|
6106
|
-
}
|
|
6107
|
-
}
|
|
6108
|
-
]
|
|
6109
|
-
},
|
|
6110
6110
|
{
|
|
6111
6111
|
"kind": "javascript-module",
|
|
6112
6112
|
"path": "src/old/components/list/columns.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -168,23 +168,23 @@ export declare const ConfigJourneyOrchestrator: React.ForwardRefExoticComponent<
|
|
|
168
168
|
>;
|
|
169
169
|
export type ConfigJourneyOrchestratorRef = ConfigJourneyOrchestratorWC;
|
|
170
170
|
|
|
171
|
-
export declare const
|
|
171
|
+
export declare const ReportDestinations: React.ForwardRefExoticComponent<
|
|
172
172
|
React.PropsWithChildren<
|
|
173
|
-
Omit<PublicOf<
|
|
173
|
+
Omit<PublicOf<ReportDestinationsWC>, 'children' | 'style'> &
|
|
174
174
|
HTMLWCProps & {
|
|
175
175
|
}
|
|
176
|
-
> & React.RefAttributes<
|
|
176
|
+
> & React.RefAttributes<ReportDestinationsWC>
|
|
177
177
|
>;
|
|
178
|
-
export type
|
|
178
|
+
export type ReportDestinationsRef = ReportDestinationsWC;
|
|
179
179
|
|
|
180
|
-
export declare const
|
|
180
|
+
export declare const GeneratedReports: React.ForwardRefExoticComponent<
|
|
181
181
|
React.PropsWithChildren<
|
|
182
|
-
Omit<PublicOf<
|
|
182
|
+
Omit<PublicOf<GeneratedReportsWC>, 'children' | 'style'> &
|
|
183
183
|
HTMLWCProps & {
|
|
184
184
|
}
|
|
185
|
-
> & React.RefAttributes<
|
|
185
|
+
> & React.RefAttributes<GeneratedReportsWC>
|
|
186
186
|
>;
|
|
187
|
-
export type
|
|
187
|
+
export type GeneratedReportsRef = GeneratedReportsWC;
|
|
188
188
|
|
|
189
189
|
export declare const FilterValueRenderer: React.ForwardRefExoticComponent<
|
|
190
190
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -131,14 +131,14 @@ const ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourneyOrchest
|
|
|
131
131
|
return React.createElement(customElements.getName(ConfigJourneyOrchestratorWC) ?? 'config-journey-orchestrator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
132
132
|
});
|
|
133
133
|
|
|
134
|
-
const
|
|
134
|
+
const ReportDestinations = React.forwardRef(function ReportDestinations(props, ref) {
|
|
135
135
|
const { children, ...rest } = props;
|
|
136
|
-
return React.createElement(customElements.getName(
|
|
136
|
+
return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
|
|
137
137
|
});
|
|
138
138
|
|
|
139
|
-
const
|
|
139
|
+
const GeneratedReports = React.forwardRef(function GeneratedReports(props, ref) {
|
|
140
140
|
const { children, ...rest } = props;
|
|
141
|
-
return React.createElement(customElements.getName(
|
|
141
|
+
return React.createElement(customElements.getName(GeneratedReportsWC) ?? 'generated-reports', { ...rest, ref }, children);
|
|
142
142
|
});
|
|
143
143
|
|
|
144
144
|
const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(props, ref) {
|
|
@@ -306,8 +306,8 @@ module.exports = {
|
|
|
306
306
|
DataTransformRenderer,
|
|
307
307
|
ReportingConfigurations,
|
|
308
308
|
ConfigJourneyOrchestrator,
|
|
309
|
-
GeneratedReports,
|
|
310
309
|
ReportDestinations,
|
|
310
|
+
GeneratedReports,
|
|
311
311
|
FilterValueRenderer,
|
|
312
312
|
RowSelectRenderer,
|
|
313
313
|
SelectFields,
|
package/dist/react.mjs
CHANGED
|
@@ -129,14 +129,14 @@ export const ConfigJourneyOrchestrator = React.forwardRef(function ConfigJourney
|
|
|
129
129
|
return React.createElement(customElements.getName(ConfigJourneyOrchestratorWC) ?? 'config-journey-orchestrator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
130
130
|
});
|
|
131
131
|
|
|
132
|
-
export const
|
|
132
|
+
export const ReportDestinations = React.forwardRef(function ReportDestinations(props, ref) {
|
|
133
133
|
const { children, ...rest } = props;
|
|
134
|
-
return React.createElement(customElements.getName(
|
|
134
|
+
return React.createElement(customElements.getName(ReportDestinationsWC) ?? 'report-destinations', { ...rest, ref }, children);
|
|
135
135
|
});
|
|
136
136
|
|
|
137
|
-
export const
|
|
137
|
+
export const GeneratedReports = React.forwardRef(function GeneratedReports(props, ref) {
|
|
138
138
|
const { children, ...rest } = props;
|
|
139
|
-
return React.createElement(customElements.getName(
|
|
139
|
+
return React.createElement(customElements.getName(GeneratedReportsWC) ?? 'generated-reports', { ...rest, ref }, children);
|
|
140
140
|
});
|
|
141
141
|
|
|
142
142
|
export const FilterValueRenderer = React.forwardRef(function FilterValueRenderer(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": "14.
|
|
4
|
+
"version": "14.496.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": "14.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "14.
|
|
91
|
-
"@genesislcap/foundation-events": "14.
|
|
92
|
-
"@genesislcap/foundation-forms": "14.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-notifications": "14.
|
|
95
|
-
"@genesislcap/foundation-ui": "14.
|
|
96
|
-
"@genesislcap/foundation-user": "14.
|
|
97
|
-
"@genesislcap/foundation-utils": "14.
|
|
98
|
-
"@genesislcap/foundation-zero": "14.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
100
|
-
"@genesislcap/grid-pro": "14.
|
|
101
|
-
"@genesislcap/rapid-design-system": "14.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "14.
|
|
103
|
-
"@genesislcap/web-core": "14.
|
|
89
|
+
"@genesislcap/foundation-comms": "14.496.0",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "14.496.0",
|
|
91
|
+
"@genesislcap/foundation-events": "14.496.0",
|
|
92
|
+
"@genesislcap/foundation-forms": "14.496.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.496.0",
|
|
94
|
+
"@genesislcap/foundation-notifications": "14.496.0",
|
|
95
|
+
"@genesislcap/foundation-ui": "14.496.0",
|
|
96
|
+
"@genesislcap/foundation-user": "14.496.0",
|
|
97
|
+
"@genesislcap/foundation-utils": "14.496.0",
|
|
98
|
+
"@genesislcap/foundation-zero": "14.496.0",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "14.496.0",
|
|
100
|
+
"@genesislcap/grid-pro": "14.496.0",
|
|
101
|
+
"@genesislcap/rapid-design-system": "14.496.0",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "14.496.0",
|
|
103
|
+
"@genesislcap/web-core": "14.496.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": "14.
|
|
113
|
-
"@genesislcap/foundation-testing": "14.
|
|
114
|
-
"@genesislcap/genx": "14.
|
|
115
|
-
"@genesislcap/prettier-config": "14.
|
|
116
|
-
"@genesislcap/stylelint-config": "14.
|
|
112
|
+
"@genesislcap/eslint-config": "14.496.0",
|
|
113
|
+
"@genesislcap/foundation-testing": "14.496.0",
|
|
114
|
+
"@genesislcap/genx": "14.496.0",
|
|
115
|
+
"@genesislcap/prettier-config": "14.496.0",
|
|
116
|
+
"@genesislcap/stylelint-config": "14.496.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": "2ae3ec60cab8440c6beb1da84e2d47239b11e9b5"
|
|
126
126
|
}
|