@genesislcap/foundation-ui 14.374.2-alpha-0edcc93.0 → 14.375.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +826 -826
- package/package.json +18 -18
|
@@ -902,186 +902,160 @@
|
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"kind": "javascript-module",
|
|
905
|
-
"path": "src/
|
|
905
|
+
"path": "src/_common/base-file-component.ts",
|
|
906
906
|
"declarations": [
|
|
907
907
|
{
|
|
908
|
-
"kind": "
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
|
|
912
|
-
"text": "ElementStyles"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
"parameters": [
|
|
908
|
+
"kind": "class",
|
|
909
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
910
|
+
"name": "BaseFileComponent",
|
|
911
|
+
"members": [
|
|
916
912
|
{
|
|
917
|
-
"
|
|
913
|
+
"kind": "field",
|
|
914
|
+
"name": "fileInput",
|
|
918
915
|
"type": {
|
|
919
|
-
"text": "
|
|
920
|
-
}
|
|
916
|
+
"text": "HTMLInputElement"
|
|
917
|
+
},
|
|
918
|
+
"privacy": "public"
|
|
921
919
|
},
|
|
922
920
|
{
|
|
923
|
-
"
|
|
924
|
-
"
|
|
925
|
-
"text": "FoundationElementDefinition"
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
|
-
]
|
|
929
|
-
}
|
|
930
|
-
],
|
|
931
|
-
"exports": [
|
|
932
|
-
{
|
|
933
|
-
"kind": "js",
|
|
934
|
-
"name": "foundationAccordionItemStyles",
|
|
935
|
-
"declaration": {
|
|
936
|
-
"name": "foundationAccordionItemStyles",
|
|
937
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
]
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"kind": "javascript-module",
|
|
944
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
945
|
-
"declarations": [
|
|
946
|
-
{
|
|
947
|
-
"kind": "function",
|
|
948
|
-
"name": "foundationAccordionItemTemplate",
|
|
949
|
-
"return": {
|
|
950
|
-
"type": {
|
|
951
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
"parameters": [
|
|
955
|
-
{
|
|
956
|
-
"name": "context",
|
|
921
|
+
"kind": "field",
|
|
922
|
+
"name": "selectedFile",
|
|
957
923
|
"type": {
|
|
958
|
-
"text": "
|
|
959
|
-
}
|
|
924
|
+
"text": "File | null"
|
|
925
|
+
},
|
|
926
|
+
"privacy": "protected",
|
|
927
|
+
"default": "null"
|
|
960
928
|
},
|
|
961
929
|
{
|
|
962
|
-
"
|
|
930
|
+
"kind": "field",
|
|
931
|
+
"name": "label",
|
|
963
932
|
"type": {
|
|
964
|
-
"text": "
|
|
933
|
+
"text": "string"
|
|
965
934
|
}
|
|
966
|
-
}
|
|
967
|
-
]
|
|
968
|
-
}
|
|
969
|
-
],
|
|
970
|
-
"exports": [
|
|
971
|
-
{
|
|
972
|
-
"kind": "js",
|
|
973
|
-
"name": "foundationAccordionItemTemplate",
|
|
974
|
-
"declaration": {
|
|
975
|
-
"name": "foundationAccordionItemTemplate",
|
|
976
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
]
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"kind": "javascript-module",
|
|
983
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
984
|
-
"declarations": [
|
|
985
|
-
{
|
|
986
|
-
"kind": "class",
|
|
987
|
-
"description": "",
|
|
988
|
-
"name": "AccordionItem",
|
|
989
|
-
"superclass": {
|
|
990
|
-
"name": "FASTAccordionItem",
|
|
991
|
-
"package": "@microsoft/fast-components"
|
|
992
|
-
},
|
|
993
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
994
|
-
"customElement": true,
|
|
995
|
-
"attributes": [
|
|
935
|
+
},
|
|
996
936
|
{
|
|
997
|
-
"
|
|
937
|
+
"kind": "field",
|
|
938
|
+
"name": "accept",
|
|
998
939
|
"type": {
|
|
999
|
-
"text": "
|
|
940
|
+
"text": "string"
|
|
1000
941
|
},
|
|
1001
|
-
"default": "
|
|
1002
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1003
|
-
"fieldName": "headinglevel",
|
|
1004
|
-
"inheritedFrom": {
|
|
1005
|
-
"name": "AccordionItem",
|
|
1006
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1007
|
-
}
|
|
942
|
+
"default": "''"
|
|
1008
943
|
},
|
|
1009
944
|
{
|
|
945
|
+
"kind": "field",
|
|
946
|
+
"name": "fileSizeLimitBytes",
|
|
947
|
+
"default": "10_485_760",
|
|
1010
948
|
"type": {
|
|
1011
|
-
"text": "
|
|
1012
|
-
},
|
|
1013
|
-
"default": "false",
|
|
1014
|
-
"description": "Expands or collapses the item.",
|
|
1015
|
-
"fieldName": "expanded",
|
|
1016
|
-
"inheritedFrom": {
|
|
1017
|
-
"name": "AccordionItem",
|
|
1018
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
949
|
+
"text": "number"
|
|
1019
950
|
}
|
|
1020
951
|
},
|
|
1021
952
|
{
|
|
1022
|
-
"
|
|
953
|
+
"kind": "field",
|
|
954
|
+
"name": "fileName",
|
|
1023
955
|
"type": {
|
|
1024
956
|
"text": "string"
|
|
1025
957
|
},
|
|
1026
|
-
"
|
|
1027
|
-
|
|
1028
|
-
"inheritedFrom": {
|
|
1029
|
-
"name": "AccordionItem",
|
|
1030
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
],
|
|
1034
|
-
"members": [
|
|
958
|
+
"default": "''"
|
|
959
|
+
},
|
|
1035
960
|
{
|
|
1036
961
|
"kind": "field",
|
|
1037
|
-
"name": "
|
|
962
|
+
"name": "isProcessing",
|
|
1038
963
|
"type": {
|
|
1039
|
-
"text": "
|
|
964
|
+
"text": "boolean"
|
|
1040
965
|
},
|
|
966
|
+
"default": "false"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "method",
|
|
970
|
+
"name": "handleClick",
|
|
1041
971
|
"privacy": "public",
|
|
1042
|
-
"
|
|
1043
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1044
|
-
"inheritedFrom": {
|
|
1045
|
-
"name": "AccordionItem",
|
|
1046
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1047
|
-
}
|
|
972
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1048
973
|
},
|
|
1049
974
|
{
|
|
1050
|
-
"kind": "
|
|
1051
|
-
"name": "
|
|
1052
|
-
"type": {
|
|
1053
|
-
"text": "boolean"
|
|
1054
|
-
},
|
|
975
|
+
"kind": "method",
|
|
976
|
+
"name": "onInputChange",
|
|
1055
977
|
"privacy": "public",
|
|
1056
|
-
"
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
978
|
+
"parameters": [
|
|
979
|
+
{
|
|
980
|
+
"name": "e",
|
|
981
|
+
"type": {
|
|
982
|
+
"text": "Event"
|
|
983
|
+
},
|
|
984
|
+
"description": "The change event from the file input"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1062
988
|
},
|
|
1063
989
|
{
|
|
1064
|
-
"kind": "
|
|
1065
|
-
"name": "
|
|
1066
|
-
"type": {
|
|
1067
|
-
"text": "string"
|
|
1068
|
-
},
|
|
990
|
+
"kind": "method",
|
|
991
|
+
"name": "clearSelection",
|
|
1069
992
|
"privacy": "public",
|
|
1070
|
-
"description": "
|
|
1071
|
-
"inheritedFrom": {
|
|
1072
|
-
"name": "AccordionItem",
|
|
1073
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1074
|
-
}
|
|
993
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1075
994
|
},
|
|
1076
995
|
{
|
|
1077
|
-
"kind": "
|
|
1078
|
-
"name": "
|
|
1079
|
-
"privacy": "
|
|
1080
|
-
"
|
|
1081
|
-
|
|
1082
|
-
"
|
|
996
|
+
"kind": "method",
|
|
997
|
+
"name": "getSelectedFile",
|
|
998
|
+
"privacy": "public",
|
|
999
|
+
"description": "Gets the currently selected file object",
|
|
1000
|
+
"return": {
|
|
1001
|
+
"type": {
|
|
1002
|
+
"text": ""
|
|
1003
|
+
}
|
|
1083
1004
|
}
|
|
1084
1005
|
},
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "method",
|
|
1008
|
+
"name": "showError",
|
|
1009
|
+
"privacy": "protected",
|
|
1010
|
+
"parameters": [
|
|
1011
|
+
{
|
|
1012
|
+
"name": "title",
|
|
1013
|
+
"type": {
|
|
1014
|
+
"text": "string"
|
|
1015
|
+
},
|
|
1016
|
+
"description": "The error title"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "message",
|
|
1020
|
+
"type": {
|
|
1021
|
+
"text": "string"
|
|
1022
|
+
},
|
|
1023
|
+
"description": "The error message"
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"kind": "method",
|
|
1030
|
+
"name": "onFileSelected",
|
|
1031
|
+
"privacy": "protected",
|
|
1032
|
+
"return": {
|
|
1033
|
+
"type": {
|
|
1034
|
+
"text": "void"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"parameters": [
|
|
1038
|
+
{
|
|
1039
|
+
"name": "files",
|
|
1040
|
+
"type": {
|
|
1041
|
+
"text": "File[]"
|
|
1042
|
+
},
|
|
1043
|
+
"description": "The selected file"
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"description": "Abstract method called when a file is selected"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"kind": "method",
|
|
1050
|
+
"name": "onFileCleared",
|
|
1051
|
+
"privacy": "protected",
|
|
1052
|
+
"return": {
|
|
1053
|
+
"type": {
|
|
1054
|
+
"text": "void"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
"description": "Abstract method called when file selection is cleared"
|
|
1058
|
+
},
|
|
1085
1059
|
{
|
|
1086
1060
|
"kind": "field",
|
|
1087
1061
|
"name": "_presentation",
|
|
@@ -1194,78 +1168,104 @@
|
|
|
1194
1168
|
}
|
|
1195
1169
|
}
|
|
1196
1170
|
],
|
|
1197
|
-
"
|
|
1171
|
+
"attributes": [
|
|
1198
1172
|
{
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1173
|
+
"name": "label",
|
|
1174
|
+
"type": {
|
|
1175
|
+
"text": "string"
|
|
1176
|
+
},
|
|
1177
|
+
"fieldName": "label"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "accept",
|
|
1181
|
+
"type": {
|
|
1182
|
+
"text": "string"
|
|
1183
|
+
},
|
|
1184
|
+
"default": "''",
|
|
1185
|
+
"fieldName": "accept"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "file-size-limit-bytes",
|
|
1189
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1190
|
+
"resolveInitializer": {
|
|
1191
|
+
"module": "src/_common/base-file-component.ts"
|
|
1192
|
+
},
|
|
1193
|
+
"fieldName": "fileSizeLimitBytes"
|
|
1205
1194
|
}
|
|
1206
|
-
]
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
"type": {
|
|
1212
|
-
"text": "ShadowRootInit"
|
|
1213
|
-
},
|
|
1214
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"kind": "variable",
|
|
1218
|
-
"name": "defaultAccordionItemConfig",
|
|
1219
|
-
"type": {
|
|
1220
|
-
"text": "object"
|
|
1221
|
-
},
|
|
1222
|
-
"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}"
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"kind": "variable",
|
|
1226
|
-
"name": "foundationAccordionItem",
|
|
1227
|
-
"description": "The Foundation Accordion Item",
|
|
1228
|
-
"privacy": "public"
|
|
1195
|
+
],
|
|
1196
|
+
"superclass": {
|
|
1197
|
+
"name": "FoundationElement",
|
|
1198
|
+
"package": "@microsoft/fast-foundation"
|
|
1199
|
+
}
|
|
1229
1200
|
}
|
|
1230
1201
|
],
|
|
1231
1202
|
"exports": [
|
|
1232
1203
|
{
|
|
1233
1204
|
"kind": "js",
|
|
1234
|
-
"name": "
|
|
1205
|
+
"name": "BaseFileComponent",
|
|
1235
1206
|
"declaration": {
|
|
1236
|
-
"name": "
|
|
1237
|
-
"module": "src/
|
|
1207
|
+
"name": "BaseFileComponent",
|
|
1208
|
+
"module": "src/_common/base-file-component.ts"
|
|
1238
1209
|
}
|
|
1239
|
-
}
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "javascript-module",
|
|
1215
|
+
"path": "src/_common/icons.ts",
|
|
1216
|
+
"declarations": [
|
|
1217
|
+
{
|
|
1218
|
+
"kind": "function",
|
|
1219
|
+
"name": "closeIcon",
|
|
1220
|
+
"parameters": [
|
|
1221
|
+
{
|
|
1222
|
+
"name": "slot",
|
|
1223
|
+
"default": "'start'"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "fill",
|
|
1227
|
+
"default": "'#879ba6'"
|
|
1228
|
+
}
|
|
1229
|
+
]
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"exports": [
|
|
1240
1233
|
{
|
|
1241
1234
|
"kind": "js",
|
|
1242
|
-
"name": "
|
|
1235
|
+
"name": "closeIcon",
|
|
1243
1236
|
"declaration": {
|
|
1244
|
-
"name": "
|
|
1245
|
-
"module": "src/
|
|
1237
|
+
"name": "closeIcon",
|
|
1238
|
+
"module": "src/_common/icons.ts"
|
|
1246
1239
|
}
|
|
1247
|
-
}
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "javascript-module",
|
|
1245
|
+
"path": "src/_common/index.ts",
|
|
1246
|
+
"declarations": [],
|
|
1247
|
+
"exports": [
|
|
1248
1248
|
{
|
|
1249
1249
|
"kind": "js",
|
|
1250
|
-
"name": "
|
|
1250
|
+
"name": "*",
|
|
1251
1251
|
"declaration": {
|
|
1252
|
-
"name": "
|
|
1253
|
-
"
|
|
1252
|
+
"name": "*",
|
|
1253
|
+
"package": "./base-file-component"
|
|
1254
1254
|
}
|
|
1255
1255
|
},
|
|
1256
1256
|
{
|
|
1257
1257
|
"kind": "js",
|
|
1258
|
-
"name": "
|
|
1258
|
+
"name": "*",
|
|
1259
1259
|
"declaration": {
|
|
1260
|
-
"name": "
|
|
1261
|
-
"
|
|
1260
|
+
"name": "*",
|
|
1261
|
+
"package": "./icons"
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/
|
|
1268
|
+
"path": "src/_config/index.ts",
|
|
1269
1269
|
"declarations": [],
|
|
1270
1270
|
"exports": [
|
|
1271
1271
|
{
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
"name": "*",
|
|
1274
1274
|
"declaration": {
|
|
1275
1275
|
"name": "*",
|
|
1276
|
-
"package": "./
|
|
1276
|
+
"package": "./styles"
|
|
1277
1277
|
}
|
|
1278
1278
|
},
|
|
1279
1279
|
{
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
"name": "*",
|
|
1282
1282
|
"declaration": {
|
|
1283
1283
|
"name": "*",
|
|
1284
|
-
"package": "./
|
|
1284
|
+
"package": "./tokens"
|
|
1285
1285
|
}
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
@@ -1289,41 +1289,18 @@
|
|
|
1289
1289
|
"name": "*",
|
|
1290
1290
|
"declaration": {
|
|
1291
1291
|
"name": "*",
|
|
1292
|
-
"package": "./
|
|
1292
|
+
"package": "./values"
|
|
1293
1293
|
}
|
|
1294
1294
|
}
|
|
1295
1295
|
]
|
|
1296
1296
|
},
|
|
1297
1297
|
{
|
|
1298
1298
|
"kind": "javascript-module",
|
|
1299
|
-
"path": "src/
|
|
1299
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1300
1300
|
"declarations": [
|
|
1301
1301
|
{
|
|
1302
1302
|
"kind": "function",
|
|
1303
|
-
"name": "
|
|
1304
|
-
"return": {
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ElementStyles"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"parameters": [
|
|
1310
|
-
{
|
|
1311
|
-
"name": "context",
|
|
1312
|
-
"type": {
|
|
1313
|
-
"text": "ElementDefinitionContext"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "definition",
|
|
1318
|
-
"type": {
|
|
1319
|
-
"text": "FoundationElementDefinition"
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "function",
|
|
1326
|
-
"name": "foundationActionsMenuStyles",
|
|
1303
|
+
"name": "foundationAccordionItemStyles",
|
|
1327
1304
|
"return": {
|
|
1328
1305
|
"type": {
|
|
1329
1306
|
"text": "ElementStyles"
|
|
@@ -1348,269 +1325,156 @@
|
|
|
1348
1325
|
"exports": [
|
|
1349
1326
|
{
|
|
1350
1327
|
"kind": "js",
|
|
1351
|
-
"name": "
|
|
1352
|
-
"declaration": {
|
|
1353
|
-
"name": "actionsMenuBaseStyles",
|
|
1354
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "js",
|
|
1359
|
-
"name": "foundationActionsMenuStyles",
|
|
1328
|
+
"name": "foundationAccordionItemStyles",
|
|
1360
1329
|
"declaration": {
|
|
1361
|
-
"name": "
|
|
1362
|
-
"module": "src/
|
|
1330
|
+
"name": "foundationAccordionItemStyles",
|
|
1331
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1363
1332
|
}
|
|
1364
1333
|
}
|
|
1365
1334
|
]
|
|
1366
1335
|
},
|
|
1367
1336
|
{
|
|
1368
1337
|
"kind": "javascript-module",
|
|
1369
|
-
"path": "src/
|
|
1338
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1370
1339
|
"declarations": [
|
|
1371
1340
|
{
|
|
1372
1341
|
"kind": "function",
|
|
1373
|
-
"name": "
|
|
1342
|
+
"name": "foundationAccordionItemTemplate",
|
|
1343
|
+
"return": {
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1374
1348
|
"parameters": [
|
|
1375
1349
|
{
|
|
1376
|
-
"name": "
|
|
1350
|
+
"name": "context",
|
|
1377
1351
|
"type": {
|
|
1378
|
-
"text": "
|
|
1352
|
+
"text": "ElementDefinitionContext"
|
|
1379
1353
|
}
|
|
1380
|
-
}
|
|
1381
|
-
]
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "function",
|
|
1385
|
-
"name": "singleOptionTemplate",
|
|
1386
|
-
"parameters": [
|
|
1354
|
+
},
|
|
1387
1355
|
{
|
|
1388
|
-
"name": "
|
|
1356
|
+
"name": "definition",
|
|
1389
1357
|
"type": {
|
|
1390
|
-
"text": "
|
|
1358
|
+
"text": "FoundationElementDefinition"
|
|
1391
1359
|
}
|
|
1392
1360
|
}
|
|
1393
1361
|
]
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "variable",
|
|
1397
|
-
"name": "foundationActionsMenuTemplate",
|
|
1398
|
-
"type": {
|
|
1399
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1400
|
-
},
|
|
1401
|
-
"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`"
|
|
1402
1362
|
}
|
|
1403
1363
|
],
|
|
1404
1364
|
"exports": [
|
|
1405
1365
|
{
|
|
1406
1366
|
"kind": "js",
|
|
1407
|
-
"name": "
|
|
1408
|
-
"declaration": {
|
|
1409
|
-
"name": "menuTemplate",
|
|
1410
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"kind": "js",
|
|
1415
|
-
"name": "singleOptionTemplate",
|
|
1416
|
-
"declaration": {
|
|
1417
|
-
"name": "singleOptionTemplate",
|
|
1418
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "js",
|
|
1423
|
-
"name": "foundationActionsMenuTemplate",
|
|
1367
|
+
"name": "foundationAccordionItemTemplate",
|
|
1424
1368
|
"declaration": {
|
|
1425
|
-
"name": "
|
|
1426
|
-
"module": "src/
|
|
1369
|
+
"name": "foundationAccordionItemTemplate",
|
|
1370
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1427
1371
|
}
|
|
1428
1372
|
}
|
|
1429
1373
|
]
|
|
1430
1374
|
},
|
|
1431
1375
|
{
|
|
1432
1376
|
"kind": "javascript-module",
|
|
1433
|
-
"path": "src/
|
|
1377
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1434
1378
|
"declarations": [
|
|
1435
1379
|
{
|
|
1436
1380
|
"kind": "class",
|
|
1437
1381
|
"description": "",
|
|
1438
|
-
"name": "
|
|
1439
|
-
"
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "field",
|
|
1449
|
-
"name": "isVertical",
|
|
1450
|
-
"type": {
|
|
1451
|
-
"text": "boolean"
|
|
1452
|
-
},
|
|
1453
|
-
"default": "false"
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
"kind": "field",
|
|
1457
|
-
"name": "addDefaultActions",
|
|
1458
|
-
"type": {
|
|
1459
|
-
"text": "boolean"
|
|
1460
|
-
},
|
|
1461
|
-
"default": "true"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"kind": "field",
|
|
1465
|
-
"name": "autoCloseOnAction",
|
|
1466
|
-
"type": {
|
|
1467
|
-
"text": "boolean"
|
|
1468
|
-
},
|
|
1469
|
-
"default": "true"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"kind": "field",
|
|
1473
|
-
"name": "classNames",
|
|
1474
|
-
"type": {
|
|
1475
|
-
"text": "string"
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"kind": "field",
|
|
1480
|
-
"name": "definition",
|
|
1481
|
-
"type": {
|
|
1482
|
-
"text": "any"
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "field",
|
|
1487
|
-
"name": "name",
|
|
1488
|
-
"type": {
|
|
1489
|
-
"text": "string"
|
|
1490
|
-
},
|
|
1491
|
-
"default": "'Actions'"
|
|
1492
|
-
},
|
|
1382
|
+
"name": "AccordionItem",
|
|
1383
|
+
"superclass": {
|
|
1384
|
+
"name": "FASTAccordionItem",
|
|
1385
|
+
"package": "@microsoft/fast-components"
|
|
1386
|
+
},
|
|
1387
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1388
|
+
"customElement": true,
|
|
1389
|
+
"attributes": [
|
|
1493
1390
|
{
|
|
1494
|
-
"
|
|
1495
|
-
"name": "open",
|
|
1391
|
+
"name": "heading-level",
|
|
1496
1392
|
"type": {
|
|
1497
|
-
"text": "
|
|
1393
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1498
1394
|
},
|
|
1499
|
-
"default": "
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
"
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
"text": "string"
|
|
1395
|
+
"default": "2",
|
|
1396
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1397
|
+
"fieldName": "headinglevel",
|
|
1398
|
+
"inheritedFrom": {
|
|
1399
|
+
"name": "AccordionItem",
|
|
1400
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1506
1401
|
}
|
|
1507
1402
|
},
|
|
1508
1403
|
{
|
|
1509
|
-
"kind": "field",
|
|
1510
|
-
"name": "hideDisabled",
|
|
1511
|
-
"type": {
|
|
1512
|
-
"text": "boolean"
|
|
1513
|
-
},
|
|
1514
|
-
"default": "false"
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"kind": "field",
|
|
1518
|
-
"name": "hideMenuSingleOption",
|
|
1519
1404
|
"type": {
|
|
1520
1405
|
"text": "boolean"
|
|
1521
1406
|
},
|
|
1522
|
-
"default": "false"
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
"
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
"text": "ActionMenuItem"
|
|
1407
|
+
"default": "false",
|
|
1408
|
+
"description": "Expands or collapses the item.",
|
|
1409
|
+
"fieldName": "expanded",
|
|
1410
|
+
"inheritedFrom": {
|
|
1411
|
+
"name": "AccordionItem",
|
|
1412
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
1413
|
}
|
|
1530
1414
|
},
|
|
1531
1415
|
{
|
|
1532
|
-
"
|
|
1533
|
-
"name": "actionsMenu",
|
|
1416
|
+
"name": "id",
|
|
1534
1417
|
"type": {
|
|
1535
|
-
"text": "
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
"
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
"text": "any"
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "newValue",
|
|
1551
|
-
"type": {
|
|
1552
|
-
"text": "any"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "method",
|
|
1559
|
-
"name": "openChanged",
|
|
1560
|
-
"privacy": "protected"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "method",
|
|
1564
|
-
"name": "toggleActionsMenuVisibility"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "method",
|
|
1568
|
-
"name": "onActionMenuItemClick",
|
|
1569
|
-
"parameters": [
|
|
1570
|
-
{
|
|
1571
|
-
"name": "callback",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "(rowData) => void | any"
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
]
|
|
1577
|
-
},
|
|
1418
|
+
"text": "string"
|
|
1419
|
+
},
|
|
1420
|
+
"description": "The item ID",
|
|
1421
|
+
"fieldName": "id",
|
|
1422
|
+
"inheritedFrom": {
|
|
1423
|
+
"name": "AccordionItem",
|
|
1424
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
"members": [
|
|
1578
1429
|
{
|
|
1579
1430
|
"kind": "field",
|
|
1580
|
-
"name": "
|
|
1431
|
+
"name": "headinglevel",
|
|
1581
1432
|
"type": {
|
|
1582
|
-
"text": "
|
|
1433
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1583
1434
|
},
|
|
1584
|
-
"
|
|
1435
|
+
"privacy": "public",
|
|
1436
|
+
"default": "2",
|
|
1437
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1438
|
+
"inheritedFrom": {
|
|
1439
|
+
"name": "AccordionItem",
|
|
1440
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1441
|
+
}
|
|
1585
1442
|
},
|
|
1586
1443
|
{
|
|
1587
1444
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1589
|
-
"
|
|
1445
|
+
"name": "expanded",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "boolean"
|
|
1448
|
+
},
|
|
1449
|
+
"privacy": "public",
|
|
1450
|
+
"default": "false",
|
|
1451
|
+
"description": "Expands or collapses the item.",
|
|
1452
|
+
"inheritedFrom": {
|
|
1453
|
+
"name": "AccordionItem",
|
|
1454
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1455
|
+
}
|
|
1590
1456
|
},
|
|
1591
1457
|
{
|
|
1592
|
-
"kind": "
|
|
1593
|
-
"name": "
|
|
1594
|
-
"
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1458
|
+
"kind": "field",
|
|
1459
|
+
"name": "id",
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "string"
|
|
1462
|
+
},
|
|
1463
|
+
"privacy": "public",
|
|
1464
|
+
"description": "The item ID",
|
|
1465
|
+
"inheritedFrom": {
|
|
1466
|
+
"name": "AccordionItem",
|
|
1467
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1468
|
+
}
|
|
1602
1469
|
},
|
|
1603
1470
|
{
|
|
1604
|
-
"kind": "
|
|
1605
|
-
"name": "
|
|
1606
|
-
"
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
]
|
|
1471
|
+
"kind": "field",
|
|
1472
|
+
"name": "change",
|
|
1473
|
+
"privacy": "private",
|
|
1474
|
+
"inheritedFrom": {
|
|
1475
|
+
"name": "AccordionItem",
|
|
1476
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1477
|
+
}
|
|
1614
1478
|
},
|
|
1615
1479
|
{
|
|
1616
1480
|
"kind": "field",
|
|
@@ -1724,107 +1588,260 @@
|
|
|
1724
1588
|
}
|
|
1725
1589
|
}
|
|
1726
1590
|
],
|
|
1727
|
-
"
|
|
1728
|
-
{
|
|
1729
|
-
"name": "is-vertical",
|
|
1730
|
-
"type": {
|
|
1731
|
-
"text": "boolean"
|
|
1732
|
-
},
|
|
1733
|
-
"default": "false",
|
|
1734
|
-
"fieldName": "isVertical"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"name": "add-default-actions",
|
|
1738
|
-
"type": {
|
|
1739
|
-
"text": "boolean"
|
|
1740
|
-
},
|
|
1741
|
-
"default": "true",
|
|
1742
|
-
"fieldName": "addDefaultActions"
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"name": "auto-close-on-action",
|
|
1746
|
-
"type": {
|
|
1747
|
-
"text": "boolean"
|
|
1748
|
-
},
|
|
1749
|
-
"default": "true",
|
|
1750
|
-
"fieldName": "autoCloseOnAction"
|
|
1751
|
-
},
|
|
1591
|
+
"events": [
|
|
1752
1592
|
{
|
|
1753
|
-
"
|
|
1754
|
-
"
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
}
|
|
1593
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1594
|
+
"name": "change",
|
|
1595
|
+
"inheritedFrom": {
|
|
1596
|
+
"name": "AccordionItem",
|
|
1597
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "variable",
|
|
1604
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1605
|
+
"type": {
|
|
1606
|
+
"text": "ShadowRootInit"
|
|
1607
|
+
},
|
|
1608
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "variable",
|
|
1612
|
+
"name": "defaultAccordionItemConfig",
|
|
1613
|
+
"type": {
|
|
1614
|
+
"text": "object"
|
|
1615
|
+
},
|
|
1616
|
+
"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}"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "variable",
|
|
1620
|
+
"name": "foundationAccordionItem",
|
|
1621
|
+
"description": "The Foundation Accordion Item",
|
|
1622
|
+
"privacy": "public"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"exports": [
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "js",
|
|
1628
|
+
"name": "AccordionItem",
|
|
1629
|
+
"declaration": {
|
|
1630
|
+
"name": "AccordionItem",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "js",
|
|
1636
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1637
|
+
"declaration": {
|
|
1638
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1639
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "js",
|
|
1644
|
+
"name": "defaultAccordionItemConfig",
|
|
1645
|
+
"declaration": {
|
|
1646
|
+
"name": "defaultAccordionItemConfig",
|
|
1647
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "js",
|
|
1652
|
+
"name": "foundationAccordionItem",
|
|
1653
|
+
"declaration": {
|
|
1654
|
+
"name": "foundationAccordionItem",
|
|
1655
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
]
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "javascript-module",
|
|
1662
|
+
"path": "src/accordion-item/index.ts",
|
|
1663
|
+
"declarations": [],
|
|
1664
|
+
"exports": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "*",
|
|
1670
|
+
"package": "./accordion-item.template"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "js",
|
|
1675
|
+
"name": "*",
|
|
1676
|
+
"declaration": {
|
|
1677
|
+
"name": "*",
|
|
1678
|
+
"package": "./accordion-item.styles"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "js",
|
|
1683
|
+
"name": "*",
|
|
1684
|
+
"declaration": {
|
|
1685
|
+
"name": "*",
|
|
1686
|
+
"package": "./accordion-item"
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "javascript-module",
|
|
1693
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1694
|
+
"declarations": [
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "function",
|
|
1697
|
+
"name": "foundationAccordionStyles",
|
|
1698
|
+
"return": {
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "ElementStyles"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
"parameters": [
|
|
1760
1704
|
{
|
|
1761
|
-
"name": "
|
|
1705
|
+
"name": "context",
|
|
1762
1706
|
"type": {
|
|
1763
|
-
"text": "
|
|
1764
|
-
}
|
|
1765
|
-
"default": "false",
|
|
1766
|
-
"fieldName": "open"
|
|
1707
|
+
"text": "ElementDefinitionContext"
|
|
1708
|
+
}
|
|
1767
1709
|
},
|
|
1768
1710
|
{
|
|
1769
|
-
"name": "
|
|
1711
|
+
"name": "definition",
|
|
1770
1712
|
"type": {
|
|
1771
|
-
"text": "
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
|
|
1713
|
+
"text": "FoundationElementDefinition"
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"exports": [
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "js",
|
|
1722
|
+
"name": "foundationAccordionStyles",
|
|
1723
|
+
"declaration": {
|
|
1724
|
+
"name": "foundationAccordionStyles",
|
|
1725
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "javascript-module",
|
|
1732
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1733
|
+
"declarations": [
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "function",
|
|
1736
|
+
"name": "foundationAccordionTemplate",
|
|
1737
|
+
"return": {
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "ViewTemplate<Accordion>"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"parameters": [
|
|
1775
1743
|
{
|
|
1776
|
-
"name": "
|
|
1744
|
+
"name": "context",
|
|
1777
1745
|
"type": {
|
|
1778
|
-
"text": "
|
|
1779
|
-
}
|
|
1780
|
-
"default": "false",
|
|
1781
|
-
"fieldName": "hideDisabled"
|
|
1746
|
+
"text": "ElementDefinitionContext"
|
|
1747
|
+
}
|
|
1782
1748
|
},
|
|
1783
1749
|
{
|
|
1784
|
-
"name": "
|
|
1750
|
+
"name": "definition",
|
|
1785
1751
|
"type": {
|
|
1786
|
-
"text": "
|
|
1787
|
-
}
|
|
1788
|
-
"default": "false",
|
|
1789
|
-
"fieldName": "hideMenuSingleOption"
|
|
1752
|
+
"text": "FoundationElementDefinition"
|
|
1753
|
+
}
|
|
1790
1754
|
}
|
|
1791
|
-
]
|
|
1755
|
+
]
|
|
1756
|
+
}
|
|
1757
|
+
],
|
|
1758
|
+
"exports": [
|
|
1759
|
+
{
|
|
1760
|
+
"kind": "js",
|
|
1761
|
+
"name": "foundationAccordionTemplate",
|
|
1762
|
+
"declaration": {
|
|
1763
|
+
"name": "foundationAccordionTemplate",
|
|
1764
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "javascript-module",
|
|
1771
|
+
"path": "src/accordion/accordion.ts",
|
|
1772
|
+
"declarations": [
|
|
1773
|
+
{
|
|
1774
|
+
"kind": "class",
|
|
1775
|
+
"description": "",
|
|
1776
|
+
"name": "Accordion",
|
|
1792
1777
|
"superclass": {
|
|
1793
|
-
"name": "
|
|
1778
|
+
"name": "FASTAccordion",
|
|
1794
1779
|
"package": "@microsoft/fast-foundation"
|
|
1795
1780
|
},
|
|
1796
|
-
"tagName": "%%prefix%%-
|
|
1781
|
+
"tagName": "%%prefix%%-accordion",
|
|
1797
1782
|
"customElement": true
|
|
1798
1783
|
},
|
|
1799
1784
|
{
|
|
1800
1785
|
"kind": "variable",
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1786
|
+
"name": "foundationAccordionShadowOptions",
|
|
1787
|
+
"type": {
|
|
1788
|
+
"text": "ShadowRootInit"
|
|
1789
|
+
},
|
|
1790
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "variable",
|
|
1794
|
+
"name": "defaultAccordionConfig",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "object"
|
|
1797
|
+
},
|
|
1798
|
+
"default": "{}"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "variable",
|
|
1802
|
+
"name": "foundationAccordion",
|
|
1803
|
+
"description": "The Foundation Accordion",
|
|
1803
1804
|
"privacy": "public"
|
|
1804
1805
|
}
|
|
1805
1806
|
],
|
|
1806
1807
|
"exports": [
|
|
1807
1808
|
{
|
|
1808
1809
|
"kind": "js",
|
|
1809
|
-
"name": "
|
|
1810
|
+
"name": "Accordion",
|
|
1810
1811
|
"declaration": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/
|
|
1812
|
+
"name": "Accordion",
|
|
1813
|
+
"module": "src/accordion/accordion.ts"
|
|
1813
1814
|
}
|
|
1814
1815
|
},
|
|
1815
1816
|
{
|
|
1816
1817
|
"kind": "js",
|
|
1817
|
-
"name": "
|
|
1818
|
+
"name": "foundationAccordionShadowOptions",
|
|
1818
1819
|
"declaration": {
|
|
1819
|
-
"name": "
|
|
1820
|
-
"module": "src/
|
|
1820
|
+
"name": "foundationAccordionShadowOptions",
|
|
1821
|
+
"module": "src/accordion/accordion.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "js",
|
|
1826
|
+
"name": "defaultAccordionConfig",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "defaultAccordionConfig",
|
|
1829
|
+
"module": "src/accordion/accordion.ts"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"kind": "js",
|
|
1834
|
+
"name": "foundationAccordion",
|
|
1835
|
+
"declaration": {
|
|
1836
|
+
"name": "foundationAccordion",
|
|
1837
|
+
"module": "src/accordion/accordion.ts"
|
|
1821
1838
|
}
|
|
1822
1839
|
}
|
|
1823
1840
|
]
|
|
1824
1841
|
},
|
|
1825
1842
|
{
|
|
1826
1843
|
"kind": "javascript-module",
|
|
1827
|
-
"path": "src/
|
|
1844
|
+
"path": "src/accordion/index.ts",
|
|
1828
1845
|
"declarations": [],
|
|
1829
1846
|
"exports": [
|
|
1830
1847
|
{
|
|
@@ -1832,7 +1849,7 @@
|
|
|
1832
1849
|
"name": "*",
|
|
1833
1850
|
"declaration": {
|
|
1834
1851
|
"name": "*",
|
|
1835
|
-
"package": "./
|
|
1852
|
+
"package": "./accordion.template"
|
|
1836
1853
|
}
|
|
1837
1854
|
},
|
|
1838
1855
|
{
|
|
@@ -1840,7 +1857,7 @@
|
|
|
1840
1857
|
"name": "*",
|
|
1841
1858
|
"declaration": {
|
|
1842
1859
|
"name": "*",
|
|
1843
|
-
"package": "./
|
|
1860
|
+
"package": "./accordion.styles"
|
|
1844
1861
|
}
|
|
1845
1862
|
},
|
|
1846
1863
|
{
|
|
@@ -1848,166 +1865,328 @@
|
|
|
1848
1865
|
"name": "*",
|
|
1849
1866
|
"declaration": {
|
|
1850
1867
|
"name": "*",
|
|
1851
|
-
"package": "./
|
|
1868
|
+
"package": "./accordion"
|
|
1852
1869
|
}
|
|
1853
1870
|
}
|
|
1854
1871
|
]
|
|
1855
1872
|
},
|
|
1856
1873
|
{
|
|
1857
1874
|
"kind": "javascript-module",
|
|
1858
|
-
"path": "src/
|
|
1875
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1876
|
+
"declarations": [
|
|
1877
|
+
{
|
|
1878
|
+
"kind": "function",
|
|
1879
|
+
"name": "actionsMenuBaseStyles",
|
|
1880
|
+
"return": {
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "ElementStyles"
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
"parameters": [
|
|
1886
|
+
{
|
|
1887
|
+
"name": "context",
|
|
1888
|
+
"type": {
|
|
1889
|
+
"text": "ElementDefinitionContext"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "definition",
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "FoundationElementDefinition"
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
]
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"kind": "function",
|
|
1902
|
+
"name": "foundationActionsMenuStyles",
|
|
1903
|
+
"return": {
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "ElementStyles"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
"parameters": [
|
|
1909
|
+
{
|
|
1910
|
+
"name": "context",
|
|
1911
|
+
"type": {
|
|
1912
|
+
"text": "ElementDefinitionContext"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "definition",
|
|
1917
|
+
"type": {
|
|
1918
|
+
"text": "FoundationElementDefinition"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"exports": [
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "js",
|
|
1927
|
+
"name": "actionsMenuBaseStyles",
|
|
1928
|
+
"declaration": {
|
|
1929
|
+
"name": "actionsMenuBaseStyles",
|
|
1930
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"kind": "js",
|
|
1935
|
+
"name": "foundationActionsMenuStyles",
|
|
1936
|
+
"declaration": {
|
|
1937
|
+
"name": "foundationActionsMenuStyles",
|
|
1938
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
]
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "javascript-module",
|
|
1945
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1946
|
+
"declarations": [
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "function",
|
|
1949
|
+
"name": "menuTemplate",
|
|
1950
|
+
"parameters": [
|
|
1951
|
+
{
|
|
1952
|
+
"name": "prefix",
|
|
1953
|
+
"type": {
|
|
1954
|
+
"text": "string"
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
]
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "function",
|
|
1961
|
+
"name": "singleOptionTemplate",
|
|
1962
|
+
"parameters": [
|
|
1963
|
+
{
|
|
1964
|
+
"name": "prefix",
|
|
1965
|
+
"type": {
|
|
1966
|
+
"text": "string"
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"kind": "variable",
|
|
1973
|
+
"name": "foundationActionsMenuTemplate",
|
|
1974
|
+
"type": {
|
|
1975
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1976
|
+
},
|
|
1977
|
+
"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`"
|
|
1978
|
+
}
|
|
1979
|
+
],
|
|
1980
|
+
"exports": [
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "js",
|
|
1983
|
+
"name": "menuTemplate",
|
|
1984
|
+
"declaration": {
|
|
1985
|
+
"name": "menuTemplate",
|
|
1986
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "js",
|
|
1991
|
+
"name": "singleOptionTemplate",
|
|
1992
|
+
"declaration": {
|
|
1993
|
+
"name": "singleOptionTemplate",
|
|
1994
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "js",
|
|
1999
|
+
"name": "foundationActionsMenuTemplate",
|
|
2000
|
+
"declaration": {
|
|
2001
|
+
"name": "foundationActionsMenuTemplate",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
]
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "javascript-module",
|
|
2009
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1859
2010
|
"declarations": [
|
|
1860
2011
|
{
|
|
1861
2012
|
"kind": "class",
|
|
1862
|
-
"description": "
|
|
1863
|
-
"name": "
|
|
2013
|
+
"description": "",
|
|
2014
|
+
"name": "ActionsMenu",
|
|
1864
2015
|
"members": [
|
|
1865
2016
|
{
|
|
1866
2017
|
"kind": "field",
|
|
1867
|
-
"name": "
|
|
2018
|
+
"name": "actions",
|
|
2019
|
+
"type": {
|
|
2020
|
+
"text": "ActionMenuItem[]"
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"kind": "field",
|
|
2025
|
+
"name": "isVertical",
|
|
2026
|
+
"type": {
|
|
2027
|
+
"text": "boolean"
|
|
2028
|
+
},
|
|
2029
|
+
"default": "false"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "field",
|
|
2033
|
+
"name": "addDefaultActions",
|
|
1868
2034
|
"type": {
|
|
1869
|
-
"text": "
|
|
2035
|
+
"text": "boolean"
|
|
1870
2036
|
},
|
|
1871
|
-
"
|
|
2037
|
+
"default": "true"
|
|
1872
2038
|
},
|
|
1873
2039
|
{
|
|
1874
2040
|
"kind": "field",
|
|
1875
|
-
"name": "
|
|
2041
|
+
"name": "autoCloseOnAction",
|
|
1876
2042
|
"type": {
|
|
1877
|
-
"text": "
|
|
2043
|
+
"text": "boolean"
|
|
1878
2044
|
},
|
|
1879
|
-
"
|
|
1880
|
-
"default": "null"
|
|
2045
|
+
"default": "true"
|
|
1881
2046
|
},
|
|
1882
2047
|
{
|
|
1883
2048
|
"kind": "field",
|
|
1884
|
-
"name": "
|
|
2049
|
+
"name": "classNames",
|
|
1885
2050
|
"type": {
|
|
1886
2051
|
"text": "string"
|
|
1887
2052
|
}
|
|
1888
2053
|
},
|
|
1889
2054
|
{
|
|
1890
2055
|
"kind": "field",
|
|
1891
|
-
"name": "
|
|
2056
|
+
"name": "definition",
|
|
2057
|
+
"type": {
|
|
2058
|
+
"text": "any"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "name",
|
|
1892
2064
|
"type": {
|
|
1893
2065
|
"text": "string"
|
|
1894
2066
|
},
|
|
1895
|
-
"default": "''"
|
|
2067
|
+
"default": "'Actions'"
|
|
1896
2068
|
},
|
|
1897
2069
|
{
|
|
1898
2070
|
"kind": "field",
|
|
1899
|
-
"name": "
|
|
1900
|
-
"default": "10_485_760",
|
|
2071
|
+
"name": "open",
|
|
1901
2072
|
"type": {
|
|
1902
|
-
"text": "
|
|
1903
|
-
}
|
|
2073
|
+
"text": "boolean"
|
|
2074
|
+
},
|
|
2075
|
+
"default": "false"
|
|
1904
2076
|
},
|
|
1905
2077
|
{
|
|
1906
2078
|
"kind": "field",
|
|
1907
|
-
"name": "
|
|
2079
|
+
"name": "buttonAppearance",
|
|
1908
2080
|
"type": {
|
|
1909
2081
|
"text": "string"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "hideDisabled",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "boolean"
|
|
1910
2089
|
},
|
|
1911
|
-
"default": "
|
|
2090
|
+
"default": "false"
|
|
1912
2091
|
},
|
|
1913
2092
|
{
|
|
1914
2093
|
"kind": "field",
|
|
1915
|
-
"name": "
|
|
2094
|
+
"name": "hideMenuSingleOption",
|
|
1916
2095
|
"type": {
|
|
1917
2096
|
"text": "boolean"
|
|
1918
2097
|
},
|
|
1919
2098
|
"default": "false"
|
|
1920
2099
|
},
|
|
1921
2100
|
{
|
|
1922
|
-
"kind": "
|
|
1923
|
-
"name": "
|
|
1924
|
-
"
|
|
1925
|
-
|
|
2101
|
+
"kind": "field",
|
|
2102
|
+
"name": "singleOption",
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "ActionMenuItem"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"kind": "field",
|
|
2109
|
+
"name": "actionsMenu",
|
|
2110
|
+
"type": {
|
|
2111
|
+
"text": "HTMLElement"
|
|
2112
|
+
}
|
|
1926
2113
|
},
|
|
1927
2114
|
{
|
|
1928
2115
|
"kind": "method",
|
|
1929
|
-
"name": "
|
|
1930
|
-
"privacy": "
|
|
2116
|
+
"name": "definitionChanged",
|
|
2117
|
+
"privacy": "protected",
|
|
1931
2118
|
"parameters": [
|
|
1932
2119
|
{
|
|
1933
|
-
"name": "
|
|
2120
|
+
"name": "oldValue",
|
|
1934
2121
|
"type": {
|
|
1935
|
-
"text": "
|
|
1936
|
-
}
|
|
1937
|
-
|
|
2122
|
+
"text": "any"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"name": "newValue",
|
|
2127
|
+
"type": {
|
|
2128
|
+
"text": "any"
|
|
2129
|
+
}
|
|
1938
2130
|
}
|
|
1939
|
-
]
|
|
1940
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
2131
|
+
]
|
|
1941
2132
|
},
|
|
1942
2133
|
{
|
|
1943
2134
|
"kind": "method",
|
|
1944
|
-
"name": "
|
|
1945
|
-
"privacy": "
|
|
1946
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
2135
|
+
"name": "openChanged",
|
|
2136
|
+
"privacy": "protected"
|
|
1947
2137
|
},
|
|
1948
2138
|
{
|
|
1949
2139
|
"kind": "method",
|
|
1950
|
-
"name": "
|
|
1951
|
-
"privacy": "public",
|
|
1952
|
-
"description": "Gets the currently selected file object",
|
|
1953
|
-
"return": {
|
|
1954
|
-
"type": {
|
|
1955
|
-
"text": ""
|
|
1956
|
-
}
|
|
1957
|
-
}
|
|
2140
|
+
"name": "toggleActionsMenuVisibility"
|
|
1958
2141
|
},
|
|
1959
2142
|
{
|
|
1960
2143
|
"kind": "method",
|
|
1961
|
-
"name": "
|
|
1962
|
-
"privacy": "protected",
|
|
2144
|
+
"name": "onActionMenuItemClick",
|
|
1963
2145
|
"parameters": [
|
|
1964
2146
|
{
|
|
1965
|
-
"name": "
|
|
1966
|
-
"type": {
|
|
1967
|
-
"text": "string"
|
|
1968
|
-
},
|
|
1969
|
-
"description": "The error title"
|
|
1970
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"name": "message",
|
|
2147
|
+
"name": "callback",
|
|
1973
2148
|
"type": {
|
|
1974
|
-
"text": "
|
|
1975
|
-
}
|
|
1976
|
-
"description": "The error message"
|
|
2149
|
+
"text": "(rowData) => void | any"
|
|
2150
|
+
}
|
|
1977
2151
|
}
|
|
1978
|
-
]
|
|
1979
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
2152
|
+
]
|
|
1980
2153
|
},
|
|
1981
2154
|
{
|
|
1982
|
-
"kind": "
|
|
1983
|
-
"name": "
|
|
1984
|
-
"
|
|
1985
|
-
|
|
1986
|
-
"type": {
|
|
1987
|
-
"text": "void"
|
|
1988
|
-
}
|
|
2155
|
+
"kind": "field",
|
|
2156
|
+
"name": "allActions",
|
|
2157
|
+
"type": {
|
|
2158
|
+
"text": "ActionMenuItem[]"
|
|
1989
2159
|
},
|
|
2160
|
+
"readonly": true
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "field",
|
|
2164
|
+
"name": "rowData",
|
|
2165
|
+
"readonly": true
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "method",
|
|
2169
|
+
"name": "getLabel",
|
|
1990
2170
|
"parameters": [
|
|
1991
2171
|
{
|
|
1992
|
-
"name": "
|
|
2172
|
+
"name": "name",
|
|
1993
2173
|
"type": {
|
|
1994
|
-
"text": "
|
|
1995
|
-
}
|
|
1996
|
-
"description": "The selected file"
|
|
2174
|
+
"text": "string | ((rowData: any) => string)"
|
|
2175
|
+
}
|
|
1997
2176
|
}
|
|
1998
|
-
]
|
|
1999
|
-
"description": "Abstract method called when a file is selected"
|
|
2177
|
+
]
|
|
2000
2178
|
},
|
|
2001
2179
|
{
|
|
2002
2180
|
"kind": "method",
|
|
2003
|
-
"name": "
|
|
2004
|
-
"
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
"
|
|
2181
|
+
"name": "getTemplate",
|
|
2182
|
+
"parameters": [
|
|
2183
|
+
{
|
|
2184
|
+
"name": "prefix",
|
|
2185
|
+
"type": {
|
|
2186
|
+
"text": "string"
|
|
2187
|
+
}
|
|
2008
2188
|
}
|
|
2009
|
-
|
|
2010
|
-
"description": "Abstract method called when file selection is cleared"
|
|
2189
|
+
]
|
|
2011
2190
|
},
|
|
2012
2191
|
{
|
|
2013
2192
|
"kind": "field",
|
|
@@ -2123,79 +2302,105 @@
|
|
|
2123
2302
|
],
|
|
2124
2303
|
"attributes": [
|
|
2125
2304
|
{
|
|
2126
|
-
"name": "
|
|
2305
|
+
"name": "is-vertical",
|
|
2127
2306
|
"type": {
|
|
2128
|
-
"text": "
|
|
2307
|
+
"text": "boolean"
|
|
2129
2308
|
},
|
|
2130
|
-
"
|
|
2309
|
+
"default": "false",
|
|
2310
|
+
"fieldName": "isVertical"
|
|
2131
2311
|
},
|
|
2132
2312
|
{
|
|
2133
|
-
"name": "
|
|
2313
|
+
"name": "add-default-actions",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"default": "true",
|
|
2318
|
+
"fieldName": "addDefaultActions"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "auto-close-on-action",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "boolean"
|
|
2324
|
+
},
|
|
2325
|
+
"default": "true",
|
|
2326
|
+
"fieldName": "autoCloseOnAction"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "name",
|
|
2134
2330
|
"type": {
|
|
2135
2331
|
"text": "string"
|
|
2136
2332
|
},
|
|
2137
|
-
"default": "''",
|
|
2138
|
-
"fieldName": "
|
|
2333
|
+
"default": "'Actions'",
|
|
2334
|
+
"fieldName": "name"
|
|
2139
2335
|
},
|
|
2140
2336
|
{
|
|
2141
|
-
"name": "
|
|
2142
|
-
"
|
|
2143
|
-
|
|
2144
|
-
"module": "src/_common/base-file-component.ts"
|
|
2337
|
+
"name": "open",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "boolean"
|
|
2145
2340
|
},
|
|
2146
|
-
"
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
"superclass": {
|
|
2150
|
-
"name": "FoundationElement",
|
|
2151
|
-
"package": "@microsoft/fast-foundation"
|
|
2152
|
-
}
|
|
2153
|
-
}
|
|
2154
|
-
],
|
|
2155
|
-
"exports": [
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "js",
|
|
2158
|
-
"name": "BaseFileComponent",
|
|
2159
|
-
"declaration": {
|
|
2160
|
-
"name": "BaseFileComponent",
|
|
2161
|
-
"module": "src/_common/base-file-component.ts"
|
|
2162
|
-
}
|
|
2163
|
-
}
|
|
2164
|
-
]
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"kind": "javascript-module",
|
|
2168
|
-
"path": "src/_common/icons.ts",
|
|
2169
|
-
"declarations": [
|
|
2170
|
-
{
|
|
2171
|
-
"kind": "function",
|
|
2172
|
-
"name": "closeIcon",
|
|
2173
|
-
"parameters": [
|
|
2341
|
+
"default": "false",
|
|
2342
|
+
"fieldName": "open"
|
|
2343
|
+
},
|
|
2174
2344
|
{
|
|
2175
|
-
"name": "
|
|
2176
|
-
"
|
|
2345
|
+
"name": "buttonAppearance",
|
|
2346
|
+
"type": {
|
|
2347
|
+
"text": "string"
|
|
2348
|
+
},
|
|
2349
|
+
"fieldName": "buttonAppearance"
|
|
2177
2350
|
},
|
|
2178
2351
|
{
|
|
2179
|
-
"name": "
|
|
2180
|
-
"
|
|
2352
|
+
"name": "hide-disabled",
|
|
2353
|
+
"type": {
|
|
2354
|
+
"text": "boolean"
|
|
2355
|
+
},
|
|
2356
|
+
"default": "false",
|
|
2357
|
+
"fieldName": "hideDisabled"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "hide-menu-single-option",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "boolean"
|
|
2363
|
+
},
|
|
2364
|
+
"default": "false",
|
|
2365
|
+
"fieldName": "hideMenuSingleOption"
|
|
2181
2366
|
}
|
|
2182
|
-
]
|
|
2367
|
+
],
|
|
2368
|
+
"superclass": {
|
|
2369
|
+
"name": "FoundationElement",
|
|
2370
|
+
"package": "@microsoft/fast-foundation"
|
|
2371
|
+
},
|
|
2372
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2373
|
+
"customElement": true
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "variable",
|
|
2377
|
+
"name": "foundationActionsMenu",
|
|
2378
|
+
"description": "The Foundation Actions Menu",
|
|
2379
|
+
"privacy": "public"
|
|
2183
2380
|
}
|
|
2184
2381
|
],
|
|
2185
2382
|
"exports": [
|
|
2186
2383
|
{
|
|
2187
2384
|
"kind": "js",
|
|
2188
|
-
"name": "
|
|
2385
|
+
"name": "ActionsMenu",
|
|
2189
2386
|
"declaration": {
|
|
2190
|
-
"name": "
|
|
2191
|
-
"module": "src/
|
|
2387
|
+
"name": "ActionsMenu",
|
|
2388
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"kind": "js",
|
|
2393
|
+
"name": "foundationActionsMenu",
|
|
2394
|
+
"declaration": {
|
|
2395
|
+
"name": "foundationActionsMenu",
|
|
2396
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2192
2397
|
}
|
|
2193
2398
|
}
|
|
2194
2399
|
]
|
|
2195
2400
|
},
|
|
2196
2401
|
{
|
|
2197
2402
|
"kind": "javascript-module",
|
|
2198
|
-
"path": "src/
|
|
2403
|
+
"path": "src/actions-menu/index.ts",
|
|
2199
2404
|
"declarations": [],
|
|
2200
2405
|
"exports": [
|
|
2201
2406
|
{
|
|
@@ -2203,7 +2408,7 @@
|
|
|
2203
2408
|
"name": "*",
|
|
2204
2409
|
"declaration": {
|
|
2205
2410
|
"name": "*",
|
|
2206
|
-
"package": "./
|
|
2411
|
+
"package": "./actions-menu.styles"
|
|
2207
2412
|
}
|
|
2208
2413
|
},
|
|
2209
2414
|
{
|
|
@@ -2211,7 +2416,15 @@
|
|
|
2211
2416
|
"name": "*",
|
|
2212
2417
|
"declaration": {
|
|
2213
2418
|
"name": "*",
|
|
2214
|
-
"package": "./
|
|
2419
|
+
"package": "./actions-menu.template"
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"kind": "js",
|
|
2424
|
+
"name": "*",
|
|
2425
|
+
"declaration": {
|
|
2426
|
+
"name": "*",
|
|
2427
|
+
"package": "./actions-menu"
|
|
2215
2428
|
}
|
|
2216
2429
|
}
|
|
2217
2430
|
]
|
|
@@ -4326,219 +4539,6 @@
|
|
|
4326
4539
|
}
|
|
4327
4540
|
]
|
|
4328
4541
|
},
|
|
4329
|
-
{
|
|
4330
|
-
"kind": "javascript-module",
|
|
4331
|
-
"path": "src/_config/index.ts",
|
|
4332
|
-
"declarations": [],
|
|
4333
|
-
"exports": [
|
|
4334
|
-
{
|
|
4335
|
-
"kind": "js",
|
|
4336
|
-
"name": "*",
|
|
4337
|
-
"declaration": {
|
|
4338
|
-
"name": "*",
|
|
4339
|
-
"package": "./styles"
|
|
4340
|
-
}
|
|
4341
|
-
},
|
|
4342
|
-
{
|
|
4343
|
-
"kind": "js",
|
|
4344
|
-
"name": "*",
|
|
4345
|
-
"declaration": {
|
|
4346
|
-
"name": "*",
|
|
4347
|
-
"package": "./tokens"
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"kind": "js",
|
|
4352
|
-
"name": "*",
|
|
4353
|
-
"declaration": {
|
|
4354
|
-
"name": "*",
|
|
4355
|
-
"package": "./values"
|
|
4356
|
-
}
|
|
4357
|
-
}
|
|
4358
|
-
]
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
"kind": "javascript-module",
|
|
4362
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
4363
|
-
"declarations": [
|
|
4364
|
-
{
|
|
4365
|
-
"kind": "function",
|
|
4366
|
-
"name": "foundationAccordionStyles",
|
|
4367
|
-
"return": {
|
|
4368
|
-
"type": {
|
|
4369
|
-
"text": "ElementStyles"
|
|
4370
|
-
}
|
|
4371
|
-
},
|
|
4372
|
-
"parameters": [
|
|
4373
|
-
{
|
|
4374
|
-
"name": "context",
|
|
4375
|
-
"type": {
|
|
4376
|
-
"text": "ElementDefinitionContext"
|
|
4377
|
-
}
|
|
4378
|
-
},
|
|
4379
|
-
{
|
|
4380
|
-
"name": "definition",
|
|
4381
|
-
"type": {
|
|
4382
|
-
"text": "FoundationElementDefinition"
|
|
4383
|
-
}
|
|
4384
|
-
}
|
|
4385
|
-
]
|
|
4386
|
-
}
|
|
4387
|
-
],
|
|
4388
|
-
"exports": [
|
|
4389
|
-
{
|
|
4390
|
-
"kind": "js",
|
|
4391
|
-
"name": "foundationAccordionStyles",
|
|
4392
|
-
"declaration": {
|
|
4393
|
-
"name": "foundationAccordionStyles",
|
|
4394
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4395
|
-
}
|
|
4396
|
-
}
|
|
4397
|
-
]
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"kind": "javascript-module",
|
|
4401
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4402
|
-
"declarations": [
|
|
4403
|
-
{
|
|
4404
|
-
"kind": "function",
|
|
4405
|
-
"name": "foundationAccordionTemplate",
|
|
4406
|
-
"return": {
|
|
4407
|
-
"type": {
|
|
4408
|
-
"text": "ViewTemplate<Accordion>"
|
|
4409
|
-
}
|
|
4410
|
-
},
|
|
4411
|
-
"parameters": [
|
|
4412
|
-
{
|
|
4413
|
-
"name": "context",
|
|
4414
|
-
"type": {
|
|
4415
|
-
"text": "ElementDefinitionContext"
|
|
4416
|
-
}
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"name": "definition",
|
|
4420
|
-
"type": {
|
|
4421
|
-
"text": "FoundationElementDefinition"
|
|
4422
|
-
}
|
|
4423
|
-
}
|
|
4424
|
-
]
|
|
4425
|
-
}
|
|
4426
|
-
],
|
|
4427
|
-
"exports": [
|
|
4428
|
-
{
|
|
4429
|
-
"kind": "js",
|
|
4430
|
-
"name": "foundationAccordionTemplate",
|
|
4431
|
-
"declaration": {
|
|
4432
|
-
"name": "foundationAccordionTemplate",
|
|
4433
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4434
|
-
}
|
|
4435
|
-
}
|
|
4436
|
-
]
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "javascript-module",
|
|
4440
|
-
"path": "src/accordion/accordion.ts",
|
|
4441
|
-
"declarations": [
|
|
4442
|
-
{
|
|
4443
|
-
"kind": "class",
|
|
4444
|
-
"description": "",
|
|
4445
|
-
"name": "Accordion",
|
|
4446
|
-
"superclass": {
|
|
4447
|
-
"name": "FASTAccordion",
|
|
4448
|
-
"package": "@microsoft/fast-foundation"
|
|
4449
|
-
},
|
|
4450
|
-
"tagName": "%%prefix%%-accordion",
|
|
4451
|
-
"customElement": true
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"kind": "variable",
|
|
4455
|
-
"name": "foundationAccordionShadowOptions",
|
|
4456
|
-
"type": {
|
|
4457
|
-
"text": "ShadowRootInit"
|
|
4458
|
-
},
|
|
4459
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4460
|
-
},
|
|
4461
|
-
{
|
|
4462
|
-
"kind": "variable",
|
|
4463
|
-
"name": "defaultAccordionConfig",
|
|
4464
|
-
"type": {
|
|
4465
|
-
"text": "object"
|
|
4466
|
-
},
|
|
4467
|
-
"default": "{}"
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"kind": "variable",
|
|
4471
|
-
"name": "foundationAccordion",
|
|
4472
|
-
"description": "The Foundation Accordion",
|
|
4473
|
-
"privacy": "public"
|
|
4474
|
-
}
|
|
4475
|
-
],
|
|
4476
|
-
"exports": [
|
|
4477
|
-
{
|
|
4478
|
-
"kind": "js",
|
|
4479
|
-
"name": "Accordion",
|
|
4480
|
-
"declaration": {
|
|
4481
|
-
"name": "Accordion",
|
|
4482
|
-
"module": "src/accordion/accordion.ts"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "js",
|
|
4487
|
-
"name": "foundationAccordionShadowOptions",
|
|
4488
|
-
"declaration": {
|
|
4489
|
-
"name": "foundationAccordionShadowOptions",
|
|
4490
|
-
"module": "src/accordion/accordion.ts"
|
|
4491
|
-
}
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "js",
|
|
4495
|
-
"name": "defaultAccordionConfig",
|
|
4496
|
-
"declaration": {
|
|
4497
|
-
"name": "defaultAccordionConfig",
|
|
4498
|
-
"module": "src/accordion/accordion.ts"
|
|
4499
|
-
}
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"kind": "js",
|
|
4503
|
-
"name": "foundationAccordion",
|
|
4504
|
-
"declaration": {
|
|
4505
|
-
"name": "foundationAccordion",
|
|
4506
|
-
"module": "src/accordion/accordion.ts"
|
|
4507
|
-
}
|
|
4508
|
-
}
|
|
4509
|
-
]
|
|
4510
|
-
},
|
|
4511
|
-
{
|
|
4512
|
-
"kind": "javascript-module",
|
|
4513
|
-
"path": "src/accordion/index.ts",
|
|
4514
|
-
"declarations": [],
|
|
4515
|
-
"exports": [
|
|
4516
|
-
{
|
|
4517
|
-
"kind": "js",
|
|
4518
|
-
"name": "*",
|
|
4519
|
-
"declaration": {
|
|
4520
|
-
"name": "*",
|
|
4521
|
-
"package": "./accordion.template"
|
|
4522
|
-
}
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"kind": "js",
|
|
4526
|
-
"name": "*",
|
|
4527
|
-
"declaration": {
|
|
4528
|
-
"name": "*",
|
|
4529
|
-
"package": "./accordion.styles"
|
|
4530
|
-
}
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
"kind": "js",
|
|
4534
|
-
"name": "*",
|
|
4535
|
-
"declaration": {
|
|
4536
|
-
"name": "*",
|
|
4537
|
-
"package": "./accordion"
|
|
4538
|
-
}
|
|
4539
|
-
}
|
|
4540
|
-
]
|
|
4541
|
-
},
|
|
4542
4542
|
{
|
|
4543
4543
|
"kind": "javascript-module",
|
|
4544
4544
|
"path": "src/avatar/avatar.styles.ts",
|