@genesislcap/pbc-reporting-ui 15.8.3 → 15.9.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +154 -154
  2. package/package.json +22 -22
@@ -5953,6 +5953,160 @@
5953
5953
  }
5954
5954
  ]
5955
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
+ },
5956
6110
  {
5957
6111
  "kind": "javascript-module",
5958
6112
  "path": "src/old/components/list/columns.ts",
@@ -6210,160 +6364,6 @@
6210
6364
  }
6211
6365
  ]
6212
6366
  },
6213
- {
6214
- "kind": "javascript-module",
6215
- "path": "src/old/components/create-edit/create-edit.styles.ts",
6216
- "declarations": [
6217
- {
6218
- "kind": "variable",
6219
- "name": "CreateEditStyles",
6220
- "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`"
6221
- }
6222
- ],
6223
- "exports": [
6224
- {
6225
- "kind": "js",
6226
- "name": "CreateEditStyles",
6227
- "declaration": {
6228
- "name": "CreateEditStyles",
6229
- "module": "src/old/components/create-edit/create-edit.styles.ts"
6230
- }
6231
- }
6232
- ]
6233
- },
6234
- {
6235
- "kind": "javascript-module",
6236
- "path": "src/old/components/create-edit/create-edit.template.ts",
6237
- "declarations": [
6238
- {
6239
- "kind": "variable",
6240
- "name": "CreateEditTemplate",
6241
- "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`"
6242
- }
6243
- ],
6244
- "exports": [
6245
- {
6246
- "kind": "js",
6247
- "name": "CreateEditTemplate",
6248
- "declaration": {
6249
- "name": "CreateEditTemplate",
6250
- "module": "src/old/components/create-edit/create-edit.template.ts"
6251
- }
6252
- }
6253
- ]
6254
- },
6255
- {
6256
- "kind": "javascript-module",
6257
- "path": "src/old/components/create-edit/create-edit.ts",
6258
- "declarations": [
6259
- {
6260
- "kind": "class",
6261
- "description": "Create or edit a saved report (legacy).",
6262
- "name": "CreateEdit",
6263
- "members": [
6264
- {
6265
- "kind": "field",
6266
- "name": "connect",
6267
- "type": {
6268
- "text": "Connect"
6269
- }
6270
- },
6271
- {
6272
- "kind": "field",
6273
- "name": "id",
6274
- "type": {
6275
- "text": "string"
6276
- }
6277
- },
6278
- {
6279
- "kind": "field",
6280
- "name": "report",
6281
- "type": {
6282
- "text": "any"
6283
- },
6284
- "default": "{}"
6285
- },
6286
- {
6287
- "kind": "field",
6288
- "name": "datasourceSettings"
6289
- },
6290
- {
6291
- "kind": "method",
6292
- "name": "navigateToListReports",
6293
- "privacy": "public",
6294
- "description": "Trigger parent event listReports that navigates to list reports tab"
6295
- },
6296
- {
6297
- "kind": "field",
6298
- "name": "saveReport",
6299
- "privacy": "public",
6300
- "description": "Create report save handle"
6301
- }
6302
- ],
6303
- "events": [
6304
- {
6305
- "name": "listReports"
6306
- },
6307
- {
6308
- "description": "Fired when a user notification should be shown. detail: `ReportNotification`",
6309
- "name": "notify"
6310
- }
6311
- ],
6312
- "superclass": {
6313
- "name": "GenesisElement",
6314
- "package": "@genesislcap/web-core"
6315
- }
6316
- }
6317
- ],
6318
- "exports": [
6319
- {
6320
- "kind": "js",
6321
- "name": "CreateEdit",
6322
- "declaration": {
6323
- "name": "CreateEdit",
6324
- "module": "src/old/components/create-edit/create-edit.ts"
6325
- }
6326
- },
6327
- {
6328
- "kind": "custom-element-definition",
6329
- "declaration": {
6330
- "name": "CreateEdit",
6331
- "module": "src/old/components/create-edit/create-edit.ts"
6332
- }
6333
- }
6334
- ]
6335
- },
6336
- {
6337
- "kind": "javascript-module",
6338
- "path": "src/old/components/create-edit/index.ts",
6339
- "declarations": [],
6340
- "exports": [
6341
- {
6342
- "kind": "js",
6343
- "name": "*",
6344
- "declaration": {
6345
- "name": "*",
6346
- "package": "./create-edit"
6347
- }
6348
- },
6349
- {
6350
- "kind": "js",
6351
- "name": "*",
6352
- "declaration": {
6353
- "name": "*",
6354
- "package": "./create-edit.styles"
6355
- }
6356
- },
6357
- {
6358
- "kind": "js",
6359
- "name": "*",
6360
- "declaration": {
6361
- "name": "*",
6362
- "package": "./create-edit.template"
6363
- }
6364
- }
6365
- ]
6366
- },
6367
6367
  {
6368
6368
  "kind": "javascript-module",
6369
6369
  "path": "src/old/components/preview/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.8.3",
4
+ "version": "15.9.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.8.3",
90
- "@genesislcap/foundation-entity-management": "15.8.3",
91
- "@genesislcap/foundation-events": "15.8.3",
92
- "@genesislcap/foundation-forms": "15.8.3",
93
- "@genesislcap/foundation-logger": "15.8.3",
94
- "@genesislcap/foundation-notifications": "15.8.3",
95
- "@genesislcap/foundation-ui": "15.8.3",
96
- "@genesislcap/foundation-user": "15.8.3",
97
- "@genesislcap/foundation-utils": "15.8.3",
98
- "@genesislcap/foundation-zero": "15.8.3",
99
- "@genesislcap/foundation-zero-grid-pro": "15.8.3",
100
- "@genesislcap/grid-pro": "15.8.3",
101
- "@genesislcap/rapid-design-system": "15.8.3",
102
- "@genesislcap/rapid-grid-pro": "15.8.3",
103
- "@genesislcap/web-core": "15.8.3",
89
+ "@genesislcap/foundation-comms": "15.9.0",
90
+ "@genesislcap/foundation-entity-management": "15.9.0",
91
+ "@genesislcap/foundation-events": "15.9.0",
92
+ "@genesislcap/foundation-forms": "15.9.0",
93
+ "@genesislcap/foundation-logger": "15.9.0",
94
+ "@genesislcap/foundation-notifications": "15.9.0",
95
+ "@genesislcap/foundation-ui": "15.9.0",
96
+ "@genesislcap/foundation-user": "15.9.0",
97
+ "@genesislcap/foundation-utils": "15.9.0",
98
+ "@genesislcap/foundation-zero": "15.9.0",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.9.0",
100
+ "@genesislcap/grid-pro": "15.9.0",
101
+ "@genesislcap/rapid-design-system": "15.9.0",
102
+ "@genesislcap/rapid-grid-pro": "15.9.0",
103
+ "@genesislcap/web-core": "15.9.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.8.3",
111
- "@genesislcap/foundation-testing": "15.8.3",
112
- "@genesislcap/genx": "15.8.3",
113
- "@genesislcap/prettier-config": "15.8.3",
114
- "@genesislcap/stylelint-config": "15.8.3",
110
+ "@genesislcap/eslint-config": "15.9.0",
111
+ "@genesislcap/foundation-testing": "15.9.0",
112
+ "@genesislcap/genx": "15.9.0",
113
+ "@genesislcap/prettier-config": "15.9.0",
114
+ "@genesislcap/stylelint-config": "15.9.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": "0001fb4c5a056b22bb1a3d316cc4f2e2aa79cff4"
123
+ "gitHead": "640fddb70d899b01c9337563ae874ddb5226cbcd"
124
124
  }