@genesislcap/foundation-forms 14.333.1-alpha-765fe62.0 → 14.333.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 +155 -155
  2. package/package.json +15 -15
@@ -1109,6 +1109,161 @@
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
+ },
1112
1267
  {
1113
1268
  "kind": "javascript-module",
1114
1269
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -3020,161 +3175,6 @@
3020
3175
  }
3021
3176
  }
3022
3177
  ]
3023
- },
3024
- {
3025
- "kind": "javascript-module",
3026
- "path": "src/utils/confirmation-dialog-utils.ts",
3027
- "declarations": [],
3028
- "exports": []
3029
- },
3030
- {
3031
- "kind": "javascript-module",
3032
- "path": "src/utils/filters.ts",
3033
- "declarations": [],
3034
- "exports": []
3035
- },
3036
- {
3037
- "kind": "javascript-module",
3038
- "path": "src/utils/form-utils.ts",
3039
- "declarations": [
3040
- {
3041
- "kind": "function",
3042
- "name": "removeDataPropertiesNotInSchema",
3043
- "return": {
3044
- "type": {
3045
- "text": ""
3046
- }
3047
- },
3048
- "parameters": [
3049
- {
3050
- "name": "data",
3051
- "type": {
3052
- "text": "any"
3053
- },
3054
- "description": "The data object to clean"
3055
- },
3056
- {
3057
- "name": "jsonSchema",
3058
- "type": {
3059
- "text": "JSONSchema7"
3060
- },
3061
- "description": "The JSON schema to validate against"
3062
- }
3063
- ],
3064
- "description": "Removes data properties that aren't part of the schema"
3065
- }
3066
- ],
3067
- "exports": [
3068
- {
3069
- "kind": "js",
3070
- "name": "removeDataPropertiesNotInSchema",
3071
- "declaration": {
3072
- "name": "removeDataPropertiesNotInSchema",
3073
- "module": "src/utils/form-utils.ts"
3074
- }
3075
- }
3076
- ]
3077
- },
3078
- {
3079
- "kind": "javascript-module",
3080
- "path": "src/utils/index.ts",
3081
- "declarations": [],
3082
- "exports": [
3083
- {
3084
- "kind": "js",
3085
- "name": "*",
3086
- "declaration": {
3087
- "name": "*",
3088
- "package": "./filters"
3089
- }
3090
- },
3091
- {
3092
- "kind": "js",
3093
- "name": "*",
3094
- "declaration": {
3095
- "name": "*",
3096
- "package": "./logger"
3097
- }
3098
- },
3099
- {
3100
- "kind": "js",
3101
- "name": "*",
3102
- "declaration": {
3103
- "name": "*",
3104
- "package": "./translation"
3105
- }
3106
- },
3107
- {
3108
- "kind": "js",
3109
- "name": "*",
3110
- "declaration": {
3111
- "name": "*",
3112
- "package": "./validation"
3113
- }
3114
- },
3115
- {
3116
- "kind": "js",
3117
- "name": "*",
3118
- "declaration": {
3119
- "name": "*",
3120
- "package": "./types"
3121
- }
3122
- }
3123
- ]
3124
- },
3125
- {
3126
- "kind": "javascript-module",
3127
- "path": "src/utils/logger.ts",
3128
- "declarations": [],
3129
- "exports": []
3130
- },
3131
- {
3132
- "kind": "javascript-module",
3133
- "path": "src/utils/translation.ts",
3134
- "declarations": [],
3135
- "exports": []
3136
- },
3137
- {
3138
- "kind": "javascript-module",
3139
- "path": "src/utils/types.ts",
3140
- "declarations": [],
3141
- "exports": []
3142
- },
3143
- {
3144
- "kind": "javascript-module",
3145
- "path": "src/utils/validation.ts",
3146
- "declarations": [
3147
- {
3148
- "kind": "function",
3149
- "name": "mustMatch",
3150
- "parameters": [
3151
- {
3152
- "name": "target",
3153
- "type": {
3154
- "text": "string"
3155
- },
3156
- "description": "any other field"
3157
- }
3158
- ],
3159
- "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
3160
- "return": {
3161
- "type": {
3162
- "text": ""
3163
- }
3164
- },
3165
- "privacy": "public"
3166
- }
3167
- ],
3168
- "exports": [
3169
- {
3170
- "kind": "js",
3171
- "name": "mustMatch",
3172
- "declaration": {
3173
- "name": "mustMatch",
3174
- "module": "src/utils/validation.ts"
3175
- }
3176
- }
3177
- ]
3178
3178
  }
3179
3179
  ]
3180
3180
  }
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.333.1-alpha-765fe62.0",
4
+ "version": "14.333.1",
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.333.1-alpha-765fe62.0",
52
- "@genesislcap/genx": "14.333.1-alpha-765fe62.0",
53
- "@genesislcap/rollup-builder": "14.333.1-alpha-765fe62.0",
54
- "@genesislcap/ts-builder": "14.333.1-alpha-765fe62.0",
55
- "@genesislcap/uvu-playwright-builder": "14.333.1-alpha-765fe62.0",
56
- "@genesislcap/vite-builder": "14.333.1-alpha-765fe62.0",
57
- "@genesislcap/webpack-builder": "14.333.1-alpha-765fe62.0",
51
+ "@genesislcap/foundation-testing": "14.333.1",
52
+ "@genesislcap/genx": "14.333.1",
53
+ "@genesislcap/rollup-builder": "14.333.1",
54
+ "@genesislcap/ts-builder": "14.333.1",
55
+ "@genesislcap/uvu-playwright-builder": "14.333.1",
56
+ "@genesislcap/vite-builder": "14.333.1",
57
+ "@genesislcap/webpack-builder": "14.333.1",
58
58
  "@types/json-schema": "^7.0.11"
59
59
  },
60
60
  "dependencies": {
61
- "@genesislcap/foundation-comms": "14.333.1-alpha-765fe62.0",
62
- "@genesislcap/foundation-criteria": "14.333.1-alpha-765fe62.0",
63
- "@genesislcap/foundation-logger": "14.333.1-alpha-765fe62.0",
64
- "@genesislcap/foundation-notifications": "14.333.1-alpha-765fe62.0",
65
- "@genesislcap/foundation-ui": "14.333.1-alpha-765fe62.0",
66
- "@genesislcap/foundation-utils": "14.333.1-alpha-765fe62.0",
61
+ "@genesislcap/foundation-comms": "14.333.1",
62
+ "@genesislcap/foundation-criteria": "14.333.1",
63
+ "@genesislcap/foundation-logger": "14.333.1",
64
+ "@genesislcap/foundation-notifications": "14.333.1",
65
+ "@genesislcap/foundation-ui": "14.333.1",
66
+ "@genesislcap/foundation-utils": "14.333.1",
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": "3baa0033839dfb8decbbedaad8b88fe4118136ea"
87
+ "gitHead": "296b9fe75195b9f73a6b1210b69955a975220e06"
88
88
  }