@genesislcap/foundation-forms 14.483.3-alpha-7a2e689.0 → 14.484.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 +14 -14
- package/dist/dts/filters/filters.d.ts +1 -1
- package/dist/dts/filters/filters.d.ts.map +1 -1
- package/dist/dts/form.d.ts +14 -14
- package/dist/dts/form.d.ts.map +1 -1
- package/dist/dts/jsonforms/json-forms.d.ts +1 -1
- package/dist/dts/jsonforms/json-forms.d.ts.map +1 -1
- package/dist/dts/react.d.ts +13 -12
- package/dist/dts/types.d.ts +199 -0
- package/dist/dts/types.d.ts.map +1 -1
- package/dist/esm/filters/filters.js +1 -1
- package/dist/esm/form.js +69 -26
- package/dist/esm/jsonforms/json-forms.js +1 -1
- package/dist/foundation-forms.api.json +467 -2
- package/dist/foundation-forms.d.ts +226 -14
- package/package.json +15 -15
|
@@ -956,6 +956,32 @@
|
|
|
956
956
|
],
|
|
957
957
|
"name": "controlWrapperTemplate"
|
|
958
958
|
},
|
|
959
|
+
{
|
|
960
|
+
"kind": "TypeAlias",
|
|
961
|
+
"canonicalReference": "@genesislcap/foundation-forms!CsvImportedEventDetail:type",
|
|
962
|
+
"docComment": "/**\n * Detail payload for the `csv-imported` event fired by {@link Form} when CSV data is successfully imported into bulk insert rows.\n *\n * @public\n */\n",
|
|
963
|
+
"excerptTokens": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "Content",
|
|
966
|
+
"text": "export type CsvImportedEventDetail = "
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "Content",
|
|
970
|
+
"text": "{\n rowCount: number;\n totalRowsInFile: number;\n unmappedColumns: string[];\n fileName: string;\n}"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "Content",
|
|
974
|
+
"text": ";"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"fileUrlPath": "src/types.ts",
|
|
978
|
+
"releaseTag": "Public",
|
|
979
|
+
"name": "CsvImportedEventDetail",
|
|
980
|
+
"typeTokenRange": {
|
|
981
|
+
"startIndex": 1,
|
|
982
|
+
"endIndex": 2
|
|
983
|
+
}
|
|
984
|
+
},
|
|
959
985
|
{
|
|
960
986
|
"kind": "Interface",
|
|
961
987
|
"canonicalReference": "@genesislcap/foundation-forms!CsvMappingResult:interface",
|
|
@@ -1033,6 +1059,32 @@
|
|
|
1033
1059
|
],
|
|
1034
1060
|
"extendsTokenRanges": []
|
|
1035
1061
|
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "TypeAlias",
|
|
1064
|
+
"canonicalReference": "@genesislcap/foundation-forms!CsvParseErrorEventDetail:type",
|
|
1065
|
+
"docComment": "/**\n * Detail payload for the `csv-parse-error` event fired by {@link Form} when CSV import parsing or mapping fails.\n *\n * @public\n */\n",
|
|
1066
|
+
"excerptTokens": [
|
|
1067
|
+
{
|
|
1068
|
+
"kind": "Content",
|
|
1069
|
+
"text": "export type CsvParseErrorEventDetail = "
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "Content",
|
|
1073
|
+
"text": "{\n errors: string[];\n fileName: string;\n}"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "Content",
|
|
1077
|
+
"text": ";"
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1080
|
+
"fileUrlPath": "src/types.ts",
|
|
1081
|
+
"releaseTag": "Public",
|
|
1082
|
+
"name": "CsvParseErrorEventDetail",
|
|
1083
|
+
"typeTokenRange": {
|
|
1084
|
+
"startIndex": 1,
|
|
1085
|
+
"endIndex": 2
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1036
1088
|
{
|
|
1037
1089
|
"kind": "Interface",
|
|
1038
1090
|
"canonicalReference": "@genesislcap/foundation-forms!CsvParseResult:interface",
|
|
@@ -1137,6 +1189,58 @@
|
|
|
1137
1189
|
],
|
|
1138
1190
|
"extendsTokenRanges": []
|
|
1139
1191
|
},
|
|
1192
|
+
{
|
|
1193
|
+
"kind": "TypeAlias",
|
|
1194
|
+
"canonicalReference": "@genesislcap/foundation-forms!CsvTemplateDownloadedEventDetail:type",
|
|
1195
|
+
"docComment": "/**\n * Detail payload for the `csv-template-downloaded` event fired by {@link Form} after a CSV template file has been generated and downloaded.\n *\n * @public\n */\n",
|
|
1196
|
+
"excerptTokens": [
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "Content",
|
|
1199
|
+
"text": "export type CsvTemplateDownloadedEventDetail = "
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"kind": "Content",
|
|
1203
|
+
"text": "{\n fileName: string;\n}"
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"kind": "Content",
|
|
1207
|
+
"text": ";"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"fileUrlPath": "src/types.ts",
|
|
1211
|
+
"releaseTag": "Public",
|
|
1212
|
+
"name": "CsvTemplateDownloadedEventDetail",
|
|
1213
|
+
"typeTokenRange": {
|
|
1214
|
+
"startIndex": 1,
|
|
1215
|
+
"endIndex": 2
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "TypeAlias",
|
|
1220
|
+
"canonicalReference": "@genesislcap/foundation-forms!CsvTemplateErrorEventDetail:type",
|
|
1221
|
+
"docComment": "/**\n * Detail payload for the `csv-template-error` event fired by {@link Form} when a CSV template cannot be generated.\n *\n * @public\n */\n",
|
|
1222
|
+
"excerptTokens": [
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "Content",
|
|
1225
|
+
"text": "export type CsvTemplateErrorEventDetail = "
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"kind": "Content",
|
|
1229
|
+
"text": "{\n error: string;\n}"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"kind": "Content",
|
|
1233
|
+
"text": ";"
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"fileUrlPath": "src/types.ts",
|
|
1237
|
+
"releaseTag": "Public",
|
|
1238
|
+
"name": "CsvTemplateErrorEventDetail",
|
|
1239
|
+
"typeTokenRange": {
|
|
1240
|
+
"startIndex": 1,
|
|
1241
|
+
"endIndex": 2
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1140
1244
|
{
|
|
1141
1245
|
"kind": "Function",
|
|
1142
1246
|
"canonicalReference": "@genesislcap/foundation-forms!downloadCsvTemplate:function(1)",
|
|
@@ -1201,7 +1305,7 @@
|
|
|
1201
1305
|
{
|
|
1202
1306
|
"kind": "Class",
|
|
1203
1307
|
"canonicalReference": "@genesislcap/foundation-forms!Filters:class",
|
|
1204
|
-
"docComment": "/**\n * Foundation filters component for automatically generated filters based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable filters elements using UI schema and set of custom renderers\n *\n * @fires change - Fired when built criteria (`value`) updates @fires submit - Fired when filter values are submitted
|
|
1308
|
+
"docComment": "/**\n * Foundation filters component for automatically generated filters based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable filters elements using UI schema and set of custom renderers\n *\n * @fires change - Fired when built criteria (`value`) updates @fires submit - Fired when filter values are submitted. detail: `FilterSubmitEventDetail`\n *\n * @public\n */\n",
|
|
1205
1309
|
"excerptTokens": [
|
|
1206
1310
|
{
|
|
1207
1311
|
"kind": "Content",
|
|
@@ -1883,10 +1987,45 @@
|
|
|
1883
1987
|
"endIndex": 2
|
|
1884
1988
|
}
|
|
1885
1989
|
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "TypeAlias",
|
|
1992
|
+
"canonicalReference": "@genesislcap/foundation-forms!FilterSubmitEventDetail:type",
|
|
1993
|
+
"docComment": "/**\n * Detail payload for the `submit` event fired by `Filters` when filter values are submitted.\n *\n * @public\n */\n",
|
|
1994
|
+
"excerptTokens": [
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "Content",
|
|
1997
|
+
"text": "export type FilterSubmitEventDetail = "
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "Content",
|
|
2001
|
+
"text": "{\n payload: "
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"kind": "Reference",
|
|
2005
|
+
"text": "Record",
|
|
2006
|
+
"canonicalReference": "!Record:type"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "Content",
|
|
2010
|
+
"text": "<string, unknown>;\n}"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"kind": "Content",
|
|
2014
|
+
"text": ";"
|
|
2015
|
+
}
|
|
2016
|
+
],
|
|
2017
|
+
"fileUrlPath": "src/types.ts",
|
|
2018
|
+
"releaseTag": "Public",
|
|
2019
|
+
"name": "FilterSubmitEventDetail",
|
|
2020
|
+
"typeTokenRange": {
|
|
2021
|
+
"startIndex": 1,
|
|
2022
|
+
"endIndex": 4
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
1886
2025
|
{
|
|
1887
2026
|
"kind": "Class",
|
|
1888
2027
|
"canonicalReference": "@genesislcap/foundation-forms!Form:class",
|
|
1889
|
-
"docComment": "/**\n * Foundation form component for automatically generated forms based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable form elements using UI schema and set of custom renderers\n *\n * @fires submit - Fired when the form is submitted (includes payload and validation errors) @fires submit-failure - Fired when submit fails (server or client validation) @fires submit-success - Fired when submit succeeds @fires submit-partial-success - Fired when bulk submit partially succeeds @fires reset-clicked - Fired reset button is clicked @fires row-status-changed - Fired when row submit status changes @fires bulk-submit-complete - Fired when bulk submit completes @fires row-submit-failure - Fired when a single row submit fails @fires row-submit-success - Fired when a single row submit succeeds @fires data-change - Fired when form data changes @fires csv-parse-error - Fired when CSV import parsing fails @fires csv-imported - Fired when CSV data is imported successfully @fires csv-template-error - Fired when CSV template cannot be generated @fires csv-template-downloaded - Fired when CSV template is downloaded
|
|
2028
|
+
"docComment": "/**\n * Foundation form component for automatically generated forms based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable form elements using UI schema and set of custom renderers\n *\n * @fires submit - Fired when the form is submitted (includes payload and validation errors). detail: `SubmitEventDetail` @fires submit-failure - Fired when submit fails (server or client validation). detail: `SubmitFailureEventDetail` @fires submit-success - Fired when submit succeeds @fires submit-partial-success - Fired when bulk submit partially succeeds. detail: `SubmitPartialSuccessEventDetail` @fires reset-clicked - Fired reset button is clicked @fires row-status-changed - Fired when row submit status changes. detail: `RowStatusChangedEventDetail` @fires bulk-submit-complete - Fired when bulk submit completes. detail: `BulkSubmitResult` @fires row-submit-failure - Fired when a single row submit fails. detail: `RowSubmitFailureEventDetail` @fires row-submit-success - Fired when a single row submit succeeds. detail: `RowSubmitSuccessEventDetail` @fires data-change - Fired when form data changes. detail: `FormDataChangeEventDetail` @fires csv-parse-error - Fired when CSV import parsing fails. detail: `CsvParseErrorEventDetail` @fires csv-imported - Fired when CSV data is imported successfully. detail: `CsvImportedEventDetail` @fires csv-template-error - Fired when CSV template cannot be generated. detail: `CsvTemplateErrorEventDetail` @fires csv-template-downloaded - Fired when CSV template is downloaded. detail: `CsvTemplateDownloadedEventDetail`\n *\n * @public\n */\n",
|
|
1890
2029
|
"excerptTokens": [
|
|
1891
2030
|
{
|
|
1892
2031
|
"kind": "Content",
|
|
@@ -2668,6 +2807,59 @@
|
|
|
2668
2807
|
},
|
|
2669
2808
|
"implementsTokenRanges": []
|
|
2670
2809
|
},
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "TypeAlias",
|
|
2812
|
+
"canonicalReference": "@genesislcap/foundation-forms!FormDataChangeEventDetail:type",
|
|
2813
|
+
"docComment": "/**\n * Detail payload for the `data-change` event fired by {@link Form} and `JSONForms` whenever the bound form data changes.\n *\n * @public\n */\n",
|
|
2814
|
+
"excerptTokens": [
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "Content",
|
|
2817
|
+
"text": "export type FormDataChangeEventDetail = "
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "Content",
|
|
2821
|
+
"text": "{\n data: "
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"kind": "Reference",
|
|
2825
|
+
"text": "Record",
|
|
2826
|
+
"canonicalReference": "!Record:type"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"kind": "Content",
|
|
2830
|
+
"text": "<string, unknown>;\n errors: "
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"kind": "Reference",
|
|
2834
|
+
"text": "ErrorObject",
|
|
2835
|
+
"canonicalReference": "ajv!ErrorObject:interface"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"kind": "Content",
|
|
2839
|
+
"text": "[];\n additionalErrors: "
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"kind": "Reference",
|
|
2843
|
+
"text": "ErrorObject",
|
|
2844
|
+
"canonicalReference": "ajv!ErrorObject:interface"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"kind": "Content",
|
|
2848
|
+
"text": "[];\n path?: string;\n}"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "Content",
|
|
2852
|
+
"text": ";"
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"fileUrlPath": "src/types.ts",
|
|
2856
|
+
"releaseTag": "Public",
|
|
2857
|
+
"name": "FormDataChangeEventDetail",
|
|
2858
|
+
"typeTokenRange": {
|
|
2859
|
+
"startIndex": 1,
|
|
2860
|
+
"endIndex": 8
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2671
2863
|
{
|
|
2672
2864
|
"kind": "Function",
|
|
2673
2865
|
"canonicalReference": "@genesislcap/foundation-forms!generateCsvTemplate:function(1)",
|
|
@@ -4164,6 +4356,147 @@
|
|
|
4164
4356
|
"endIndex": 2
|
|
4165
4357
|
}
|
|
4166
4358
|
},
|
|
4359
|
+
{
|
|
4360
|
+
"kind": "TypeAlias",
|
|
4361
|
+
"canonicalReference": "@genesislcap/foundation-forms!RowStatusChangedEventDetail:type",
|
|
4362
|
+
"docComment": "/**\n * Detail payload for the `row-status-changed` event fired by {@link Form} whenever the submission status of one or all bulk insert rows changes.\n *\n * @public\n */\n",
|
|
4363
|
+
"excerptTokens": [
|
|
4364
|
+
{
|
|
4365
|
+
"kind": "Content",
|
|
4366
|
+
"text": "export type RowStatusChangedEventDetail = "
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"kind": "Content",
|
|
4370
|
+
"text": "{\n statuses: "
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "Reference",
|
|
4374
|
+
"text": "Map",
|
|
4375
|
+
"canonicalReference": "!Map:interface"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"kind": "Content",
|
|
4379
|
+
"text": "<number, "
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "Reference",
|
|
4383
|
+
"text": "BulkRowStatus",
|
|
4384
|
+
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"kind": "Content",
|
|
4388
|
+
"text": ">;\n index?: number;\n status?: "
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "Reference",
|
|
4392
|
+
"text": "BulkRowStatus",
|
|
4393
|
+
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"kind": "Content",
|
|
4397
|
+
"text": ";\n}"
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"kind": "Content",
|
|
4401
|
+
"text": ";"
|
|
4402
|
+
}
|
|
4403
|
+
],
|
|
4404
|
+
"fileUrlPath": "src/types.ts",
|
|
4405
|
+
"releaseTag": "Public",
|
|
4406
|
+
"name": "RowStatusChangedEventDetail",
|
|
4407
|
+
"typeTokenRange": {
|
|
4408
|
+
"startIndex": 1,
|
|
4409
|
+
"endIndex": 8
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"kind": "TypeAlias",
|
|
4414
|
+
"canonicalReference": "@genesislcap/foundation-forms!RowSubmitFailureEventDetail:type",
|
|
4415
|
+
"docComment": "/**\n * Detail payload for the `row-submit-failure` event fired by {@link Form} when a single bulk insert row fails to submit.\n *\n * @public\n */\n",
|
|
4416
|
+
"excerptTokens": [
|
|
4417
|
+
{
|
|
4418
|
+
"kind": "Content",
|
|
4419
|
+
"text": "export type RowSubmitFailureEventDetail = "
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"kind": "Content",
|
|
4423
|
+
"text": "{\n index: number;\n item: "
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"kind": "Reference",
|
|
4427
|
+
"text": "Record",
|
|
4428
|
+
"canonicalReference": "!Record:type"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "Content",
|
|
4432
|
+
"text": "<string, unknown>;\n errors: "
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"kind": "Reference",
|
|
4436
|
+
"text": "MessageError",
|
|
4437
|
+
"canonicalReference": "@genesislcap/foundation-comms!MessageError:type"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"kind": "Content",
|
|
4441
|
+
"text": "[];\n}"
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"kind": "Content",
|
|
4445
|
+
"text": ";"
|
|
4446
|
+
}
|
|
4447
|
+
],
|
|
4448
|
+
"fileUrlPath": "src/types.ts",
|
|
4449
|
+
"releaseTag": "Public",
|
|
4450
|
+
"name": "RowSubmitFailureEventDetail",
|
|
4451
|
+
"typeTokenRange": {
|
|
4452
|
+
"startIndex": 1,
|
|
4453
|
+
"endIndex": 6
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"kind": "TypeAlias",
|
|
4458
|
+
"canonicalReference": "@genesislcap/foundation-forms!RowSubmitSuccessEventDetail:type",
|
|
4459
|
+
"docComment": "/**\n * Detail payload for the `row-submit-success` event fired by {@link Form} when a single bulk insert row is submitted successfully.\n *\n * @public\n */\n",
|
|
4460
|
+
"excerptTokens": [
|
|
4461
|
+
{
|
|
4462
|
+
"kind": "Content",
|
|
4463
|
+
"text": "export type RowSubmitSuccessEventDetail = "
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"kind": "Content",
|
|
4467
|
+
"text": "{\n index: number;\n item: "
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "Reference",
|
|
4471
|
+
"text": "Record",
|
|
4472
|
+
"canonicalReference": "!Record:type"
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"kind": "Content",
|
|
4476
|
+
"text": "<string, unknown>;\n response: "
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"kind": "Reference",
|
|
4480
|
+
"text": "Message",
|
|
4481
|
+
"canonicalReference": "@genesislcap/foundation-comms!Message:type"
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"kind": "Content",
|
|
4485
|
+
"text": ";\n}"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"kind": "Content",
|
|
4489
|
+
"text": ";"
|
|
4490
|
+
}
|
|
4491
|
+
],
|
|
4492
|
+
"fileUrlPath": "src/types.ts",
|
|
4493
|
+
"releaseTag": "Public",
|
|
4494
|
+
"name": "RowSubmitSuccessEventDetail",
|
|
4495
|
+
"typeTokenRange": {
|
|
4496
|
+
"startIndex": 1,
|
|
4497
|
+
"endIndex": 6
|
|
4498
|
+
}
|
|
4499
|
+
},
|
|
4167
4500
|
{
|
|
4168
4501
|
"kind": "TypeAlias",
|
|
4169
4502
|
"canonicalReference": "@genesislcap/foundation-forms!SegmentedRendererOptions:type",
|
|
@@ -4525,6 +4858,138 @@
|
|
|
4525
4858
|
"endIndex": 2
|
|
4526
4859
|
}
|
|
4527
4860
|
},
|
|
4861
|
+
{
|
|
4862
|
+
"kind": "TypeAlias",
|
|
4863
|
+
"canonicalReference": "@genesislcap/foundation-forms!SubmitEventDetail:type",
|
|
4864
|
+
"docComment": "/**\n * Detail payload for the `submit` event fired by {@link Form} before a submission request is sent.\n *\n * @public\n */\n",
|
|
4865
|
+
"excerptTokens": [
|
|
4866
|
+
{
|
|
4867
|
+
"kind": "Content",
|
|
4868
|
+
"text": "export type SubmitEventDetail = "
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"kind": "Content",
|
|
4872
|
+
"text": "{\n payload: "
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"kind": "Reference",
|
|
4876
|
+
"text": "Record",
|
|
4877
|
+
"canonicalReference": "!Record:type"
|
|
4878
|
+
},
|
|
4879
|
+
{
|
|
4880
|
+
"kind": "Content",
|
|
4881
|
+
"text": "<string, unknown>;\n errors: "
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"kind": "Reference",
|
|
4885
|
+
"text": "ErrorObject",
|
|
4886
|
+
"canonicalReference": "ajv!ErrorObject:interface"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"kind": "Content",
|
|
4890
|
+
"text": "[];\n}"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"kind": "Content",
|
|
4894
|
+
"text": ";"
|
|
4895
|
+
}
|
|
4896
|
+
],
|
|
4897
|
+
"fileUrlPath": "src/types.ts",
|
|
4898
|
+
"releaseTag": "Public",
|
|
4899
|
+
"name": "SubmitEventDetail",
|
|
4900
|
+
"typeTokenRange": {
|
|
4901
|
+
"startIndex": 1,
|
|
4902
|
+
"endIndex": 6
|
|
4903
|
+
}
|
|
4904
|
+
},
|
|
4905
|
+
{
|
|
4906
|
+
"kind": "TypeAlias",
|
|
4907
|
+
"canonicalReference": "@genesislcap/foundation-forms!SubmitFailureEventDetail:type",
|
|
4908
|
+
"docComment": "/**\n * Detail payload for the `submit-failure` event fired by {@link Form} when a submission is rejected by client-side validation, bulk item-count limits, or the server (EVENT_NACK).\n *\n * @public\n */\n",
|
|
4909
|
+
"excerptTokens": [
|
|
4910
|
+
{
|
|
4911
|
+
"kind": "Content",
|
|
4912
|
+
"text": "export type SubmitFailureEventDetail = "
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"kind": "Content",
|
|
4916
|
+
"text": "{\n payload: "
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"kind": "Reference",
|
|
4920
|
+
"text": "Record",
|
|
4921
|
+
"canonicalReference": "!Record:type"
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "Content",
|
|
4925
|
+
"text": "<string, unknown>;\n errors: "
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
"kind": "Reference",
|
|
4929
|
+
"text": "MessageError",
|
|
4930
|
+
"canonicalReference": "@genesislcap/foundation-comms!MessageError:type"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"kind": "Content",
|
|
4934
|
+
"text": "[];\n}"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"kind": "Content",
|
|
4938
|
+
"text": ";"
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"fileUrlPath": "src/types.ts",
|
|
4942
|
+
"releaseTag": "Public",
|
|
4943
|
+
"name": "SubmitFailureEventDetail",
|
|
4944
|
+
"typeTokenRange": {
|
|
4945
|
+
"startIndex": 1,
|
|
4946
|
+
"endIndex": 6
|
|
4947
|
+
}
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
"kind": "TypeAlias",
|
|
4951
|
+
"canonicalReference": "@genesislcap/foundation-forms!SubmitPartialSuccessEventDetail:type",
|
|
4952
|
+
"docComment": "/**\n * Detail payload for the `submit-partial-success` event fired by {@link Form} when a bulk insert submission has a mix of successful and failed rows.\n *\n * @public\n */\n",
|
|
4953
|
+
"excerptTokens": [
|
|
4954
|
+
{
|
|
4955
|
+
"kind": "Content",
|
|
4956
|
+
"text": "export type SubmitPartialSuccessEventDetail = "
|
|
4957
|
+
},
|
|
4958
|
+
{
|
|
4959
|
+
"kind": "Content",
|
|
4960
|
+
"text": "{\n payload: "
|
|
4961
|
+
},
|
|
4962
|
+
{
|
|
4963
|
+
"kind": "Reference",
|
|
4964
|
+
"text": "Record",
|
|
4965
|
+
"canonicalReference": "!Record:type"
|
|
4966
|
+
},
|
|
4967
|
+
{
|
|
4968
|
+
"kind": "Content",
|
|
4969
|
+
"text": "<string, unknown>;\n results: "
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "Reference",
|
|
4973
|
+
"text": "BulkSubmitResult",
|
|
4974
|
+
"canonicalReference": "@genesislcap/foundation-forms!BulkSubmitResult:type"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"kind": "Content",
|
|
4978
|
+
"text": ";\n}"
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"kind": "Content",
|
|
4982
|
+
"text": ";"
|
|
4983
|
+
}
|
|
4984
|
+
],
|
|
4985
|
+
"fileUrlPath": "src/types.ts",
|
|
4986
|
+
"releaseTag": "Public",
|
|
4987
|
+
"name": "SubmitPartialSuccessEventDetail",
|
|
4988
|
+
"typeTokenRange": {
|
|
4989
|
+
"startIndex": 1,
|
|
4990
|
+
"endIndex": 6
|
|
4991
|
+
}
|
|
4992
|
+
},
|
|
4528
4993
|
{
|
|
4529
4994
|
"kind": "TypeAlias",
|
|
4530
4995
|
"canonicalReference": "@genesislcap/foundation-forms!UiSchema:type",
|