@genesislcap/foundation-forms 14.490.0 → 14.491.0-GENC-1390.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.
- package/dist/custom-elements.json +766 -766
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +15 -15
|
@@ -955,824 +955,824 @@
|
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
957
|
"kind": "javascript-module",
|
|
958
|
-
"path": "src/
|
|
959
|
-
"declarations": [
|
|
960
|
-
{
|
|
961
|
-
"kind": "variable",
|
|
962
|
-
"name": "foundationFiltersStyles"
|
|
963
|
-
}
|
|
964
|
-
],
|
|
965
|
-
"exports": [
|
|
966
|
-
{
|
|
967
|
-
"kind": "js",
|
|
968
|
-
"name": "foundationFiltersStyles",
|
|
969
|
-
"declaration": {
|
|
970
|
-
"name": "foundationFiltersStyles",
|
|
971
|
-
"module": "src/filters/filters.styles.ts"
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
]
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"kind": "javascript-module",
|
|
978
|
-
"path": "src/filters/filters.template.ts",
|
|
979
|
-
"declarations": [],
|
|
980
|
-
"exports": []
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"kind": "javascript-module",
|
|
984
|
-
"path": "src/filters/filters.ts",
|
|
958
|
+
"path": "src/jsonforms/json-forms.ts",
|
|
985
959
|
"declarations": [
|
|
986
|
-
{
|
|
987
|
-
"kind": "variable",
|
|
988
|
-
"name": "filtersRenderers",
|
|
989
|
-
"type": {
|
|
990
|
-
"text": "array"
|
|
991
|
-
},
|
|
992
|
-
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutHorizontalEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
993
|
-
"description": "Set of default renderers used by the foundation-filters.",
|
|
994
|
-
"privacy": "public"
|
|
995
|
-
},
|
|
996
960
|
{
|
|
997
961
|
"kind": "class",
|
|
998
|
-
"description": "
|
|
999
|
-
"name": "
|
|
962
|
+
"description": "JSON Forms host element for schema-driven UI.",
|
|
963
|
+
"name": "JSONForms",
|
|
1000
964
|
"members": [
|
|
1001
965
|
{
|
|
1002
966
|
"kind": "field",
|
|
1003
|
-
"name": "
|
|
967
|
+
"name": "_submitted",
|
|
1004
968
|
"type": {
|
|
1005
|
-
"text": "
|
|
1006
|
-
}
|
|
969
|
+
"text": "boolean"
|
|
970
|
+
},
|
|
971
|
+
"privacy": "private",
|
|
972
|
+
"default": "false"
|
|
1007
973
|
},
|
|
1008
974
|
{
|
|
1009
975
|
"kind": "field",
|
|
1010
|
-
"name": "
|
|
976
|
+
"name": "serverErrors",
|
|
1011
977
|
"type": {
|
|
1012
|
-
"text": "
|
|
1013
|
-
}
|
|
978
|
+
"text": "ErrorObject[]"
|
|
979
|
+
},
|
|
980
|
+
"privacy": "private",
|
|
981
|
+
"default": "[]"
|
|
1014
982
|
},
|
|
1015
983
|
{
|
|
1016
984
|
"kind": "field",
|
|
1017
|
-
"name": "
|
|
985
|
+
"name": "submitted",
|
|
1018
986
|
"type": {
|
|
1019
|
-
"text": "
|
|
1020
|
-
}
|
|
1021
|
-
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
1022
|
-
"privacy": "public"
|
|
987
|
+
"text": "boolean"
|
|
988
|
+
}
|
|
1023
989
|
},
|
|
1024
990
|
{
|
|
1025
991
|
"kind": "field",
|
|
1026
|
-
"name": "
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
"
|
|
992
|
+
"name": "prefix"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"kind": "method",
|
|
996
|
+
"name": "prefixChanged"
|
|
1031
997
|
},
|
|
1032
998
|
{
|
|
1033
999
|
"kind": "field",
|
|
1034
|
-
"name": "
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
"
|
|
1039
|
-
|
|
1000
|
+
"name": "jsonforms"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"kind": "field",
|
|
1004
|
+
"name": "i18n"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "field",
|
|
1008
|
+
"name": "uichemaToUse"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "field",
|
|
1012
|
+
"name": "schema"
|
|
1040
1013
|
},
|
|
1041
1014
|
{
|
|
1042
1015
|
"kind": "method",
|
|
1043
|
-
"name": "
|
|
1044
|
-
"privacy": "private"
|
|
1016
|
+
"name": "schemaChanged"
|
|
1045
1017
|
},
|
|
1046
1018
|
{
|
|
1047
1019
|
"kind": "field",
|
|
1048
1020
|
"name": "uischema",
|
|
1049
1021
|
"type": {
|
|
1050
|
-
"text": "
|
|
1051
|
-
}
|
|
1052
|
-
"description": "UI schema used to define configuration of the layout and elements in the filters\nCheck UiSchema for possible options.",
|
|
1053
|
-
"privacy": "public"
|
|
1022
|
+
"text": "UISchemaElement"
|
|
1023
|
+
}
|
|
1054
1024
|
},
|
|
1055
1025
|
{
|
|
1056
1026
|
"kind": "method",
|
|
1057
1027
|
"name": "uischemaChanged"
|
|
1058
1028
|
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "field",
|
|
1031
|
+
"name": "data"
|
|
1032
|
+
},
|
|
1059
1033
|
{
|
|
1060
1034
|
"kind": "method",
|
|
1061
|
-
"name": "
|
|
1062
|
-
"privacy": "private"
|
|
1035
|
+
"name": "dataChanged"
|
|
1063
1036
|
},
|
|
1064
1037
|
{
|
|
1065
1038
|
"kind": "field",
|
|
1066
1039
|
"name": "renderers",
|
|
1067
1040
|
"type": {
|
|
1068
|
-
"text": "
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
"
|
|
1041
|
+
"text": "JsonFormsRendererRegistryEntry[]"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "method",
|
|
1046
|
+
"name": "renderersChanged"
|
|
1073
1047
|
},
|
|
1074
1048
|
{
|
|
1075
1049
|
"kind": "field",
|
|
1076
|
-
"name": "
|
|
1050
|
+
"name": "validationMode",
|
|
1077
1051
|
"type": {
|
|
1078
|
-
"text": "
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1052
|
+
"text": "ValidationMode"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "method",
|
|
1057
|
+
"name": "validationModeChanged"
|
|
1082
1058
|
},
|
|
1083
1059
|
{
|
|
1084
1060
|
"kind": "field",
|
|
1085
|
-
"name": "
|
|
1061
|
+
"name": "ajv",
|
|
1086
1062
|
"type": {
|
|
1087
|
-
"text": "
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
"
|
|
1063
|
+
"text": "Ajv"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "method",
|
|
1068
|
+
"name": "ajvChanged"
|
|
1092
1069
|
},
|
|
1093
1070
|
{
|
|
1094
1071
|
"kind": "field",
|
|
1095
|
-
"name": "
|
|
1072
|
+
"name": "readonly",
|
|
1096
1073
|
"type": {
|
|
1097
|
-
"text": "
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1074
|
+
"text": "boolean"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"kind": "method",
|
|
1079
|
+
"name": "readonlyChanged"
|
|
1100
1080
|
},
|
|
1101
1081
|
{
|
|
1102
1082
|
"kind": "field",
|
|
1103
|
-
"name": "
|
|
1083
|
+
"name": "config",
|
|
1104
1084
|
"type": {
|
|
1105
1085
|
"text": "any"
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "method",
|
|
1090
|
+
"name": "configChanged"
|
|
1110
1091
|
},
|
|
1111
1092
|
{
|
|
1112
1093
|
"kind": "field",
|
|
1113
|
-
"name": "
|
|
1094
|
+
"name": "rowSubmitStatuses",
|
|
1114
1095
|
"type": {
|
|
1115
|
-
"text": "
|
|
1096
|
+
"text": "Map<number, BulkRowStatus>"
|
|
1116
1097
|
},
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1098
|
+
"default": "new Map()",
|
|
1099
|
+
"description": "Row submit statuses for bulk insert mode.\nPassed from the parent foundation-form."
|
|
1119
1100
|
},
|
|
1120
1101
|
{
|
|
1121
1102
|
"kind": "method",
|
|
1122
|
-
"name": "
|
|
1103
|
+
"name": "rowSubmitStatusesChanged"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "field",
|
|
1107
|
+
"name": "bulkInsert",
|
|
1108
|
+
"type": {
|
|
1109
|
+
"text": "boolean"
|
|
1110
|
+
},
|
|
1111
|
+
"default": "false",
|
|
1112
|
+
"description": "Whether the form is in bulk insert mode.\nPassed from the parent foundation-form."
|
|
1123
1113
|
},
|
|
1124
1114
|
{
|
|
1125
1115
|
"kind": "method",
|
|
1126
|
-
"name": "
|
|
1116
|
+
"name": "bulkInsertChanged"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "field",
|
|
1120
|
+
"name": "serverFieldErrors",
|
|
1121
|
+
"type": {
|
|
1122
|
+
"text": "ErrorObject[]"
|
|
1123
|
+
},
|
|
1124
|
+
"default": "[]",
|
|
1125
|
+
"description": "Server-side field validation errors from the parent foundation-form.\nSynced into internal state when the binding changes."
|
|
1127
1126
|
},
|
|
1128
1127
|
{
|
|
1129
1128
|
"kind": "method",
|
|
1130
|
-
"name": "
|
|
1129
|
+
"name": "serverFieldErrorsChanged"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"kind": "field",
|
|
1133
|
+
"name": "props",
|
|
1134
|
+
"type": {
|
|
1135
|
+
"text": "RendererProps"
|
|
1136
|
+
},
|
|
1137
|
+
"readonly": true
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"kind": "field",
|
|
1141
|
+
"name": "dispatch"
|
|
1131
1142
|
},
|
|
1132
1143
|
{
|
|
1133
1144
|
"kind": "method",
|
|
1134
|
-
"name": "
|
|
1145
|
+
"name": "setServerErrors",
|
|
1135
1146
|
"parameters": [
|
|
1136
1147
|
{
|
|
1137
|
-
"name": "
|
|
1138
|
-
"type": {
|
|
1139
|
-
"text": "string"
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "newValue",
|
|
1148
|
+
"name": "errors",
|
|
1144
1149
|
"type": {
|
|
1145
|
-
"text": "
|
|
1150
|
+
"text": "ErrorObject[]"
|
|
1146
1151
|
}
|
|
1147
1152
|
}
|
|
1148
|
-
]
|
|
1153
|
+
],
|
|
1154
|
+
"description": "Applies server-side validation errors returned from an EVENT_NACK response.\nErrors are merged into `core.additionalErrors` and shown inline on fields.",
|
|
1155
|
+
"privacy": "public"
|
|
1149
1156
|
},
|
|
1150
1157
|
{
|
|
1151
1158
|
"kind": "method",
|
|
1152
|
-
"name": "
|
|
1153
|
-
"
|
|
1154
|
-
|
|
1155
|
-
"name": "filterKey",
|
|
1156
|
-
"type": {
|
|
1157
|
-
"text": "string"
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
]
|
|
1159
|
+
"name": "clearServerErrors",
|
|
1160
|
+
"description": "Clears all server-side validation errors from the form.",
|
|
1161
|
+
"privacy": "public"
|
|
1161
1162
|
},
|
|
1162
1163
|
{
|
|
1163
1164
|
"kind": "method",
|
|
1164
|
-
"name": "
|
|
1165
|
+
"name": "buildAdditionalErrors",
|
|
1166
|
+
"privacy": "private",
|
|
1165
1167
|
"return": {
|
|
1166
1168
|
"type": {
|
|
1167
|
-
"text": "
|
|
1169
|
+
"text": "ErrorObject[]"
|
|
1168
1170
|
}
|
|
1169
1171
|
},
|
|
1170
1172
|
"parameters": [
|
|
1171
1173
|
{
|
|
1172
|
-
"name": "
|
|
1173
|
-
"optional": true,
|
|
1174
|
+
"name": "uischema",
|
|
1174
1175
|
"type": {
|
|
1175
|
-
"text": "
|
|
1176
|
+
"text": "UISchemaElement"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "data",
|
|
1181
|
+
"type": {
|
|
1182
|
+
"text": "any"
|
|
1176
1183
|
}
|
|
1177
1184
|
}
|
|
1178
|
-
]
|
|
1179
|
-
"inheritedFrom": {
|
|
1180
|
-
"name": "LifecycleMixin",
|
|
1181
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "method",
|
|
1186
|
-
"name": "deepClone",
|
|
1187
|
-
"return": {
|
|
1188
|
-
"type": {
|
|
1189
|
-
"text": "Node"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"inheritedFrom": {
|
|
1193
|
-
"name": "LifecycleMixin",
|
|
1194
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"kind": "field",
|
|
1199
|
-
"name": "shouldRunDisconnect",
|
|
1200
|
-
"return": {
|
|
1201
|
-
"type": {
|
|
1202
|
-
"text": ""
|
|
1203
|
-
}
|
|
1204
|
-
},
|
|
1205
|
-
"readonly": true,
|
|
1206
|
-
"inheritedFrom": {
|
|
1207
|
-
"name": "LifecycleMixin",
|
|
1208
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"kind": "field",
|
|
1213
|
-
"name": "shouldRunConnect",
|
|
1214
|
-
"return": {
|
|
1215
|
-
"type": {
|
|
1216
|
-
"text": ""
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
"readonly": true,
|
|
1220
|
-
"inheritedFrom": {
|
|
1221
|
-
"name": "LifecycleMixin",
|
|
1222
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1223
|
-
}
|
|
1185
|
+
]
|
|
1224
1186
|
},
|
|
1225
1187
|
{
|
|
1226
1188
|
"kind": "method",
|
|
1227
|
-
"name": "
|
|
1228
|
-
"
|
|
1229
|
-
"type": {
|
|
1230
|
-
"text": "boolean"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1189
|
+
"name": "applyAdditionalErrorsToCore",
|
|
1190
|
+
"privacy": "private",
|
|
1233
1191
|
"parameters": [
|
|
1234
1192
|
{
|
|
1235
|
-
"name": "
|
|
1193
|
+
"name": "nextCore",
|
|
1236
1194
|
"type": {
|
|
1237
|
-
"text": "
|
|
1195
|
+
"text": "JsonFormsCore"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "changedPath",
|
|
1200
|
+
"optional": true,
|
|
1201
|
+
"type": {
|
|
1202
|
+
"text": "string"
|
|
1238
1203
|
}
|
|
1239
1204
|
}
|
|
1240
|
-
]
|
|
1241
|
-
"inheritedFrom": {
|
|
1242
|
-
"name": "LifecycleMixin",
|
|
1243
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "field",
|
|
1248
|
-
"name": "_presentation",
|
|
1249
|
-
"type": {
|
|
1250
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1251
|
-
},
|
|
1252
|
-
"privacy": "private",
|
|
1253
|
-
"default": "void 0",
|
|
1254
|
-
"inheritedFrom": {
|
|
1255
|
-
"name": "FoundationElement",
|
|
1256
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "field",
|
|
1261
|
-
"name": "$presentation",
|
|
1262
|
-
"type": {
|
|
1263
|
-
"text": "ComponentPresentation | null"
|
|
1264
|
-
},
|
|
1265
|
-
"privacy": "public",
|
|
1266
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1267
|
-
"inheritedFrom": {
|
|
1268
|
-
"name": "FoundationElement",
|
|
1269
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "field",
|
|
1274
|
-
"name": "template",
|
|
1275
|
-
"type": {
|
|
1276
|
-
"text": "ElementViewTemplate | void | null"
|
|
1277
|
-
},
|
|
1278
|
-
"privacy": "public",
|
|
1279
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1280
|
-
"inheritedFrom": {
|
|
1281
|
-
"name": "FoundationElement",
|
|
1282
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1283
|
-
}
|
|
1205
|
+
]
|
|
1284
1206
|
},
|
|
1285
1207
|
{
|
|
1286
1208
|
"kind": "method",
|
|
1287
|
-
"name": "
|
|
1288
|
-
"privacy": "
|
|
1289
|
-
"return": {
|
|
1290
|
-
"type": {
|
|
1291
|
-
"text": "void"
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
"inheritedFrom": {
|
|
1295
|
-
"name": "FoundationElement",
|
|
1296
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1297
|
-
}
|
|
1209
|
+
"name": "refreshAdditionalErrors",
|
|
1210
|
+
"privacy": "private"
|
|
1298
1211
|
},
|
|
1299
1212
|
{
|
|
1300
1213
|
"kind": "field",
|
|
1301
|
-
"name": "
|
|
1302
|
-
"
|
|
1303
|
-
"text": "ElementStyles | void | null"
|
|
1304
|
-
},
|
|
1305
|
-
"privacy": "public",
|
|
1306
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1307
|
-
"inheritedFrom": {
|
|
1308
|
-
"name": "FoundationElement",
|
|
1309
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1310
|
-
}
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"kind": "method",
|
|
1314
|
-
"name": "stylesChanged",
|
|
1315
|
-
"privacy": "protected",
|
|
1316
|
-
"return": {
|
|
1317
|
-
"type": {
|
|
1318
|
-
"text": "void"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
"inheritedFrom": {
|
|
1322
|
-
"name": "FoundationElement",
|
|
1323
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1324
|
-
}
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "method",
|
|
1328
|
-
"name": "compose",
|
|
1329
|
-
"privacy": "public",
|
|
1330
|
-
"static": true,
|
|
1331
|
-
"return": {
|
|
1332
|
-
"type": {
|
|
1333
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1334
|
-
}
|
|
1335
|
-
},
|
|
1214
|
+
"name": "validate",
|
|
1215
|
+
"description": "Performs client-side validation by running the validator defined in the UI schema.",
|
|
1336
1216
|
"parameters": [
|
|
1337
1217
|
{
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"text": "K"
|
|
1341
|
-
}
|
|
1218
|
+
"description": "the UI schema",
|
|
1219
|
+
"name": "uischema"
|
|
1342
1220
|
},
|
|
1343
1221
|
{
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1346
|
-
"text": "T"
|
|
1347
|
-
},
|
|
1348
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1222
|
+
"description": "the data to validate against (defaults to the current core data)",
|
|
1223
|
+
"name": "data"
|
|
1349
1224
|
}
|
|
1350
1225
|
],
|
|
1351
|
-
"
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1226
|
+
"return": {
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": ""
|
|
1229
|
+
}
|
|
1355
1230
|
}
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"kind": "method",
|
|
1234
|
+
"name": "copyUISchemaToClipboard"
|
|
1356
1235
|
}
|
|
1357
1236
|
],
|
|
1358
1237
|
"events": [
|
|
1359
1238
|
{
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1362
|
-
"text": "CustomEvent"
|
|
1363
|
-
},
|
|
1364
|
-
"description": "Fired when built criteria (`value`) updates"
|
|
1239
|
+
"description": "Bubbles from nested dispatch-renderer when a control emits change (e.g. multiselect)",
|
|
1240
|
+
"name": "change"
|
|
1365
1241
|
},
|
|
1366
1242
|
{
|
|
1367
|
-
"description": "Fired when
|
|
1368
|
-
"name": "
|
|
1243
|
+
"description": "Fired when bound form data changes. detail: `FormDataChangeEventDetail`",
|
|
1244
|
+
"name": "data-change"
|
|
1369
1245
|
}
|
|
1370
1246
|
],
|
|
1371
1247
|
"attributes": [
|
|
1372
1248
|
{
|
|
1373
|
-
"name": "resourceName",
|
|
1374
|
-
"type": {
|
|
1375
|
-
"text": "string"
|
|
1376
|
-
},
|
|
1377
|
-
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
1378
|
-
"fieldName": "resourceName"
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "show-filter-persistence-controls",
|
|
1382
1249
|
"type": {
|
|
1383
1250
|
"text": "boolean"
|
|
1384
1251
|
},
|
|
1385
|
-
"
|
|
1386
|
-
"fieldName": "showFilterPersistenceControls"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"name": "design-system-prefix",
|
|
1390
|
-
"type": {
|
|
1391
|
-
"text": "string"
|
|
1392
|
-
},
|
|
1393
|
-
"default": "'rapid'",
|
|
1394
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1395
|
-
"fieldName": "prefix"
|
|
1396
|
-
}
|
|
1397
|
-
],
|
|
1398
|
-
"mixins": [
|
|
1399
|
-
{
|
|
1400
|
-
"name": "LifecycleMixin",
|
|
1401
|
-
"package": "@genesislcap/foundation-utils"
|
|
1252
|
+
"fieldName": "readonly"
|
|
1402
1253
|
}
|
|
1403
1254
|
],
|
|
1404
1255
|
"superclass": {
|
|
1405
|
-
"name": "
|
|
1406
|
-
"package": "@microsoft/fast-
|
|
1256
|
+
"name": "FASTElement",
|
|
1257
|
+
"package": "@microsoft/fast-element"
|
|
1407
1258
|
},
|
|
1408
|
-
"tagName": "
|
|
1259
|
+
"tagName": "json-forms",
|
|
1409
1260
|
"customElement": true
|
|
1410
1261
|
}
|
|
1411
1262
|
],
|
|
1412
1263
|
"exports": [
|
|
1413
1264
|
{
|
|
1414
1265
|
"kind": "js",
|
|
1415
|
-
"name": "
|
|
1416
|
-
"declaration": {
|
|
1417
|
-
"name": "filtersRenderers",
|
|
1418
|
-
"module": "src/filters/filters.ts"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "js",
|
|
1423
|
-
"name": "Filters",
|
|
1266
|
+
"name": "JSONForms",
|
|
1424
1267
|
"declaration": {
|
|
1425
|
-
"name": "
|
|
1426
|
-
"module": "src/
|
|
1268
|
+
"name": "JSONForms",
|
|
1269
|
+
"module": "src/jsonforms/json-forms.ts"
|
|
1427
1270
|
}
|
|
1428
1271
|
},
|
|
1429
1272
|
{
|
|
1430
1273
|
"kind": "custom-element-definition",
|
|
1431
|
-
"name": "
|
|
1274
|
+
"name": "json-forms",
|
|
1432
1275
|
"declaration": {
|
|
1433
|
-
"name": "
|
|
1434
|
-
"module": "src/
|
|
1276
|
+
"name": "JSONForms",
|
|
1277
|
+
"module": "src/jsonforms/json-forms.ts"
|
|
1435
1278
|
}
|
|
1436
1279
|
}
|
|
1437
1280
|
]
|
|
1438
1281
|
},
|
|
1439
1282
|
{
|
|
1440
1283
|
"kind": "javascript-module",
|
|
1441
|
-
"path": "src/filters/
|
|
1442
|
-
"declarations": [
|
|
1284
|
+
"path": "src/filters/filters.styles.ts",
|
|
1285
|
+
"declarations": [
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "variable",
|
|
1288
|
+
"name": "foundationFiltersStyles"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1443
1291
|
"exports": [
|
|
1444
1292
|
{
|
|
1445
1293
|
"kind": "js",
|
|
1446
|
-
"name": "
|
|
1294
|
+
"name": "foundationFiltersStyles",
|
|
1447
1295
|
"declaration": {
|
|
1448
|
-
"name": "
|
|
1449
|
-
"
|
|
1296
|
+
"name": "foundationFiltersStyles",
|
|
1297
|
+
"module": "src/filters/filters.styles.ts"
|
|
1450
1298
|
}
|
|
1451
1299
|
}
|
|
1452
1300
|
]
|
|
1453
1301
|
},
|
|
1454
1302
|
{
|
|
1455
1303
|
"kind": "javascript-module",
|
|
1456
|
-
"path": "src/
|
|
1304
|
+
"path": "src/filters/filters.template.ts",
|
|
1305
|
+
"declarations": [],
|
|
1306
|
+
"exports": []
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "javascript-module",
|
|
1310
|
+
"path": "src/filters/filters.ts",
|
|
1457
1311
|
"declarations": [
|
|
1312
|
+
{
|
|
1313
|
+
"kind": "variable",
|
|
1314
|
+
"name": "filtersRenderers",
|
|
1315
|
+
"type": {
|
|
1316
|
+
"text": "array"
|
|
1317
|
+
},
|
|
1318
|
+
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutHorizontalEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
1319
|
+
"description": "Set of default renderers used by the foundation-filters.",
|
|
1320
|
+
"privacy": "public"
|
|
1321
|
+
},
|
|
1458
1322
|
{
|
|
1459
1323
|
"kind": "class",
|
|
1460
|
-
"description": "JSON
|
|
1461
|
-
"name": "
|
|
1324
|
+
"description": "Foundation filters component for automatically generated filters based on json schema\nobtained from the api, supplied initial data or supplied JSON schema.\nAllowing customisable filters elements using UI schema and set of custom renderers",
|
|
1325
|
+
"name": "Filters",
|
|
1462
1326
|
"members": [
|
|
1463
1327
|
{
|
|
1464
1328
|
"kind": "field",
|
|
1465
|
-
"name": "
|
|
1329
|
+
"name": "kvStorage",
|
|
1466
1330
|
"type": {
|
|
1467
|
-
"text": "
|
|
1331
|
+
"text": "KVStorage"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "field",
|
|
1336
|
+
"name": "filterName",
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "string"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "field",
|
|
1343
|
+
"name": "resourceName",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "string"
|
|
1468
1346
|
},
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1347
|
+
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
1348
|
+
"privacy": "public"
|
|
1471
1349
|
},
|
|
1472
1350
|
{
|
|
1473
1351
|
"kind": "field",
|
|
1474
|
-
"name": "
|
|
1352
|
+
"name": "allSavedFilters",
|
|
1475
1353
|
"type": {
|
|
1476
|
-
"text": "
|
|
1354
|
+
"text": "any[]"
|
|
1477
1355
|
},
|
|
1478
|
-
"privacy": "private",
|
|
1479
1356
|
"default": "[]"
|
|
1480
1357
|
},
|
|
1481
1358
|
{
|
|
1482
1359
|
"kind": "field",
|
|
1483
|
-
"name": "
|
|
1360
|
+
"name": "showFilterPersistenceControls",
|
|
1484
1361
|
"type": {
|
|
1485
1362
|
"text": "boolean"
|
|
1486
|
-
}
|
|
1363
|
+
},
|
|
1364
|
+
"description": "Controls the visibility of the filter persistence controls UI.\nWhen enabled, shows saved-filter select plus save/delete (KV storage).\nCustomize layout from outside via `::part(filter-persistence-controls-container)` or\n`--filter-persistence-controls-container-height` on the host.",
|
|
1365
|
+
"privacy": "public"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "method",
|
|
1369
|
+
"name": "resourceNameChanged",
|
|
1370
|
+
"privacy": "private"
|
|
1487
1371
|
},
|
|
1488
1372
|
{
|
|
1489
1373
|
"kind": "field",
|
|
1490
|
-
"name": "
|
|
1374
|
+
"name": "uischema",
|
|
1375
|
+
"type": {
|
|
1376
|
+
"text": "UiSchema"
|
|
1377
|
+
},
|
|
1378
|
+
"description": "UI schema used to define configuration of the layout and elements in the filters\nCheck UiSchema for possible options.",
|
|
1379
|
+
"privacy": "public"
|
|
1491
1380
|
},
|
|
1492
1381
|
{
|
|
1493
1382
|
"kind": "method",
|
|
1494
|
-
"name": "
|
|
1383
|
+
"name": "uischemaChanged"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "method",
|
|
1387
|
+
"name": "syncLayoutDirection",
|
|
1388
|
+
"privacy": "private"
|
|
1495
1389
|
},
|
|
1496
1390
|
{
|
|
1497
1391
|
"kind": "field",
|
|
1498
|
-
"name": "
|
|
1392
|
+
"name": "renderers",
|
|
1393
|
+
"type": {
|
|
1394
|
+
"text": "RendererEntry[]"
|
|
1395
|
+
},
|
|
1396
|
+
"default": "[\n fallbackEntry,\n stringEntry,\n BooleanControlEntry,\n LayoutVertical2ColumnsEntry,\n LayoutHorizontalEntry,\n LayoutRendererEntry,\n FilterNumberControlRendererEntry,\n ConnectedMultiselectControlRendererEntry,\n EnumControlRendererEntry,\n ConnectedSelectControlRendererEntry,\n FilterDateControlRendererEntry,\n FilterTimeControlRendererEntry,\n InvisibleControlEntry,\n]",
|
|
1397
|
+
"description": "Allows to provide the main set of renderers used by the form. If not provided, the built-in renderers will be used by default.",
|
|
1398
|
+
"privacy": "public"
|
|
1499
1399
|
},
|
|
1500
1400
|
{
|
|
1501
1401
|
"kind": "field",
|
|
1502
|
-
"name": "
|
|
1402
|
+
"name": "jsonSchema",
|
|
1403
|
+
"type": {
|
|
1404
|
+
"text": "JSONSchema7"
|
|
1405
|
+
},
|
|
1406
|
+
"description": "Alternatively to providing Form.resourceName you can hardcode the JSON schema on the client.",
|
|
1407
|
+
"privacy": "public"
|
|
1503
1408
|
},
|
|
1504
1409
|
{
|
|
1505
1410
|
"kind": "field",
|
|
1506
|
-
"name": "
|
|
1411
|
+
"name": "prefix",
|
|
1412
|
+
"type": {
|
|
1413
|
+
"text": "string"
|
|
1414
|
+
},
|
|
1415
|
+
"default": "'rapid'",
|
|
1416
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1417
|
+
"privacy": "public"
|
|
1507
1418
|
},
|
|
1508
1419
|
{
|
|
1509
1420
|
"kind": "field",
|
|
1510
|
-
"name": "
|
|
1421
|
+
"name": "connect",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "Connect"
|
|
1424
|
+
},
|
|
1425
|
+
"privacy": "private"
|
|
1511
1426
|
},
|
|
1512
1427
|
{
|
|
1513
|
-
"kind": "
|
|
1514
|
-
"name": "
|
|
1428
|
+
"kind": "field",
|
|
1429
|
+
"name": "data",
|
|
1430
|
+
"type": {
|
|
1431
|
+
"text": "any"
|
|
1432
|
+
},
|
|
1433
|
+
"default": "{}",
|
|
1434
|
+
"description": "Initial data for the filters.",
|
|
1435
|
+
"privacy": "public"
|
|
1515
1436
|
},
|
|
1516
1437
|
{
|
|
1517
1438
|
"kind": "field",
|
|
1518
|
-
"name": "
|
|
1439
|
+
"name": "value",
|
|
1519
1440
|
"type": {
|
|
1520
|
-
"text": "
|
|
1521
|
-
}
|
|
1441
|
+
"text": "string"
|
|
1442
|
+
},
|
|
1443
|
+
"description": "Created criteria based on the given data that can be used to filter the data.",
|
|
1444
|
+
"privacy": "public"
|
|
1522
1445
|
},
|
|
1523
1446
|
{
|
|
1524
1447
|
"kind": "method",
|
|
1525
|
-
"name": "
|
|
1448
|
+
"name": "saveFilter"
|
|
1526
1449
|
},
|
|
1527
1450
|
{
|
|
1528
|
-
"kind": "
|
|
1529
|
-
"name": "
|
|
1451
|
+
"kind": "method",
|
|
1452
|
+
"name": "deleteFilter"
|
|
1530
1453
|
},
|
|
1531
1454
|
{
|
|
1532
1455
|
"kind": "method",
|
|
1533
|
-
"name": "
|
|
1456
|
+
"name": "loadAllSavedFilters"
|
|
1534
1457
|
},
|
|
1535
1458
|
{
|
|
1536
|
-
"kind": "
|
|
1537
|
-
"name": "
|
|
1538
|
-
"
|
|
1539
|
-
|
|
1540
|
-
|
|
1459
|
+
"kind": "method",
|
|
1460
|
+
"name": "filterNameChanged",
|
|
1461
|
+
"parameters": [
|
|
1462
|
+
{
|
|
1463
|
+
"name": "oldValue",
|
|
1464
|
+
"type": {
|
|
1465
|
+
"text": "string"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "newValue",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "string"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1541
1475
|
},
|
|
1542
1476
|
{
|
|
1543
1477
|
"kind": "method",
|
|
1544
|
-
"name": "
|
|
1478
|
+
"name": "loadFilterData",
|
|
1479
|
+
"parameters": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "filterKey",
|
|
1482
|
+
"type": {
|
|
1483
|
+
"text": "string"
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
]
|
|
1545
1487
|
},
|
|
1546
1488
|
{
|
|
1547
|
-
"kind": "
|
|
1548
|
-
"name": "
|
|
1549
|
-
"
|
|
1550
|
-
"
|
|
1489
|
+
"kind": "method",
|
|
1490
|
+
"name": "cloneNode",
|
|
1491
|
+
"return": {
|
|
1492
|
+
"type": {
|
|
1493
|
+
"text": "Node"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"parameters": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "deep",
|
|
1499
|
+
"optional": true,
|
|
1500
|
+
"type": {
|
|
1501
|
+
"text": "boolean"
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
],
|
|
1505
|
+
"inheritedFrom": {
|
|
1506
|
+
"name": "LifecycleMixin",
|
|
1507
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1551
1508
|
}
|
|
1552
1509
|
},
|
|
1553
1510
|
{
|
|
1554
1511
|
"kind": "method",
|
|
1555
|
-
"name": "
|
|
1512
|
+
"name": "deepClone",
|
|
1513
|
+
"return": {
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "Node"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"inheritedFrom": {
|
|
1519
|
+
"name": "LifecycleMixin",
|
|
1520
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1521
|
+
}
|
|
1556
1522
|
},
|
|
1557
1523
|
{
|
|
1558
1524
|
"kind": "field",
|
|
1559
|
-
"name": "
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1525
|
+
"name": "shouldRunDisconnect",
|
|
1526
|
+
"return": {
|
|
1527
|
+
"type": {
|
|
1528
|
+
"text": ""
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"readonly": true,
|
|
1532
|
+
"inheritedFrom": {
|
|
1533
|
+
"name": "LifecycleMixin",
|
|
1534
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1562
1535
|
}
|
|
1563
1536
|
},
|
|
1564
1537
|
{
|
|
1565
|
-
"kind": "
|
|
1566
|
-
"name": "
|
|
1538
|
+
"kind": "field",
|
|
1539
|
+
"name": "shouldRunConnect",
|
|
1540
|
+
"return": {
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": ""
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"readonly": true,
|
|
1546
|
+
"inheritedFrom": {
|
|
1547
|
+
"name": "LifecycleMixin",
|
|
1548
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1549
|
+
}
|
|
1567
1550
|
},
|
|
1568
1551
|
{
|
|
1569
|
-
"kind": "
|
|
1570
|
-
"name": "
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1552
|
+
"kind": "method",
|
|
1553
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
1554
|
+
"return": {
|
|
1555
|
+
"type": {
|
|
1556
|
+
"text": "boolean"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"parameters": [
|
|
1560
|
+
{
|
|
1561
|
+
"name": "lifecycleType",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "Lifecycletype"
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"inheritedFrom": {
|
|
1568
|
+
"name": "LifecycleMixin",
|
|
1569
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1573
1570
|
}
|
|
1574
1571
|
},
|
|
1575
|
-
{
|
|
1576
|
-
"kind": "method",
|
|
1577
|
-
"name": "readonlyChanged"
|
|
1578
|
-
},
|
|
1579
1572
|
{
|
|
1580
1573
|
"kind": "field",
|
|
1581
|
-
"name": "
|
|
1574
|
+
"name": "_presentation",
|
|
1582
1575
|
"type": {
|
|
1583
|
-
"text": "
|
|
1576
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1577
|
+
},
|
|
1578
|
+
"privacy": "private",
|
|
1579
|
+
"default": "void 0",
|
|
1580
|
+
"inheritedFrom": {
|
|
1581
|
+
"name": "FoundationElement",
|
|
1582
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1584
1583
|
}
|
|
1585
1584
|
},
|
|
1586
|
-
{
|
|
1587
|
-
"kind": "method",
|
|
1588
|
-
"name": "configChanged"
|
|
1589
|
-
},
|
|
1590
1585
|
{
|
|
1591
1586
|
"kind": "field",
|
|
1592
|
-
"name": "
|
|
1587
|
+
"name": "$presentation",
|
|
1593
1588
|
"type": {
|
|
1594
|
-
"text": "
|
|
1589
|
+
"text": "ComponentPresentation | null"
|
|
1595
1590
|
},
|
|
1596
|
-
"
|
|
1597
|
-
"description": "
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1591
|
+
"privacy": "public",
|
|
1592
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1593
|
+
"inheritedFrom": {
|
|
1594
|
+
"name": "FoundationElement",
|
|
1595
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1596
|
+
}
|
|
1602
1597
|
},
|
|
1603
1598
|
{
|
|
1604
1599
|
"kind": "field",
|
|
1605
|
-
"name": "
|
|
1600
|
+
"name": "template",
|
|
1606
1601
|
"type": {
|
|
1607
|
-
"text": "
|
|
1602
|
+
"text": "ElementViewTemplate | void | null"
|
|
1608
1603
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"description": "
|
|
1604
|
+
"privacy": "public",
|
|
1605
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1606
|
+
"inheritedFrom": {
|
|
1607
|
+
"name": "FoundationElement",
|
|
1608
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1609
|
+
}
|
|
1611
1610
|
},
|
|
1612
1611
|
{
|
|
1613
1612
|
"kind": "method",
|
|
1614
|
-
"name": "
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
"text": "ErrorObject[]"
|
|
1613
|
+
"name": "templateChanged",
|
|
1614
|
+
"privacy": "protected",
|
|
1615
|
+
"return": {
|
|
1616
|
+
"type": {
|
|
1617
|
+
"text": "void"
|
|
1618
|
+
}
|
|
1621
1619
|
},
|
|
1622
|
-
"
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
"kind": "method",
|
|
1627
|
-
"name": "serverFieldErrorsChanged"
|
|
1620
|
+
"inheritedFrom": {
|
|
1621
|
+
"name": "FoundationElement",
|
|
1622
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1623
|
+
}
|
|
1628
1624
|
},
|
|
1629
1625
|
{
|
|
1630
1626
|
"kind": "field",
|
|
1631
|
-
"name": "
|
|
1627
|
+
"name": "styles",
|
|
1632
1628
|
"type": {
|
|
1633
|
-
"text": "
|
|
1629
|
+
"text": "ElementStyles | void | null"
|
|
1634
1630
|
},
|
|
1635
|
-
"
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1631
|
+
"privacy": "public",
|
|
1632
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1633
|
+
"inheritedFrom": {
|
|
1634
|
+
"name": "FoundationElement",
|
|
1635
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1636
|
+
}
|
|
1640
1637
|
},
|
|
1641
1638
|
{
|
|
1642
1639
|
"kind": "method",
|
|
1643
|
-
"name": "
|
|
1644
|
-
"
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
"
|
|
1648
|
-
"text": "ErrorObject[]"
|
|
1649
|
-
}
|
|
1640
|
+
"name": "stylesChanged",
|
|
1641
|
+
"privacy": "protected",
|
|
1642
|
+
"return": {
|
|
1643
|
+
"type": {
|
|
1644
|
+
"text": "void"
|
|
1650
1645
|
}
|
|
1651
|
-
|
|
1652
|
-
"
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
"kind": "method",
|
|
1657
|
-
"name": "clearServerErrors",
|
|
1658
|
-
"description": "Clears all server-side validation errors from the form.",
|
|
1659
|
-
"privacy": "public"
|
|
1646
|
+
},
|
|
1647
|
+
"inheritedFrom": {
|
|
1648
|
+
"name": "FoundationElement",
|
|
1649
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1650
|
+
}
|
|
1660
1651
|
},
|
|
1661
1652
|
{
|
|
1662
1653
|
"kind": "method",
|
|
1663
|
-
"name": "
|
|
1664
|
-
"privacy": "
|
|
1654
|
+
"name": "compose",
|
|
1655
|
+
"privacy": "public",
|
|
1656
|
+
"static": true,
|
|
1665
1657
|
"return": {
|
|
1666
1658
|
"type": {
|
|
1667
|
-
"text": "
|
|
1659
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1668
1660
|
}
|
|
1669
1661
|
},
|
|
1670
1662
|
"parameters": [
|
|
1671
1663
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
"type": {
|
|
1674
|
-
"text": "UISchemaElement"
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"name": "data",
|
|
1679
|
-
"type": {
|
|
1680
|
-
"text": "any"
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
]
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"kind": "method",
|
|
1687
|
-
"name": "applyAdditionalErrorsToCore",
|
|
1688
|
-
"privacy": "private",
|
|
1689
|
-
"parameters": [
|
|
1690
|
-
{
|
|
1691
|
-
"name": "nextCore",
|
|
1664
|
+
"name": "this",
|
|
1692
1665
|
"type": {
|
|
1693
|
-
"text": "
|
|
1666
|
+
"text": "K"
|
|
1694
1667
|
}
|
|
1695
1668
|
},
|
|
1696
1669
|
{
|
|
1697
|
-
"name": "
|
|
1698
|
-
"optional": true,
|
|
1670
|
+
"name": "elementDefinition",
|
|
1699
1671
|
"type": {
|
|
1700
|
-
"text": "
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
]
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "method",
|
|
1707
|
-
"name": "refreshAdditionalErrors",
|
|
1708
|
-
"privacy": "private"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "field",
|
|
1712
|
-
"name": "validate",
|
|
1713
|
-
"description": "Performs client-side validation by running the validator defined in the UI schema.",
|
|
1714
|
-
"parameters": [
|
|
1715
|
-
{
|
|
1716
|
-
"description": "the UI schema",
|
|
1717
|
-
"name": "uischema"
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"description": "the data to validate against (defaults to the current core data)",
|
|
1721
|
-
"name": "data"
|
|
1672
|
+
"text": "T"
|
|
1673
|
+
},
|
|
1674
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1722
1675
|
}
|
|
1723
1676
|
],
|
|
1724
|
-
"
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1677
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1678
|
+
"inheritedFrom": {
|
|
1679
|
+
"name": "FoundationElement",
|
|
1680
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1728
1681
|
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "method",
|
|
1732
|
-
"name": "copyUISchemaToClipboard"
|
|
1733
1682
|
}
|
|
1734
1683
|
],
|
|
1735
1684
|
"events": [
|
|
1736
1685
|
{
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1686
|
+
"name": "change",
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "CustomEvent"
|
|
1689
|
+
},
|
|
1690
|
+
"description": "Fired when built criteria (`value`) updates"
|
|
1739
1691
|
},
|
|
1740
1692
|
{
|
|
1741
|
-
"description": "Fired when
|
|
1742
|
-
"name": "
|
|
1693
|
+
"description": "Fired when filter values are submitted. detail: `FilterSubmitEventDetail`",
|
|
1694
|
+
"name": "submit"
|
|
1743
1695
|
}
|
|
1744
1696
|
],
|
|
1745
1697
|
"attributes": [
|
|
1746
1698
|
{
|
|
1699
|
+
"name": "resourceName",
|
|
1700
|
+
"type": {
|
|
1701
|
+
"text": "string"
|
|
1702
|
+
},
|
|
1703
|
+
"description": "Name of the backend resource which will provide metadata\nused to generate filters.",
|
|
1704
|
+
"fieldName": "resourceName"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "show-filter-persistence-controls",
|
|
1747
1708
|
"type": {
|
|
1748
1709
|
"text": "boolean"
|
|
1749
1710
|
},
|
|
1750
|
-
"
|
|
1711
|
+
"description": "Controls the visibility of the filter persistence controls UI.\nWhen enabled, shows saved-filter select plus save/delete (KV storage).\nCustomize layout from outside via `::part(filter-persistence-controls-container)` or\n`--filter-persistence-controls-container-height` on the host.",
|
|
1712
|
+
"fieldName": "showFilterPersistenceControls"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "design-system-prefix",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "string"
|
|
1718
|
+
},
|
|
1719
|
+
"default": "'rapid'",
|
|
1720
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1721
|
+
"fieldName": "prefix"
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"mixins": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "LifecycleMixin",
|
|
1727
|
+
"package": "@genesislcap/foundation-utils"
|
|
1751
1728
|
}
|
|
1752
1729
|
],
|
|
1753
1730
|
"superclass": {
|
|
1754
|
-
"name": "
|
|
1755
|
-
"package": "@microsoft/fast-
|
|
1731
|
+
"name": "FoundationElement",
|
|
1732
|
+
"package": "@microsoft/fast-foundation"
|
|
1756
1733
|
},
|
|
1757
|
-
"tagName": "
|
|
1734
|
+
"tagName": "foundation-filters",
|
|
1758
1735
|
"customElement": true
|
|
1759
1736
|
}
|
|
1760
1737
|
],
|
|
1761
1738
|
"exports": [
|
|
1762
1739
|
{
|
|
1763
1740
|
"kind": "js",
|
|
1764
|
-
"name": "
|
|
1741
|
+
"name": "filtersRenderers",
|
|
1765
1742
|
"declaration": {
|
|
1766
|
-
"name": "
|
|
1767
|
-
"module": "src/
|
|
1743
|
+
"name": "filtersRenderers",
|
|
1744
|
+
"module": "src/filters/filters.ts"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "js",
|
|
1749
|
+
"name": "Filters",
|
|
1750
|
+
"declaration": {
|
|
1751
|
+
"name": "Filters",
|
|
1752
|
+
"module": "src/filters/filters.ts"
|
|
1768
1753
|
}
|
|
1769
1754
|
},
|
|
1770
1755
|
{
|
|
1771
1756
|
"kind": "custom-element-definition",
|
|
1772
|
-
"name": "
|
|
1757
|
+
"name": "foundation-filters",
|
|
1758
|
+
"declaration": {
|
|
1759
|
+
"name": "Filters",
|
|
1760
|
+
"module": "src/filters/filters.ts"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
]
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "javascript-module",
|
|
1767
|
+
"path": "src/filters/index.ts",
|
|
1768
|
+
"declarations": [],
|
|
1769
|
+
"exports": [
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "js",
|
|
1772
|
+
"name": "*",
|
|
1773
1773
|
"declaration": {
|
|
1774
|
-
"name": "
|
|
1775
|
-
"
|
|
1774
|
+
"name": "*",
|
|
1775
|
+
"package": "./filters"
|
|
1776
1776
|
}
|
|
1777
1777
|
}
|
|
1778
1778
|
]
|
|
@@ -2211,261 +2211,10 @@
|
|
|
2211
2211
|
},
|
|
2212
2212
|
{
|
|
2213
2213
|
"kind": "js",
|
|
2214
|
-
"name": "getAnyOfErrorMessage",
|
|
2215
|
-
"declaration": {
|
|
2216
|
-
"name": "getAnyOfErrorMessage",
|
|
2217
|
-
"module": "src/utils/validation.ts"
|
|
2218
|
-
}
|
|
2219
|
-
}
|
|
2220
|
-
]
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"kind": "javascript-module",
|
|
2224
|
-
"path": "src/jsonforms/testers/isArray.ts",
|
|
2225
|
-
"declarations": [
|
|
2226
|
-
{
|
|
2227
|
-
"kind": "function",
|
|
2228
|
-
"name": "isArray",
|
|
2229
|
-
"parameters": [
|
|
2230
|
-
{
|
|
2231
|
-
"name": "itemsType",
|
|
2232
|
-
"type": {
|
|
2233
|
-
"text": "ArrayItemsType"
|
|
2234
|
-
}
|
|
2235
|
-
}
|
|
2236
|
-
]
|
|
2237
|
-
}
|
|
2238
|
-
],
|
|
2239
|
-
"exports": [
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "js",
|
|
2242
|
-
"name": "isArray",
|
|
2243
|
-
"declaration": {
|
|
2244
|
-
"name": "isArray",
|
|
2245
|
-
"module": "src/jsonforms/testers/isArray.ts"
|
|
2246
|
-
}
|
|
2247
|
-
}
|
|
2248
|
-
]
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"kind": "javascript-module",
|
|
2252
|
-
"path": "src/jsonforms/testers/isDate.ts",
|
|
2253
|
-
"declarations": [
|
|
2254
|
-
{
|
|
2255
|
-
"kind": "variable",
|
|
2256
|
-
"name": "isOneOfDate"
|
|
2257
|
-
}
|
|
2258
|
-
],
|
|
2259
|
-
"exports": [
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "js",
|
|
2262
|
-
"name": "isOneOfDate",
|
|
2263
|
-
"declaration": {
|
|
2264
|
-
"name": "isOneOfDate",
|
|
2265
|
-
"module": "src/jsonforms/testers/isDate.ts"
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
]
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"kind": "javascript-module",
|
|
2272
|
-
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
2273
|
-
"declarations": [
|
|
2274
|
-
{
|
|
2275
|
-
"kind": "function",
|
|
2276
|
-
"name": "isInvisible",
|
|
2277
|
-
"return": {
|
|
2278
|
-
"type": {
|
|
2279
|
-
"text": "boolean"
|
|
2280
|
-
}
|
|
2281
|
-
},
|
|
2282
|
-
"parameters": [
|
|
2283
|
-
{
|
|
2284
|
-
"name": "uischema",
|
|
2285
|
-
"type": {
|
|
2286
|
-
"text": "UISchemaElement"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "schema",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"text": "JsonSchema"
|
|
2293
|
-
}
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "context",
|
|
2297
|
-
"type": {
|
|
2298
|
-
"text": "TesterContext"
|
|
2299
|
-
}
|
|
2300
|
-
}
|
|
2301
|
-
]
|
|
2302
|
-
}
|
|
2303
|
-
],
|
|
2304
|
-
"exports": [
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "js",
|
|
2307
|
-
"name": "isInvisible",
|
|
2308
|
-
"declaration": {
|
|
2309
|
-
"name": "isInvisible",
|
|
2310
|
-
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
]
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "javascript-module",
|
|
2317
|
-
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
2318
|
-
"declarations": [
|
|
2319
|
-
{
|
|
2320
|
-
"kind": "variable",
|
|
2321
|
-
"name": "isOneOfBoolean"
|
|
2322
|
-
}
|
|
2323
|
-
],
|
|
2324
|
-
"exports": [
|
|
2325
|
-
{
|
|
2326
|
-
"kind": "js",
|
|
2327
|
-
"name": "isOneOfBoolean",
|
|
2328
|
-
"declaration": {
|
|
2329
|
-
"name": "isOneOfBoolean",
|
|
2330
|
-
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
2331
|
-
}
|
|
2332
|
-
}
|
|
2333
|
-
]
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"kind": "javascript-module",
|
|
2337
|
-
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
2338
|
-
"declarations": [
|
|
2339
|
-
{
|
|
2340
|
-
"kind": "variable",
|
|
2341
|
-
"name": "isOneOfEnum"
|
|
2342
|
-
}
|
|
2343
|
-
],
|
|
2344
|
-
"exports": [
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "js",
|
|
2347
|
-
"name": "isOneOfEnum",
|
|
2348
|
-
"declaration": {
|
|
2349
|
-
"name": "isOneOfEnum",
|
|
2350
|
-
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
]
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"kind": "javascript-module",
|
|
2357
|
-
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
2358
|
-
"declarations": [
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "function",
|
|
2361
|
-
"name": "isBigDecimal",
|
|
2362
|
-
"return": {
|
|
2363
|
-
"type": {
|
|
2364
|
-
"text": "boolean"
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
"parameters": [
|
|
2368
|
-
{
|
|
2369
|
-
"name": "fieldSchema",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "GenesisJsonSchema"
|
|
2372
|
-
}
|
|
2373
|
-
}
|
|
2374
|
-
]
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "variable",
|
|
2378
|
-
"name": "isOneOfNumber"
|
|
2379
|
-
}
|
|
2380
|
-
],
|
|
2381
|
-
"exports": [
|
|
2382
|
-
{
|
|
2383
|
-
"kind": "js",
|
|
2384
|
-
"name": "isBigDecimal",
|
|
2385
|
-
"declaration": {
|
|
2386
|
-
"name": "isBigDecimal",
|
|
2387
|
-
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
2388
|
-
}
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"kind": "js",
|
|
2392
|
-
"name": "isOneOfNumber",
|
|
2393
|
-
"declaration": {
|
|
2394
|
-
"name": "isOneOfNumber",
|
|
2395
|
-
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2398
|
-
]
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"kind": "javascript-module",
|
|
2402
|
-
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
2403
|
-
"declarations": [
|
|
2404
|
-
{
|
|
2405
|
-
"kind": "variable",
|
|
2406
|
-
"name": "isOneOfOptionMultiselect"
|
|
2407
|
-
}
|
|
2408
|
-
],
|
|
2409
|
-
"exports": [
|
|
2410
|
-
{
|
|
2411
|
-
"kind": "js",
|
|
2412
|
-
"name": "isOneOfOptionMultiselect",
|
|
2413
|
-
"declaration": {
|
|
2414
|
-
"name": "isOneOfOptionMultiselect",
|
|
2415
|
-
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
]
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"kind": "javascript-module",
|
|
2422
|
-
"path": "src/jsonforms/testers/isTime.ts",
|
|
2423
|
-
"declarations": [
|
|
2424
|
-
{
|
|
2425
|
-
"kind": "variable",
|
|
2426
|
-
"name": "isOneOfTime"
|
|
2427
|
-
}
|
|
2428
|
-
],
|
|
2429
|
-
"exports": [
|
|
2430
|
-
{
|
|
2431
|
-
"kind": "js",
|
|
2432
|
-
"name": "isOneOfTime",
|
|
2433
|
-
"declaration": {
|
|
2434
|
-
"name": "isOneOfTime",
|
|
2435
|
-
"module": "src/jsonforms/testers/isTime.ts"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"kind": "javascript-module",
|
|
2442
|
-
"path": "src/jsonforms/testers/optionIs.ts",
|
|
2443
|
-
"declarations": [
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "function",
|
|
2446
|
-
"name": "optionIs",
|
|
2447
|
-
"return": {
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "Tester"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
"parameters": [
|
|
2453
|
-
{
|
|
2454
|
-
"name": "optionName",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "string"
|
|
2457
|
-
}
|
|
2458
|
-
}
|
|
2459
|
-
]
|
|
2460
|
-
}
|
|
2461
|
-
],
|
|
2462
|
-
"exports": [
|
|
2463
|
-
{
|
|
2464
|
-
"kind": "js",
|
|
2465
|
-
"name": "optionIs",
|
|
2214
|
+
"name": "getAnyOfErrorMessage",
|
|
2466
2215
|
"declaration": {
|
|
2467
|
-
"name": "
|
|
2468
|
-
"module": "src/
|
|
2216
|
+
"name": "getAnyOfErrorMessage",
|
|
2217
|
+
"module": "src/utils/validation.ts"
|
|
2469
2218
|
}
|
|
2470
2219
|
}
|
|
2471
2220
|
]
|
|
@@ -5158,6 +4907,257 @@
|
|
|
5158
4907
|
}
|
|
5159
4908
|
}
|
|
5160
4909
|
]
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"kind": "javascript-module",
|
|
4913
|
+
"path": "src/jsonforms/testers/isArray.ts",
|
|
4914
|
+
"declarations": [
|
|
4915
|
+
{
|
|
4916
|
+
"kind": "function",
|
|
4917
|
+
"name": "isArray",
|
|
4918
|
+
"parameters": [
|
|
4919
|
+
{
|
|
4920
|
+
"name": "itemsType",
|
|
4921
|
+
"type": {
|
|
4922
|
+
"text": "ArrayItemsType"
|
|
4923
|
+
}
|
|
4924
|
+
}
|
|
4925
|
+
]
|
|
4926
|
+
}
|
|
4927
|
+
],
|
|
4928
|
+
"exports": [
|
|
4929
|
+
{
|
|
4930
|
+
"kind": "js",
|
|
4931
|
+
"name": "isArray",
|
|
4932
|
+
"declaration": {
|
|
4933
|
+
"name": "isArray",
|
|
4934
|
+
"module": "src/jsonforms/testers/isArray.ts"
|
|
4935
|
+
}
|
|
4936
|
+
}
|
|
4937
|
+
]
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"kind": "javascript-module",
|
|
4941
|
+
"path": "src/jsonforms/testers/isDate.ts",
|
|
4942
|
+
"declarations": [
|
|
4943
|
+
{
|
|
4944
|
+
"kind": "variable",
|
|
4945
|
+
"name": "isOneOfDate"
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4948
|
+
"exports": [
|
|
4949
|
+
{
|
|
4950
|
+
"kind": "js",
|
|
4951
|
+
"name": "isOneOfDate",
|
|
4952
|
+
"declaration": {
|
|
4953
|
+
"name": "isOneOfDate",
|
|
4954
|
+
"module": "src/jsonforms/testers/isDate.ts"
|
|
4955
|
+
}
|
|
4956
|
+
}
|
|
4957
|
+
]
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"kind": "javascript-module",
|
|
4961
|
+
"path": "src/jsonforms/testers/isInvisible.ts",
|
|
4962
|
+
"declarations": [
|
|
4963
|
+
{
|
|
4964
|
+
"kind": "function",
|
|
4965
|
+
"name": "isInvisible",
|
|
4966
|
+
"return": {
|
|
4967
|
+
"type": {
|
|
4968
|
+
"text": "boolean"
|
|
4969
|
+
}
|
|
4970
|
+
},
|
|
4971
|
+
"parameters": [
|
|
4972
|
+
{
|
|
4973
|
+
"name": "uischema",
|
|
4974
|
+
"type": {
|
|
4975
|
+
"text": "UISchemaElement"
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
"name": "schema",
|
|
4980
|
+
"type": {
|
|
4981
|
+
"text": "JsonSchema"
|
|
4982
|
+
}
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"name": "context",
|
|
4986
|
+
"type": {
|
|
4987
|
+
"text": "TesterContext"
|
|
4988
|
+
}
|
|
4989
|
+
}
|
|
4990
|
+
]
|
|
4991
|
+
}
|
|
4992
|
+
],
|
|
4993
|
+
"exports": [
|
|
4994
|
+
{
|
|
4995
|
+
"kind": "js",
|
|
4996
|
+
"name": "isInvisible",
|
|
4997
|
+
"declaration": {
|
|
4998
|
+
"name": "isInvisible",
|
|
4999
|
+
"module": "src/jsonforms/testers/isInvisible.ts"
|
|
5000
|
+
}
|
|
5001
|
+
}
|
|
5002
|
+
]
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"kind": "javascript-module",
|
|
5006
|
+
"path": "src/jsonforms/testers/isOneOfBoolean.ts",
|
|
5007
|
+
"declarations": [
|
|
5008
|
+
{
|
|
5009
|
+
"kind": "variable",
|
|
5010
|
+
"name": "isOneOfBoolean"
|
|
5011
|
+
}
|
|
5012
|
+
],
|
|
5013
|
+
"exports": [
|
|
5014
|
+
{
|
|
5015
|
+
"kind": "js",
|
|
5016
|
+
"name": "isOneOfBoolean",
|
|
5017
|
+
"declaration": {
|
|
5018
|
+
"name": "isOneOfBoolean",
|
|
5019
|
+
"module": "src/jsonforms/testers/isOneOfBoolean.ts"
|
|
5020
|
+
}
|
|
5021
|
+
}
|
|
5022
|
+
]
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"kind": "javascript-module",
|
|
5026
|
+
"path": "src/jsonforms/testers/isOneOfEnum.ts",
|
|
5027
|
+
"declarations": [
|
|
5028
|
+
{
|
|
5029
|
+
"kind": "variable",
|
|
5030
|
+
"name": "isOneOfEnum"
|
|
5031
|
+
}
|
|
5032
|
+
],
|
|
5033
|
+
"exports": [
|
|
5034
|
+
{
|
|
5035
|
+
"kind": "js",
|
|
5036
|
+
"name": "isOneOfEnum",
|
|
5037
|
+
"declaration": {
|
|
5038
|
+
"name": "isOneOfEnum",
|
|
5039
|
+
"module": "src/jsonforms/testers/isOneOfEnum.ts"
|
|
5040
|
+
}
|
|
5041
|
+
}
|
|
5042
|
+
]
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"kind": "javascript-module",
|
|
5046
|
+
"path": "src/jsonforms/testers/isOneOfNumber.ts",
|
|
5047
|
+
"declarations": [
|
|
5048
|
+
{
|
|
5049
|
+
"kind": "function",
|
|
5050
|
+
"name": "isBigDecimal",
|
|
5051
|
+
"return": {
|
|
5052
|
+
"type": {
|
|
5053
|
+
"text": "boolean"
|
|
5054
|
+
}
|
|
5055
|
+
},
|
|
5056
|
+
"parameters": [
|
|
5057
|
+
{
|
|
5058
|
+
"name": "fieldSchema",
|
|
5059
|
+
"type": {
|
|
5060
|
+
"text": "GenesisJsonSchema"
|
|
5061
|
+
}
|
|
5062
|
+
}
|
|
5063
|
+
]
|
|
5064
|
+
},
|
|
5065
|
+
{
|
|
5066
|
+
"kind": "variable",
|
|
5067
|
+
"name": "isOneOfNumber"
|
|
5068
|
+
}
|
|
5069
|
+
],
|
|
5070
|
+
"exports": [
|
|
5071
|
+
{
|
|
5072
|
+
"kind": "js",
|
|
5073
|
+
"name": "isBigDecimal",
|
|
5074
|
+
"declaration": {
|
|
5075
|
+
"name": "isBigDecimal",
|
|
5076
|
+
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
5077
|
+
}
|
|
5078
|
+
},
|
|
5079
|
+
{
|
|
5080
|
+
"kind": "js",
|
|
5081
|
+
"name": "isOneOfNumber",
|
|
5082
|
+
"declaration": {
|
|
5083
|
+
"name": "isOneOfNumber",
|
|
5084
|
+
"module": "src/jsonforms/testers/isOneOfNumber.ts"
|
|
5085
|
+
}
|
|
5086
|
+
}
|
|
5087
|
+
]
|
|
5088
|
+
},
|
|
5089
|
+
{
|
|
5090
|
+
"kind": "javascript-module",
|
|
5091
|
+
"path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
|
|
5092
|
+
"declarations": [
|
|
5093
|
+
{
|
|
5094
|
+
"kind": "variable",
|
|
5095
|
+
"name": "isOneOfOptionMultiselect"
|
|
5096
|
+
}
|
|
5097
|
+
],
|
|
5098
|
+
"exports": [
|
|
5099
|
+
{
|
|
5100
|
+
"kind": "js",
|
|
5101
|
+
"name": "isOneOfOptionMultiselect",
|
|
5102
|
+
"declaration": {
|
|
5103
|
+
"name": "isOneOfOptionMultiselect",
|
|
5104
|
+
"module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
]
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "javascript-module",
|
|
5111
|
+
"path": "src/jsonforms/testers/isTime.ts",
|
|
5112
|
+
"declarations": [
|
|
5113
|
+
{
|
|
5114
|
+
"kind": "variable",
|
|
5115
|
+
"name": "isOneOfTime"
|
|
5116
|
+
}
|
|
5117
|
+
],
|
|
5118
|
+
"exports": [
|
|
5119
|
+
{
|
|
5120
|
+
"kind": "js",
|
|
5121
|
+
"name": "isOneOfTime",
|
|
5122
|
+
"declaration": {
|
|
5123
|
+
"name": "isOneOfTime",
|
|
5124
|
+
"module": "src/jsonforms/testers/isTime.ts"
|
|
5125
|
+
}
|
|
5126
|
+
}
|
|
5127
|
+
]
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"kind": "javascript-module",
|
|
5131
|
+
"path": "src/jsonforms/testers/optionIs.ts",
|
|
5132
|
+
"declarations": [
|
|
5133
|
+
{
|
|
5134
|
+
"kind": "function",
|
|
5135
|
+
"name": "optionIs",
|
|
5136
|
+
"return": {
|
|
5137
|
+
"type": {
|
|
5138
|
+
"text": "Tester"
|
|
5139
|
+
}
|
|
5140
|
+
},
|
|
5141
|
+
"parameters": [
|
|
5142
|
+
{
|
|
5143
|
+
"name": "optionName",
|
|
5144
|
+
"type": {
|
|
5145
|
+
"text": "string"
|
|
5146
|
+
}
|
|
5147
|
+
}
|
|
5148
|
+
]
|
|
5149
|
+
}
|
|
5150
|
+
],
|
|
5151
|
+
"exports": [
|
|
5152
|
+
{
|
|
5153
|
+
"kind": "js",
|
|
5154
|
+
"name": "optionIs",
|
|
5155
|
+
"declaration": {
|
|
5156
|
+
"name": "optionIs",
|
|
5157
|
+
"module": "src/jsonforms/testers/optionIs.ts"
|
|
5158
|
+
}
|
|
5159
|
+
}
|
|
5160
|
+
]
|
|
5161
5161
|
}
|
|
5162
5162
|
]
|
|
5163
5163
|
}
|