@genesislcap/pbc-reporting-ui 15.12.0 → 15.13.1

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +154 -154
  2. package/package.json +22 -22
@@ -5765,160 +5765,6 @@
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
- },
5922
5768
  {
5923
5769
  "kind": "javascript-module",
5924
5770
  "path": "src/old/assets/images/index.ts",
@@ -6107,6 +5953,160 @@
6107
5953
  }
6108
5954
  ]
6109
5955
  },
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/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.12.0",
4
+ "version": "15.13.1",
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.12.0",
90
- "@genesislcap/foundation-entity-management": "15.12.0",
91
- "@genesislcap/foundation-events": "15.12.0",
92
- "@genesislcap/foundation-forms": "15.12.0",
93
- "@genesislcap/foundation-logger": "15.12.0",
94
- "@genesislcap/foundation-notifications": "15.12.0",
95
- "@genesislcap/foundation-ui": "15.12.0",
96
- "@genesislcap/foundation-user": "15.12.0",
97
- "@genesislcap/foundation-utils": "15.12.0",
98
- "@genesislcap/foundation-zero": "15.12.0",
99
- "@genesislcap/foundation-zero-grid-pro": "15.12.0",
100
- "@genesislcap/grid-pro": "15.12.0",
101
- "@genesislcap/rapid-design-system": "15.12.0",
102
- "@genesislcap/rapid-grid-pro": "15.12.0",
103
- "@genesislcap/web-core": "15.12.0",
89
+ "@genesislcap/foundation-comms": "15.13.1",
90
+ "@genesislcap/foundation-entity-management": "15.13.1",
91
+ "@genesislcap/foundation-events": "15.13.1",
92
+ "@genesislcap/foundation-forms": "15.13.1",
93
+ "@genesislcap/foundation-logger": "15.13.1",
94
+ "@genesislcap/foundation-notifications": "15.13.1",
95
+ "@genesislcap/foundation-ui": "15.13.1",
96
+ "@genesislcap/foundation-user": "15.13.1",
97
+ "@genesislcap/foundation-utils": "15.13.1",
98
+ "@genesislcap/foundation-zero": "15.13.1",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.13.1",
100
+ "@genesislcap/grid-pro": "15.13.1",
101
+ "@genesislcap/rapid-design-system": "15.13.1",
102
+ "@genesislcap/rapid-grid-pro": "15.13.1",
103
+ "@genesislcap/web-core": "15.13.1",
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.12.0",
111
- "@genesislcap/foundation-testing": "15.12.0",
112
- "@genesislcap/genx": "15.12.0",
113
- "@genesislcap/prettier-config": "15.12.0",
114
- "@genesislcap/stylelint-config": "15.12.0",
110
+ "@genesislcap/eslint-config": "15.13.1",
111
+ "@genesislcap/foundation-testing": "15.13.1",
112
+ "@genesislcap/genx": "15.13.1",
113
+ "@genesislcap/prettier-config": "15.13.1",
114
+ "@genesislcap/stylelint-config": "15.13.1",
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": "06f5ab51086c6616c6b96a7a1aebccddb3af7881"
123
+ "gitHead": "4ac0cfb22051b17da81586baf5166c9b605fae10"
124
124
  }