@genesislcap/foundation-forms 14.331.0 → 14.331.1-alpha-fb2d8af04.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 +155 -155
  2. package/package.json +15 -15
@@ -1109,161 +1109,6 @@
1109
1109
  }
1110
1110
  ]
1111
1111
  },
1112
- {
1113
- "kind": "javascript-module",
1114
- "path": "src/utils/confirmation-dialog-utils.ts",
1115
- "declarations": [],
1116
- "exports": []
1117
- },
1118
- {
1119
- "kind": "javascript-module",
1120
- "path": "src/utils/filters.ts",
1121
- "declarations": [],
1122
- "exports": []
1123
- },
1124
- {
1125
- "kind": "javascript-module",
1126
- "path": "src/utils/form-utils.ts",
1127
- "declarations": [
1128
- {
1129
- "kind": "function",
1130
- "name": "removeDataPropertiesNotInSchema",
1131
- "return": {
1132
- "type": {
1133
- "text": ""
1134
- }
1135
- },
1136
- "parameters": [
1137
- {
1138
- "name": "data",
1139
- "type": {
1140
- "text": "any"
1141
- },
1142
- "description": "The data object to clean"
1143
- },
1144
- {
1145
- "name": "jsonSchema",
1146
- "type": {
1147
- "text": "JSONSchema7"
1148
- },
1149
- "description": "The JSON schema to validate against"
1150
- }
1151
- ],
1152
- "description": "Removes data properties that aren't part of the schema"
1153
- }
1154
- ],
1155
- "exports": [
1156
- {
1157
- "kind": "js",
1158
- "name": "removeDataPropertiesNotInSchema",
1159
- "declaration": {
1160
- "name": "removeDataPropertiesNotInSchema",
1161
- "module": "src/utils/form-utils.ts"
1162
- }
1163
- }
1164
- ]
1165
- },
1166
- {
1167
- "kind": "javascript-module",
1168
- "path": "src/utils/index.ts",
1169
- "declarations": [],
1170
- "exports": [
1171
- {
1172
- "kind": "js",
1173
- "name": "*",
1174
- "declaration": {
1175
- "name": "*",
1176
- "package": "./filters"
1177
- }
1178
- },
1179
- {
1180
- "kind": "js",
1181
- "name": "*",
1182
- "declaration": {
1183
- "name": "*",
1184
- "package": "./logger"
1185
- }
1186
- },
1187
- {
1188
- "kind": "js",
1189
- "name": "*",
1190
- "declaration": {
1191
- "name": "*",
1192
- "package": "./translation"
1193
- }
1194
- },
1195
- {
1196
- "kind": "js",
1197
- "name": "*",
1198
- "declaration": {
1199
- "name": "*",
1200
- "package": "./validation"
1201
- }
1202
- },
1203
- {
1204
- "kind": "js",
1205
- "name": "*",
1206
- "declaration": {
1207
- "name": "*",
1208
- "package": "./types"
1209
- }
1210
- }
1211
- ]
1212
- },
1213
- {
1214
- "kind": "javascript-module",
1215
- "path": "src/utils/logger.ts",
1216
- "declarations": [],
1217
- "exports": []
1218
- },
1219
- {
1220
- "kind": "javascript-module",
1221
- "path": "src/utils/translation.ts",
1222
- "declarations": [],
1223
- "exports": []
1224
- },
1225
- {
1226
- "kind": "javascript-module",
1227
- "path": "src/utils/types.ts",
1228
- "declarations": [],
1229
- "exports": []
1230
- },
1231
- {
1232
- "kind": "javascript-module",
1233
- "path": "src/utils/validation.ts",
1234
- "declarations": [
1235
- {
1236
- "kind": "function",
1237
- "name": "mustMatch",
1238
- "parameters": [
1239
- {
1240
- "name": "target",
1241
- "type": {
1242
- "text": "string"
1243
- },
1244
- "description": "any other field"
1245
- }
1246
- ],
1247
- "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
1248
- "return": {
1249
- "type": {
1250
- "text": ""
1251
- }
1252
- },
1253
- "privacy": "public"
1254
- }
1255
- ],
1256
- "exports": [
1257
- {
1258
- "kind": "js",
1259
- "name": "mustMatch",
1260
- "declaration": {
1261
- "name": "mustMatch",
1262
- "module": "src/utils/validation.ts"
1263
- }
1264
- }
1265
- ]
1266
- },
1267
1112
  {
1268
1113
  "kind": "javascript-module",
1269
1114
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -2950,6 +2795,161 @@
2950
2795
  }
2951
2796
  ]
2952
2797
  },
2798
+ {
2799
+ "kind": "javascript-module",
2800
+ "path": "src/utils/confirmation-dialog-utils.ts",
2801
+ "declarations": [],
2802
+ "exports": []
2803
+ },
2804
+ {
2805
+ "kind": "javascript-module",
2806
+ "path": "src/utils/filters.ts",
2807
+ "declarations": [],
2808
+ "exports": []
2809
+ },
2810
+ {
2811
+ "kind": "javascript-module",
2812
+ "path": "src/utils/form-utils.ts",
2813
+ "declarations": [
2814
+ {
2815
+ "kind": "function",
2816
+ "name": "removeDataPropertiesNotInSchema",
2817
+ "return": {
2818
+ "type": {
2819
+ "text": ""
2820
+ }
2821
+ },
2822
+ "parameters": [
2823
+ {
2824
+ "name": "data",
2825
+ "type": {
2826
+ "text": "any"
2827
+ },
2828
+ "description": "The data object to clean"
2829
+ },
2830
+ {
2831
+ "name": "jsonSchema",
2832
+ "type": {
2833
+ "text": "JSONSchema7"
2834
+ },
2835
+ "description": "The JSON schema to validate against"
2836
+ }
2837
+ ],
2838
+ "description": "Removes data properties that aren't part of the schema"
2839
+ }
2840
+ ],
2841
+ "exports": [
2842
+ {
2843
+ "kind": "js",
2844
+ "name": "removeDataPropertiesNotInSchema",
2845
+ "declaration": {
2846
+ "name": "removeDataPropertiesNotInSchema",
2847
+ "module": "src/utils/form-utils.ts"
2848
+ }
2849
+ }
2850
+ ]
2851
+ },
2852
+ {
2853
+ "kind": "javascript-module",
2854
+ "path": "src/utils/index.ts",
2855
+ "declarations": [],
2856
+ "exports": [
2857
+ {
2858
+ "kind": "js",
2859
+ "name": "*",
2860
+ "declaration": {
2861
+ "name": "*",
2862
+ "package": "./filters"
2863
+ }
2864
+ },
2865
+ {
2866
+ "kind": "js",
2867
+ "name": "*",
2868
+ "declaration": {
2869
+ "name": "*",
2870
+ "package": "./logger"
2871
+ }
2872
+ },
2873
+ {
2874
+ "kind": "js",
2875
+ "name": "*",
2876
+ "declaration": {
2877
+ "name": "*",
2878
+ "package": "./translation"
2879
+ }
2880
+ },
2881
+ {
2882
+ "kind": "js",
2883
+ "name": "*",
2884
+ "declaration": {
2885
+ "name": "*",
2886
+ "package": "./validation"
2887
+ }
2888
+ },
2889
+ {
2890
+ "kind": "js",
2891
+ "name": "*",
2892
+ "declaration": {
2893
+ "name": "*",
2894
+ "package": "./types"
2895
+ }
2896
+ }
2897
+ ]
2898
+ },
2899
+ {
2900
+ "kind": "javascript-module",
2901
+ "path": "src/utils/logger.ts",
2902
+ "declarations": [],
2903
+ "exports": []
2904
+ },
2905
+ {
2906
+ "kind": "javascript-module",
2907
+ "path": "src/utils/translation.ts",
2908
+ "declarations": [],
2909
+ "exports": []
2910
+ },
2911
+ {
2912
+ "kind": "javascript-module",
2913
+ "path": "src/utils/types.ts",
2914
+ "declarations": [],
2915
+ "exports": []
2916
+ },
2917
+ {
2918
+ "kind": "javascript-module",
2919
+ "path": "src/utils/validation.ts",
2920
+ "declarations": [
2921
+ {
2922
+ "kind": "function",
2923
+ "name": "mustMatch",
2924
+ "parameters": [
2925
+ {
2926
+ "name": "target",
2927
+ "type": {
2928
+ "text": "string"
2929
+ },
2930
+ "description": "any other field"
2931
+ }
2932
+ ],
2933
+ "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
2934
+ "return": {
2935
+ "type": {
2936
+ "text": ""
2937
+ }
2938
+ },
2939
+ "privacy": "public"
2940
+ }
2941
+ ],
2942
+ "exports": [
2943
+ {
2944
+ "kind": "js",
2945
+ "name": "mustMatch",
2946
+ "declaration": {
2947
+ "name": "mustMatch",
2948
+ "module": "src/utils/validation.ts"
2949
+ }
2950
+ }
2951
+ ]
2952
+ },
2953
2953
  {
2954
2954
  "kind": "javascript-module",
2955
2955
  "path": "src/jsonforms/testers/isArray.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.331.0",
4
+ "version": "14.331.1-alpha-fb2d8af04.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -48,22 +48,22 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "14.331.0",
52
- "@genesislcap/genx": "14.331.0",
53
- "@genesislcap/rollup-builder": "14.331.0",
54
- "@genesislcap/ts-builder": "14.331.0",
55
- "@genesislcap/uvu-playwright-builder": "14.331.0",
56
- "@genesislcap/vite-builder": "14.331.0",
57
- "@genesislcap/webpack-builder": "14.331.0",
51
+ "@genesislcap/foundation-testing": "14.331.1-alpha-fb2d8af04.0",
52
+ "@genesislcap/genx": "14.331.1-alpha-fb2d8af04.0",
53
+ "@genesislcap/rollup-builder": "14.331.1-alpha-fb2d8af04.0",
54
+ "@genesislcap/ts-builder": "14.331.1-alpha-fb2d8af04.0",
55
+ "@genesislcap/uvu-playwright-builder": "14.331.1-alpha-fb2d8af04.0",
56
+ "@genesislcap/vite-builder": "14.331.1-alpha-fb2d8af04.0",
57
+ "@genesislcap/webpack-builder": "14.331.1-alpha-fb2d8af04.0",
58
58
  "@types/json-schema": "^7.0.11"
59
59
  },
60
60
  "dependencies": {
61
- "@genesislcap/foundation-comms": "14.331.0",
62
- "@genesislcap/foundation-criteria": "14.331.0",
63
- "@genesislcap/foundation-logger": "14.331.0",
64
- "@genesislcap/foundation-notifications": "14.331.0",
65
- "@genesislcap/foundation-ui": "14.331.0",
66
- "@genesislcap/foundation-utils": "14.331.0",
61
+ "@genesislcap/foundation-comms": "14.331.1-alpha-fb2d8af04.0",
62
+ "@genesislcap/foundation-criteria": "14.331.1-alpha-fb2d8af04.0",
63
+ "@genesislcap/foundation-logger": "14.331.1-alpha-fb2d8af04.0",
64
+ "@genesislcap/foundation-notifications": "14.331.1-alpha-fb2d8af04.0",
65
+ "@genesislcap/foundation-ui": "14.331.1-alpha-fb2d8af04.0",
66
+ "@genesislcap/foundation-utils": "14.331.1-alpha-fb2d8af04.0",
67
67
  "@json-schema-tools/dereferencer": "^1.6.1",
68
68
  "@jsonforms/core": "^3.2.1",
69
69
  "@microsoft/fast-components": "2.30.6",
@@ -84,5 +84,5 @@
84
84
  "access": "public"
85
85
  },
86
86
  "customElements": "dist/custom-elements.json",
87
- "gitHead": "2325ef1975a2515b6da6a0e8daab8a6f1483d1be"
87
+ "gitHead": "c37ce1181d25cfbddc170c81537fcda5688ee2b9"
88
88
  }