@genesislcap/foundation-ui 14.409.0-FUI-2495.8 → 14.409.0-pbi.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.
|
@@ -926,186 +926,160 @@
|
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
"kind": "javascript-module",
|
|
929
|
-
"path": "src/
|
|
929
|
+
"path": "src/_common/base-file-component.ts",
|
|
930
930
|
"declarations": [
|
|
931
931
|
{
|
|
932
|
-
"kind": "
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
|
|
936
|
-
"text": "ElementStyles"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
"parameters": [
|
|
932
|
+
"kind": "class",
|
|
933
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
934
|
+
"name": "BaseFileComponent",
|
|
935
|
+
"members": [
|
|
940
936
|
{
|
|
941
|
-
"
|
|
937
|
+
"kind": "field",
|
|
938
|
+
"name": "fileInput",
|
|
942
939
|
"type": {
|
|
943
|
-
"text": "
|
|
944
|
-
}
|
|
940
|
+
"text": "HTMLInputElement"
|
|
941
|
+
},
|
|
942
|
+
"privacy": "public"
|
|
945
943
|
},
|
|
946
944
|
{
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
"text": "FoundationElementDefinition"
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
]
|
|
953
|
-
}
|
|
954
|
-
],
|
|
955
|
-
"exports": [
|
|
956
|
-
{
|
|
957
|
-
"kind": "js",
|
|
958
|
-
"name": "foundationAccordionItemStyles",
|
|
959
|
-
"declaration": {
|
|
960
|
-
"name": "foundationAccordionItemStyles",
|
|
961
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
]
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"kind": "javascript-module",
|
|
968
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
969
|
-
"declarations": [
|
|
970
|
-
{
|
|
971
|
-
"kind": "function",
|
|
972
|
-
"name": "foundationAccordionItemTemplate",
|
|
973
|
-
"return": {
|
|
974
|
-
"type": {
|
|
975
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
"parameters": [
|
|
979
|
-
{
|
|
980
|
-
"name": "context",
|
|
945
|
+
"kind": "field",
|
|
946
|
+
"name": "selectedFile",
|
|
981
947
|
"type": {
|
|
982
|
-
"text": "
|
|
983
|
-
}
|
|
948
|
+
"text": "File | null"
|
|
949
|
+
},
|
|
950
|
+
"privacy": "protected",
|
|
951
|
+
"default": "null"
|
|
984
952
|
},
|
|
985
953
|
{
|
|
986
|
-
"
|
|
954
|
+
"kind": "field",
|
|
955
|
+
"name": "label",
|
|
987
956
|
"type": {
|
|
988
|
-
"text": "
|
|
957
|
+
"text": "string"
|
|
989
958
|
}
|
|
990
|
-
}
|
|
991
|
-
]
|
|
992
|
-
}
|
|
993
|
-
],
|
|
994
|
-
"exports": [
|
|
995
|
-
{
|
|
996
|
-
"kind": "js",
|
|
997
|
-
"name": "foundationAccordionItemTemplate",
|
|
998
|
-
"declaration": {
|
|
999
|
-
"name": "foundationAccordionItemTemplate",
|
|
1000
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
]
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "javascript-module",
|
|
1007
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1008
|
-
"declarations": [
|
|
1009
|
-
{
|
|
1010
|
-
"kind": "class",
|
|
1011
|
-
"description": "",
|
|
1012
|
-
"name": "AccordionItem",
|
|
1013
|
-
"superclass": {
|
|
1014
|
-
"name": "FASTAccordionItem",
|
|
1015
|
-
"package": "@microsoft/fast-components"
|
|
1016
|
-
},
|
|
1017
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1018
|
-
"customElement": true,
|
|
1019
|
-
"attributes": [
|
|
959
|
+
},
|
|
1020
960
|
{
|
|
1021
|
-
"
|
|
961
|
+
"kind": "field",
|
|
962
|
+
"name": "accept",
|
|
1022
963
|
"type": {
|
|
1023
|
-
"text": "
|
|
964
|
+
"text": "string"
|
|
1024
965
|
},
|
|
1025
|
-
"default": "
|
|
1026
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1027
|
-
"fieldName": "headinglevel",
|
|
1028
|
-
"inheritedFrom": {
|
|
1029
|
-
"name": "AccordionItem",
|
|
1030
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1031
|
-
}
|
|
966
|
+
"default": "''"
|
|
1032
967
|
},
|
|
1033
968
|
{
|
|
969
|
+
"kind": "field",
|
|
970
|
+
"name": "fileSizeLimitBytes",
|
|
971
|
+
"default": "10_485_760",
|
|
1034
972
|
"type": {
|
|
1035
|
-
"text": "
|
|
1036
|
-
},
|
|
1037
|
-
"default": "false",
|
|
1038
|
-
"description": "Expands or collapses the item.",
|
|
1039
|
-
"fieldName": "expanded",
|
|
1040
|
-
"inheritedFrom": {
|
|
1041
|
-
"name": "AccordionItem",
|
|
1042
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
973
|
+
"text": "number"
|
|
1043
974
|
}
|
|
1044
975
|
},
|
|
1045
976
|
{
|
|
1046
|
-
"
|
|
977
|
+
"kind": "field",
|
|
978
|
+
"name": "fileName",
|
|
1047
979
|
"type": {
|
|
1048
980
|
"text": "string"
|
|
1049
981
|
},
|
|
1050
|
-
"
|
|
1051
|
-
|
|
1052
|
-
"inheritedFrom": {
|
|
1053
|
-
"name": "AccordionItem",
|
|
1054
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
],
|
|
1058
|
-
"members": [
|
|
982
|
+
"default": "''"
|
|
983
|
+
},
|
|
1059
984
|
{
|
|
1060
985
|
"kind": "field",
|
|
1061
|
-
"name": "
|
|
986
|
+
"name": "isProcessing",
|
|
1062
987
|
"type": {
|
|
1063
|
-
"text": "
|
|
988
|
+
"text": "boolean"
|
|
1064
989
|
},
|
|
990
|
+
"default": "false"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "method",
|
|
994
|
+
"name": "handleClick",
|
|
1065
995
|
"privacy": "public",
|
|
1066
|
-
"
|
|
1067
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1068
|
-
"inheritedFrom": {
|
|
1069
|
-
"name": "AccordionItem",
|
|
1070
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1071
|
-
}
|
|
996
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1072
997
|
},
|
|
1073
998
|
{
|
|
1074
|
-
"kind": "
|
|
1075
|
-
"name": "
|
|
1076
|
-
"type": {
|
|
1077
|
-
"text": "boolean"
|
|
1078
|
-
},
|
|
999
|
+
"kind": "method",
|
|
1000
|
+
"name": "onInputChange",
|
|
1079
1001
|
"privacy": "public",
|
|
1080
|
-
"
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1002
|
+
"parameters": [
|
|
1003
|
+
{
|
|
1004
|
+
"name": "e",
|
|
1005
|
+
"type": {
|
|
1006
|
+
"text": "Event"
|
|
1007
|
+
},
|
|
1008
|
+
"description": "The change event from the file input"
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1086
1012
|
},
|
|
1087
1013
|
{
|
|
1088
|
-
"kind": "
|
|
1089
|
-
"name": "
|
|
1090
|
-
"type": {
|
|
1091
|
-
"text": "string"
|
|
1092
|
-
},
|
|
1014
|
+
"kind": "method",
|
|
1015
|
+
"name": "clearSelection",
|
|
1093
1016
|
"privacy": "public",
|
|
1094
|
-
"description": "
|
|
1095
|
-
"inheritedFrom": {
|
|
1096
|
-
"name": "AccordionItem",
|
|
1097
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1098
|
-
}
|
|
1017
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1099
1018
|
},
|
|
1100
1019
|
{
|
|
1101
|
-
"kind": "
|
|
1102
|
-
"name": "
|
|
1103
|
-
"privacy": "
|
|
1104
|
-
"
|
|
1105
|
-
|
|
1106
|
-
"
|
|
1020
|
+
"kind": "method",
|
|
1021
|
+
"name": "getSelectedFile",
|
|
1022
|
+
"privacy": "public",
|
|
1023
|
+
"description": "Gets the currently selected file object",
|
|
1024
|
+
"return": {
|
|
1025
|
+
"type": {
|
|
1026
|
+
"text": ""
|
|
1027
|
+
}
|
|
1107
1028
|
}
|
|
1108
1029
|
},
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "method",
|
|
1032
|
+
"name": "showError",
|
|
1033
|
+
"privacy": "protected",
|
|
1034
|
+
"parameters": [
|
|
1035
|
+
{
|
|
1036
|
+
"name": "title",
|
|
1037
|
+
"type": {
|
|
1038
|
+
"text": "string"
|
|
1039
|
+
},
|
|
1040
|
+
"description": "The error title"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "message",
|
|
1044
|
+
"type": {
|
|
1045
|
+
"text": "string"
|
|
1046
|
+
},
|
|
1047
|
+
"description": "The error message"
|
|
1048
|
+
}
|
|
1049
|
+
],
|
|
1050
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "method",
|
|
1054
|
+
"name": "onFileSelected",
|
|
1055
|
+
"privacy": "protected",
|
|
1056
|
+
"return": {
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "void"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"parameters": [
|
|
1062
|
+
{
|
|
1063
|
+
"name": "files",
|
|
1064
|
+
"type": {
|
|
1065
|
+
"text": "File[]"
|
|
1066
|
+
},
|
|
1067
|
+
"description": "The selected file"
|
|
1068
|
+
}
|
|
1069
|
+
],
|
|
1070
|
+
"description": "Abstract method called when a file is selected"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "method",
|
|
1074
|
+
"name": "onFileCleared",
|
|
1075
|
+
"privacy": "protected",
|
|
1076
|
+
"return": {
|
|
1077
|
+
"type": {
|
|
1078
|
+
"text": "void"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"description": "Abstract method called when file selection is cleared"
|
|
1082
|
+
},
|
|
1109
1083
|
{
|
|
1110
1084
|
"kind": "field",
|
|
1111
1085
|
"name": "_presentation",
|
|
@@ -1218,78 +1192,104 @@
|
|
|
1218
1192
|
}
|
|
1219
1193
|
}
|
|
1220
1194
|
],
|
|
1221
|
-
"
|
|
1195
|
+
"attributes": [
|
|
1222
1196
|
{
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1197
|
+
"name": "label",
|
|
1198
|
+
"type": {
|
|
1199
|
+
"text": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"fieldName": "label"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "accept",
|
|
1205
|
+
"type": {
|
|
1206
|
+
"text": "string"
|
|
1207
|
+
},
|
|
1208
|
+
"default": "''",
|
|
1209
|
+
"fieldName": "accept"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "file-size-limit-bytes",
|
|
1213
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1214
|
+
"resolveInitializer": {
|
|
1215
|
+
"module": "src/_common/base-file-component.ts"
|
|
1216
|
+
},
|
|
1217
|
+
"fieldName": "fileSizeLimitBytes"
|
|
1229
1218
|
}
|
|
1230
|
-
]
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
"type": {
|
|
1236
|
-
"text": "ShadowRootInit"
|
|
1237
|
-
},
|
|
1238
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"kind": "variable",
|
|
1242
|
-
"name": "defaultAccordionItemConfig",
|
|
1243
|
-
"type": {
|
|
1244
|
-
"text": "object"
|
|
1245
|
-
},
|
|
1246
|
-
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "variable",
|
|
1250
|
-
"name": "foundationAccordionItem",
|
|
1251
|
-
"description": "The Foundation Accordion Item",
|
|
1252
|
-
"privacy": "public"
|
|
1219
|
+
],
|
|
1220
|
+
"superclass": {
|
|
1221
|
+
"name": "FoundationElement",
|
|
1222
|
+
"package": "@microsoft/fast-foundation"
|
|
1223
|
+
}
|
|
1253
1224
|
}
|
|
1254
1225
|
],
|
|
1255
1226
|
"exports": [
|
|
1256
1227
|
{
|
|
1257
1228
|
"kind": "js",
|
|
1258
|
-
"name": "
|
|
1229
|
+
"name": "BaseFileComponent",
|
|
1259
1230
|
"declaration": {
|
|
1260
|
-
"name": "
|
|
1261
|
-
"module": "src/
|
|
1231
|
+
"name": "BaseFileComponent",
|
|
1232
|
+
"module": "src/_common/base-file-component.ts"
|
|
1262
1233
|
}
|
|
1263
|
-
}
|
|
1234
|
+
}
|
|
1235
|
+
]
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "javascript-module",
|
|
1239
|
+
"path": "src/_common/icons.ts",
|
|
1240
|
+
"declarations": [
|
|
1241
|
+
{
|
|
1242
|
+
"kind": "function",
|
|
1243
|
+
"name": "closeIcon",
|
|
1244
|
+
"parameters": [
|
|
1245
|
+
{
|
|
1246
|
+
"name": "slot",
|
|
1247
|
+
"default": "'start'"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "fill",
|
|
1251
|
+
"default": "'#879ba6'"
|
|
1252
|
+
}
|
|
1253
|
+
]
|
|
1254
|
+
}
|
|
1255
|
+
],
|
|
1256
|
+
"exports": [
|
|
1264
1257
|
{
|
|
1265
1258
|
"kind": "js",
|
|
1266
|
-
"name": "
|
|
1259
|
+
"name": "closeIcon",
|
|
1267
1260
|
"declaration": {
|
|
1268
|
-
"name": "
|
|
1269
|
-
"module": "src/
|
|
1261
|
+
"name": "closeIcon",
|
|
1262
|
+
"module": "src/_common/icons.ts"
|
|
1270
1263
|
}
|
|
1271
|
-
}
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"kind": "javascript-module",
|
|
1269
|
+
"path": "src/_common/index.ts",
|
|
1270
|
+
"declarations": [],
|
|
1271
|
+
"exports": [
|
|
1272
1272
|
{
|
|
1273
1273
|
"kind": "js",
|
|
1274
|
-
"name": "
|
|
1274
|
+
"name": "*",
|
|
1275
1275
|
"declaration": {
|
|
1276
|
-
"name": "
|
|
1277
|
-
"
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"package": "./base-file-component"
|
|
1278
1278
|
}
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
1281
|
"kind": "js",
|
|
1282
|
-
"name": "
|
|
1282
|
+
"name": "*",
|
|
1283
1283
|
"declaration": {
|
|
1284
|
-
"name": "
|
|
1285
|
-
"
|
|
1284
|
+
"name": "*",
|
|
1285
|
+
"package": "./icons"
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/
|
|
1292
|
+
"path": "src/_config/index.ts",
|
|
1293
1293
|
"declarations": [],
|
|
1294
1294
|
"exports": [
|
|
1295
1295
|
{
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
"name": "*",
|
|
1298
1298
|
"declaration": {
|
|
1299
1299
|
"name": "*",
|
|
1300
|
-
"package": "./
|
|
1300
|
+
"package": "./styles"
|
|
1301
1301
|
}
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"name": "*",
|
|
1306
1306
|
"declaration": {
|
|
1307
1307
|
"name": "*",
|
|
1308
|
-
"package": "./
|
|
1308
|
+
"package": "./tokens"
|
|
1309
1309
|
}
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
@@ -1313,18 +1313,18 @@
|
|
|
1313
1313
|
"name": "*",
|
|
1314
1314
|
"declaration": {
|
|
1315
1315
|
"name": "*",
|
|
1316
|
-
"package": "./
|
|
1316
|
+
"package": "./values"
|
|
1317
1317
|
}
|
|
1318
1318
|
}
|
|
1319
1319
|
]
|
|
1320
1320
|
},
|
|
1321
1321
|
{
|
|
1322
1322
|
"kind": "javascript-module",
|
|
1323
|
-
"path": "src/
|
|
1323
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1324
1324
|
"declarations": [
|
|
1325
1325
|
{
|
|
1326
1326
|
"kind": "function",
|
|
1327
|
-
"name": "
|
|
1327
|
+
"name": "foundationAccordionStyles",
|
|
1328
1328
|
"return": {
|
|
1329
1329
|
"type": {
|
|
1330
1330
|
"text": "ElementStyles"
|
|
@@ -1344,13 +1344,29 @@
|
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
1346
|
]
|
|
1347
|
-
}
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"exports": [
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "js",
|
|
1352
|
+
"name": "foundationAccordionStyles",
|
|
1353
|
+
"declaration": {
|
|
1354
|
+
"name": "foundationAccordionStyles",
|
|
1355
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
]
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "javascript-module",
|
|
1362
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1363
|
+
"declarations": [
|
|
1348
1364
|
{
|
|
1349
1365
|
"kind": "function",
|
|
1350
|
-
"name": "
|
|
1366
|
+
"name": "foundationAccordionTemplate",
|
|
1351
1367
|
"return": {
|
|
1352
1368
|
"type": {
|
|
1353
|
-
"text": "
|
|
1369
|
+
"text": "ViewTemplate<Accordion>"
|
|
1354
1370
|
}
|
|
1355
1371
|
},
|
|
1356
1372
|
"parameters": [
|
|
@@ -1372,151 +1388,213 @@
|
|
|
1372
1388
|
"exports": [
|
|
1373
1389
|
{
|
|
1374
1390
|
"kind": "js",
|
|
1375
|
-
"name": "
|
|
1376
|
-
"declaration": {
|
|
1377
|
-
"name": "actionsMenuBaseStyles",
|
|
1378
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
"kind": "js",
|
|
1383
|
-
"name": "foundationActionsMenuStyles",
|
|
1391
|
+
"name": "foundationAccordionTemplate",
|
|
1384
1392
|
"declaration": {
|
|
1385
|
-
"name": "
|
|
1386
|
-
"module": "src/
|
|
1393
|
+
"name": "foundationAccordionTemplate",
|
|
1394
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1387
1395
|
}
|
|
1388
1396
|
}
|
|
1389
1397
|
]
|
|
1390
1398
|
},
|
|
1391
1399
|
{
|
|
1392
1400
|
"kind": "javascript-module",
|
|
1393
|
-
"path": "src/
|
|
1401
|
+
"path": "src/accordion/accordion.ts",
|
|
1394
1402
|
"declarations": [
|
|
1395
1403
|
{
|
|
1396
|
-
"kind": "
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
]
|
|
1404
|
+
"kind": "class",
|
|
1405
|
+
"description": "",
|
|
1406
|
+
"name": "Accordion",
|
|
1407
|
+
"superclass": {
|
|
1408
|
+
"name": "FASTAccordion",
|
|
1409
|
+
"package": "@microsoft/fast-foundation"
|
|
1410
|
+
},
|
|
1411
|
+
"tagName": "%%prefix%%-accordion",
|
|
1412
|
+
"customElement": true
|
|
1406
1413
|
},
|
|
1407
1414
|
{
|
|
1408
|
-
"kind": "
|
|
1409
|
-
"name": "
|
|
1410
|
-
"
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
"text": "string"
|
|
1415
|
-
}
|
|
1416
|
-
}
|
|
1417
|
-
]
|
|
1415
|
+
"kind": "variable",
|
|
1416
|
+
"name": "foundationAccordionShadowOptions",
|
|
1417
|
+
"type": {
|
|
1418
|
+
"text": "ShadowRootInit"
|
|
1419
|
+
},
|
|
1420
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1418
1421
|
},
|
|
1419
1422
|
{
|
|
1420
1423
|
"kind": "variable",
|
|
1421
|
-
"name": "
|
|
1424
|
+
"name": "defaultAccordionConfig",
|
|
1422
1425
|
"type": {
|
|
1423
|
-
"text": "
|
|
1426
|
+
"text": "object"
|
|
1424
1427
|
},
|
|
1425
|
-
"default": "
|
|
1428
|
+
"default": "{}"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "variable",
|
|
1432
|
+
"name": "foundationAccordion",
|
|
1433
|
+
"description": "The Foundation Accordion",
|
|
1434
|
+
"privacy": "public"
|
|
1426
1435
|
}
|
|
1427
1436
|
],
|
|
1428
1437
|
"exports": [
|
|
1429
1438
|
{
|
|
1430
1439
|
"kind": "js",
|
|
1431
|
-
"name": "
|
|
1440
|
+
"name": "Accordion",
|
|
1432
1441
|
"declaration": {
|
|
1433
|
-
"name": "
|
|
1434
|
-
"module": "src/
|
|
1442
|
+
"name": "Accordion",
|
|
1443
|
+
"module": "src/accordion/accordion.ts"
|
|
1435
1444
|
}
|
|
1436
1445
|
},
|
|
1437
1446
|
{
|
|
1438
1447
|
"kind": "js",
|
|
1439
|
-
"name": "
|
|
1448
|
+
"name": "foundationAccordionShadowOptions",
|
|
1440
1449
|
"declaration": {
|
|
1441
|
-
"name": "
|
|
1442
|
-
"module": "src/
|
|
1450
|
+
"name": "foundationAccordionShadowOptions",
|
|
1451
|
+
"module": "src/accordion/accordion.ts"
|
|
1443
1452
|
}
|
|
1444
1453
|
},
|
|
1445
1454
|
{
|
|
1446
1455
|
"kind": "js",
|
|
1447
|
-
"name": "
|
|
1456
|
+
"name": "defaultAccordionConfig",
|
|
1448
1457
|
"declaration": {
|
|
1449
|
-
"name": "
|
|
1450
|
-
"module": "src/
|
|
1458
|
+
"name": "defaultAccordionConfig",
|
|
1459
|
+
"module": "src/accordion/accordion.ts"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "foundationAccordion",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "foundationAccordion",
|
|
1467
|
+
"module": "src/accordion/accordion.ts"
|
|
1451
1468
|
}
|
|
1452
1469
|
}
|
|
1453
1470
|
]
|
|
1454
1471
|
},
|
|
1455
1472
|
{
|
|
1456
1473
|
"kind": "javascript-module",
|
|
1457
|
-
"path": "src/
|
|
1458
|
-
"declarations": [
|
|
1474
|
+
"path": "src/accordion/index.ts",
|
|
1475
|
+
"declarations": [],
|
|
1476
|
+
"exports": [
|
|
1459
1477
|
{
|
|
1460
|
-
"kind": "
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1478
|
+
"kind": "js",
|
|
1479
|
+
"name": "*",
|
|
1480
|
+
"declaration": {
|
|
1481
|
+
"name": "*",
|
|
1482
|
+
"package": "./accordion.template"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "js",
|
|
1487
|
+
"name": "*",
|
|
1488
|
+
"declaration": {
|
|
1489
|
+
"name": "*",
|
|
1490
|
+
"package": "./accordion.styles"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "js",
|
|
1495
|
+
"name": "*",
|
|
1496
|
+
"declaration": {
|
|
1497
|
+
"name": "*",
|
|
1498
|
+
"package": "./accordion"
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "javascript-module",
|
|
1505
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1506
|
+
"declarations": [
|
|
1507
|
+
{
|
|
1508
|
+
"kind": "variable",
|
|
1509
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
1510
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1513
|
+
"exports": [
|
|
1514
|
+
{
|
|
1515
|
+
"kind": "js",
|
|
1516
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
1517
|
+
"declaration": {
|
|
1518
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
1519
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
]
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "javascript-module",
|
|
1526
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1527
|
+
"declarations": [
|
|
1528
|
+
{
|
|
1529
|
+
"kind": "variable",
|
|
1530
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
1531
|
+
"type": {
|
|
1532
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1533
|
+
},
|
|
1534
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"exports": [
|
|
1538
|
+
{
|
|
1539
|
+
"kind": "js",
|
|
1540
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
1541
|
+
"declaration": {
|
|
1542
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
1543
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
]
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "javascript-module",
|
|
1550
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1551
|
+
"declarations": [
|
|
1552
|
+
{
|
|
1553
|
+
"kind": "class",
|
|
1554
|
+
"description": "",
|
|
1555
|
+
"name": "AiCriteriaSearch",
|
|
1556
|
+
"members": [
|
|
1479
1557
|
{
|
|
1480
1558
|
"kind": "field",
|
|
1481
|
-
"name": "
|
|
1559
|
+
"name": "aiProvider",
|
|
1482
1560
|
"type": {
|
|
1483
|
-
"text": "
|
|
1484
|
-
}
|
|
1485
|
-
"default": "true"
|
|
1561
|
+
"text": "AIProvider"
|
|
1562
|
+
}
|
|
1486
1563
|
},
|
|
1487
1564
|
{
|
|
1488
1565
|
"kind": "field",
|
|
1489
|
-
"name": "
|
|
1566
|
+
"name": "placeholder",
|
|
1490
1567
|
"type": {
|
|
1491
|
-
"text": "
|
|
1568
|
+
"text": "string"
|
|
1492
1569
|
},
|
|
1493
|
-
"default": "
|
|
1570
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
1494
1571
|
},
|
|
1495
1572
|
{
|
|
1496
1573
|
"kind": "field",
|
|
1497
|
-
"name": "
|
|
1574
|
+
"name": "disabled",
|
|
1498
1575
|
"type": {
|
|
1499
|
-
"text": "
|
|
1576
|
+
"text": "boolean"
|
|
1500
1577
|
}
|
|
1501
1578
|
},
|
|
1502
1579
|
{
|
|
1503
1580
|
"kind": "field",
|
|
1504
|
-
"name": "
|
|
1581
|
+
"name": "mode",
|
|
1505
1582
|
"type": {
|
|
1506
|
-
"text": "
|
|
1507
|
-
}
|
|
1583
|
+
"text": "'append' | 'replace'"
|
|
1584
|
+
},
|
|
1585
|
+
"default": "'replace'"
|
|
1508
1586
|
},
|
|
1509
1587
|
{
|
|
1510
1588
|
"kind": "field",
|
|
1511
|
-
"name": "
|
|
1589
|
+
"name": "inputValue",
|
|
1512
1590
|
"type": {
|
|
1513
1591
|
"text": "string"
|
|
1514
1592
|
},
|
|
1515
|
-
"default": "'
|
|
1593
|
+
"default": "''"
|
|
1516
1594
|
},
|
|
1517
1595
|
{
|
|
1518
1596
|
"kind": "field",
|
|
1519
|
-
"name": "
|
|
1597
|
+
"name": "isInterpreting",
|
|
1520
1598
|
"type": {
|
|
1521
1599
|
"text": "boolean"
|
|
1522
1600
|
},
|
|
@@ -1524,22 +1602,23 @@
|
|
|
1524
1602
|
},
|
|
1525
1603
|
{
|
|
1526
1604
|
"kind": "field",
|
|
1527
|
-
"name": "
|
|
1605
|
+
"name": "lastValidCriteria",
|
|
1528
1606
|
"type": {
|
|
1529
|
-
"text": "string"
|
|
1530
|
-
}
|
|
1607
|
+
"text": "string | null"
|
|
1608
|
+
},
|
|
1609
|
+
"default": "null"
|
|
1531
1610
|
},
|
|
1532
1611
|
{
|
|
1533
1612
|
"kind": "field",
|
|
1534
|
-
"name": "
|
|
1613
|
+
"name": "fieldMetadata",
|
|
1535
1614
|
"type": {
|
|
1536
|
-
"text": "
|
|
1615
|
+
"text": "MetadataDetail[] | string[]"
|
|
1537
1616
|
},
|
|
1538
|
-
"default": "
|
|
1617
|
+
"default": "[]"
|
|
1539
1618
|
},
|
|
1540
1619
|
{
|
|
1541
1620
|
"kind": "field",
|
|
1542
|
-
"name": "
|
|
1621
|
+
"name": "isRecording",
|
|
1543
1622
|
"type": {
|
|
1544
1623
|
"text": "boolean"
|
|
1545
1624
|
},
|
|
@@ -1547,94 +1626,67 @@
|
|
|
1547
1626
|
},
|
|
1548
1627
|
{
|
|
1549
1628
|
"kind": "field",
|
|
1550
|
-
"name": "
|
|
1629
|
+
"name": "textAreaRef",
|
|
1551
1630
|
"type": {
|
|
1552
|
-
"text": "
|
|
1553
|
-
}
|
|
1631
|
+
"text": "HTMLTextAreaElement"
|
|
1632
|
+
},
|
|
1633
|
+
"privacy": "public"
|
|
1554
1634
|
},
|
|
1555
1635
|
{
|
|
1556
1636
|
"kind": "field",
|
|
1557
|
-
"name": "
|
|
1637
|
+
"name": "stopRecording",
|
|
1558
1638
|
"type": {
|
|
1559
|
-
"text": "
|
|
1560
|
-
}
|
|
1639
|
+
"text": "(() => void) | null"
|
|
1640
|
+
},
|
|
1641
|
+
"privacy": "private",
|
|
1642
|
+
"default": "null"
|
|
1561
1643
|
},
|
|
1562
1644
|
{
|
|
1563
|
-
"kind": "
|
|
1564
|
-
"name": "
|
|
1565
|
-
"
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
"text": "any"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"name": "newValue",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "any"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
]
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "speechApplyDebounceTimer",
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
1649
|
+
},
|
|
1650
|
+
"privacy": "private",
|
|
1651
|
+
"default": "null"
|
|
1580
1652
|
},
|
|
1581
1653
|
{
|
|
1582
|
-
"kind": "
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "baseInputForAppend",
|
|
1656
|
+
"type": {
|
|
1657
|
+
"text": "string"
|
|
1658
|
+
},
|
|
1659
|
+
"privacy": "private",
|
|
1660
|
+
"default": "''"
|
|
1585
1661
|
},
|
|
1586
1662
|
{
|
|
1587
|
-
"kind": "
|
|
1588
|
-
"name": "
|
|
1663
|
+
"kind": "field",
|
|
1664
|
+
"name": "speechAvailable",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "boolean"
|
|
1667
|
+
},
|
|
1668
|
+
"readonly": true
|
|
1589
1669
|
},
|
|
1590
1670
|
{
|
|
1591
1671
|
"kind": "method",
|
|
1592
|
-
"name": "
|
|
1593
|
-
"parameters": [
|
|
1594
|
-
{
|
|
1595
|
-
"name": "callback",
|
|
1596
|
-
"type": {
|
|
1597
|
-
"text": "(rowData) => void | any"
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
]
|
|
1672
|
+
"name": "handleSubmit"
|
|
1601
1673
|
},
|
|
1602
1674
|
{
|
|
1603
|
-
"kind": "
|
|
1604
|
-
"name": "
|
|
1605
|
-
"type": {
|
|
1606
|
-
"text": "ActionMenuItem[]"
|
|
1607
|
-
},
|
|
1608
|
-
"readonly": true
|
|
1675
|
+
"kind": "method",
|
|
1676
|
+
"name": "handleBlur"
|
|
1609
1677
|
},
|
|
1610
1678
|
{
|
|
1611
|
-
"kind": "
|
|
1612
|
-
"name": "
|
|
1613
|
-
"readonly": true
|
|
1679
|
+
"kind": "method",
|
|
1680
|
+
"name": "clear"
|
|
1614
1681
|
},
|
|
1615
1682
|
{
|
|
1616
1683
|
"kind": "method",
|
|
1617
|
-
"name": "
|
|
1618
|
-
"parameters": [
|
|
1619
|
-
{
|
|
1620
|
-
"name": "name",
|
|
1621
|
-
"type": {
|
|
1622
|
-
"text": "string | ((rowData: any) => string)"
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
]
|
|
1684
|
+
"name": "toggleSpeechInput"
|
|
1626
1685
|
},
|
|
1627
1686
|
{
|
|
1628
1687
|
"kind": "method",
|
|
1629
|
-
"name": "
|
|
1630
|
-
"
|
|
1631
|
-
{
|
|
1632
|
-
"name": "prefix",
|
|
1633
|
-
"type": {
|
|
1634
|
-
"text": "string"
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
]
|
|
1688
|
+
"name": "clearSpeechApplyDebounce",
|
|
1689
|
+
"privacy": "private"
|
|
1638
1690
|
},
|
|
1639
1691
|
{
|
|
1640
1692
|
"kind": "field",
|
|
@@ -1750,113 +1802,150 @@
|
|
|
1750
1802
|
],
|
|
1751
1803
|
"attributes": [
|
|
1752
1804
|
{
|
|
1753
|
-
"name": "
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": "boolean"
|
|
1756
|
-
},
|
|
1757
|
-
"default": "false",
|
|
1758
|
-
"fieldName": "isVertical"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "add-default-actions",
|
|
1762
|
-
"type": {
|
|
1763
|
-
"text": "boolean"
|
|
1764
|
-
},
|
|
1765
|
-
"default": "true",
|
|
1766
|
-
"fieldName": "addDefaultActions"
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "auto-close-on-action",
|
|
1770
|
-
"type": {
|
|
1771
|
-
"text": "boolean"
|
|
1772
|
-
},
|
|
1773
|
-
"default": "true",
|
|
1774
|
-
"fieldName": "autoCloseOnAction"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"name": "name",
|
|
1778
|
-
"type": {
|
|
1779
|
-
"text": "string"
|
|
1780
|
-
},
|
|
1781
|
-
"default": "'Actions'",
|
|
1782
|
-
"fieldName": "name"
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "open",
|
|
1786
|
-
"type": {
|
|
1787
|
-
"text": "boolean"
|
|
1788
|
-
},
|
|
1789
|
-
"default": "false",
|
|
1790
|
-
"fieldName": "open"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"name": "buttonAppearance",
|
|
1805
|
+
"name": "placeholder",
|
|
1794
1806
|
"type": {
|
|
1795
1807
|
"text": "string"
|
|
1796
1808
|
},
|
|
1797
|
-
"
|
|
1809
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1810
|
+
"fieldName": "placeholder"
|
|
1798
1811
|
},
|
|
1799
1812
|
{
|
|
1800
|
-
"name": "hide-disabled",
|
|
1801
1813
|
"type": {
|
|
1802
1814
|
"text": "boolean"
|
|
1803
1815
|
},
|
|
1804
|
-
"
|
|
1805
|
-
"fieldName": "hideDisabled"
|
|
1816
|
+
"fieldName": "disabled"
|
|
1806
1817
|
},
|
|
1807
1818
|
{
|
|
1808
|
-
"name": "
|
|
1819
|
+
"name": "mode",
|
|
1809
1820
|
"type": {
|
|
1810
|
-
"text": "
|
|
1821
|
+
"text": "'append' | 'replace'"
|
|
1811
1822
|
},
|
|
1812
|
-
"default": "
|
|
1813
|
-
"fieldName": "
|
|
1823
|
+
"default": "'replace'",
|
|
1824
|
+
"fieldName": "mode"
|
|
1814
1825
|
}
|
|
1815
1826
|
],
|
|
1816
1827
|
"superclass": {
|
|
1817
1828
|
"name": "FoundationElement",
|
|
1818
1829
|
"package": "@microsoft/fast-foundation"
|
|
1819
1830
|
},
|
|
1820
|
-
"tagName": "%%prefix%%-
|
|
1831
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
1821
1832
|
"customElement": true
|
|
1822
1833
|
},
|
|
1823
1834
|
{
|
|
1824
1835
|
"kind": "variable",
|
|
1825
|
-
"name": "
|
|
1826
|
-
"
|
|
1827
|
-
|
|
1836
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
1837
|
+
"type": {
|
|
1838
|
+
"text": "ShadowRootInit"
|
|
1839
|
+
},
|
|
1840
|
+
"default": "undefined"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"kind": "variable",
|
|
1844
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
1845
|
+
"type": {
|
|
1846
|
+
"text": "object"
|
|
1847
|
+
},
|
|
1848
|
+
"default": "{}"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "variable",
|
|
1852
|
+
"name": "foundationAiCriteriaSearch"
|
|
1828
1853
|
}
|
|
1829
1854
|
],
|
|
1830
1855
|
"exports": [
|
|
1831
1856
|
{
|
|
1832
1857
|
"kind": "js",
|
|
1833
|
-
"name": "
|
|
1858
|
+
"name": "AiCriteriaSearch",
|
|
1834
1859
|
"declaration": {
|
|
1835
|
-
"name": "
|
|
1836
|
-
"module": "src/
|
|
1860
|
+
"name": "AiCriteriaSearch",
|
|
1861
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1837
1862
|
}
|
|
1838
1863
|
},
|
|
1839
1864
|
{
|
|
1840
1865
|
"kind": "js",
|
|
1841
|
-
"name": "
|
|
1866
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
1842
1867
|
"declaration": {
|
|
1843
|
-
"name": "
|
|
1844
|
-
"module": "src/
|
|
1868
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
1869
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"kind": "js",
|
|
1874
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
1875
|
+
"declaration": {
|
|
1876
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
1877
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"kind": "js",
|
|
1882
|
+
"name": "foundationAiCriteriaSearch",
|
|
1883
|
+
"declaration": {
|
|
1884
|
+
"name": "foundationAiCriteriaSearch",
|
|
1885
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1845
1886
|
}
|
|
1846
1887
|
}
|
|
1847
1888
|
]
|
|
1848
1889
|
},
|
|
1849
1890
|
{
|
|
1850
1891
|
"kind": "javascript-module",
|
|
1851
|
-
"path": "src/
|
|
1892
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
1852
1893
|
"declarations": [],
|
|
1853
1894
|
"exports": [
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "js",
|
|
1897
|
+
"name": "AiCriteriaSearch",
|
|
1898
|
+
"declaration": {
|
|
1899
|
+
"name": "AiCriteriaSearch",
|
|
1900
|
+
"module": "./ai-criteria-search"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "js",
|
|
1905
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
1906
|
+
"declaration": {
|
|
1907
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
1908
|
+
"module": "./ai-criteria-search"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "js",
|
|
1913
|
+
"name": "foundationAiCriteriaSearch",
|
|
1914
|
+
"declaration": {
|
|
1915
|
+
"name": "foundationAiCriteriaSearch",
|
|
1916
|
+
"module": "./ai-criteria-search"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "js",
|
|
1921
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
1922
|
+
"declaration": {
|
|
1923
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
1924
|
+
"module": "./ai-criteria-search"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "js",
|
|
1929
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
1930
|
+
"declaration": {
|
|
1931
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
1932
|
+
"module": "./ai-criteria-search.styles"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
1940
|
+
"module": "./ai-criteria-search.template"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1854
1943
|
{
|
|
1855
1944
|
"kind": "js",
|
|
1856
1945
|
"name": "*",
|
|
1857
1946
|
"declaration": {
|
|
1858
1947
|
"name": "*",
|
|
1859
|
-
"package": "./
|
|
1948
|
+
"package": "./validation/criteria-ir"
|
|
1860
1949
|
}
|
|
1861
1950
|
},
|
|
1862
1951
|
{
|
|
@@ -1864,7 +1953,7 @@
|
|
|
1864
1953
|
"name": "*",
|
|
1865
1954
|
"declaration": {
|
|
1866
1955
|
"name": "*",
|
|
1867
|
-
"package": "./
|
|
1956
|
+
"package": "./validation/operator-map"
|
|
1868
1957
|
}
|
|
1869
1958
|
},
|
|
1870
1959
|
{
|
|
@@ -1872,336 +1961,133 @@
|
|
|
1872
1961
|
"name": "*",
|
|
1873
1962
|
"declaration": {
|
|
1874
1963
|
"name": "*",
|
|
1875
|
-
"package": "./
|
|
1964
|
+
"package": "./validation/schema-validator"
|
|
1876
1965
|
}
|
|
1877
1966
|
}
|
|
1878
1967
|
]
|
|
1879
1968
|
},
|
|
1880
1969
|
{
|
|
1881
1970
|
"kind": "javascript-module",
|
|
1882
|
-
"path": "src/
|
|
1971
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
1883
1972
|
"declarations": [
|
|
1884
1973
|
{
|
|
1885
|
-
"kind": "
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
"text": "HTMLInputElement"
|
|
1894
|
-
},
|
|
1895
|
-
"privacy": "public"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "field",
|
|
1899
|
-
"name": "selectedFile",
|
|
1900
|
-
"type": {
|
|
1901
|
-
"text": "File | null"
|
|
1902
|
-
},
|
|
1903
|
-
"privacy": "protected",
|
|
1904
|
-
"default": "null"
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"kind": "field",
|
|
1908
|
-
"name": "label",
|
|
1909
|
-
"type": {
|
|
1910
|
-
"text": "string"
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "field",
|
|
1915
|
-
"name": "accept",
|
|
1916
|
-
"type": {
|
|
1917
|
-
"text": "string"
|
|
1918
|
-
},
|
|
1919
|
-
"default": "''"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"kind": "field",
|
|
1923
|
-
"name": "fileSizeLimitBytes",
|
|
1924
|
-
"default": "10_485_760",
|
|
1925
|
-
"type": {
|
|
1926
|
-
"text": "number"
|
|
1927
|
-
}
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "field",
|
|
1931
|
-
"name": "fileName",
|
|
1932
|
-
"type": {
|
|
1933
|
-
"text": "string"
|
|
1934
|
-
},
|
|
1935
|
-
"default": "''"
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"kind": "field",
|
|
1939
|
-
"name": "isProcessing",
|
|
1940
|
-
"type": {
|
|
1941
|
-
"text": "boolean"
|
|
1942
|
-
},
|
|
1943
|
-
"default": "false"
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "method",
|
|
1947
|
-
"name": "handleClick",
|
|
1948
|
-
"privacy": "public",
|
|
1949
|
-
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "method",
|
|
1953
|
-
"name": "onInputChange",
|
|
1954
|
-
"privacy": "public",
|
|
1955
|
-
"parameters": [
|
|
1956
|
-
{
|
|
1957
|
-
"name": "e",
|
|
1958
|
-
"type": {
|
|
1959
|
-
"text": "Event"
|
|
1960
|
-
},
|
|
1961
|
-
"description": "The change event from the file input"
|
|
1962
|
-
}
|
|
1963
|
-
],
|
|
1964
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "method",
|
|
1968
|
-
"name": "clearSelection",
|
|
1969
|
-
"privacy": "public",
|
|
1970
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
"kind": "method",
|
|
1974
|
-
"name": "getSelectedFile",
|
|
1975
|
-
"privacy": "public",
|
|
1976
|
-
"description": "Gets the currently selected file object",
|
|
1977
|
-
"return": {
|
|
1978
|
-
"type": {
|
|
1979
|
-
"text": ""
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"kind": "method",
|
|
1985
|
-
"name": "showError",
|
|
1986
|
-
"privacy": "protected",
|
|
1987
|
-
"parameters": [
|
|
1988
|
-
{
|
|
1989
|
-
"name": "title",
|
|
1990
|
-
"type": {
|
|
1991
|
-
"text": "string"
|
|
1992
|
-
},
|
|
1993
|
-
"description": "The error title"
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "message",
|
|
1997
|
-
"type": {
|
|
1998
|
-
"text": "string"
|
|
1999
|
-
},
|
|
2000
|
-
"description": "The error message"
|
|
2001
|
-
}
|
|
2002
|
-
],
|
|
2003
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "method",
|
|
2007
|
-
"name": "onFileSelected",
|
|
2008
|
-
"privacy": "protected",
|
|
2009
|
-
"return": {
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "void"
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
"parameters": [
|
|
2015
|
-
{
|
|
2016
|
-
"name": "files",
|
|
2017
|
-
"type": {
|
|
2018
|
-
"text": "File[]"
|
|
2019
|
-
},
|
|
2020
|
-
"description": "The selected file"
|
|
2021
|
-
}
|
|
2022
|
-
],
|
|
2023
|
-
"description": "Abstract method called when a file is selected"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"kind": "method",
|
|
2027
|
-
"name": "onFileCleared",
|
|
2028
|
-
"privacy": "protected",
|
|
2029
|
-
"return": {
|
|
2030
|
-
"type": {
|
|
2031
|
-
"text": "void"
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
"description": "Abstract method called when file selection is cleared"
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
"kind": "field",
|
|
2038
|
-
"name": "_presentation",
|
|
2039
|
-
"type": {
|
|
2040
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2041
|
-
},
|
|
2042
|
-
"privacy": "private",
|
|
2043
|
-
"default": "void 0",
|
|
2044
|
-
"inheritedFrom": {
|
|
2045
|
-
"name": "FoundationElement",
|
|
2046
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"kind": "field",
|
|
2051
|
-
"name": "$presentation",
|
|
2052
|
-
"type": {
|
|
2053
|
-
"text": "ComponentPresentation | null"
|
|
2054
|
-
},
|
|
2055
|
-
"privacy": "public",
|
|
2056
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2057
|
-
"inheritedFrom": {
|
|
2058
|
-
"name": "FoundationElement",
|
|
2059
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"kind": "field",
|
|
2064
|
-
"name": "template",
|
|
2065
|
-
"type": {
|
|
2066
|
-
"text": "ElementViewTemplate | void | null"
|
|
2067
|
-
},
|
|
2068
|
-
"privacy": "public",
|
|
2069
|
-
"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.",
|
|
2070
|
-
"inheritedFrom": {
|
|
2071
|
-
"name": "FoundationElement",
|
|
2072
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2073
|
-
}
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"kind": "method",
|
|
2077
|
-
"name": "templateChanged",
|
|
2078
|
-
"privacy": "protected",
|
|
2079
|
-
"return": {
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "void"
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
"inheritedFrom": {
|
|
2085
|
-
"name": "FoundationElement",
|
|
2086
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
1974
|
+
"kind": "function",
|
|
1975
|
+
"name": "formatValidationErrors",
|
|
1976
|
+
"return": {
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": "string"
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
"parameters": [
|
|
2089
1982
|
{
|
|
2090
|
-
"
|
|
2091
|
-
"name": "styles",
|
|
1983
|
+
"name": "errors",
|
|
2092
1984
|
"type": {
|
|
2093
|
-
"text": "
|
|
2094
|
-
},
|
|
2095
|
-
"privacy": "public",
|
|
2096
|
-
"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.",
|
|
2097
|
-
"inheritedFrom": {
|
|
2098
|
-
"name": "FoundationElement",
|
|
2099
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"kind": "method",
|
|
2104
|
-
"name": "stylesChanged",
|
|
2105
|
-
"privacy": "protected",
|
|
2106
|
-
"return": {
|
|
2107
|
-
"type": {
|
|
2108
|
-
"text": "void"
|
|
2109
|
-
}
|
|
2110
|
-
},
|
|
2111
|
-
"inheritedFrom": {
|
|
2112
|
-
"name": "FoundationElement",
|
|
2113
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"kind": "method",
|
|
2118
|
-
"name": "compose",
|
|
2119
|
-
"privacy": "public",
|
|
2120
|
-
"static": true,
|
|
2121
|
-
"return": {
|
|
2122
|
-
"type": {
|
|
2123
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2124
|
-
}
|
|
2125
|
-
},
|
|
2126
|
-
"parameters": [
|
|
2127
|
-
{
|
|
2128
|
-
"name": "this",
|
|
2129
|
-
"type": {
|
|
2130
|
-
"text": "K"
|
|
2131
|
-
}
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"name": "elementDefinition",
|
|
2135
|
-
"type": {
|
|
2136
|
-
"text": "T"
|
|
2137
|
-
},
|
|
2138
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2139
|
-
}
|
|
2140
|
-
],
|
|
2141
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2142
|
-
"inheritedFrom": {
|
|
2143
|
-
"name": "FoundationElement",
|
|
2144
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1985
|
+
"text": "ValidationError[]"
|
|
2145
1986
|
}
|
|
2146
1987
|
}
|
|
2147
1988
|
],
|
|
2148
|
-
"
|
|
1989
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"kind": "function",
|
|
1993
|
+
"name": "showCriteriaError",
|
|
1994
|
+
"return": {
|
|
1995
|
+
"type": {
|
|
1996
|
+
"text": "void"
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
"parameters": [
|
|
2149
2000
|
{
|
|
2150
|
-
"name": "
|
|
2001
|
+
"name": "title",
|
|
2151
2002
|
"type": {
|
|
2152
2003
|
"text": "string"
|
|
2153
2004
|
},
|
|
2154
|
-
"
|
|
2005
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2155
2006
|
},
|
|
2156
2007
|
{
|
|
2157
|
-
"name": "
|
|
2008
|
+
"name": "body",
|
|
2158
2009
|
"type": {
|
|
2159
2010
|
"text": "string"
|
|
2160
2011
|
},
|
|
2161
|
-
"
|
|
2162
|
-
"fieldName": "accept"
|
|
2012
|
+
"description": "Error message to display"
|
|
2163
2013
|
},
|
|
2164
2014
|
{
|
|
2165
|
-
"name": "
|
|
2166
|
-
"
|
|
2167
|
-
|
|
2168
|
-
"module": "src/_common/base-file-component.ts"
|
|
2015
|
+
"name": "tagName",
|
|
2016
|
+
"type": {
|
|
2017
|
+
"text": "string"
|
|
2169
2018
|
},
|
|
2170
|
-
"
|
|
2019
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2171
2020
|
}
|
|
2172
2021
|
],
|
|
2173
|
-
"
|
|
2174
|
-
"name": "FoundationElement",
|
|
2175
|
-
"package": "@microsoft/fast-foundation"
|
|
2176
|
-
}
|
|
2022
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2177
2023
|
}
|
|
2178
2024
|
],
|
|
2179
2025
|
"exports": [
|
|
2180
2026
|
{
|
|
2181
2027
|
"kind": "js",
|
|
2182
|
-
"name": "
|
|
2028
|
+
"name": "formatValidationErrors",
|
|
2183
2029
|
"declaration": {
|
|
2184
|
-
"name": "
|
|
2185
|
-
"module": "src/
|
|
2030
|
+
"name": "formatValidationErrors",
|
|
2031
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "js",
|
|
2036
|
+
"name": "showCriteriaError",
|
|
2037
|
+
"declaration": {
|
|
2038
|
+
"name": "showCriteriaError",
|
|
2039
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2186
2040
|
}
|
|
2187
2041
|
}
|
|
2188
2042
|
]
|
|
2189
2043
|
},
|
|
2190
2044
|
{
|
|
2191
2045
|
"kind": "javascript-module",
|
|
2192
|
-
"path": "src/
|
|
2046
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2193
2047
|
"declarations": [
|
|
2194
2048
|
{
|
|
2195
2049
|
"kind": "function",
|
|
2196
|
-
"name": "
|
|
2050
|
+
"name": "actionsMenuBaseStyles",
|
|
2051
|
+
"return": {
|
|
2052
|
+
"type": {
|
|
2053
|
+
"text": "ElementStyles"
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
"parameters": [
|
|
2057
|
+
{
|
|
2058
|
+
"name": "context",
|
|
2059
|
+
"type": {
|
|
2060
|
+
"text": "ElementDefinitionContext"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "definition",
|
|
2065
|
+
"type": {
|
|
2066
|
+
"text": "FoundationElementDefinition"
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
]
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"kind": "function",
|
|
2073
|
+
"name": "foundationActionsMenuStyles",
|
|
2074
|
+
"return": {
|
|
2075
|
+
"type": {
|
|
2076
|
+
"text": "ElementStyles"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2197
2079
|
"parameters": [
|
|
2198
2080
|
{
|
|
2199
|
-
"name": "
|
|
2200
|
-
"
|
|
2081
|
+
"name": "context",
|
|
2082
|
+
"type": {
|
|
2083
|
+
"text": "ElementDefinitionContext"
|
|
2084
|
+
}
|
|
2201
2085
|
},
|
|
2202
2086
|
{
|
|
2203
|
-
"name": "
|
|
2204
|
-
"
|
|
2087
|
+
"name": "definition",
|
|
2088
|
+
"type": {
|
|
2089
|
+
"text": "FoundationElementDefinition"
|
|
2090
|
+
}
|
|
2205
2091
|
}
|
|
2206
2092
|
]
|
|
2207
2093
|
}
|
|
@@ -2209,156 +2095,151 @@
|
|
|
2209
2095
|
"exports": [
|
|
2210
2096
|
{
|
|
2211
2097
|
"kind": "js",
|
|
2212
|
-
"name": "
|
|
2213
|
-
"declaration": {
|
|
2214
|
-
"name": "closeIcon",
|
|
2215
|
-
"module": "src/_common/icons.ts"
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
]
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"kind": "javascript-module",
|
|
2222
|
-
"path": "src/_common/index.ts",
|
|
2223
|
-
"declarations": [],
|
|
2224
|
-
"exports": [
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "js",
|
|
2227
|
-
"name": "*",
|
|
2098
|
+
"name": "actionsMenuBaseStyles",
|
|
2228
2099
|
"declaration": {
|
|
2229
|
-
"name": "
|
|
2230
|
-
"
|
|
2100
|
+
"name": "actionsMenuBaseStyles",
|
|
2101
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2231
2102
|
}
|
|
2232
2103
|
},
|
|
2233
2104
|
{
|
|
2234
2105
|
"kind": "js",
|
|
2235
|
-
"name": "
|
|
2106
|
+
"name": "foundationActionsMenuStyles",
|
|
2236
2107
|
"declaration": {
|
|
2237
|
-
"name": "
|
|
2238
|
-
"
|
|
2108
|
+
"name": "foundationActionsMenuStyles",
|
|
2109
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2239
2110
|
}
|
|
2240
2111
|
}
|
|
2241
2112
|
]
|
|
2242
2113
|
},
|
|
2243
2114
|
{
|
|
2244
2115
|
"kind": "javascript-module",
|
|
2245
|
-
"path": "src/
|
|
2116
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2246
2117
|
"declarations": [
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "function",
|
|
2120
|
+
"name": "menuTemplate",
|
|
2121
|
+
"parameters": [
|
|
2122
|
+
{
|
|
2123
|
+
"name": "prefix",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "string"
|
|
2126
|
+
}
|
|
2127
|
+
}
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "function",
|
|
2132
|
+
"name": "singleOptionTemplate",
|
|
2133
|
+
"parameters": [
|
|
2134
|
+
{
|
|
2135
|
+
"name": "prefix",
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "string"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2247
2142
|
{
|
|
2248
2143
|
"kind": "variable",
|
|
2249
|
-
"name": "
|
|
2250
|
-
"
|
|
2144
|
+
"name": "foundationActionsMenuTemplate",
|
|
2145
|
+
"type": {
|
|
2146
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2147
|
+
},
|
|
2148
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2251
2149
|
}
|
|
2252
2150
|
],
|
|
2253
2151
|
"exports": [
|
|
2254
2152
|
{
|
|
2255
2153
|
"kind": "js",
|
|
2256
|
-
"name": "
|
|
2154
|
+
"name": "menuTemplate",
|
|
2257
2155
|
"declaration": {
|
|
2258
|
-
"name": "
|
|
2259
|
-
"module": "src/
|
|
2156
|
+
"name": "menuTemplate",
|
|
2157
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2260
2158
|
}
|
|
2261
|
-
}
|
|
2262
|
-
]
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"kind": "javascript-module",
|
|
2266
|
-
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2267
|
-
"declarations": [
|
|
2159
|
+
},
|
|
2268
2160
|
{
|
|
2269
|
-
"kind": "
|
|
2270
|
-
"name": "
|
|
2271
|
-
"
|
|
2272
|
-
"
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
}
|
|
2276
|
-
],
|
|
2277
|
-
"exports": [
|
|
2161
|
+
"kind": "js",
|
|
2162
|
+
"name": "singleOptionTemplate",
|
|
2163
|
+
"declaration": {
|
|
2164
|
+
"name": "singleOptionTemplate",
|
|
2165
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2278
2168
|
{
|
|
2279
2169
|
"kind": "js",
|
|
2280
|
-
"name": "
|
|
2170
|
+
"name": "foundationActionsMenuTemplate",
|
|
2281
2171
|
"declaration": {
|
|
2282
|
-
"name": "
|
|
2283
|
-
"module": "src/
|
|
2172
|
+
"name": "foundationActionsMenuTemplate",
|
|
2173
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2284
2174
|
}
|
|
2285
2175
|
}
|
|
2286
2176
|
]
|
|
2287
2177
|
},
|
|
2288
2178
|
{
|
|
2289
2179
|
"kind": "javascript-module",
|
|
2290
|
-
"path": "src/
|
|
2180
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2291
2181
|
"declarations": [
|
|
2292
2182
|
{
|
|
2293
2183
|
"kind": "class",
|
|
2294
2184
|
"description": "",
|
|
2295
|
-
"name": "
|
|
2185
|
+
"name": "ActionsMenu",
|
|
2296
2186
|
"members": [
|
|
2297
2187
|
{
|
|
2298
2188
|
"kind": "field",
|
|
2299
|
-
"name": "
|
|
2189
|
+
"name": "actions",
|
|
2300
2190
|
"type": {
|
|
2301
|
-
"text": "
|
|
2191
|
+
"text": "ActionMenuItem[]"
|
|
2302
2192
|
}
|
|
2303
2193
|
},
|
|
2304
2194
|
{
|
|
2305
2195
|
"kind": "field",
|
|
2306
|
-
"name": "
|
|
2196
|
+
"name": "isVertical",
|
|
2307
2197
|
"type": {
|
|
2308
|
-
"text": "
|
|
2198
|
+
"text": "boolean"
|
|
2309
2199
|
},
|
|
2310
|
-
"default": "
|
|
2200
|
+
"default": "false"
|
|
2311
2201
|
},
|
|
2312
2202
|
{
|
|
2313
2203
|
"kind": "field",
|
|
2314
|
-
"name": "
|
|
2204
|
+
"name": "addDefaultActions",
|
|
2315
2205
|
"type": {
|
|
2316
2206
|
"text": "boolean"
|
|
2317
|
-
}
|
|
2318
|
-
},
|
|
2319
|
-
{
|
|
2320
|
-
"kind": "field",
|
|
2321
|
-
"name": "mode",
|
|
2322
|
-
"type": {
|
|
2323
|
-
"text": "'append' | 'replace'"
|
|
2324
2207
|
},
|
|
2325
|
-
"default": "
|
|
2208
|
+
"default": "true"
|
|
2326
2209
|
},
|
|
2327
2210
|
{
|
|
2328
2211
|
"kind": "field",
|
|
2329
|
-
"name": "
|
|
2212
|
+
"name": "autoCloseOnAction",
|
|
2330
2213
|
"type": {
|
|
2331
|
-
"text": "
|
|
2214
|
+
"text": "boolean"
|
|
2332
2215
|
},
|
|
2333
|
-
"default": "
|
|
2216
|
+
"default": "true"
|
|
2334
2217
|
},
|
|
2335
2218
|
{
|
|
2336
2219
|
"kind": "field",
|
|
2337
|
-
"name": "
|
|
2220
|
+
"name": "classNames",
|
|
2338
2221
|
"type": {
|
|
2339
|
-
"text": "
|
|
2340
|
-
}
|
|
2341
|
-
"default": "false"
|
|
2222
|
+
"text": "string"
|
|
2223
|
+
}
|
|
2342
2224
|
},
|
|
2343
2225
|
{
|
|
2344
2226
|
"kind": "field",
|
|
2345
|
-
"name": "
|
|
2227
|
+
"name": "definition",
|
|
2346
2228
|
"type": {
|
|
2347
|
-
"text": "
|
|
2348
|
-
}
|
|
2349
|
-
"default": "null"
|
|
2229
|
+
"text": "any"
|
|
2230
|
+
}
|
|
2350
2231
|
},
|
|
2351
2232
|
{
|
|
2352
2233
|
"kind": "field",
|
|
2353
|
-
"name": "
|
|
2234
|
+
"name": "name",
|
|
2354
2235
|
"type": {
|
|
2355
|
-
"text": "
|
|
2236
|
+
"text": "string"
|
|
2356
2237
|
},
|
|
2357
|
-
"default": "
|
|
2238
|
+
"default": "'Actions'"
|
|
2358
2239
|
},
|
|
2359
2240
|
{
|
|
2360
2241
|
"kind": "field",
|
|
2361
|
-
"name": "
|
|
2242
|
+
"name": "open",
|
|
2362
2243
|
"type": {
|
|
2363
2244
|
"text": "boolean"
|
|
2364
2245
|
},
|
|
@@ -2366,67 +2247,117 @@
|
|
|
2366
2247
|
},
|
|
2367
2248
|
{
|
|
2368
2249
|
"kind": "field",
|
|
2369
|
-
"name": "
|
|
2250
|
+
"name": "buttonAppearance",
|
|
2370
2251
|
"type": {
|
|
2371
|
-
"text": "
|
|
2372
|
-
}
|
|
2373
|
-
"privacy": "public"
|
|
2252
|
+
"text": "string"
|
|
2253
|
+
}
|
|
2374
2254
|
},
|
|
2375
2255
|
{
|
|
2376
2256
|
"kind": "field",
|
|
2377
|
-
"name": "
|
|
2257
|
+
"name": "hideDisabled",
|
|
2378
2258
|
"type": {
|
|
2379
|
-
"text": "
|
|
2259
|
+
"text": "boolean"
|
|
2380
2260
|
},
|
|
2381
|
-
"
|
|
2382
|
-
"default": "null"
|
|
2261
|
+
"default": "false"
|
|
2383
2262
|
},
|
|
2384
2263
|
{
|
|
2385
2264
|
"kind": "field",
|
|
2386
|
-
"name": "
|
|
2265
|
+
"name": "hideMenuSingleOption",
|
|
2387
2266
|
"type": {
|
|
2388
|
-
"text": "
|
|
2267
|
+
"text": "boolean"
|
|
2389
2268
|
},
|
|
2390
|
-
"
|
|
2391
|
-
"default": "null"
|
|
2269
|
+
"default": "false"
|
|
2392
2270
|
},
|
|
2393
2271
|
{
|
|
2394
2272
|
"kind": "field",
|
|
2395
|
-
"name": "
|
|
2273
|
+
"name": "singleOption",
|
|
2396
2274
|
"type": {
|
|
2397
|
-
"text": "
|
|
2398
|
-
}
|
|
2399
|
-
"privacy": "private",
|
|
2400
|
-
"default": "''"
|
|
2275
|
+
"text": "ActionMenuItem"
|
|
2276
|
+
}
|
|
2401
2277
|
},
|
|
2402
2278
|
{
|
|
2403
2279
|
"kind": "field",
|
|
2404
|
-
"name": "
|
|
2280
|
+
"name": "actionsMenu",
|
|
2405
2281
|
"type": {
|
|
2406
|
-
"text": "
|
|
2407
|
-
}
|
|
2408
|
-
"readonly": true
|
|
2282
|
+
"text": "HTMLElement"
|
|
2283
|
+
}
|
|
2409
2284
|
},
|
|
2410
2285
|
{
|
|
2411
2286
|
"kind": "method",
|
|
2412
|
-
"name": "
|
|
2287
|
+
"name": "definitionChanged",
|
|
2288
|
+
"privacy": "protected",
|
|
2289
|
+
"parameters": [
|
|
2290
|
+
{
|
|
2291
|
+
"name": "oldValue",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "any"
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"name": "newValue",
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "any"
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
]
|
|
2413
2303
|
},
|
|
2414
2304
|
{
|
|
2415
2305
|
"kind": "method",
|
|
2416
|
-
"name": "
|
|
2306
|
+
"name": "openChanged",
|
|
2307
|
+
"privacy": "protected"
|
|
2417
2308
|
},
|
|
2418
2309
|
{
|
|
2419
2310
|
"kind": "method",
|
|
2420
|
-
"name": "
|
|
2311
|
+
"name": "toggleActionsMenuVisibility"
|
|
2421
2312
|
},
|
|
2422
2313
|
{
|
|
2423
2314
|
"kind": "method",
|
|
2424
|
-
"name": "
|
|
2315
|
+
"name": "onActionMenuItemClick",
|
|
2316
|
+
"parameters": [
|
|
2317
|
+
{
|
|
2318
|
+
"name": "callback",
|
|
2319
|
+
"type": {
|
|
2320
|
+
"text": "(rowData) => void | any"
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
]
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"kind": "field",
|
|
2327
|
+
"name": "allActions",
|
|
2328
|
+
"type": {
|
|
2329
|
+
"text": "ActionMenuItem[]"
|
|
2330
|
+
},
|
|
2331
|
+
"readonly": true
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "field",
|
|
2335
|
+
"name": "rowData",
|
|
2336
|
+
"readonly": true
|
|
2425
2337
|
},
|
|
2426
2338
|
{
|
|
2427
2339
|
"kind": "method",
|
|
2428
|
-
"name": "
|
|
2429
|
-
"
|
|
2340
|
+
"name": "getLabel",
|
|
2341
|
+
"parameters": [
|
|
2342
|
+
{
|
|
2343
|
+
"name": "name",
|
|
2344
|
+
"type": {
|
|
2345
|
+
"text": "string | ((rowData: any) => string)"
|
|
2346
|
+
}
|
|
2347
|
+
}
|
|
2348
|
+
]
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"kind": "method",
|
|
2352
|
+
"name": "getTemplate",
|
|
2353
|
+
"parameters": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "prefix",
|
|
2356
|
+
"type": {
|
|
2357
|
+
"text": "string"
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
]
|
|
2430
2361
|
},
|
|
2431
2362
|
{
|
|
2432
2363
|
"kind": "field",
|
|
@@ -2542,150 +2473,113 @@
|
|
|
2542
2473
|
],
|
|
2543
2474
|
"attributes": [
|
|
2544
2475
|
{
|
|
2545
|
-
"name": "
|
|
2476
|
+
"name": "is-vertical",
|
|
2477
|
+
"type": {
|
|
2478
|
+
"text": "boolean"
|
|
2479
|
+
},
|
|
2480
|
+
"default": "false",
|
|
2481
|
+
"fieldName": "isVertical"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "add-default-actions",
|
|
2485
|
+
"type": {
|
|
2486
|
+
"text": "boolean"
|
|
2487
|
+
},
|
|
2488
|
+
"default": "true",
|
|
2489
|
+
"fieldName": "addDefaultActions"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"name": "auto-close-on-action",
|
|
2493
|
+
"type": {
|
|
2494
|
+
"text": "boolean"
|
|
2495
|
+
},
|
|
2496
|
+
"default": "true",
|
|
2497
|
+
"fieldName": "autoCloseOnAction"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "name",
|
|
2546
2501
|
"type": {
|
|
2547
2502
|
"text": "string"
|
|
2548
2503
|
},
|
|
2549
|
-
"default": "'
|
|
2550
|
-
"fieldName": "
|
|
2504
|
+
"default": "'Actions'",
|
|
2505
|
+
"fieldName": "name"
|
|
2551
2506
|
},
|
|
2552
2507
|
{
|
|
2508
|
+
"name": "open",
|
|
2553
2509
|
"type": {
|
|
2554
2510
|
"text": "boolean"
|
|
2555
2511
|
},
|
|
2556
|
-
"
|
|
2512
|
+
"default": "false",
|
|
2513
|
+
"fieldName": "open"
|
|
2557
2514
|
},
|
|
2558
2515
|
{
|
|
2559
|
-
"name": "
|
|
2516
|
+
"name": "buttonAppearance",
|
|
2560
2517
|
"type": {
|
|
2561
|
-
"text": "
|
|
2518
|
+
"text": "string"
|
|
2562
2519
|
},
|
|
2563
|
-
"
|
|
2564
|
-
|
|
2520
|
+
"fieldName": "buttonAppearance"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"name": "hide-disabled",
|
|
2524
|
+
"type": {
|
|
2525
|
+
"text": "boolean"
|
|
2526
|
+
},
|
|
2527
|
+
"default": "false",
|
|
2528
|
+
"fieldName": "hideDisabled"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"name": "hide-menu-single-option",
|
|
2532
|
+
"type": {
|
|
2533
|
+
"text": "boolean"
|
|
2534
|
+
},
|
|
2535
|
+
"default": "false",
|
|
2536
|
+
"fieldName": "hideMenuSingleOption"
|
|
2565
2537
|
}
|
|
2566
2538
|
],
|
|
2567
2539
|
"superclass": {
|
|
2568
2540
|
"name": "FoundationElement",
|
|
2569
2541
|
"package": "@microsoft/fast-foundation"
|
|
2570
2542
|
},
|
|
2571
|
-
"tagName": "%%prefix%%-
|
|
2543
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2572
2544
|
"customElement": true
|
|
2573
2545
|
},
|
|
2574
2546
|
{
|
|
2575
2547
|
"kind": "variable",
|
|
2576
|
-
"name": "
|
|
2577
|
-
"
|
|
2578
|
-
|
|
2579
|
-
},
|
|
2580
|
-
"default": "undefined"
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"kind": "variable",
|
|
2584
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2585
|
-
"type": {
|
|
2586
|
-
"text": "object"
|
|
2587
|
-
},
|
|
2588
|
-
"default": "{}"
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"kind": "variable",
|
|
2592
|
-
"name": "foundationAiCriteriaSearch"
|
|
2548
|
+
"name": "foundationActionsMenu",
|
|
2549
|
+
"description": "The Foundation Actions Menu",
|
|
2550
|
+
"privacy": "public"
|
|
2593
2551
|
}
|
|
2594
2552
|
],
|
|
2595
2553
|
"exports": [
|
|
2596
2554
|
{
|
|
2597
2555
|
"kind": "js",
|
|
2598
|
-
"name": "
|
|
2599
|
-
"declaration": {
|
|
2600
|
-
"name": "AiCriteriaSearch",
|
|
2601
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"kind": "js",
|
|
2606
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2607
|
-
"declaration": {
|
|
2608
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2609
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"kind": "js",
|
|
2614
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2556
|
+
"name": "ActionsMenu",
|
|
2615
2557
|
"declaration": {
|
|
2616
|
-
"name": "
|
|
2617
|
-
"module": "src/
|
|
2558
|
+
"name": "ActionsMenu",
|
|
2559
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2618
2560
|
}
|
|
2619
2561
|
},
|
|
2620
2562
|
{
|
|
2621
2563
|
"kind": "js",
|
|
2622
|
-
"name": "
|
|
2564
|
+
"name": "foundationActionsMenu",
|
|
2623
2565
|
"declaration": {
|
|
2624
|
-
"name": "
|
|
2625
|
-
"module": "src/
|
|
2566
|
+
"name": "foundationActionsMenu",
|
|
2567
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2626
2568
|
}
|
|
2627
2569
|
}
|
|
2628
2570
|
]
|
|
2629
2571
|
},
|
|
2630
2572
|
{
|
|
2631
2573
|
"kind": "javascript-module",
|
|
2632
|
-
"path": "src/
|
|
2574
|
+
"path": "src/actions-menu/index.ts",
|
|
2633
2575
|
"declarations": [],
|
|
2634
2576
|
"exports": [
|
|
2635
|
-
{
|
|
2636
|
-
"kind": "js",
|
|
2637
|
-
"name": "AiCriteriaSearch",
|
|
2638
|
-
"declaration": {
|
|
2639
|
-
"name": "AiCriteriaSearch",
|
|
2640
|
-
"module": "./ai-criteria-search"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "js",
|
|
2645
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2646
|
-
"declaration": {
|
|
2647
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2648
|
-
"module": "./ai-criteria-search"
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "js",
|
|
2653
|
-
"name": "foundationAiCriteriaSearch",
|
|
2654
|
-
"declaration": {
|
|
2655
|
-
"name": "foundationAiCriteriaSearch",
|
|
2656
|
-
"module": "./ai-criteria-search"
|
|
2657
|
-
}
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "js",
|
|
2661
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2662
|
-
"declaration": {
|
|
2663
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2664
|
-
"module": "./ai-criteria-search"
|
|
2665
|
-
}
|
|
2666
|
-
},
|
|
2667
|
-
{
|
|
2668
|
-
"kind": "js",
|
|
2669
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2670
|
-
"declaration": {
|
|
2671
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2672
|
-
"module": "./ai-criteria-search.styles"
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"kind": "js",
|
|
2677
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2678
|
-
"declaration": {
|
|
2679
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2680
|
-
"module": "./ai-criteria-search.template"
|
|
2681
|
-
}
|
|
2682
|
-
},
|
|
2683
2577
|
{
|
|
2684
2578
|
"kind": "js",
|
|
2685
2579
|
"name": "*",
|
|
2686
2580
|
"declaration": {
|
|
2687
2581
|
"name": "*",
|
|
2688
|
-
"package": "./
|
|
2582
|
+
"package": "./actions-menu.styles"
|
|
2689
2583
|
}
|
|
2690
2584
|
},
|
|
2691
2585
|
{
|
|
@@ -2693,7 +2587,7 @@
|
|
|
2693
2587
|
"name": "*",
|
|
2694
2588
|
"declaration": {
|
|
2695
2589
|
"name": "*",
|
|
2696
|
-
"package": "./
|
|
2590
|
+
"package": "./actions-menu.template"
|
|
2697
2591
|
}
|
|
2698
2592
|
},
|
|
2699
2593
|
{
|
|
@@ -2701,82 +2595,7 @@
|
|
|
2701
2595
|
"name": "*",
|
|
2702
2596
|
"declaration": {
|
|
2703
2597
|
"name": "*",
|
|
2704
|
-
"package": "./
|
|
2705
|
-
}
|
|
2706
|
-
}
|
|
2707
|
-
]
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"kind": "javascript-module",
|
|
2711
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2712
|
-
"declarations": [
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "function",
|
|
2715
|
-
"name": "formatValidationErrors",
|
|
2716
|
-
"return": {
|
|
2717
|
-
"type": {
|
|
2718
|
-
"text": "string"
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
|
-
"parameters": [
|
|
2722
|
-
{
|
|
2723
|
-
"name": "errors",
|
|
2724
|
-
"type": {
|
|
2725
|
-
"text": "ValidationError[]"
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2728
|
-
],
|
|
2729
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"kind": "function",
|
|
2733
|
-
"name": "showCriteriaError",
|
|
2734
|
-
"return": {
|
|
2735
|
-
"type": {
|
|
2736
|
-
"text": "void"
|
|
2737
|
-
}
|
|
2738
|
-
},
|
|
2739
|
-
"parameters": [
|
|
2740
|
-
{
|
|
2741
|
-
"name": "title",
|
|
2742
|
-
"type": {
|
|
2743
|
-
"text": "string"
|
|
2744
|
-
},
|
|
2745
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "body",
|
|
2749
|
-
"type": {
|
|
2750
|
-
"text": "string"
|
|
2751
|
-
},
|
|
2752
|
-
"description": "Error message to display"
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"name": "tagName",
|
|
2756
|
-
"type": {
|
|
2757
|
-
"text": "string"
|
|
2758
|
-
},
|
|
2759
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2760
|
-
}
|
|
2761
|
-
],
|
|
2762
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2763
|
-
}
|
|
2764
|
-
],
|
|
2765
|
-
"exports": [
|
|
2766
|
-
{
|
|
2767
|
-
"kind": "js",
|
|
2768
|
-
"name": "formatValidationErrors",
|
|
2769
|
-
"declaration": {
|
|
2770
|
-
"name": "formatValidationErrors",
|
|
2771
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2772
|
-
}
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "js",
|
|
2776
|
-
"name": "showCriteriaError",
|
|
2777
|
-
"declaration": {
|
|
2778
|
-
"name": "showCriteriaError",
|
|
2779
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2598
|
+
"package": "./actions-menu"
|
|
2780
2599
|
}
|
|
2781
2600
|
}
|
|
2782
2601
|
]
|
|
@@ -3222,42 +3041,11 @@
|
|
|
3222
3041
|
},
|
|
3223
3042
|
{
|
|
3224
3043
|
"kind": "javascript-module",
|
|
3225
|
-
"path": "src/
|
|
3226
|
-
"declarations": [],
|
|
3227
|
-
"exports": [
|
|
3228
|
-
{
|
|
3229
|
-
"kind": "js",
|
|
3230
|
-
"name": "*",
|
|
3231
|
-
"declaration": {
|
|
3232
|
-
"name": "*",
|
|
3233
|
-
"package": "./styles"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "js",
|
|
3238
|
-
"name": "*",
|
|
3239
|
-
"declaration": {
|
|
3240
|
-
"name": "*",
|
|
3241
|
-
"package": "./tokens"
|
|
3242
|
-
}
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"kind": "js",
|
|
3246
|
-
"name": "*",
|
|
3247
|
-
"declaration": {
|
|
3248
|
-
"name": "*",
|
|
3249
|
-
"package": "./values"
|
|
3250
|
-
}
|
|
3251
|
-
}
|
|
3252
|
-
]
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "javascript-module",
|
|
3256
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3044
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
3257
3045
|
"declarations": [
|
|
3258
3046
|
{
|
|
3259
3047
|
"kind": "function",
|
|
3260
|
-
"name": "
|
|
3048
|
+
"name": "foundationAccordionItemStyles",
|
|
3261
3049
|
"return": {
|
|
3262
3050
|
"type": {
|
|
3263
3051
|
"text": "ElementStyles"
|
|
@@ -3282,24 +3070,24 @@
|
|
|
3282
3070
|
"exports": [
|
|
3283
3071
|
{
|
|
3284
3072
|
"kind": "js",
|
|
3285
|
-
"name": "
|
|
3073
|
+
"name": "foundationAccordionItemStyles",
|
|
3286
3074
|
"declaration": {
|
|
3287
|
-
"name": "
|
|
3288
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3075
|
+
"name": "foundationAccordionItemStyles",
|
|
3076
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
3289
3077
|
}
|
|
3290
3078
|
}
|
|
3291
3079
|
]
|
|
3292
3080
|
},
|
|
3293
3081
|
{
|
|
3294
3082
|
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3083
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
3296
3084
|
"declarations": [
|
|
3297
3085
|
{
|
|
3298
3086
|
"kind": "function",
|
|
3299
|
-
"name": "
|
|
3087
|
+
"name": "foundationAccordionItemTemplate",
|
|
3300
3088
|
"return": {
|
|
3301
3089
|
"type": {
|
|
3302
|
-
"text": "ViewTemplate<
|
|
3090
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
3303
3091
|
}
|
|
3304
3092
|
},
|
|
3305
3093
|
"parameters": [
|
|
@@ -3321,32 +3109,244 @@
|
|
|
3321
3109
|
"exports": [
|
|
3322
3110
|
{
|
|
3323
3111
|
"kind": "js",
|
|
3324
|
-
"name": "
|
|
3112
|
+
"name": "foundationAccordionItemTemplate",
|
|
3325
3113
|
"declaration": {
|
|
3326
|
-
"name": "
|
|
3327
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3114
|
+
"name": "foundationAccordionItemTemplate",
|
|
3115
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
3328
3116
|
}
|
|
3329
3117
|
}
|
|
3330
3118
|
]
|
|
3331
3119
|
},
|
|
3332
3120
|
{
|
|
3333
3121
|
"kind": "javascript-module",
|
|
3334
|
-
"path": "src/accordion/accordion.ts",
|
|
3122
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
3335
3123
|
"declarations": [
|
|
3336
3124
|
{
|
|
3337
3125
|
"kind": "class",
|
|
3338
3126
|
"description": "",
|
|
3339
|
-
"name": "
|
|
3127
|
+
"name": "AccordionItem",
|
|
3340
3128
|
"superclass": {
|
|
3341
|
-
"name": "
|
|
3342
|
-
"package": "@microsoft/fast-
|
|
3129
|
+
"name": "FASTAccordionItem",
|
|
3130
|
+
"package": "@microsoft/fast-components"
|
|
3343
3131
|
},
|
|
3344
|
-
"tagName": "%%prefix%%-accordion",
|
|
3345
|
-
"customElement": true
|
|
3132
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
3133
|
+
"customElement": true,
|
|
3134
|
+
"attributes": [
|
|
3135
|
+
{
|
|
3136
|
+
"name": "heading-level",
|
|
3137
|
+
"type": {
|
|
3138
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3139
|
+
},
|
|
3140
|
+
"default": "2",
|
|
3141
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3142
|
+
"fieldName": "headinglevel",
|
|
3143
|
+
"inheritedFrom": {
|
|
3144
|
+
"name": "AccordionItem",
|
|
3145
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"type": {
|
|
3150
|
+
"text": "boolean"
|
|
3151
|
+
},
|
|
3152
|
+
"default": "false",
|
|
3153
|
+
"description": "Expands or collapses the item.",
|
|
3154
|
+
"fieldName": "expanded",
|
|
3155
|
+
"inheritedFrom": {
|
|
3156
|
+
"name": "AccordionItem",
|
|
3157
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"name": "id",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "string"
|
|
3164
|
+
},
|
|
3165
|
+
"description": "The item ID",
|
|
3166
|
+
"fieldName": "id",
|
|
3167
|
+
"inheritedFrom": {
|
|
3168
|
+
"name": "AccordionItem",
|
|
3169
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"members": [
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "field",
|
|
3176
|
+
"name": "headinglevel",
|
|
3177
|
+
"type": {
|
|
3178
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3179
|
+
},
|
|
3180
|
+
"privacy": "public",
|
|
3181
|
+
"default": "2",
|
|
3182
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3183
|
+
"inheritedFrom": {
|
|
3184
|
+
"name": "AccordionItem",
|
|
3185
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "field",
|
|
3190
|
+
"name": "expanded",
|
|
3191
|
+
"type": {
|
|
3192
|
+
"text": "boolean"
|
|
3193
|
+
},
|
|
3194
|
+
"privacy": "public",
|
|
3195
|
+
"default": "false",
|
|
3196
|
+
"description": "Expands or collapses the item.",
|
|
3197
|
+
"inheritedFrom": {
|
|
3198
|
+
"name": "AccordionItem",
|
|
3199
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"kind": "field",
|
|
3204
|
+
"name": "id",
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "string"
|
|
3207
|
+
},
|
|
3208
|
+
"privacy": "public",
|
|
3209
|
+
"description": "The item ID",
|
|
3210
|
+
"inheritedFrom": {
|
|
3211
|
+
"name": "AccordionItem",
|
|
3212
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"kind": "field",
|
|
3217
|
+
"name": "change",
|
|
3218
|
+
"privacy": "private",
|
|
3219
|
+
"inheritedFrom": {
|
|
3220
|
+
"name": "AccordionItem",
|
|
3221
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "field",
|
|
3226
|
+
"name": "_presentation",
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3229
|
+
},
|
|
3230
|
+
"privacy": "private",
|
|
3231
|
+
"default": "void 0",
|
|
3232
|
+
"inheritedFrom": {
|
|
3233
|
+
"name": "FoundationElement",
|
|
3234
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "field",
|
|
3239
|
+
"name": "$presentation",
|
|
3240
|
+
"type": {
|
|
3241
|
+
"text": "ComponentPresentation | null"
|
|
3242
|
+
},
|
|
3243
|
+
"privacy": "public",
|
|
3244
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3245
|
+
"inheritedFrom": {
|
|
3246
|
+
"name": "FoundationElement",
|
|
3247
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"kind": "field",
|
|
3252
|
+
"name": "template",
|
|
3253
|
+
"type": {
|
|
3254
|
+
"text": "ElementViewTemplate | void | null"
|
|
3255
|
+
},
|
|
3256
|
+
"privacy": "public",
|
|
3257
|
+
"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.",
|
|
3258
|
+
"inheritedFrom": {
|
|
3259
|
+
"name": "FoundationElement",
|
|
3260
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"kind": "method",
|
|
3265
|
+
"name": "templateChanged",
|
|
3266
|
+
"privacy": "protected",
|
|
3267
|
+
"return": {
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "void"
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
"inheritedFrom": {
|
|
3273
|
+
"name": "FoundationElement",
|
|
3274
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"kind": "field",
|
|
3279
|
+
"name": "styles",
|
|
3280
|
+
"type": {
|
|
3281
|
+
"text": "ElementStyles | void | null"
|
|
3282
|
+
},
|
|
3283
|
+
"privacy": "public",
|
|
3284
|
+
"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.",
|
|
3285
|
+
"inheritedFrom": {
|
|
3286
|
+
"name": "FoundationElement",
|
|
3287
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3288
|
+
}
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"kind": "method",
|
|
3292
|
+
"name": "stylesChanged",
|
|
3293
|
+
"privacy": "protected",
|
|
3294
|
+
"return": {
|
|
3295
|
+
"type": {
|
|
3296
|
+
"text": "void"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
3299
|
+
"inheritedFrom": {
|
|
3300
|
+
"name": "FoundationElement",
|
|
3301
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"kind": "method",
|
|
3306
|
+
"name": "compose",
|
|
3307
|
+
"privacy": "public",
|
|
3308
|
+
"static": true,
|
|
3309
|
+
"return": {
|
|
3310
|
+
"type": {
|
|
3311
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
"parameters": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "this",
|
|
3317
|
+
"type": {
|
|
3318
|
+
"text": "K"
|
|
3319
|
+
}
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "elementDefinition",
|
|
3323
|
+
"type": {
|
|
3324
|
+
"text": "T"
|
|
3325
|
+
},
|
|
3326
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3327
|
+
}
|
|
3328
|
+
],
|
|
3329
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3330
|
+
"inheritedFrom": {
|
|
3331
|
+
"name": "FoundationElement",
|
|
3332
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"events": [
|
|
3337
|
+
{
|
|
3338
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
3339
|
+
"name": "change",
|
|
3340
|
+
"inheritedFrom": {
|
|
3341
|
+
"name": "AccordionItem",
|
|
3342
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
]
|
|
3346
3346
|
},
|
|
3347
3347
|
{
|
|
3348
3348
|
"kind": "variable",
|
|
3349
|
-
"name": "
|
|
3349
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3350
3350
|
"type": {
|
|
3351
3351
|
"text": "ShadowRootInit"
|
|
3352
3352
|
},
|
|
@@ -3354,57 +3354,57 @@
|
|
|
3354
3354
|
},
|
|
3355
3355
|
{
|
|
3356
3356
|
"kind": "variable",
|
|
3357
|
-
"name": "
|
|
3357
|
+
"name": "defaultAccordionItemConfig",
|
|
3358
3358
|
"type": {
|
|
3359
3359
|
"text": "object"
|
|
3360
3360
|
},
|
|
3361
|
-
"default": "{}"
|
|
3361
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
3362
3362
|
},
|
|
3363
3363
|
{
|
|
3364
3364
|
"kind": "variable",
|
|
3365
|
-
"name": "
|
|
3366
|
-
"description": "The Foundation Accordion",
|
|
3365
|
+
"name": "foundationAccordionItem",
|
|
3366
|
+
"description": "The Foundation Accordion Item",
|
|
3367
3367
|
"privacy": "public"
|
|
3368
3368
|
}
|
|
3369
3369
|
],
|
|
3370
3370
|
"exports": [
|
|
3371
3371
|
{
|
|
3372
3372
|
"kind": "js",
|
|
3373
|
-
"name": "
|
|
3373
|
+
"name": "AccordionItem",
|
|
3374
3374
|
"declaration": {
|
|
3375
|
-
"name": "
|
|
3376
|
-
"module": "src/accordion/accordion.ts"
|
|
3375
|
+
"name": "AccordionItem",
|
|
3376
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3377
3377
|
}
|
|
3378
3378
|
},
|
|
3379
3379
|
{
|
|
3380
3380
|
"kind": "js",
|
|
3381
|
-
"name": "
|
|
3381
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3382
3382
|
"declaration": {
|
|
3383
|
-
"name": "
|
|
3384
|
-
"module": "src/accordion/accordion.ts"
|
|
3383
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3384
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3385
3385
|
}
|
|
3386
3386
|
},
|
|
3387
3387
|
{
|
|
3388
3388
|
"kind": "js",
|
|
3389
|
-
"name": "
|
|
3389
|
+
"name": "defaultAccordionItemConfig",
|
|
3390
3390
|
"declaration": {
|
|
3391
|
-
"name": "
|
|
3392
|
-
"module": "src/accordion/accordion.ts"
|
|
3391
|
+
"name": "defaultAccordionItemConfig",
|
|
3392
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3393
3393
|
}
|
|
3394
3394
|
},
|
|
3395
3395
|
{
|
|
3396
3396
|
"kind": "js",
|
|
3397
|
-
"name": "
|
|
3397
|
+
"name": "foundationAccordionItem",
|
|
3398
3398
|
"declaration": {
|
|
3399
|
-
"name": "
|
|
3400
|
-
"module": "src/accordion/accordion.ts"
|
|
3399
|
+
"name": "foundationAccordionItem",
|
|
3400
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3401
3401
|
}
|
|
3402
3402
|
}
|
|
3403
3403
|
]
|
|
3404
3404
|
},
|
|
3405
3405
|
{
|
|
3406
3406
|
"kind": "javascript-module",
|
|
3407
|
-
"path": "src/accordion/index.ts",
|
|
3407
|
+
"path": "src/accordion-item/index.ts",
|
|
3408
3408
|
"declarations": [],
|
|
3409
3409
|
"exports": [
|
|
3410
3410
|
{
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
"name": "*",
|
|
3413
3413
|
"declaration": {
|
|
3414
3414
|
"name": "*",
|
|
3415
|
-
"package": "./accordion.template"
|
|
3415
|
+
"package": "./accordion-item.template"
|
|
3416
3416
|
}
|
|
3417
3417
|
},
|
|
3418
3418
|
{
|
|
@@ -3420,7 +3420,7 @@
|
|
|
3420
3420
|
"name": "*",
|
|
3421
3421
|
"declaration": {
|
|
3422
3422
|
"name": "*",
|
|
3423
|
-
"package": "./accordion.styles"
|
|
3423
|
+
"package": "./accordion-item.styles"
|
|
3424
3424
|
}
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
@@ -3428,7 +3428,7 @@
|
|
|
3428
3428
|
"name": "*",
|
|
3429
3429
|
"declaration": {
|
|
3430
3430
|
"name": "*",
|
|
3431
|
-
"package": "./accordion"
|
|
3431
|
+
"package": "./accordion-item"
|
|
3432
3432
|
}
|
|
3433
3433
|
}
|
|
3434
3434
|
]
|
|
@@ -54304,181 +54304,6 @@
|
|
|
54304
54304
|
}
|
|
54305
54305
|
]
|
|
54306
54306
|
},
|
|
54307
|
-
{
|
|
54308
|
-
"kind": "javascript-module",
|
|
54309
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
54310
|
-
"declarations": [],
|
|
54311
|
-
"exports": []
|
|
54312
|
-
},
|
|
54313
|
-
{
|
|
54314
|
-
"kind": "javascript-module",
|
|
54315
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
54316
|
-
"declarations": [
|
|
54317
|
-
{
|
|
54318
|
-
"kind": "function",
|
|
54319
|
-
"name": "groupsToCriteria",
|
|
54320
|
-
"return": {
|
|
54321
|
-
"type": {
|
|
54322
|
-
"text": "string"
|
|
54323
|
-
}
|
|
54324
|
-
},
|
|
54325
|
-
"parameters": [
|
|
54326
|
-
{
|
|
54327
|
-
"name": "groups",
|
|
54328
|
-
"type": {
|
|
54329
|
-
"text": "CriteriaGroup[]"
|
|
54330
|
-
}
|
|
54331
|
-
}
|
|
54332
|
-
],
|
|
54333
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
54334
|
-
},
|
|
54335
|
-
{
|
|
54336
|
-
"kind": "variable",
|
|
54337
|
-
"name": "STRING_OPERATORS",
|
|
54338
|
-
"type": {
|
|
54339
|
-
"text": "CriteriaOperator[]"
|
|
54340
|
-
},
|
|
54341
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
54342
|
-
},
|
|
54343
|
-
{
|
|
54344
|
-
"kind": "variable",
|
|
54345
|
-
"name": "NUMERIC_OPERATORS",
|
|
54346
|
-
"type": {
|
|
54347
|
-
"text": "CriteriaOperator[]"
|
|
54348
|
-
},
|
|
54349
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
54350
|
-
},
|
|
54351
|
-
{
|
|
54352
|
-
"kind": "variable",
|
|
54353
|
-
"name": "DATE_OPERATORS",
|
|
54354
|
-
"type": {
|
|
54355
|
-
"text": "CriteriaOperator[]"
|
|
54356
|
-
},
|
|
54357
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
54358
|
-
},
|
|
54359
|
-
{
|
|
54360
|
-
"kind": "variable",
|
|
54361
|
-
"name": "DATETIME_OPERATORS",
|
|
54362
|
-
"type": {
|
|
54363
|
-
"text": "CriteriaOperator[]"
|
|
54364
|
-
},
|
|
54365
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
54366
|
-
}
|
|
54367
|
-
],
|
|
54368
|
-
"exports": [
|
|
54369
|
-
{
|
|
54370
|
-
"kind": "js",
|
|
54371
|
-
"name": "groupsToCriteria",
|
|
54372
|
-
"declaration": {
|
|
54373
|
-
"name": "groupsToCriteria",
|
|
54374
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54375
|
-
}
|
|
54376
|
-
},
|
|
54377
|
-
{
|
|
54378
|
-
"kind": "js",
|
|
54379
|
-
"name": "STRING_OPERATORS",
|
|
54380
|
-
"declaration": {
|
|
54381
|
-
"name": "STRING_OPERATORS",
|
|
54382
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54383
|
-
}
|
|
54384
|
-
},
|
|
54385
|
-
{
|
|
54386
|
-
"kind": "js",
|
|
54387
|
-
"name": "NUMERIC_OPERATORS",
|
|
54388
|
-
"declaration": {
|
|
54389
|
-
"name": "NUMERIC_OPERATORS",
|
|
54390
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54391
|
-
}
|
|
54392
|
-
},
|
|
54393
|
-
{
|
|
54394
|
-
"kind": "js",
|
|
54395
|
-
"name": "DATE_OPERATORS",
|
|
54396
|
-
"declaration": {
|
|
54397
|
-
"name": "DATE_OPERATORS",
|
|
54398
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54399
|
-
}
|
|
54400
|
-
},
|
|
54401
|
-
{
|
|
54402
|
-
"kind": "js",
|
|
54403
|
-
"name": "DATETIME_OPERATORS",
|
|
54404
|
-
"declaration": {
|
|
54405
|
-
"name": "DATETIME_OPERATORS",
|
|
54406
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54407
|
-
}
|
|
54408
|
-
}
|
|
54409
|
-
]
|
|
54410
|
-
},
|
|
54411
|
-
{
|
|
54412
|
-
"kind": "javascript-module",
|
|
54413
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
54414
|
-
"declarations": [
|
|
54415
|
-
{
|
|
54416
|
-
"kind": "function",
|
|
54417
|
-
"name": "validateClauses",
|
|
54418
|
-
"return": {
|
|
54419
|
-
"type": {
|
|
54420
|
-
"text": "ValidationResult"
|
|
54421
|
-
}
|
|
54422
|
-
},
|
|
54423
|
-
"parameters": [
|
|
54424
|
-
{
|
|
54425
|
-
"name": "clauses",
|
|
54426
|
-
"type": {
|
|
54427
|
-
"text": "CriteriaClause[]"
|
|
54428
|
-
}
|
|
54429
|
-
},
|
|
54430
|
-
{
|
|
54431
|
-
"name": "fieldMetadata",
|
|
54432
|
-
"type": {
|
|
54433
|
-
"text": "MetadataDetail[] | string[]"
|
|
54434
|
-
}
|
|
54435
|
-
}
|
|
54436
|
-
]
|
|
54437
|
-
},
|
|
54438
|
-
{
|
|
54439
|
-
"kind": "function",
|
|
54440
|
-
"name": "validateGroups",
|
|
54441
|
-
"return": {
|
|
54442
|
-
"type": {
|
|
54443
|
-
"text": "GroupsValidationResult"
|
|
54444
|
-
}
|
|
54445
|
-
},
|
|
54446
|
-
"parameters": [
|
|
54447
|
-
{
|
|
54448
|
-
"name": "groups",
|
|
54449
|
-
"type": {
|
|
54450
|
-
"text": "CriteriaGroup[]"
|
|
54451
|
-
}
|
|
54452
|
-
},
|
|
54453
|
-
{
|
|
54454
|
-
"name": "fieldMetadata",
|
|
54455
|
-
"type": {
|
|
54456
|
-
"text": "MetadataDetail[] | string[]"
|
|
54457
|
-
}
|
|
54458
|
-
}
|
|
54459
|
-
],
|
|
54460
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
54461
|
-
}
|
|
54462
|
-
],
|
|
54463
|
-
"exports": [
|
|
54464
|
-
{
|
|
54465
|
-
"kind": "js",
|
|
54466
|
-
"name": "validateClauses",
|
|
54467
|
-
"declaration": {
|
|
54468
|
-
"name": "validateClauses",
|
|
54469
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
54470
|
-
}
|
|
54471
|
-
},
|
|
54472
|
-
{
|
|
54473
|
-
"kind": "js",
|
|
54474
|
-
"name": "validateGroups",
|
|
54475
|
-
"declaration": {
|
|
54476
|
-
"name": "validateGroups",
|
|
54477
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
54478
|
-
}
|
|
54479
|
-
}
|
|
54480
|
-
]
|
|
54481
|
-
},
|
|
54482
54307
|
{
|
|
54483
54308
|
"kind": "javascript-module",
|
|
54484
54309
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -55851,6 +55676,181 @@
|
|
|
55851
55676
|
"declarations": [],
|
|
55852
55677
|
"exports": []
|
|
55853
55678
|
},
|
|
55679
|
+
{
|
|
55680
|
+
"kind": "javascript-module",
|
|
55681
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
55682
|
+
"declarations": [],
|
|
55683
|
+
"exports": []
|
|
55684
|
+
},
|
|
55685
|
+
{
|
|
55686
|
+
"kind": "javascript-module",
|
|
55687
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
55688
|
+
"declarations": [
|
|
55689
|
+
{
|
|
55690
|
+
"kind": "function",
|
|
55691
|
+
"name": "groupsToCriteria",
|
|
55692
|
+
"return": {
|
|
55693
|
+
"type": {
|
|
55694
|
+
"text": "string"
|
|
55695
|
+
}
|
|
55696
|
+
},
|
|
55697
|
+
"parameters": [
|
|
55698
|
+
{
|
|
55699
|
+
"name": "groups",
|
|
55700
|
+
"type": {
|
|
55701
|
+
"text": "CriteriaGroup[]"
|
|
55702
|
+
}
|
|
55703
|
+
}
|
|
55704
|
+
],
|
|
55705
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
55706
|
+
},
|
|
55707
|
+
{
|
|
55708
|
+
"kind": "variable",
|
|
55709
|
+
"name": "STRING_OPERATORS",
|
|
55710
|
+
"type": {
|
|
55711
|
+
"text": "CriteriaOperator[]"
|
|
55712
|
+
},
|
|
55713
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
55714
|
+
},
|
|
55715
|
+
{
|
|
55716
|
+
"kind": "variable",
|
|
55717
|
+
"name": "NUMERIC_OPERATORS",
|
|
55718
|
+
"type": {
|
|
55719
|
+
"text": "CriteriaOperator[]"
|
|
55720
|
+
},
|
|
55721
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
55722
|
+
},
|
|
55723
|
+
{
|
|
55724
|
+
"kind": "variable",
|
|
55725
|
+
"name": "DATE_OPERATORS",
|
|
55726
|
+
"type": {
|
|
55727
|
+
"text": "CriteriaOperator[]"
|
|
55728
|
+
},
|
|
55729
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
55730
|
+
},
|
|
55731
|
+
{
|
|
55732
|
+
"kind": "variable",
|
|
55733
|
+
"name": "DATETIME_OPERATORS",
|
|
55734
|
+
"type": {
|
|
55735
|
+
"text": "CriteriaOperator[]"
|
|
55736
|
+
},
|
|
55737
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
55738
|
+
}
|
|
55739
|
+
],
|
|
55740
|
+
"exports": [
|
|
55741
|
+
{
|
|
55742
|
+
"kind": "js",
|
|
55743
|
+
"name": "groupsToCriteria",
|
|
55744
|
+
"declaration": {
|
|
55745
|
+
"name": "groupsToCriteria",
|
|
55746
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55747
|
+
}
|
|
55748
|
+
},
|
|
55749
|
+
{
|
|
55750
|
+
"kind": "js",
|
|
55751
|
+
"name": "STRING_OPERATORS",
|
|
55752
|
+
"declaration": {
|
|
55753
|
+
"name": "STRING_OPERATORS",
|
|
55754
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55755
|
+
}
|
|
55756
|
+
},
|
|
55757
|
+
{
|
|
55758
|
+
"kind": "js",
|
|
55759
|
+
"name": "NUMERIC_OPERATORS",
|
|
55760
|
+
"declaration": {
|
|
55761
|
+
"name": "NUMERIC_OPERATORS",
|
|
55762
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55763
|
+
}
|
|
55764
|
+
},
|
|
55765
|
+
{
|
|
55766
|
+
"kind": "js",
|
|
55767
|
+
"name": "DATE_OPERATORS",
|
|
55768
|
+
"declaration": {
|
|
55769
|
+
"name": "DATE_OPERATORS",
|
|
55770
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55771
|
+
}
|
|
55772
|
+
},
|
|
55773
|
+
{
|
|
55774
|
+
"kind": "js",
|
|
55775
|
+
"name": "DATETIME_OPERATORS",
|
|
55776
|
+
"declaration": {
|
|
55777
|
+
"name": "DATETIME_OPERATORS",
|
|
55778
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55779
|
+
}
|
|
55780
|
+
}
|
|
55781
|
+
]
|
|
55782
|
+
},
|
|
55783
|
+
{
|
|
55784
|
+
"kind": "javascript-module",
|
|
55785
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
55786
|
+
"declarations": [
|
|
55787
|
+
{
|
|
55788
|
+
"kind": "function",
|
|
55789
|
+
"name": "validateClauses",
|
|
55790
|
+
"return": {
|
|
55791
|
+
"type": {
|
|
55792
|
+
"text": "ValidationResult"
|
|
55793
|
+
}
|
|
55794
|
+
},
|
|
55795
|
+
"parameters": [
|
|
55796
|
+
{
|
|
55797
|
+
"name": "clauses",
|
|
55798
|
+
"type": {
|
|
55799
|
+
"text": "CriteriaClause[]"
|
|
55800
|
+
}
|
|
55801
|
+
},
|
|
55802
|
+
{
|
|
55803
|
+
"name": "fieldMetadata",
|
|
55804
|
+
"type": {
|
|
55805
|
+
"text": "MetadataDetail[] | string[]"
|
|
55806
|
+
}
|
|
55807
|
+
}
|
|
55808
|
+
]
|
|
55809
|
+
},
|
|
55810
|
+
{
|
|
55811
|
+
"kind": "function",
|
|
55812
|
+
"name": "validateGroups",
|
|
55813
|
+
"return": {
|
|
55814
|
+
"type": {
|
|
55815
|
+
"text": "GroupsValidationResult"
|
|
55816
|
+
}
|
|
55817
|
+
},
|
|
55818
|
+
"parameters": [
|
|
55819
|
+
{
|
|
55820
|
+
"name": "groups",
|
|
55821
|
+
"type": {
|
|
55822
|
+
"text": "CriteriaGroup[]"
|
|
55823
|
+
}
|
|
55824
|
+
},
|
|
55825
|
+
{
|
|
55826
|
+
"name": "fieldMetadata",
|
|
55827
|
+
"type": {
|
|
55828
|
+
"text": "MetadataDetail[] | string[]"
|
|
55829
|
+
}
|
|
55830
|
+
}
|
|
55831
|
+
],
|
|
55832
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
55833
|
+
}
|
|
55834
|
+
],
|
|
55835
|
+
"exports": [
|
|
55836
|
+
{
|
|
55837
|
+
"kind": "js",
|
|
55838
|
+
"name": "validateClauses",
|
|
55839
|
+
"declaration": {
|
|
55840
|
+
"name": "validateClauses",
|
|
55841
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
55842
|
+
}
|
|
55843
|
+
},
|
|
55844
|
+
{
|
|
55845
|
+
"kind": "js",
|
|
55846
|
+
"name": "validateGroups",
|
|
55847
|
+
"declaration": {
|
|
55848
|
+
"name": "validateGroups",
|
|
55849
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
55850
|
+
}
|
|
55851
|
+
}
|
|
55852
|
+
]
|
|
55853
|
+
},
|
|
55854
55854
|
{
|
|
55855
55855
|
"kind": "javascript-module",
|
|
55856
55856
|
"path": "src/environment-indicator/utils/configure.ts",
|