@genesislcap/foundation-ui 14.373.2-MX-499.1 → 14.373.2-MX-499.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +961 -961
  2. package/package.json +18 -18
@@ -902,271 +902,245 @@
902
902
  },
903
903
  {
904
904
  "kind": "javascript-module",
905
- "path": "src/accordion-item/accordion-item.styles.ts",
906
- "declarations": [
907
- {
908
- "kind": "function",
909
- "name": "foundationAccordionItemStyles",
910
- "return": {
911
- "type": {
912
- "text": "ElementStyles"
913
- }
914
- },
915
- "parameters": [
916
- {
917
- "name": "context",
918
- "type": {
919
- "text": "ElementDefinitionContext"
920
- }
921
- },
922
- {
923
- "name": "definition",
924
- "type": {
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",
957
- "type": {
958
- "text": "ElementDefinitionContext"
959
- }
960
- },
961
- {
962
- "name": "definition",
963
- "type": {
964
- "text": "FoundationElementDefinition"
965
- }
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",
905
+ "path": "src/_common/base-file-component.ts",
984
906
  "declarations": [
985
907
  {
986
908
  "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": [
996
- {
997
- "name": "heading-level",
998
- "type": {
999
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1000
- },
1001
- "default": "2",
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
- }
1008
- },
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": [
1009
912
  {
913
+ "kind": "field",
914
+ "name": "fileInput",
1010
915
  "type": {
1011
- "text": "boolean"
916
+ "text": "HTMLInputElement"
1012
917
  },
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"
1019
- }
918
+ "privacy": "public"
1020
919
  },
1021
- {
1022
- "name": "id",
1023
- "type": {
1024
- "text": "string"
1025
- },
1026
- "description": "The item ID",
1027
- "fieldName": "id",
1028
- "inheritedFrom": {
1029
- "name": "AccordionItem",
1030
- "module": "src/accordion-item/accordion-item.ts"
1031
- }
1032
- }
1033
- ],
1034
- "members": [
1035
920
  {
1036
921
  "kind": "field",
1037
- "name": "headinglevel",
922
+ "name": "selectedFile",
1038
923
  "type": {
1039
- "text": "1 | 2 | 3 | 4 | 5 | 6"
924
+ "text": "File | null"
1040
925
  },
1041
- "privacy": "public",
1042
- "default": "2",
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
- }
926
+ "privacy": "protected",
927
+ "default": "null"
1048
928
  },
1049
929
  {
1050
930
  "kind": "field",
1051
- "name": "expanded",
931
+ "name": "label",
1052
932
  "type": {
1053
- "text": "boolean"
1054
- },
1055
- "privacy": "public",
1056
- "default": "false",
1057
- "description": "Expands or collapses the item.",
1058
- "inheritedFrom": {
1059
- "name": "AccordionItem",
1060
- "module": "src/accordion-item/accordion-item.ts"
933
+ "text": "string"
1061
934
  }
1062
935
  },
1063
936
  {
1064
937
  "kind": "field",
1065
- "name": "id",
938
+ "name": "accept",
1066
939
  "type": {
1067
940
  "text": "string"
1068
941
  },
1069
- "privacy": "public",
1070
- "description": "The item ID",
1071
- "inheritedFrom": {
1072
- "name": "AccordionItem",
1073
- "module": "src/accordion-item/accordion-item.ts"
1074
- }
942
+ "default": "''"
1075
943
  },
1076
944
  {
1077
945
  "kind": "field",
1078
- "name": "change",
1079
- "privacy": "private",
1080
- "inheritedFrom": {
1081
- "name": "AccordionItem",
1082
- "module": "src/accordion-item/accordion-item.ts"
946
+ "name": "fileSizeLimitBytes",
947
+ "default": "10_485_760",
948
+ "type": {
949
+ "text": "number"
1083
950
  }
1084
951
  },
1085
952
  {
1086
953
  "kind": "field",
1087
- "name": "_presentation",
954
+ "name": "fileName",
1088
955
  "type": {
1089
- "text": "ComponentPresentation | null | undefined"
956
+ "text": "string"
1090
957
  },
1091
- "privacy": "private",
1092
- "default": "void 0",
1093
- "inheritedFrom": {
1094
- "name": "FoundationElement",
1095
- "module": "src/foundation-element/foundation-element.ts"
1096
- }
958
+ "default": "''"
1097
959
  },
1098
960
  {
1099
961
  "kind": "field",
1100
- "name": "$presentation",
962
+ "name": "isProcessing",
1101
963
  "type": {
1102
- "text": "ComponentPresentation | null"
964
+ "text": "boolean"
1103
965
  },
1104
- "privacy": "public",
1105
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1106
- "inheritedFrom": {
1107
- "name": "FoundationElement",
1108
- "module": "src/foundation-element/foundation-element.ts"
1109
- }
966
+ "default": "false"
1110
967
  },
1111
968
  {
1112
- "kind": "field",
1113
- "name": "template",
1114
- "type": {
1115
- "text": "ElementViewTemplate | void | null"
1116
- },
969
+ "kind": "method",
970
+ "name": "handleClick",
1117
971
  "privacy": "public",
1118
- "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.",
1119
- "inheritedFrom": {
1120
- "name": "FoundationElement",
1121
- "module": "src/foundation-element/foundation-element.ts"
1122
- }
972
+ "description": "Opens the file picker dialog\nClears any previous file selection before opening"
1123
973
  },
1124
974
  {
1125
975
  "kind": "method",
1126
- "name": "templateChanged",
1127
- "privacy": "protected",
1128
- "return": {
1129
- "type": {
1130
- "text": "void"
976
+ "name": "onInputChange",
977
+ "privacy": "public",
978
+ "parameters": [
979
+ {
980
+ "name": "e",
981
+ "type": {
982
+ "text": "Event"
983
+ },
984
+ "description": "The change event from the file input"
1131
985
  }
1132
- },
1133
- "inheritedFrom": {
1134
- "name": "FoundationElement",
1135
- "module": "src/foundation-element/foundation-element.ts"
1136
- }
986
+ ],
987
+ "description": "Handles file selection from the file input\nValidates file size and sets up for processing"
1137
988
  },
1138
989
  {
1139
- "kind": "field",
1140
- "name": "styles",
1141
- "type": {
1142
- "text": "ElementStyles | void | null"
1143
- },
990
+ "kind": "method",
991
+ "name": "clearSelection",
1144
992
  "privacy": "public",
1145
- "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.",
1146
- "inheritedFrom": {
1147
- "name": "FoundationElement",
1148
- "module": "src/foundation-element/foundation-element.ts"
1149
- }
993
+ "description": "Clears all file selection and processing state\nResets the component to its initial state"
1150
994
  },
1151
995
  {
1152
996
  "kind": "method",
1153
- "name": "stylesChanged",
1154
- "privacy": "protected",
997
+ "name": "getSelectedFile",
998
+ "privacy": "public",
999
+ "description": "Gets the currently selected file object",
1155
1000
  "return": {
1156
1001
  "type": {
1157
- "text": "void"
1002
+ "text": ""
1158
1003
  }
1159
- },
1160
- "inheritedFrom": {
1161
- "name": "FoundationElement",
1162
- "module": "src/foundation-element/foundation-element.ts"
1163
1004
  }
1164
1005
  },
1165
1006
  {
1166
1007
  "kind": "method",
1167
- "name": "compose",
1168
- "privacy": "public",
1169
- "static": true,
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
+ },
1059
+ {
1060
+ "kind": "field",
1061
+ "name": "_presentation",
1062
+ "type": {
1063
+ "text": "ComponentPresentation | null | undefined"
1064
+ },
1065
+ "privacy": "private",
1066
+ "default": "void 0",
1067
+ "inheritedFrom": {
1068
+ "name": "FoundationElement",
1069
+ "module": "src/foundation-element/foundation-element.ts"
1070
+ }
1071
+ },
1072
+ {
1073
+ "kind": "field",
1074
+ "name": "$presentation",
1075
+ "type": {
1076
+ "text": "ComponentPresentation | null"
1077
+ },
1078
+ "privacy": "public",
1079
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1080
+ "inheritedFrom": {
1081
+ "name": "FoundationElement",
1082
+ "module": "src/foundation-element/foundation-element.ts"
1083
+ }
1084
+ },
1085
+ {
1086
+ "kind": "field",
1087
+ "name": "template",
1088
+ "type": {
1089
+ "text": "ElementViewTemplate | void | null"
1090
+ },
1091
+ "privacy": "public",
1092
+ "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.",
1093
+ "inheritedFrom": {
1094
+ "name": "FoundationElement",
1095
+ "module": "src/foundation-element/foundation-element.ts"
1096
+ }
1097
+ },
1098
+ {
1099
+ "kind": "method",
1100
+ "name": "templateChanged",
1101
+ "privacy": "protected",
1102
+ "return": {
1103
+ "type": {
1104
+ "text": "void"
1105
+ }
1106
+ },
1107
+ "inheritedFrom": {
1108
+ "name": "FoundationElement",
1109
+ "module": "src/foundation-element/foundation-element.ts"
1110
+ }
1111
+ },
1112
+ {
1113
+ "kind": "field",
1114
+ "name": "styles",
1115
+ "type": {
1116
+ "text": "ElementStyles | void | null"
1117
+ },
1118
+ "privacy": "public",
1119
+ "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.",
1120
+ "inheritedFrom": {
1121
+ "name": "FoundationElement",
1122
+ "module": "src/foundation-element/foundation-element.ts"
1123
+ }
1124
+ },
1125
+ {
1126
+ "kind": "method",
1127
+ "name": "stylesChanged",
1128
+ "privacy": "protected",
1129
+ "return": {
1130
+ "type": {
1131
+ "text": "void"
1132
+ }
1133
+ },
1134
+ "inheritedFrom": {
1135
+ "name": "FoundationElement",
1136
+ "module": "src/foundation-element/foundation-element.ts"
1137
+ }
1138
+ },
1139
+ {
1140
+ "kind": "method",
1141
+ "name": "compose",
1142
+ "privacy": "public",
1143
+ "static": true,
1170
1144
  "return": {
1171
1145
  "type": {
1172
1146
  "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
@@ -1194,78 +1168,81 @@
1194
1168
  }
1195
1169
  }
1196
1170
  ],
1197
- "events": [
1171
+ "attributes": [
1198
1172
  {
1199
- "description": "Fires a custom 'change' event when the button is invoked",
1200
- "name": "change",
1201
- "inheritedFrom": {
1202
- "name": "AccordionItem",
1203
- "module": "src/accordion-item/accordion-item.ts"
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
- "kind": "variable",
1210
- "name": "foundationAccordionItemShadowOptions",
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": "AccordionItem",
1235
- "declaration": {
1236
- "name": "AccordionItem",
1237
- "module": "src/accordion-item/accordion-item.ts"
1238
- }
1239
- },
1240
- {
1241
- "kind": "js",
1242
- "name": "foundationAccordionItemShadowOptions",
1205
+ "name": "BaseFileComponent",
1243
1206
  "declaration": {
1244
- "name": "foundationAccordionItemShadowOptions",
1245
- "module": "src/accordion-item/accordion-item.ts"
1207
+ "name": "BaseFileComponent",
1208
+ "module": "src/_common/base-file-component.ts"
1246
1209
  }
1247
- },
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "kind": "javascript-module",
1215
+ "path": "src/_common/icons.ts",
1216
+ "declarations": [
1248
1217
  {
1249
- "kind": "js",
1250
- "name": "defaultAccordionItemConfig",
1251
- "declaration": {
1252
- "name": "defaultAccordionItemConfig",
1253
- "module": "src/accordion-item/accordion-item.ts"
1254
- }
1255
- },
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": [
1256
1233
  {
1257
1234
  "kind": "js",
1258
- "name": "foundationAccordionItem",
1235
+ "name": "closeIcon",
1259
1236
  "declaration": {
1260
- "name": "foundationAccordionItem",
1261
- "module": "src/accordion-item/accordion-item.ts"
1237
+ "name": "closeIcon",
1238
+ "module": "src/_common/icons.ts"
1262
1239
  }
1263
1240
  }
1264
1241
  ]
1265
1242
  },
1266
1243
  {
1267
1244
  "kind": "javascript-module",
1268
- "path": "src/accordion-item/index.ts",
1245
+ "path": "src/_common/index.ts",
1269
1246
  "declarations": [],
1270
1247
  "exports": [
1271
1248
  {
@@ -1273,7 +1250,7 @@
1273
1250
  "name": "*",
1274
1251
  "declaration": {
1275
1252
  "name": "*",
1276
- "package": "./accordion-item.template"
1253
+ "package": "./base-file-component"
1277
1254
  }
1278
1255
  },
1279
1256
  {
@@ -1281,26 +1258,18 @@
1281
1258
  "name": "*",
1282
1259
  "declaration": {
1283
1260
  "name": "*",
1284
- "package": "./accordion-item.styles"
1285
- }
1286
- },
1287
- {
1288
- "kind": "js",
1289
- "name": "*",
1290
- "declaration": {
1291
- "name": "*",
1292
- "package": "./accordion-item"
1261
+ "package": "./icons"
1293
1262
  }
1294
1263
  }
1295
1264
  ]
1296
1265
  },
1297
1266
  {
1298
1267
  "kind": "javascript-module",
1299
- "path": "src/actions-menu/actions-menu.styles.ts",
1268
+ "path": "src/accordion/accordion.styles.ts",
1300
1269
  "declarations": [
1301
1270
  {
1302
1271
  "kind": "function",
1303
- "name": "actionsMenuBaseStyles",
1272
+ "name": "foundationAccordionStyles",
1304
1273
  "return": {
1305
1274
  "type": {
1306
1275
  "text": "ElementStyles"
@@ -1320,13 +1289,29 @@
1320
1289
  }
1321
1290
  }
1322
1291
  ]
1323
- },
1292
+ }
1293
+ ],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "foundationAccordionStyles",
1298
+ "declaration": {
1299
+ "name": "foundationAccordionStyles",
1300
+ "module": "src/accordion/accordion.styles.ts"
1301
+ }
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "kind": "javascript-module",
1307
+ "path": "src/accordion/accordion.template.ts",
1308
+ "declarations": [
1324
1309
  {
1325
1310
  "kind": "function",
1326
- "name": "foundationActionsMenuStyles",
1311
+ "name": "foundationAccordionTemplate",
1327
1312
  "return": {
1328
1313
  "type": {
1329
- "text": "ElementStyles"
1314
+ "text": "ViewTemplate<Accordion>"
1330
1315
  }
1331
1316
  },
1332
1317
  "parameters": [
@@ -1348,270 +1333,300 @@
1348
1333
  "exports": [
1349
1334
  {
1350
1335
  "kind": "js",
1351
- "name": "actionsMenuBaseStyles",
1336
+ "name": "foundationAccordionTemplate",
1352
1337
  "declaration": {
1353
- "name": "actionsMenuBaseStyles",
1354
- "module": "src/actions-menu/actions-menu.styles.ts"
1338
+ "name": "foundationAccordionTemplate",
1339
+ "module": "src/accordion/accordion.template.ts"
1340
+ }
1341
+ }
1342
+ ]
1343
+ },
1344
+ {
1345
+ "kind": "javascript-module",
1346
+ "path": "src/accordion/accordion.ts",
1347
+ "declarations": [
1348
+ {
1349
+ "kind": "class",
1350
+ "description": "",
1351
+ "name": "Accordion",
1352
+ "superclass": {
1353
+ "name": "FASTAccordion",
1354
+ "package": "@microsoft/fast-foundation"
1355
+ },
1356
+ "tagName": "%%prefix%%-accordion",
1357
+ "customElement": true
1358
+ },
1359
+ {
1360
+ "kind": "variable",
1361
+ "name": "foundationAccordionShadowOptions",
1362
+ "type": {
1363
+ "text": "ShadowRootInit"
1364
+ },
1365
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1366
+ },
1367
+ {
1368
+ "kind": "variable",
1369
+ "name": "defaultAccordionConfig",
1370
+ "type": {
1371
+ "text": "object"
1372
+ },
1373
+ "default": "{}"
1374
+ },
1375
+ {
1376
+ "kind": "variable",
1377
+ "name": "foundationAccordion",
1378
+ "description": "The Foundation Accordion",
1379
+ "privacy": "public"
1380
+ }
1381
+ ],
1382
+ "exports": [
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "Accordion",
1386
+ "declaration": {
1387
+ "name": "Accordion",
1388
+ "module": "src/accordion/accordion.ts"
1355
1389
  }
1356
1390
  },
1357
1391
  {
1358
1392
  "kind": "js",
1359
- "name": "foundationActionsMenuStyles",
1393
+ "name": "foundationAccordionShadowOptions",
1360
1394
  "declaration": {
1361
- "name": "foundationActionsMenuStyles",
1362
- "module": "src/actions-menu/actions-menu.styles.ts"
1395
+ "name": "foundationAccordionShadowOptions",
1396
+ "module": "src/accordion/accordion.ts"
1397
+ }
1398
+ },
1399
+ {
1400
+ "kind": "js",
1401
+ "name": "defaultAccordionConfig",
1402
+ "declaration": {
1403
+ "name": "defaultAccordionConfig",
1404
+ "module": "src/accordion/accordion.ts"
1405
+ }
1406
+ },
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "foundationAccordion",
1410
+ "declaration": {
1411
+ "name": "foundationAccordion",
1412
+ "module": "src/accordion/accordion.ts"
1363
1413
  }
1364
1414
  }
1365
1415
  ]
1366
1416
  },
1367
1417
  {
1368
1418
  "kind": "javascript-module",
1369
- "path": "src/actions-menu/actions-menu.template.ts",
1419
+ "path": "src/accordion/index.ts",
1420
+ "declarations": [],
1421
+ "exports": [
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./accordion.template"
1428
+ }
1429
+ },
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "*",
1433
+ "declaration": {
1434
+ "name": "*",
1435
+ "package": "./accordion.styles"
1436
+ }
1437
+ },
1438
+ {
1439
+ "kind": "js",
1440
+ "name": "*",
1441
+ "declaration": {
1442
+ "name": "*",
1443
+ "package": "./accordion"
1444
+ }
1445
+ }
1446
+ ]
1447
+ },
1448
+ {
1449
+ "kind": "javascript-module",
1450
+ "path": "src/accordion-item/accordion-item.styles.ts",
1370
1451
  "declarations": [
1371
1452
  {
1372
1453
  "kind": "function",
1373
- "name": "menuTemplate",
1454
+ "name": "foundationAccordionItemStyles",
1455
+ "return": {
1456
+ "type": {
1457
+ "text": "ElementStyles"
1458
+ }
1459
+ },
1374
1460
  "parameters": [
1375
1461
  {
1376
- "name": "prefix",
1462
+ "name": "context",
1377
1463
  "type": {
1378
- "text": "string"
1464
+ "text": "ElementDefinitionContext"
1379
1465
  }
1380
- }
1381
- ]
1382
- },
1383
- {
1384
- "kind": "function",
1385
- "name": "singleOptionTemplate",
1386
- "parameters": [
1466
+ },
1387
1467
  {
1388
- "name": "prefix",
1468
+ "name": "definition",
1389
1469
  "type": {
1390
- "text": "string"
1470
+ "text": "FoundationElementDefinition"
1391
1471
  }
1392
1472
  }
1393
1473
  ]
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
1474
  }
1403
1475
  ],
1404
1476
  "exports": [
1405
1477
  {
1406
1478
  "kind": "js",
1407
- "name": "menuTemplate",
1479
+ "name": "foundationAccordionItemStyles",
1408
1480
  "declaration": {
1409
- "name": "menuTemplate",
1410
- "module": "src/actions-menu/actions-menu.template.ts"
1481
+ "name": "foundationAccordionItemStyles",
1482
+ "module": "src/accordion-item/accordion-item.styles.ts"
1411
1483
  }
1412
- },
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "kind": "javascript-module",
1489
+ "path": "src/accordion-item/accordion-item.template.ts",
1490
+ "declarations": [
1413
1491
  {
1414
- "kind": "js",
1415
- "name": "singleOptionTemplate",
1416
- "declaration": {
1417
- "name": "singleOptionTemplate",
1418
- "module": "src/actions-menu/actions-menu.template.ts"
1419
- }
1420
- },
1492
+ "kind": "function",
1493
+ "name": "foundationAccordionItemTemplate",
1494
+ "return": {
1495
+ "type": {
1496
+ "text": "ViewTemplate<AccordionItem>"
1497
+ }
1498
+ },
1499
+ "parameters": [
1500
+ {
1501
+ "name": "context",
1502
+ "type": {
1503
+ "text": "ElementDefinitionContext"
1504
+ }
1505
+ },
1506
+ {
1507
+ "name": "definition",
1508
+ "type": {
1509
+ "text": "FoundationElementDefinition"
1510
+ }
1511
+ }
1512
+ ]
1513
+ }
1514
+ ],
1515
+ "exports": [
1421
1516
  {
1422
1517
  "kind": "js",
1423
- "name": "foundationActionsMenuTemplate",
1518
+ "name": "foundationAccordionItemTemplate",
1424
1519
  "declaration": {
1425
- "name": "foundationActionsMenuTemplate",
1426
- "module": "src/actions-menu/actions-menu.template.ts"
1520
+ "name": "foundationAccordionItemTemplate",
1521
+ "module": "src/accordion-item/accordion-item.template.ts"
1427
1522
  }
1428
1523
  }
1429
1524
  ]
1430
1525
  },
1431
1526
  {
1432
1527
  "kind": "javascript-module",
1433
- "path": "src/actions-menu/actions-menu.ts",
1528
+ "path": "src/accordion-item/accordion-item.ts",
1434
1529
  "declarations": [
1435
1530
  {
1436
1531
  "kind": "class",
1437
1532
  "description": "",
1438
- "name": "ActionsMenu",
1439
- "members": [
1533
+ "name": "AccordionItem",
1534
+ "superclass": {
1535
+ "name": "FASTAccordionItem",
1536
+ "package": "@microsoft/fast-components"
1537
+ },
1538
+ "tagName": "%%prefix%%-accordion-item",
1539
+ "customElement": true,
1540
+ "attributes": [
1440
1541
  {
1441
- "kind": "field",
1442
- "name": "actions",
1542
+ "name": "heading-level",
1443
1543
  "type": {
1444
- "text": "ActionMenuItem[]"
1544
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1545
+ },
1546
+ "default": "2",
1547
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1548
+ "fieldName": "headinglevel",
1549
+ "inheritedFrom": {
1550
+ "name": "AccordionItem",
1551
+ "module": "src/accordion-item/accordion-item.ts"
1445
1552
  }
1446
1553
  },
1447
1554
  {
1448
- "kind": "field",
1449
- "name": "isVertical",
1450
1555
  "type": {
1451
1556
  "text": "boolean"
1452
1557
  },
1453
- "default": "false"
1558
+ "default": "false",
1559
+ "description": "Expands or collapses the item.",
1560
+ "fieldName": "expanded",
1561
+ "inheritedFrom": {
1562
+ "name": "AccordionItem",
1563
+ "module": "src/accordion-item/accordion-item.ts"
1564
+ }
1454
1565
  },
1455
1566
  {
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",
1567
+ "name": "id",
1488
1568
  "type": {
1489
1569
  "text": "string"
1490
1570
  },
1491
- "default": "'Actions'"
1492
- },
1571
+ "description": "The item ID",
1572
+ "fieldName": "id",
1573
+ "inheritedFrom": {
1574
+ "name": "AccordionItem",
1575
+ "module": "src/accordion-item/accordion-item.ts"
1576
+ }
1577
+ }
1578
+ ],
1579
+ "members": [
1493
1580
  {
1494
1581
  "kind": "field",
1495
- "name": "open",
1582
+ "name": "headinglevel",
1496
1583
  "type": {
1497
- "text": "boolean"
1584
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1498
1585
  },
1499
- "default": "false"
1500
- },
1501
- {
1502
- "kind": "field",
1503
- "name": "buttonAppearance",
1504
- "type": {
1505
- "text": "string"
1586
+ "privacy": "public",
1587
+ "default": "2",
1588
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1589
+ "inheritedFrom": {
1590
+ "name": "AccordionItem",
1591
+ "module": "src/accordion-item/accordion-item.ts"
1506
1592
  }
1507
1593
  },
1508
1594
  {
1509
1595
  "kind": "field",
1510
- "name": "hideDisabled",
1596
+ "name": "expanded",
1511
1597
  "type": {
1512
1598
  "text": "boolean"
1513
1599
  },
1514
- "default": "false"
1600
+ "privacy": "public",
1601
+ "default": "false",
1602
+ "description": "Expands or collapses the item.",
1603
+ "inheritedFrom": {
1604
+ "name": "AccordionItem",
1605
+ "module": "src/accordion-item/accordion-item.ts"
1606
+ }
1515
1607
  },
1516
1608
  {
1517
1609
  "kind": "field",
1518
- "name": "hideMenuSingleOption",
1610
+ "name": "id",
1519
1611
  "type": {
1520
- "text": "boolean"
1612
+ "text": "string"
1521
1613
  },
1522
- "default": "false"
1523
- },
1524
- {
1525
- "kind": "field",
1526
- "name": "singleOption",
1527
- "type": {
1528
- "text": "ActionMenuItem"
1614
+ "privacy": "public",
1615
+ "description": "The item ID",
1616
+ "inheritedFrom": {
1617
+ "name": "AccordionItem",
1618
+ "module": "src/accordion-item/accordion-item.ts"
1529
1619
  }
1530
1620
  },
1531
1621
  {
1532
1622
  "kind": "field",
1533
- "name": "actionsMenu",
1534
- "type": {
1535
- "text": "HTMLElement"
1623
+ "name": "change",
1624
+ "privacy": "private",
1625
+ "inheritedFrom": {
1626
+ "name": "AccordionItem",
1627
+ "module": "src/accordion-item/accordion-item.ts"
1536
1628
  }
1537
1629
  },
1538
- {
1539
- "kind": "method",
1540
- "name": "definitionChanged",
1541
- "privacy": "protected",
1542
- "parameters": [
1543
- {
1544
- "name": "oldValue",
1545
- "type": {
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
- },
1578
- {
1579
- "kind": "field",
1580
- "name": "allActions",
1581
- "type": {
1582
- "text": "ActionMenuItem[]"
1583
- },
1584
- "readonly": true
1585
- },
1586
- {
1587
- "kind": "field",
1588
- "name": "rowData",
1589
- "readonly": true
1590
- },
1591
- {
1592
- "kind": "method",
1593
- "name": "getLabel",
1594
- "parameters": [
1595
- {
1596
- "name": "name",
1597
- "type": {
1598
- "text": "string | ((rowData: any) => string)"
1599
- }
1600
- }
1601
- ]
1602
- },
1603
- {
1604
- "kind": "method",
1605
- "name": "getTemplate",
1606
- "parameters": [
1607
- {
1608
- "name": "prefix",
1609
- "type": {
1610
- "text": "string"
1611
- }
1612
- }
1613
- ]
1614
- },
1615
1630
  {
1616
1631
  "kind": "field",
1617
1632
  "name": "_presentation",
@@ -1724,107 +1739,78 @@
1724
1739
  }
1725
1740
  }
1726
1741
  ],
1727
- "attributes": [
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
- },
1752
- {
1753
- "name": "name",
1754
- "type": {
1755
- "text": "string"
1756
- },
1757
- "default": "'Actions'",
1758
- "fieldName": "name"
1759
- },
1760
- {
1761
- "name": "open",
1762
- "type": {
1763
- "text": "boolean"
1764
- },
1765
- "default": "false",
1766
- "fieldName": "open"
1767
- },
1768
- {
1769
- "name": "buttonAppearance",
1770
- "type": {
1771
- "text": "string"
1772
- },
1773
- "fieldName": "buttonAppearance"
1774
- },
1775
- {
1776
- "name": "hide-disabled",
1777
- "type": {
1778
- "text": "boolean"
1779
- },
1780
- "default": "false",
1781
- "fieldName": "hideDisabled"
1782
- },
1742
+ "events": [
1783
1743
  {
1784
- "name": "hide-menu-single-option",
1785
- "type": {
1786
- "text": "boolean"
1787
- },
1788
- "default": "false",
1789
- "fieldName": "hideMenuSingleOption"
1744
+ "description": "Fires a custom 'change' event when the button is invoked",
1745
+ "name": "change",
1746
+ "inheritedFrom": {
1747
+ "name": "AccordionItem",
1748
+ "module": "src/accordion-item/accordion-item.ts"
1749
+ }
1790
1750
  }
1791
- ],
1792
- "superclass": {
1793
- "name": "FoundationElement",
1794
- "package": "@microsoft/fast-foundation"
1751
+ ]
1752
+ },
1753
+ {
1754
+ "kind": "variable",
1755
+ "name": "foundationAccordionItemShadowOptions",
1756
+ "type": {
1757
+ "text": "ShadowRootInit"
1795
1758
  },
1796
- "tagName": "%%prefix%%-actions-menu",
1797
- "customElement": true
1759
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1798
1760
  },
1799
1761
  {
1800
1762
  "kind": "variable",
1801
- "name": "foundationActionsMenu",
1802
- "description": "The Foundation Actions Menu",
1803
- "privacy": "public"
1804
- }
1763
+ "name": "defaultAccordionItemConfig",
1764
+ "type": {
1765
+ "text": "object"
1766
+ },
1767
+ "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}"
1768
+ },
1769
+ {
1770
+ "kind": "variable",
1771
+ "name": "foundationAccordionItem",
1772
+ "description": "The Foundation Accordion Item",
1773
+ "privacy": "public"
1774
+ }
1805
1775
  ],
1806
1776
  "exports": [
1807
1777
  {
1808
1778
  "kind": "js",
1809
- "name": "ActionsMenu",
1779
+ "name": "AccordionItem",
1810
1780
  "declaration": {
1811
- "name": "ActionsMenu",
1812
- "module": "src/actions-menu/actions-menu.ts"
1781
+ "name": "AccordionItem",
1782
+ "module": "src/accordion-item/accordion-item.ts"
1813
1783
  }
1814
1784
  },
1815
1785
  {
1816
1786
  "kind": "js",
1817
- "name": "foundationActionsMenu",
1787
+ "name": "foundationAccordionItemShadowOptions",
1818
1788
  "declaration": {
1819
- "name": "foundationActionsMenu",
1820
- "module": "src/actions-menu/actions-menu.ts"
1789
+ "name": "foundationAccordionItemShadowOptions",
1790
+ "module": "src/accordion-item/accordion-item.ts"
1791
+ }
1792
+ },
1793
+ {
1794
+ "kind": "js",
1795
+ "name": "defaultAccordionItemConfig",
1796
+ "declaration": {
1797
+ "name": "defaultAccordionItemConfig",
1798
+ "module": "src/accordion-item/accordion-item.ts"
1799
+ }
1800
+ },
1801
+ {
1802
+ "kind": "js",
1803
+ "name": "foundationAccordionItem",
1804
+ "declaration": {
1805
+ "name": "foundationAccordionItem",
1806
+ "module": "src/accordion-item/accordion-item.ts"
1821
1807
  }
1822
1808
  }
1823
1809
  ]
1824
1810
  },
1825
1811
  {
1826
1812
  "kind": "javascript-module",
1827
- "path": "src/actions-menu/index.ts",
1813
+ "path": "src/accordion-item/index.ts",
1828
1814
  "declarations": [],
1829
1815
  "exports": [
1830
1816
  {
@@ -1832,7 +1818,7 @@
1832
1818
  "name": "*",
1833
1819
  "declaration": {
1834
1820
  "name": "*",
1835
- "package": "./actions-menu.styles"
1821
+ "package": "./accordion-item.template"
1836
1822
  }
1837
1823
  },
1838
1824
  {
@@ -1840,7 +1826,7 @@
1840
1826
  "name": "*",
1841
1827
  "declaration": {
1842
1828
  "name": "*",
1843
- "package": "./actions-menu.template"
1829
+ "package": "./accordion-item.styles"
1844
1830
  }
1845
1831
  },
1846
1832
  {
@@ -1848,7 +1834,38 @@
1848
1834
  "name": "*",
1849
1835
  "declaration": {
1850
1836
  "name": "*",
1851
- "package": "./actions-menu"
1837
+ "package": "./accordion-item"
1838
+ }
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "kind": "javascript-module",
1844
+ "path": "src/_config/index.ts",
1845
+ "declarations": [],
1846
+ "exports": [
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./styles"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./tokens"
1861
+ }
1862
+ },
1863
+ {
1864
+ "kind": "js",
1865
+ "name": "*",
1866
+ "declaration": {
1867
+ "name": "*",
1868
+ "package": "./values"
1852
1869
  }
1853
1870
  }
1854
1871
  ]
@@ -3965,552 +3982,535 @@
3965
3982
  },
3966
3983
  {
3967
3984
  "kind": "javascript-module",
3968
- "path": "src/_common/base-file-component.ts",
3985
+ "path": "src/actions-menu/actions-menu.styles.ts",
3969
3986
  "declarations": [
3970
3987
  {
3971
- "kind": "class",
3972
- "description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
3973
- "name": "BaseFileComponent",
3974
- "members": [
3988
+ "kind": "function",
3989
+ "name": "actionsMenuBaseStyles",
3990
+ "return": {
3991
+ "type": {
3992
+ "text": "ElementStyles"
3993
+ }
3994
+ },
3995
+ "parameters": [
3975
3996
  {
3976
- "kind": "field",
3977
- "name": "fileInput",
3997
+ "name": "context",
3978
3998
  "type": {
3979
- "text": "HTMLInputElement"
3980
- },
3981
- "privacy": "public"
3999
+ "text": "ElementDefinitionContext"
4000
+ }
3982
4001
  },
3983
4002
  {
3984
- "kind": "field",
3985
- "name": "selectedFile",
4003
+ "name": "definition",
3986
4004
  "type": {
3987
- "text": "File | null"
3988
- },
3989
- "privacy": "protected",
3990
- "default": "null"
4005
+ "text": "FoundationElementDefinition"
4006
+ }
4007
+ }
4008
+ ]
4009
+ },
4010
+ {
4011
+ "kind": "function",
4012
+ "name": "foundationActionsMenuStyles",
4013
+ "return": {
4014
+ "type": {
4015
+ "text": "ElementStyles"
4016
+ }
4017
+ },
4018
+ "parameters": [
4019
+ {
4020
+ "name": "context",
4021
+ "type": {
4022
+ "text": "ElementDefinitionContext"
4023
+ }
3991
4024
  },
3992
4025
  {
3993
- "kind": "field",
3994
- "name": "label",
4026
+ "name": "definition",
4027
+ "type": {
4028
+ "text": "FoundationElementDefinition"
4029
+ }
4030
+ }
4031
+ ]
4032
+ }
4033
+ ],
4034
+ "exports": [
4035
+ {
4036
+ "kind": "js",
4037
+ "name": "actionsMenuBaseStyles",
4038
+ "declaration": {
4039
+ "name": "actionsMenuBaseStyles",
4040
+ "module": "src/actions-menu/actions-menu.styles.ts"
4041
+ }
4042
+ },
4043
+ {
4044
+ "kind": "js",
4045
+ "name": "foundationActionsMenuStyles",
4046
+ "declaration": {
4047
+ "name": "foundationActionsMenuStyles",
4048
+ "module": "src/actions-menu/actions-menu.styles.ts"
4049
+ }
4050
+ }
4051
+ ]
4052
+ },
4053
+ {
4054
+ "kind": "javascript-module",
4055
+ "path": "src/actions-menu/actions-menu.template.ts",
4056
+ "declarations": [
4057
+ {
4058
+ "kind": "function",
4059
+ "name": "menuTemplate",
4060
+ "parameters": [
4061
+ {
4062
+ "name": "prefix",
3995
4063
  "type": {
3996
4064
  "text": "string"
3997
4065
  }
3998
- },
4066
+ }
4067
+ ]
4068
+ },
4069
+ {
4070
+ "kind": "function",
4071
+ "name": "singleOptionTemplate",
4072
+ "parameters": [
3999
4073
  {
4000
- "kind": "field",
4001
- "name": "accept",
4074
+ "name": "prefix",
4002
4075
  "type": {
4003
4076
  "text": "string"
4004
- },
4005
- "default": "''"
4006
- },
4077
+ }
4078
+ }
4079
+ ]
4080
+ },
4081
+ {
4082
+ "kind": "variable",
4083
+ "name": "foundationActionsMenuTemplate",
4084
+ "type": {
4085
+ "text": "ViewTemplate<ActionsMenu>"
4086
+ },
4087
+ "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`"
4088
+ }
4089
+ ],
4090
+ "exports": [
4091
+ {
4092
+ "kind": "js",
4093
+ "name": "menuTemplate",
4094
+ "declaration": {
4095
+ "name": "menuTemplate",
4096
+ "module": "src/actions-menu/actions-menu.template.ts"
4097
+ }
4098
+ },
4099
+ {
4100
+ "kind": "js",
4101
+ "name": "singleOptionTemplate",
4102
+ "declaration": {
4103
+ "name": "singleOptionTemplate",
4104
+ "module": "src/actions-menu/actions-menu.template.ts"
4105
+ }
4106
+ },
4107
+ {
4108
+ "kind": "js",
4109
+ "name": "foundationActionsMenuTemplate",
4110
+ "declaration": {
4111
+ "name": "foundationActionsMenuTemplate",
4112
+ "module": "src/actions-menu/actions-menu.template.ts"
4113
+ }
4114
+ }
4115
+ ]
4116
+ },
4117
+ {
4118
+ "kind": "javascript-module",
4119
+ "path": "src/actions-menu/actions-menu.ts",
4120
+ "declarations": [
4121
+ {
4122
+ "kind": "class",
4123
+ "description": "",
4124
+ "name": "ActionsMenu",
4125
+ "members": [
4007
4126
  {
4008
4127
  "kind": "field",
4009
- "name": "fileSizeLimitBytes",
4010
- "default": "10_485_760",
4128
+ "name": "actions",
4011
4129
  "type": {
4012
- "text": "number"
4130
+ "text": "ActionMenuItem[]"
4013
4131
  }
4014
4132
  },
4015
4133
  {
4016
4134
  "kind": "field",
4017
- "name": "fileName",
4135
+ "name": "isVertical",
4018
4136
  "type": {
4019
- "text": "string"
4137
+ "text": "boolean"
4020
4138
  },
4021
- "default": "''"
4139
+ "default": "false"
4022
4140
  },
4023
4141
  {
4024
4142
  "kind": "field",
4025
- "name": "isProcessing",
4143
+ "name": "addDefaultActions",
4026
4144
  "type": {
4027
4145
  "text": "boolean"
4028
4146
  },
4029
- "default": "false"
4147
+ "default": "true"
4030
4148
  },
4031
4149
  {
4032
- "kind": "method",
4033
- "name": "handleClick",
4034
- "privacy": "public",
4035
- "description": "Opens the file picker dialog\nClears any previous file selection before opening"
4150
+ "kind": "field",
4151
+ "name": "autoCloseOnAction",
4152
+ "type": {
4153
+ "text": "boolean"
4154
+ },
4155
+ "default": "true"
4036
4156
  },
4037
4157
  {
4038
- "kind": "method",
4039
- "name": "onInputChange",
4040
- "privacy": "public",
4041
- "parameters": [
4042
- {
4043
- "name": "e",
4044
- "type": {
4045
- "text": "Event"
4046
- },
4047
- "description": "The change event from the file input"
4048
- }
4049
- ],
4050
- "description": "Handles file selection from the file input\nValidates file size and sets up for processing"
4051
- },
4052
- {
4053
- "kind": "method",
4054
- "name": "clearSelection",
4055
- "privacy": "public",
4056
- "description": "Clears all file selection and processing state\nResets the component to its initial state"
4057
- },
4058
- {
4059
- "kind": "method",
4060
- "name": "getSelectedFile",
4061
- "privacy": "public",
4062
- "description": "Gets the currently selected file object",
4063
- "return": {
4064
- "type": {
4065
- "text": ""
4066
- }
4158
+ "kind": "field",
4159
+ "name": "classNames",
4160
+ "type": {
4161
+ "text": "string"
4067
4162
  }
4068
4163
  },
4069
4164
  {
4070
- "kind": "method",
4071
- "name": "showError",
4072
- "privacy": "protected",
4073
- "parameters": [
4074
- {
4075
- "name": "title",
4076
- "type": {
4077
- "text": "string"
4078
- },
4079
- "description": "The error title"
4080
- },
4081
- {
4082
- "name": "message",
4083
- "type": {
4084
- "text": "string"
4085
- },
4086
- "description": "The error message"
4087
- }
4088
- ],
4089
- "description": "Shows an error notification using the unified error handling system"
4165
+ "kind": "field",
4166
+ "name": "definition",
4167
+ "type": {
4168
+ "text": "any"
4169
+ }
4090
4170
  },
4091
4171
  {
4092
- "kind": "method",
4093
- "name": "onFileSelected",
4094
- "privacy": "protected",
4095
- "return": {
4096
- "type": {
4097
- "text": "void"
4098
- }
4172
+ "kind": "field",
4173
+ "name": "name",
4174
+ "type": {
4175
+ "text": "string"
4099
4176
  },
4100
- "parameters": [
4101
- {
4102
- "name": "files",
4103
- "type": {
4104
- "text": "File[]"
4105
- },
4106
- "description": "The selected file"
4107
- }
4108
- ],
4109
- "description": "Abstract method called when a file is selected"
4177
+ "default": "'Actions'"
4110
4178
  },
4111
4179
  {
4112
- "kind": "method",
4113
- "name": "onFileCleared",
4114
- "privacy": "protected",
4115
- "return": {
4116
- "type": {
4117
- "text": "void"
4118
- }
4180
+ "kind": "field",
4181
+ "name": "open",
4182
+ "type": {
4183
+ "text": "boolean"
4119
4184
  },
4120
- "description": "Abstract method called when file selection is cleared"
4185
+ "default": "false"
4121
4186
  },
4122
4187
  {
4123
4188
  "kind": "field",
4124
- "name": "_presentation",
4189
+ "name": "buttonAppearance",
4125
4190
  "type": {
4126
- "text": "ComponentPresentation | null | undefined"
4127
- },
4128
- "privacy": "private",
4129
- "default": "void 0",
4130
- "inheritedFrom": {
4131
- "name": "FoundationElement",
4132
- "module": "src/foundation-element/foundation-element.ts"
4191
+ "text": "string"
4133
4192
  }
4134
4193
  },
4135
4194
  {
4136
4195
  "kind": "field",
4137
- "name": "$presentation",
4196
+ "name": "hideDisabled",
4138
4197
  "type": {
4139
- "text": "ComponentPresentation | null"
4198
+ "text": "boolean"
4140
4199
  },
4141
- "privacy": "public",
4142
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4143
- "inheritedFrom": {
4144
- "name": "FoundationElement",
4145
- "module": "src/foundation-element/foundation-element.ts"
4146
- }
4200
+ "default": "false"
4147
4201
  },
4148
4202
  {
4149
4203
  "kind": "field",
4150
- "name": "template",
4204
+ "name": "hideMenuSingleOption",
4151
4205
  "type": {
4152
- "text": "ElementViewTemplate | void | null"
4206
+ "text": "boolean"
4153
4207
  },
4154
- "privacy": "public",
4155
- "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.",
4156
- "inheritedFrom": {
4157
- "name": "FoundationElement",
4158
- "module": "src/foundation-element/foundation-element.ts"
4159
- }
4208
+ "default": "false"
4160
4209
  },
4161
4210
  {
4162
- "kind": "method",
4163
- "name": "templateChanged",
4164
- "privacy": "protected",
4165
- "return": {
4166
- "type": {
4167
- "text": "void"
4168
- }
4169
- },
4170
- "inheritedFrom": {
4171
- "name": "FoundationElement",
4172
- "module": "src/foundation-element/foundation-element.ts"
4211
+ "kind": "field",
4212
+ "name": "singleOption",
4213
+ "type": {
4214
+ "text": "ActionMenuItem"
4173
4215
  }
4174
4216
  },
4175
4217
  {
4176
4218
  "kind": "field",
4177
- "name": "styles",
4219
+ "name": "actionsMenu",
4178
4220
  "type": {
4179
- "text": "ElementStyles | void | null"
4180
- },
4181
- "privacy": "public",
4182
- "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.",
4183
- "inheritedFrom": {
4184
- "name": "FoundationElement",
4185
- "module": "src/foundation-element/foundation-element.ts"
4221
+ "text": "HTMLElement"
4186
4222
  }
4187
4223
  },
4188
4224
  {
4189
4225
  "kind": "method",
4190
- "name": "stylesChanged",
4226
+ "name": "definitionChanged",
4191
4227
  "privacy": "protected",
4192
- "return": {
4193
- "type": {
4194
- "text": "void"
4228
+ "parameters": [
4229
+ {
4230
+ "name": "oldValue",
4231
+ "type": {
4232
+ "text": "any"
4233
+ }
4234
+ },
4235
+ {
4236
+ "name": "newValue",
4237
+ "type": {
4238
+ "text": "any"
4239
+ }
4195
4240
  }
4196
- },
4197
- "inheritedFrom": {
4198
- "name": "FoundationElement",
4199
- "module": "src/foundation-element/foundation-element.ts"
4200
- }
4241
+ ]
4201
4242
  },
4202
4243
  {
4203
4244
  "kind": "method",
4204
- "name": "compose",
4205
- "privacy": "public",
4206
- "static": true,
4207
- "return": {
4208
- "type": {
4209
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4245
+ "name": "openChanged",
4246
+ "privacy": "protected"
4247
+ },
4248
+ {
4249
+ "kind": "method",
4250
+ "name": "toggleActionsMenuVisibility"
4251
+ },
4252
+ {
4253
+ "kind": "method",
4254
+ "name": "onActionMenuItemClick",
4255
+ "parameters": [
4256
+ {
4257
+ "name": "callback",
4258
+ "type": {
4259
+ "text": "(rowData) => void | any"
4260
+ }
4210
4261
  }
4262
+ ]
4263
+ },
4264
+ {
4265
+ "kind": "field",
4266
+ "name": "allActions",
4267
+ "type": {
4268
+ "text": "ActionMenuItem[]"
4211
4269
  },
4270
+ "readonly": true
4271
+ },
4272
+ {
4273
+ "kind": "field",
4274
+ "name": "rowData",
4275
+ "readonly": true
4276
+ },
4277
+ {
4278
+ "kind": "method",
4279
+ "name": "getLabel",
4212
4280
  "parameters": [
4213
4281
  {
4214
- "name": "this",
4282
+ "name": "name",
4215
4283
  "type": {
4216
- "text": "K"
4284
+ "text": "string | ((rowData: any) => string)"
4217
4285
  }
4218
- },
4286
+ }
4287
+ ]
4288
+ },
4289
+ {
4290
+ "kind": "method",
4291
+ "name": "getTemplate",
4292
+ "parameters": [
4219
4293
  {
4220
- "name": "elementDefinition",
4294
+ "name": "prefix",
4221
4295
  "type": {
4222
- "text": "T"
4223
- },
4224
- "description": "The definition of the element to create the registry\nfunction for."
4296
+ "text": "string"
4297
+ }
4225
4298
  }
4226
- ],
4227
- "description": "Defines an element registry function with a set of element definition defaults.",
4299
+ ]
4300
+ },
4301
+ {
4302
+ "kind": "field",
4303
+ "name": "_presentation",
4304
+ "type": {
4305
+ "text": "ComponentPresentation | null | undefined"
4306
+ },
4307
+ "privacy": "private",
4308
+ "default": "void 0",
4228
4309
  "inheritedFrom": {
4229
4310
  "name": "FoundationElement",
4230
4311
  "module": "src/foundation-element/foundation-element.ts"
4231
4312
  }
4232
- }
4233
- ],
4234
- "attributes": [
4235
- {
4236
- "name": "label",
4237
- "type": {
4238
- "text": "string"
4239
- },
4240
- "fieldName": "label"
4241
4313
  },
4242
4314
  {
4243
- "name": "accept",
4315
+ "kind": "field",
4316
+ "name": "$presentation",
4244
4317
  "type": {
4245
- "text": "string"
4246
- },
4247
- "default": "''",
4248
- "fieldName": "accept"
4249
- },
4250
- {
4251
- "name": "file-size-limit-bytes",
4252
- "default": "DEFAULT_FILE_SIZE_LIMIT",
4253
- "resolveInitializer": {
4254
- "module": "src/_common/base-file-component.ts"
4318
+ "text": "ComponentPresentation | null"
4255
4319
  },
4256
- "fieldName": "fileSizeLimitBytes"
4257
- }
4258
- ],
4259
- "superclass": {
4260
- "name": "FoundationElement",
4261
- "package": "@microsoft/fast-foundation"
4262
- }
4263
- }
4264
- ],
4265
- "exports": [
4266
- {
4267
- "kind": "js",
4268
- "name": "BaseFileComponent",
4269
- "declaration": {
4270
- "name": "BaseFileComponent",
4271
- "module": "src/_common/base-file-component.ts"
4272
- }
4273
- }
4274
- ]
4275
- },
4276
- {
4277
- "kind": "javascript-module",
4278
- "path": "src/_common/icons.ts",
4279
- "declarations": [
4280
- {
4281
- "kind": "function",
4282
- "name": "closeIcon",
4283
- "parameters": [
4284
- {
4285
- "name": "slot",
4286
- "default": "'start'"
4320
+ "privacy": "public",
4321
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4322
+ "inheritedFrom": {
4323
+ "name": "FoundationElement",
4324
+ "module": "src/foundation-element/foundation-element.ts"
4325
+ }
4287
4326
  },
4288
4327
  {
4289
- "name": "fill",
4290
- "default": "'#879ba6'"
4291
- }
4292
- ]
4293
- }
4294
- ],
4295
- "exports": [
4296
- {
4297
- "kind": "js",
4298
- "name": "closeIcon",
4299
- "declaration": {
4300
- "name": "closeIcon",
4301
- "module": "src/_common/icons.ts"
4302
- }
4303
- }
4304
- ]
4305
- },
4306
- {
4307
- "kind": "javascript-module",
4308
- "path": "src/_common/index.ts",
4309
- "declarations": [],
4310
- "exports": [
4311
- {
4312
- "kind": "js",
4313
- "name": "*",
4314
- "declaration": {
4315
- "name": "*",
4316
- "package": "./base-file-component"
4317
- }
4318
- },
4319
- {
4320
- "kind": "js",
4321
- "name": "*",
4322
- "declaration": {
4323
- "name": "*",
4324
- "package": "./icons"
4325
- }
4326
- }
4327
- ]
4328
- },
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",
4328
+ "kind": "field",
4329
+ "name": "template",
4375
4330
  "type": {
4376
- "text": "ElementDefinitionContext"
4331
+ "text": "ElementViewTemplate | void | null"
4332
+ },
4333
+ "privacy": "public",
4334
+ "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.",
4335
+ "inheritedFrom": {
4336
+ "name": "FoundationElement",
4337
+ "module": "src/foundation-element/foundation-element.ts"
4377
4338
  }
4378
4339
  },
4379
4340
  {
4380
- "name": "definition",
4341
+ "kind": "method",
4342
+ "name": "templateChanged",
4343
+ "privacy": "protected",
4344
+ "return": {
4345
+ "type": {
4346
+ "text": "void"
4347
+ }
4348
+ },
4349
+ "inheritedFrom": {
4350
+ "name": "FoundationElement",
4351
+ "module": "src/foundation-element/foundation-element.ts"
4352
+ }
4353
+ },
4354
+ {
4355
+ "kind": "field",
4356
+ "name": "styles",
4381
4357
  "type": {
4382
- "text": "FoundationElementDefinition"
4358
+ "text": "ElementStyles | void | null"
4359
+ },
4360
+ "privacy": "public",
4361
+ "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.",
4362
+ "inheritedFrom": {
4363
+ "name": "FoundationElement",
4364
+ "module": "src/foundation-element/foundation-element.ts"
4365
+ }
4366
+ },
4367
+ {
4368
+ "kind": "method",
4369
+ "name": "stylesChanged",
4370
+ "privacy": "protected",
4371
+ "return": {
4372
+ "type": {
4373
+ "text": "void"
4374
+ }
4375
+ },
4376
+ "inheritedFrom": {
4377
+ "name": "FoundationElement",
4378
+ "module": "src/foundation-element/foundation-element.ts"
4379
+ }
4380
+ },
4381
+ {
4382
+ "kind": "method",
4383
+ "name": "compose",
4384
+ "privacy": "public",
4385
+ "static": true,
4386
+ "return": {
4387
+ "type": {
4388
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4389
+ }
4390
+ },
4391
+ "parameters": [
4392
+ {
4393
+ "name": "this",
4394
+ "type": {
4395
+ "text": "K"
4396
+ }
4397
+ },
4398
+ {
4399
+ "name": "elementDefinition",
4400
+ "type": {
4401
+ "text": "T"
4402
+ },
4403
+ "description": "The definition of the element to create the registry\nfunction for."
4404
+ }
4405
+ ],
4406
+ "description": "Defines an element registry function with a set of element definition defaults.",
4407
+ "inheritedFrom": {
4408
+ "name": "FoundationElement",
4409
+ "module": "src/foundation-element/foundation-element.ts"
4383
4410
  }
4384
4411
  }
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
+ "attributes": [
4412
4414
  {
4413
- "name": "context",
4415
+ "name": "is-vertical",
4414
4416
  "type": {
4415
- "text": "ElementDefinitionContext"
4416
- }
4417
+ "text": "boolean"
4418
+ },
4419
+ "default": "false",
4420
+ "fieldName": "isVertical"
4417
4421
  },
4418
4422
  {
4419
- "name": "definition",
4423
+ "name": "add-default-actions",
4420
4424
  "type": {
4421
- "text": "FoundationElementDefinition"
4422
- }
4425
+ "text": "boolean"
4426
+ },
4427
+ "default": "true",
4428
+ "fieldName": "addDefaultActions"
4429
+ },
4430
+ {
4431
+ "name": "auto-close-on-action",
4432
+ "type": {
4433
+ "text": "boolean"
4434
+ },
4435
+ "default": "true",
4436
+ "fieldName": "autoCloseOnAction"
4437
+ },
4438
+ {
4439
+ "name": "name",
4440
+ "type": {
4441
+ "text": "string"
4442
+ },
4443
+ "default": "'Actions'",
4444
+ "fieldName": "name"
4445
+ },
4446
+ {
4447
+ "name": "open",
4448
+ "type": {
4449
+ "text": "boolean"
4450
+ },
4451
+ "default": "false",
4452
+ "fieldName": "open"
4453
+ },
4454
+ {
4455
+ "name": "buttonAppearance",
4456
+ "type": {
4457
+ "text": "string"
4458
+ },
4459
+ "fieldName": "buttonAppearance"
4460
+ },
4461
+ {
4462
+ "name": "hide-disabled",
4463
+ "type": {
4464
+ "text": "boolean"
4465
+ },
4466
+ "default": "false",
4467
+ "fieldName": "hideDisabled"
4468
+ },
4469
+ {
4470
+ "name": "hide-menu-single-option",
4471
+ "type": {
4472
+ "text": "boolean"
4473
+ },
4474
+ "default": "false",
4475
+ "fieldName": "hideMenuSingleOption"
4423
4476
  }
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",
4477
+ ],
4446
4478
  "superclass": {
4447
- "name": "FASTAccordion",
4479
+ "name": "FoundationElement",
4448
4480
  "package": "@microsoft/fast-foundation"
4449
4481
  },
4450
- "tagName": "%%prefix%%-accordion",
4482
+ "tagName": "%%prefix%%-actions-menu",
4451
4483
  "customElement": true
4452
4484
  },
4453
4485
  {
4454
4486
  "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",
4487
+ "name": "foundationActionsMenu",
4488
+ "description": "The Foundation Actions Menu",
4473
4489
  "privacy": "public"
4474
4490
  }
4475
4491
  ],
4476
4492
  "exports": [
4477
4493
  {
4478
4494
  "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",
4495
+ "name": "ActionsMenu",
4496
4496
  "declaration": {
4497
- "name": "defaultAccordionConfig",
4498
- "module": "src/accordion/accordion.ts"
4497
+ "name": "ActionsMenu",
4498
+ "module": "src/actions-menu/actions-menu.ts"
4499
4499
  }
4500
4500
  },
4501
4501
  {
4502
4502
  "kind": "js",
4503
- "name": "foundationAccordion",
4503
+ "name": "foundationActionsMenu",
4504
4504
  "declaration": {
4505
- "name": "foundationAccordion",
4506
- "module": "src/accordion/accordion.ts"
4505
+ "name": "foundationActionsMenu",
4506
+ "module": "src/actions-menu/actions-menu.ts"
4507
4507
  }
4508
4508
  }
4509
4509
  ]
4510
4510
  },
4511
4511
  {
4512
4512
  "kind": "javascript-module",
4513
- "path": "src/accordion/index.ts",
4513
+ "path": "src/actions-menu/index.ts",
4514
4514
  "declarations": [],
4515
4515
  "exports": [
4516
4516
  {
@@ -4518,7 +4518,7 @@
4518
4518
  "name": "*",
4519
4519
  "declaration": {
4520
4520
  "name": "*",
4521
- "package": "./accordion.template"
4521
+ "package": "./actions-menu.styles"
4522
4522
  }
4523
4523
  },
4524
4524
  {
@@ -4526,7 +4526,7 @@
4526
4526
  "name": "*",
4527
4527
  "declaration": {
4528
4528
  "name": "*",
4529
- "package": "./accordion.styles"
4529
+ "package": "./actions-menu.template"
4530
4530
  }
4531
4531
  },
4532
4532
  {
@@ -4534,7 +4534,7 @@
4534
4534
  "name": "*",
4535
4535
  "declaration": {
4536
4536
  "name": "*",
4537
- "package": "./accordion"
4537
+ "package": "./actions-menu"
4538
4538
  }
4539
4539
  }
4540
4540
  ]