@genesislcap/foundation-ui 14.291.2-alpha-372cecd.0 → 14.291.2-alpha-e5017be.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1014 -1014
  2. package/package.json +18 -18
@@ -886,112 +886,506 @@
886
886
  },
887
887
  {
888
888
  "kind": "javascript-module",
889
- "path": "src/_common/base-file-component.ts",
889
+ "path": "src/accordion-item/accordion-item.styles.ts",
890
+ "declarations": [
891
+ {
892
+ "kind": "function",
893
+ "name": "foundationAccordionItemStyles",
894
+ "return": {
895
+ "type": {
896
+ "text": "ElementStyles"
897
+ }
898
+ },
899
+ "parameters": [
900
+ {
901
+ "name": "context",
902
+ "type": {
903
+ "text": "ElementDefinitionContext"
904
+ }
905
+ },
906
+ {
907
+ "name": "definition",
908
+ "type": {
909
+ "text": "FoundationElementDefinition"
910
+ }
911
+ }
912
+ ]
913
+ }
914
+ ],
915
+ "exports": [
916
+ {
917
+ "kind": "js",
918
+ "name": "foundationAccordionItemStyles",
919
+ "declaration": {
920
+ "name": "foundationAccordionItemStyles",
921
+ "module": "src/accordion-item/accordion-item.styles.ts"
922
+ }
923
+ }
924
+ ]
925
+ },
926
+ {
927
+ "kind": "javascript-module",
928
+ "path": "src/accordion-item/accordion-item.template.ts",
929
+ "declarations": [
930
+ {
931
+ "kind": "function",
932
+ "name": "foundationAccordionItemTemplate",
933
+ "return": {
934
+ "type": {
935
+ "text": "ViewTemplate<AccordionItem>"
936
+ }
937
+ },
938
+ "parameters": [
939
+ {
940
+ "name": "context",
941
+ "type": {
942
+ "text": "ElementDefinitionContext"
943
+ }
944
+ },
945
+ {
946
+ "name": "definition",
947
+ "type": {
948
+ "text": "FoundationElementDefinition"
949
+ }
950
+ }
951
+ ]
952
+ }
953
+ ],
954
+ "exports": [
955
+ {
956
+ "kind": "js",
957
+ "name": "foundationAccordionItemTemplate",
958
+ "declaration": {
959
+ "name": "foundationAccordionItemTemplate",
960
+ "module": "src/accordion-item/accordion-item.template.ts"
961
+ }
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "kind": "javascript-module",
967
+ "path": "src/accordion-item/accordion-item.ts",
890
968
  "declarations": [
891
969
  {
892
970
  "kind": "class",
893
- "description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
894
- "name": "BaseFileComponent",
895
- "members": [
971
+ "description": "",
972
+ "name": "AccordionItem",
973
+ "superclass": {
974
+ "name": "FASTAccordionItem",
975
+ "package": "@microsoft/fast-components"
976
+ },
977
+ "tagName": "%%prefix%%-accordion-item",
978
+ "customElement": true,
979
+ "attributes": [
896
980
  {
897
- "kind": "field",
898
- "name": "fileInput",
981
+ "name": "heading-level",
899
982
  "type": {
900
- "text": "HTMLInputElement"
983
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
901
984
  },
902
- "privacy": "public"
985
+ "default": "2",
986
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
987
+ "fieldName": "headinglevel",
988
+ "inheritedFrom": {
989
+ "name": "AccordionItem",
990
+ "module": "src/accordion-item/accordion-item.ts"
991
+ }
992
+ },
993
+ {
994
+ "type": {
995
+ "text": "boolean"
996
+ },
997
+ "default": "false",
998
+ "description": "Expands or collapses the item.",
999
+ "fieldName": "expanded",
1000
+ "inheritedFrom": {
1001
+ "name": "AccordionItem",
1002
+ "module": "src/accordion-item/accordion-item.ts"
1003
+ }
903
1004
  },
1005
+ {
1006
+ "name": "id",
1007
+ "type": {
1008
+ "text": "string"
1009
+ },
1010
+ "description": "The item ID",
1011
+ "fieldName": "id",
1012
+ "inheritedFrom": {
1013
+ "name": "AccordionItem",
1014
+ "module": "src/accordion-item/accordion-item.ts"
1015
+ }
1016
+ }
1017
+ ],
1018
+ "members": [
904
1019
  {
905
1020
  "kind": "field",
906
- "name": "selectedFile",
1021
+ "name": "headinglevel",
907
1022
  "type": {
908
- "text": "File | null"
1023
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
909
1024
  },
910
- "privacy": "protected",
911
- "default": "null"
1025
+ "privacy": "public",
1026
+ "default": "2",
1027
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1028
+ "inheritedFrom": {
1029
+ "name": "AccordionItem",
1030
+ "module": "src/accordion-item/accordion-item.ts"
1031
+ }
912
1032
  },
913
1033
  {
914
1034
  "kind": "field",
915
- "name": "label",
1035
+ "name": "expanded",
916
1036
  "type": {
917
- "text": "string"
1037
+ "text": "boolean"
1038
+ },
1039
+ "privacy": "public",
1040
+ "default": "false",
1041
+ "description": "Expands or collapses the item.",
1042
+ "inheritedFrom": {
1043
+ "name": "AccordionItem",
1044
+ "module": "src/accordion-item/accordion-item.ts"
918
1045
  }
919
1046
  },
920
1047
  {
921
1048
  "kind": "field",
922
- "name": "accept",
1049
+ "name": "id",
923
1050
  "type": {
924
1051
  "text": "string"
925
1052
  },
926
- "default": "''"
1053
+ "privacy": "public",
1054
+ "description": "The item ID",
1055
+ "inheritedFrom": {
1056
+ "name": "AccordionItem",
1057
+ "module": "src/accordion-item/accordion-item.ts"
1058
+ }
927
1059
  },
928
1060
  {
929
1061
  "kind": "field",
930
- "name": "fileSizeLimitBytes",
931
- "default": "10_485_760",
932
- "type": {
933
- "text": "number"
1062
+ "name": "change",
1063
+ "privacy": "private",
1064
+ "inheritedFrom": {
1065
+ "name": "AccordionItem",
1066
+ "module": "src/accordion-item/accordion-item.ts"
934
1067
  }
935
1068
  },
936
1069
  {
937
1070
  "kind": "field",
938
- "name": "fileName",
1071
+ "name": "_presentation",
939
1072
  "type": {
940
- "text": "string"
1073
+ "text": "ComponentPresentation | null | undefined"
941
1074
  },
942
- "default": "''"
1075
+ "privacy": "private",
1076
+ "default": "void 0",
1077
+ "inheritedFrom": {
1078
+ "name": "FoundationElement",
1079
+ "module": "src/foundation-element/foundation-element.ts"
1080
+ }
943
1081
  },
944
1082
  {
945
1083
  "kind": "field",
946
- "name": "isProcessing",
1084
+ "name": "$presentation",
947
1085
  "type": {
948
- "text": "boolean"
1086
+ "text": "ComponentPresentation | null"
949
1087
  },
950
- "default": "false"
1088
+ "privacy": "public",
1089
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1090
+ "inheritedFrom": {
1091
+ "name": "FoundationElement",
1092
+ "module": "src/foundation-element/foundation-element.ts"
1093
+ }
951
1094
  },
952
1095
  {
953
- "kind": "method",
954
- "name": "handleClick",
1096
+ "kind": "field",
1097
+ "name": "template",
1098
+ "type": {
1099
+ "text": "ElementViewTemplate | void | null"
1100
+ },
955
1101
  "privacy": "public",
956
- "description": "Opens the file picker dialog\nClears any previous file selection before opening"
1102
+ "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.",
1103
+ "inheritedFrom": {
1104
+ "name": "FoundationElement",
1105
+ "module": "src/foundation-element/foundation-element.ts"
1106
+ }
957
1107
  },
958
1108
  {
959
1109
  "kind": "method",
960
- "name": "onInputChange",
961
- "privacy": "public",
962
- "parameters": [
963
- {
964
- "name": "e",
965
- "type": {
966
- "text": "Event"
967
- },
968
- "description": "The change event from the file input"
1110
+ "name": "templateChanged",
1111
+ "privacy": "protected",
1112
+ "return": {
1113
+ "type": {
1114
+ "text": "void"
969
1115
  }
970
- ],
971
- "description": "Handles file selection from the file input\nValidates file size and sets up for processing"
1116
+ },
1117
+ "inheritedFrom": {
1118
+ "name": "FoundationElement",
1119
+ "module": "src/foundation-element/foundation-element.ts"
1120
+ }
972
1121
  },
973
1122
  {
974
- "kind": "method",
975
- "name": "clearSelection",
1123
+ "kind": "field",
1124
+ "name": "styles",
1125
+ "type": {
1126
+ "text": "ElementStyles | void | null"
1127
+ },
976
1128
  "privacy": "public",
977
- "description": "Clears all file selection and processing state\nResets the component to its initial state"
1129
+ "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.",
1130
+ "inheritedFrom": {
1131
+ "name": "FoundationElement",
1132
+ "module": "src/foundation-element/foundation-element.ts"
1133
+ }
978
1134
  },
979
1135
  {
980
1136
  "kind": "method",
981
- "name": "getSelectedFile",
982
- "privacy": "public",
983
- "description": "Gets the currently selected file object",
1137
+ "name": "stylesChanged",
1138
+ "privacy": "protected",
984
1139
  "return": {
985
1140
  "type": {
986
- "text": ""
1141
+ "text": "void"
987
1142
  }
1143
+ },
1144
+ "inheritedFrom": {
1145
+ "name": "FoundationElement",
1146
+ "module": "src/foundation-element/foundation-element.ts"
988
1147
  }
989
1148
  },
990
1149
  {
991
1150
  "kind": "method",
992
- "name": "showError",
993
- "privacy": "protected",
994
- "parameters": [
1151
+ "name": "compose",
1152
+ "privacy": "public",
1153
+ "static": true,
1154
+ "return": {
1155
+ "type": {
1156
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1157
+ }
1158
+ },
1159
+ "parameters": [
1160
+ {
1161
+ "name": "this",
1162
+ "type": {
1163
+ "text": "K"
1164
+ }
1165
+ },
1166
+ {
1167
+ "name": "elementDefinition",
1168
+ "type": {
1169
+ "text": "T"
1170
+ },
1171
+ "description": "The definition of the element to create the registry\nfunction for."
1172
+ }
1173
+ ],
1174
+ "description": "Defines an element registry function with a set of element definition defaults.",
1175
+ "inheritedFrom": {
1176
+ "name": "FoundationElement",
1177
+ "module": "src/foundation-element/foundation-element.ts"
1178
+ }
1179
+ }
1180
+ ],
1181
+ "events": [
1182
+ {
1183
+ "description": "Fires a custom 'change' event when the button is invoked",
1184
+ "name": "change",
1185
+ "inheritedFrom": {
1186
+ "name": "AccordionItem",
1187
+ "module": "src/accordion-item/accordion-item.ts"
1188
+ }
1189
+ }
1190
+ ]
1191
+ },
1192
+ {
1193
+ "kind": "variable",
1194
+ "name": "foundationAccordionItemShadowOptions",
1195
+ "type": {
1196
+ "text": "ShadowRootInit"
1197
+ },
1198
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1199
+ },
1200
+ {
1201
+ "kind": "variable",
1202
+ "name": "defaultAccordionItemConfig",
1203
+ "type": {
1204
+ "text": "object"
1205
+ },
1206
+ "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}"
1207
+ },
1208
+ {
1209
+ "kind": "variable",
1210
+ "name": "foundationAccordionItem",
1211
+ "description": "The Foundation Accordion Item",
1212
+ "privacy": "public"
1213
+ }
1214
+ ],
1215
+ "exports": [
1216
+ {
1217
+ "kind": "js",
1218
+ "name": "AccordionItem",
1219
+ "declaration": {
1220
+ "name": "AccordionItem",
1221
+ "module": "src/accordion-item/accordion-item.ts"
1222
+ }
1223
+ },
1224
+ {
1225
+ "kind": "js",
1226
+ "name": "foundationAccordionItemShadowOptions",
1227
+ "declaration": {
1228
+ "name": "foundationAccordionItemShadowOptions",
1229
+ "module": "src/accordion-item/accordion-item.ts"
1230
+ }
1231
+ },
1232
+ {
1233
+ "kind": "js",
1234
+ "name": "defaultAccordionItemConfig",
1235
+ "declaration": {
1236
+ "name": "defaultAccordionItemConfig",
1237
+ "module": "src/accordion-item/accordion-item.ts"
1238
+ }
1239
+ },
1240
+ {
1241
+ "kind": "js",
1242
+ "name": "foundationAccordionItem",
1243
+ "declaration": {
1244
+ "name": "foundationAccordionItem",
1245
+ "module": "src/accordion-item/accordion-item.ts"
1246
+ }
1247
+ }
1248
+ ]
1249
+ },
1250
+ {
1251
+ "kind": "javascript-module",
1252
+ "path": "src/accordion-item/index.ts",
1253
+ "declarations": [],
1254
+ "exports": [
1255
+ {
1256
+ "kind": "js",
1257
+ "name": "*",
1258
+ "declaration": {
1259
+ "name": "*",
1260
+ "package": "./accordion-item.template"
1261
+ }
1262
+ },
1263
+ {
1264
+ "kind": "js",
1265
+ "name": "*",
1266
+ "declaration": {
1267
+ "name": "*",
1268
+ "package": "./accordion-item.styles"
1269
+ }
1270
+ },
1271
+ {
1272
+ "kind": "js",
1273
+ "name": "*",
1274
+ "declaration": {
1275
+ "name": "*",
1276
+ "package": "./accordion-item"
1277
+ }
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "kind": "javascript-module",
1283
+ "path": "src/_common/base-file-component.ts",
1284
+ "declarations": [
1285
+ {
1286
+ "kind": "class",
1287
+ "description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
1288
+ "name": "BaseFileComponent",
1289
+ "members": [
1290
+ {
1291
+ "kind": "field",
1292
+ "name": "fileInput",
1293
+ "type": {
1294
+ "text": "HTMLInputElement"
1295
+ },
1296
+ "privacy": "public"
1297
+ },
1298
+ {
1299
+ "kind": "field",
1300
+ "name": "selectedFile",
1301
+ "type": {
1302
+ "text": "File | null"
1303
+ },
1304
+ "privacy": "protected",
1305
+ "default": "null"
1306
+ },
1307
+ {
1308
+ "kind": "field",
1309
+ "name": "label",
1310
+ "type": {
1311
+ "text": "string"
1312
+ }
1313
+ },
1314
+ {
1315
+ "kind": "field",
1316
+ "name": "accept",
1317
+ "type": {
1318
+ "text": "string"
1319
+ },
1320
+ "default": "''"
1321
+ },
1322
+ {
1323
+ "kind": "field",
1324
+ "name": "fileSizeLimitBytes",
1325
+ "default": "10_485_760",
1326
+ "type": {
1327
+ "text": "number"
1328
+ }
1329
+ },
1330
+ {
1331
+ "kind": "field",
1332
+ "name": "fileName",
1333
+ "type": {
1334
+ "text": "string"
1335
+ },
1336
+ "default": "''"
1337
+ },
1338
+ {
1339
+ "kind": "field",
1340
+ "name": "isProcessing",
1341
+ "type": {
1342
+ "text": "boolean"
1343
+ },
1344
+ "default": "false"
1345
+ },
1346
+ {
1347
+ "kind": "method",
1348
+ "name": "handleClick",
1349
+ "privacy": "public",
1350
+ "description": "Opens the file picker dialog\nClears any previous file selection before opening"
1351
+ },
1352
+ {
1353
+ "kind": "method",
1354
+ "name": "onInputChange",
1355
+ "privacy": "public",
1356
+ "parameters": [
1357
+ {
1358
+ "name": "e",
1359
+ "type": {
1360
+ "text": "Event"
1361
+ },
1362
+ "description": "The change event from the file input"
1363
+ }
1364
+ ],
1365
+ "description": "Handles file selection from the file input\nValidates file size and sets up for processing"
1366
+ },
1367
+ {
1368
+ "kind": "method",
1369
+ "name": "clearSelection",
1370
+ "privacy": "public",
1371
+ "description": "Clears all file selection and processing state\nResets the component to its initial state"
1372
+ },
1373
+ {
1374
+ "kind": "method",
1375
+ "name": "getSelectedFile",
1376
+ "privacy": "public",
1377
+ "description": "Gets the currently selected file object",
1378
+ "return": {
1379
+ "type": {
1380
+ "text": ""
1381
+ }
1382
+ }
1383
+ },
1384
+ {
1385
+ "kind": "method",
1386
+ "name": "showError",
1387
+ "privacy": "protected",
1388
+ "parameters": [
995
1389
  {
996
1390
  "name": "title",
997
1391
  "type": {
@@ -1249,11 +1643,11 @@
1249
1643
  },
1250
1644
  {
1251
1645
  "kind": "javascript-module",
1252
- "path": "src/accordion/accordion.styles.ts",
1646
+ "path": "src/actions-menu/actions-menu.styles.ts",
1253
1647
  "declarations": [
1254
1648
  {
1255
1649
  "kind": "function",
1256
- "name": "foundationAccordionStyles",
1650
+ "name": "actionsMenuBaseStyles",
1257
1651
  "return": {
1258
1652
  "type": {
1259
1653
  "text": "ElementStyles"
@@ -1273,29 +1667,13 @@
1273
1667
  }
1274
1668
  }
1275
1669
  ]
1276
- }
1277
- ],
1278
- "exports": [
1279
- {
1280
- "kind": "js",
1281
- "name": "foundationAccordionStyles",
1282
- "declaration": {
1283
- "name": "foundationAccordionStyles",
1284
- "module": "src/accordion/accordion.styles.ts"
1285
- }
1286
- }
1287
- ]
1288
- },
1289
- {
1290
- "kind": "javascript-module",
1291
- "path": "src/accordion/accordion.template.ts",
1292
- "declarations": [
1670
+ },
1293
1671
  {
1294
1672
  "kind": "function",
1295
- "name": "foundationAccordionTemplate",
1673
+ "name": "foundationActionsMenuStyles",
1296
1674
  "return": {
1297
1675
  "type": {
1298
- "text": "ViewTemplate<Accordion>"
1676
+ "text": "ElementStyles"
1299
1677
  }
1300
1678
  },
1301
1679
  "parameters": [
@@ -1317,331 +1695,270 @@
1317
1695
  "exports": [
1318
1696
  {
1319
1697
  "kind": "js",
1320
- "name": "foundationAccordionTemplate",
1321
- "declaration": {
1322
- "name": "foundationAccordionTemplate",
1323
- "module": "src/accordion/accordion.template.ts"
1324
- }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- "kind": "javascript-module",
1330
- "path": "src/accordion/accordion.ts",
1331
- "declarations": [
1332
- {
1333
- "kind": "class",
1334
- "description": "",
1335
- "name": "Accordion",
1336
- "superclass": {
1337
- "name": "FASTAccordion",
1338
- "package": "@microsoft/fast-foundation"
1339
- },
1340
- "tagName": "%%prefix%%-accordion",
1341
- "customElement": true
1342
- },
1343
- {
1344
- "kind": "variable",
1345
- "name": "foundationAccordionShadowOptions",
1346
- "type": {
1347
- "text": "ShadowRootInit"
1348
- },
1349
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1350
- },
1351
- {
1352
- "kind": "variable",
1353
- "name": "defaultAccordionConfig",
1354
- "type": {
1355
- "text": "object"
1356
- },
1357
- "default": "{}"
1358
- },
1359
- {
1360
- "kind": "variable",
1361
- "name": "foundationAccordion",
1362
- "description": "The Foundation Accordion",
1363
- "privacy": "public"
1364
- }
1365
- ],
1366
- "exports": [
1367
- {
1368
- "kind": "js",
1369
- "name": "Accordion",
1370
- "declaration": {
1371
- "name": "Accordion",
1372
- "module": "src/accordion/accordion.ts"
1373
- }
1374
- },
1375
- {
1376
- "kind": "js",
1377
- "name": "foundationAccordionShadowOptions",
1378
- "declaration": {
1379
- "name": "foundationAccordionShadowOptions",
1380
- "module": "src/accordion/accordion.ts"
1381
- }
1382
- },
1383
- {
1384
- "kind": "js",
1385
- "name": "defaultAccordionConfig",
1698
+ "name": "actionsMenuBaseStyles",
1386
1699
  "declaration": {
1387
- "name": "defaultAccordionConfig",
1388
- "module": "src/accordion/accordion.ts"
1700
+ "name": "actionsMenuBaseStyles",
1701
+ "module": "src/actions-menu/actions-menu.styles.ts"
1389
1702
  }
1390
1703
  },
1391
1704
  {
1392
1705
  "kind": "js",
1393
- "name": "foundationAccordion",
1706
+ "name": "foundationActionsMenuStyles",
1394
1707
  "declaration": {
1395
- "name": "foundationAccordion",
1396
- "module": "src/accordion/accordion.ts"
1708
+ "name": "foundationActionsMenuStyles",
1709
+ "module": "src/actions-menu/actions-menu.styles.ts"
1397
1710
  }
1398
1711
  }
1399
1712
  ]
1400
1713
  },
1401
1714
  {
1402
1715
  "kind": "javascript-module",
1403
- "path": "src/accordion/index.ts",
1404
- "declarations": [],
1405
- "exports": [
1716
+ "path": "src/actions-menu/actions-menu.template.ts",
1717
+ "declarations": [
1406
1718
  {
1407
- "kind": "js",
1408
- "name": "*",
1409
- "declaration": {
1410
- "name": "*",
1411
- "package": "./accordion.template"
1412
- }
1719
+ "kind": "function",
1720
+ "name": "menuTemplate",
1721
+ "parameters": [
1722
+ {
1723
+ "name": "prefix",
1724
+ "type": {
1725
+ "text": "string"
1726
+ }
1727
+ }
1728
+ ]
1413
1729
  },
1414
1730
  {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./accordion.styles"
1420
- }
1731
+ "kind": "function",
1732
+ "name": "singleOptionTemplate",
1733
+ "parameters": [
1734
+ {
1735
+ "name": "prefix",
1736
+ "type": {
1737
+ "text": "string"
1738
+ }
1739
+ }
1740
+ ]
1421
1741
  },
1422
1742
  {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./accordion"
1428
- }
1743
+ "kind": "variable",
1744
+ "name": "foundationActionsMenuTemplate",
1745
+ "type": {
1746
+ "text": "ViewTemplate<ActionsMenu>"
1747
+ },
1748
+ "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`"
1429
1749
  }
1430
- ]
1431
- },
1432
- {
1433
- "kind": "javascript-module",
1434
- "path": "src/_config/index.ts",
1435
- "declarations": [],
1750
+ ],
1436
1751
  "exports": [
1437
1752
  {
1438
1753
  "kind": "js",
1439
- "name": "*",
1754
+ "name": "menuTemplate",
1440
1755
  "declaration": {
1441
- "name": "*",
1442
- "package": "./styles"
1756
+ "name": "menuTemplate",
1757
+ "module": "src/actions-menu/actions-menu.template.ts"
1443
1758
  }
1444
1759
  },
1445
1760
  {
1446
1761
  "kind": "js",
1447
- "name": "*",
1762
+ "name": "singleOptionTemplate",
1448
1763
  "declaration": {
1449
- "name": "*",
1450
- "package": "./tokens"
1764
+ "name": "singleOptionTemplate",
1765
+ "module": "src/actions-menu/actions-menu.template.ts"
1451
1766
  }
1452
1767
  },
1453
1768
  {
1454
1769
  "kind": "js",
1455
- "name": "*",
1770
+ "name": "foundationActionsMenuTemplate",
1456
1771
  "declaration": {
1457
- "name": "*",
1458
- "package": "./values"
1772
+ "name": "foundationActionsMenuTemplate",
1773
+ "module": "src/actions-menu/actions-menu.template.ts"
1459
1774
  }
1460
1775
  }
1461
1776
  ]
1462
1777
  },
1463
1778
  {
1464
1779
  "kind": "javascript-module",
1465
- "path": "src/accordion-item/accordion-item.styles.ts",
1780
+ "path": "src/actions-menu/actions-menu.ts",
1466
1781
  "declarations": [
1467
1782
  {
1468
- "kind": "function",
1469
- "name": "foundationAccordionItemStyles",
1470
- "return": {
1471
- "type": {
1472
- "text": "ElementStyles"
1473
- }
1474
- },
1475
- "parameters": [
1783
+ "kind": "class",
1784
+ "description": "",
1785
+ "name": "ActionsMenu",
1786
+ "members": [
1476
1787
  {
1477
- "name": "context",
1788
+ "kind": "field",
1789
+ "name": "actions",
1478
1790
  "type": {
1479
- "text": "ElementDefinitionContext"
1791
+ "text": "ActionMenuItem[]"
1480
1792
  }
1481
1793
  },
1482
1794
  {
1483
- "name": "definition",
1795
+ "kind": "field",
1796
+ "name": "isVertical",
1484
1797
  "type": {
1485
- "text": "FoundationElementDefinition"
1486
- }
1487
- }
1488
- ]
1489
- }
1490
- ],
1491
- "exports": [
1492
- {
1493
- "kind": "js",
1494
- "name": "foundationAccordionItemStyles",
1495
- "declaration": {
1496
- "name": "foundationAccordionItemStyles",
1497
- "module": "src/accordion-item/accordion-item.styles.ts"
1498
- }
1499
- }
1500
- ]
1501
- },
1502
- {
1503
- "kind": "javascript-module",
1504
- "path": "src/accordion-item/accordion-item.template.ts",
1505
- "declarations": [
1506
- {
1507
- "kind": "function",
1508
- "name": "foundationAccordionItemTemplate",
1509
- "return": {
1510
- "type": {
1511
- "text": "ViewTemplate<AccordionItem>"
1512
- }
1513
- },
1514
- "parameters": [
1798
+ "text": "boolean"
1799
+ },
1800
+ "default": "false"
1801
+ },
1515
1802
  {
1516
- "name": "context",
1803
+ "kind": "field",
1804
+ "name": "addDefaultActions",
1517
1805
  "type": {
1518
- "text": "ElementDefinitionContext"
1806
+ "text": "boolean"
1807
+ },
1808
+ "default": "true"
1809
+ },
1810
+ {
1811
+ "kind": "field",
1812
+ "name": "autoCloseOnAction",
1813
+ "type": {
1814
+ "text": "boolean"
1815
+ },
1816
+ "default": "true"
1817
+ },
1818
+ {
1819
+ "kind": "field",
1820
+ "name": "classNames",
1821
+ "type": {
1822
+ "text": "string"
1519
1823
  }
1520
1824
  },
1521
1825
  {
1826
+ "kind": "field",
1522
1827
  "name": "definition",
1523
1828
  "type": {
1524
- "text": "FoundationElementDefinition"
1829
+ "text": "any"
1525
1830
  }
1526
- }
1527
- ]
1528
- }
1529
- ],
1530
- "exports": [
1531
- {
1532
- "kind": "js",
1533
- "name": "foundationAccordionItemTemplate",
1534
- "declaration": {
1535
- "name": "foundationAccordionItemTemplate",
1536
- "module": "src/accordion-item/accordion-item.template.ts"
1537
- }
1538
- }
1539
- ]
1540
- },
1541
- {
1542
- "kind": "javascript-module",
1543
- "path": "src/accordion-item/accordion-item.ts",
1544
- "declarations": [
1545
- {
1546
- "kind": "class",
1547
- "description": "",
1548
- "name": "AccordionItem",
1549
- "superclass": {
1550
- "name": "FASTAccordionItem",
1551
- "package": "@microsoft/fast-components"
1552
- },
1553
- "tagName": "%%prefix%%-accordion-item",
1554
- "customElement": true,
1555
- "attributes": [
1831
+ },
1556
1832
  {
1557
- "name": "heading-level",
1833
+ "kind": "field",
1834
+ "name": "name",
1558
1835
  "type": {
1559
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1836
+ "text": "string"
1560
1837
  },
1561
- "default": "2",
1562
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1563
- "fieldName": "headinglevel",
1564
- "inheritedFrom": {
1565
- "name": "AccordionItem",
1566
- "module": "src/accordion-item/accordion-item.ts"
1567
- }
1838
+ "default": "'Actions'"
1568
1839
  },
1569
1840
  {
1841
+ "kind": "field",
1842
+ "name": "open",
1570
1843
  "type": {
1571
1844
  "text": "boolean"
1572
1845
  },
1573
- "default": "false",
1574
- "description": "Expands or collapses the item.",
1575
- "fieldName": "expanded",
1576
- "inheritedFrom": {
1577
- "name": "AccordionItem",
1578
- "module": "src/accordion-item/accordion-item.ts"
1579
- }
1846
+ "default": "false"
1580
1847
  },
1581
1848
  {
1582
- "name": "id",
1849
+ "kind": "field",
1850
+ "name": "buttonAppearance",
1583
1851
  "type": {
1584
1852
  "text": "string"
1585
- },
1586
- "description": "The item ID",
1587
- "fieldName": "id",
1588
- "inheritedFrom": {
1589
- "name": "AccordionItem",
1590
- "module": "src/accordion-item/accordion-item.ts"
1591
1853
  }
1592
- }
1593
- ],
1594
- "members": [
1854
+ },
1595
1855
  {
1596
1856
  "kind": "field",
1597
- "name": "headinglevel",
1857
+ "name": "hideDisabled",
1598
1858
  "type": {
1599
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1859
+ "text": "boolean"
1600
1860
  },
1601
- "privacy": "public",
1602
- "default": "2",
1603
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1604
- "inheritedFrom": {
1605
- "name": "AccordionItem",
1606
- "module": "src/accordion-item/accordion-item.ts"
1607
- }
1861
+ "default": "false"
1608
1862
  },
1609
1863
  {
1610
1864
  "kind": "field",
1611
- "name": "expanded",
1865
+ "name": "hideMenuSingleOption",
1612
1866
  "type": {
1613
1867
  "text": "boolean"
1614
1868
  },
1615
- "privacy": "public",
1616
- "default": "false",
1617
- "description": "Expands or collapses the item.",
1618
- "inheritedFrom": {
1619
- "name": "AccordionItem",
1620
- "module": "src/accordion-item/accordion-item.ts"
1621
- }
1869
+ "default": "false"
1622
1870
  },
1623
1871
  {
1624
1872
  "kind": "field",
1625
- "name": "id",
1873
+ "name": "singleOption",
1626
1874
  "type": {
1627
- "text": "string"
1628
- },
1629
- "privacy": "public",
1630
- "description": "The item ID",
1631
- "inheritedFrom": {
1632
- "name": "AccordionItem",
1633
- "module": "src/accordion-item/accordion-item.ts"
1875
+ "text": "ActionMenuItem"
1634
1876
  }
1635
1877
  },
1636
1878
  {
1637
1879
  "kind": "field",
1638
- "name": "change",
1639
- "privacy": "private",
1640
- "inheritedFrom": {
1641
- "name": "AccordionItem",
1642
- "module": "src/accordion-item/accordion-item.ts"
1880
+ "name": "actionsMenu",
1881
+ "type": {
1882
+ "text": "HTMLElement"
1643
1883
  }
1644
1884
  },
1885
+ {
1886
+ "kind": "method",
1887
+ "name": "definitionChanged",
1888
+ "privacy": "protected",
1889
+ "parameters": [
1890
+ {
1891
+ "name": "oldValue",
1892
+ "type": {
1893
+ "text": "any"
1894
+ }
1895
+ },
1896
+ {
1897
+ "name": "newValue",
1898
+ "type": {
1899
+ "text": "any"
1900
+ }
1901
+ }
1902
+ ]
1903
+ },
1904
+ {
1905
+ "kind": "method",
1906
+ "name": "openChanged",
1907
+ "privacy": "protected"
1908
+ },
1909
+ {
1910
+ "kind": "method",
1911
+ "name": "toggleActionsMenuVisibility"
1912
+ },
1913
+ {
1914
+ "kind": "method",
1915
+ "name": "onActionMenuItemClick",
1916
+ "parameters": [
1917
+ {
1918
+ "name": "callback",
1919
+ "type": {
1920
+ "text": "(rowData) => void | any"
1921
+ }
1922
+ }
1923
+ ]
1924
+ },
1925
+ {
1926
+ "kind": "field",
1927
+ "name": "allActions",
1928
+ "type": {
1929
+ "text": "ActionMenuItem[]"
1930
+ },
1931
+ "readonly": true
1932
+ },
1933
+ {
1934
+ "kind": "field",
1935
+ "name": "rowData",
1936
+ "readonly": true
1937
+ },
1938
+ {
1939
+ "kind": "method",
1940
+ "name": "getLabel",
1941
+ "parameters": [
1942
+ {
1943
+ "name": "name",
1944
+ "type": {
1945
+ "text": "string | ((rowData: any) => string)"
1946
+ }
1947
+ }
1948
+ ]
1949
+ },
1950
+ {
1951
+ "kind": "method",
1952
+ "name": "getTemplate",
1953
+ "parameters": [
1954
+ {
1955
+ "name": "prefix",
1956
+ "type": {
1957
+ "text": "string"
1958
+ }
1959
+ }
1960
+ ]
1961
+ },
1645
1962
  {
1646
1963
  "kind": "field",
1647
1964
  "name": "_presentation",
@@ -1754,78 +2071,320 @@
1754
2071
  }
1755
2072
  }
1756
2073
  ],
1757
- "events": [
2074
+ "attributes": [
1758
2075
  {
1759
- "description": "Fires a custom 'change' event when the button is invoked",
1760
- "name": "change",
1761
- "inheritedFrom": {
1762
- "name": "AccordionItem",
1763
- "module": "src/accordion-item/accordion-item.ts"
1764
- }
2076
+ "name": "is-vertical",
2077
+ "type": {
2078
+ "text": "boolean"
2079
+ },
2080
+ "default": "false",
2081
+ "fieldName": "isVertical"
2082
+ },
2083
+ {
2084
+ "name": "add-default-actions",
2085
+ "type": {
2086
+ "text": "boolean"
2087
+ },
2088
+ "default": "true",
2089
+ "fieldName": "addDefaultActions"
2090
+ },
2091
+ {
2092
+ "name": "auto-close-on-action",
2093
+ "type": {
2094
+ "text": "boolean"
2095
+ },
2096
+ "default": "true",
2097
+ "fieldName": "autoCloseOnAction"
2098
+ },
2099
+ {
2100
+ "name": "name",
2101
+ "type": {
2102
+ "text": "string"
2103
+ },
2104
+ "default": "'Actions'",
2105
+ "fieldName": "name"
2106
+ },
2107
+ {
2108
+ "name": "open",
2109
+ "type": {
2110
+ "text": "boolean"
2111
+ },
2112
+ "default": "false",
2113
+ "fieldName": "open"
2114
+ },
2115
+ {
2116
+ "name": "buttonAppearance",
2117
+ "type": {
2118
+ "text": "string"
2119
+ },
2120
+ "fieldName": "buttonAppearance"
2121
+ },
2122
+ {
2123
+ "name": "hide-disabled",
2124
+ "type": {
2125
+ "text": "boolean"
2126
+ },
2127
+ "default": "false",
2128
+ "fieldName": "hideDisabled"
2129
+ },
2130
+ {
2131
+ "name": "hide-menu-single-option",
2132
+ "type": {
2133
+ "text": "boolean"
2134
+ },
2135
+ "default": "false",
2136
+ "fieldName": "hideMenuSingleOption"
1765
2137
  }
1766
- ]
1767
- },
1768
- {
1769
- "kind": "variable",
1770
- "name": "foundationAccordionItemShadowOptions",
1771
- "type": {
1772
- "text": "ShadowRootInit"
2138
+ ],
2139
+ "superclass": {
2140
+ "name": "FoundationElement",
2141
+ "package": "@microsoft/fast-foundation"
1773
2142
  },
1774
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2143
+ "tagName": "%%prefix%%-actions-menu",
2144
+ "customElement": true
1775
2145
  },
1776
2146
  {
1777
2147
  "kind": "variable",
1778
- "name": "defaultAccordionItemConfig",
1779
- "type": {
1780
- "text": "object"
1781
- },
1782
- "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}"
1783
- },
2148
+ "name": "foundationActionsMenu",
2149
+ "description": "The Foundation Actions Menu",
2150
+ "privacy": "public"
2151
+ }
2152
+ ],
2153
+ "exports": [
2154
+ {
2155
+ "kind": "js",
2156
+ "name": "ActionsMenu",
2157
+ "declaration": {
2158
+ "name": "ActionsMenu",
2159
+ "module": "src/actions-menu/actions-menu.ts"
2160
+ }
2161
+ },
2162
+ {
2163
+ "kind": "js",
2164
+ "name": "foundationActionsMenu",
2165
+ "declaration": {
2166
+ "name": "foundationActionsMenu",
2167
+ "module": "src/actions-menu/actions-menu.ts"
2168
+ }
2169
+ }
2170
+ ]
2171
+ },
2172
+ {
2173
+ "kind": "javascript-module",
2174
+ "path": "src/actions-menu/index.ts",
2175
+ "declarations": [],
2176
+ "exports": [
2177
+ {
2178
+ "kind": "js",
2179
+ "name": "*",
2180
+ "declaration": {
2181
+ "name": "*",
2182
+ "package": "./actions-menu.styles"
2183
+ }
2184
+ },
2185
+ {
2186
+ "kind": "js",
2187
+ "name": "*",
2188
+ "declaration": {
2189
+ "name": "*",
2190
+ "package": "./actions-menu.template"
2191
+ }
2192
+ },
2193
+ {
2194
+ "kind": "js",
2195
+ "name": "*",
2196
+ "declaration": {
2197
+ "name": "*",
2198
+ "package": "./actions-menu"
2199
+ }
2200
+ }
2201
+ ]
2202
+ },
2203
+ {
2204
+ "kind": "javascript-module",
2205
+ "path": "src/_config/index.ts",
2206
+ "declarations": [],
2207
+ "exports": [
2208
+ {
2209
+ "kind": "js",
2210
+ "name": "*",
2211
+ "declaration": {
2212
+ "name": "*",
2213
+ "package": "./styles"
2214
+ }
2215
+ },
2216
+ {
2217
+ "kind": "js",
2218
+ "name": "*",
2219
+ "declaration": {
2220
+ "name": "*",
2221
+ "package": "./tokens"
2222
+ }
2223
+ },
2224
+ {
2225
+ "kind": "js",
2226
+ "name": "*",
2227
+ "declaration": {
2228
+ "name": "*",
2229
+ "package": "./values"
2230
+ }
2231
+ }
2232
+ ]
2233
+ },
2234
+ {
2235
+ "kind": "javascript-module",
2236
+ "path": "src/accordion/accordion.styles.ts",
2237
+ "declarations": [
2238
+ {
2239
+ "kind": "function",
2240
+ "name": "foundationAccordionStyles",
2241
+ "return": {
2242
+ "type": {
2243
+ "text": "ElementStyles"
2244
+ }
2245
+ },
2246
+ "parameters": [
2247
+ {
2248
+ "name": "context",
2249
+ "type": {
2250
+ "text": "ElementDefinitionContext"
2251
+ }
2252
+ },
2253
+ {
2254
+ "name": "definition",
2255
+ "type": {
2256
+ "text": "FoundationElementDefinition"
2257
+ }
2258
+ }
2259
+ ]
2260
+ }
2261
+ ],
2262
+ "exports": [
2263
+ {
2264
+ "kind": "js",
2265
+ "name": "foundationAccordionStyles",
2266
+ "declaration": {
2267
+ "name": "foundationAccordionStyles",
2268
+ "module": "src/accordion/accordion.styles.ts"
2269
+ }
2270
+ }
2271
+ ]
2272
+ },
2273
+ {
2274
+ "kind": "javascript-module",
2275
+ "path": "src/accordion/accordion.template.ts",
2276
+ "declarations": [
2277
+ {
2278
+ "kind": "function",
2279
+ "name": "foundationAccordionTemplate",
2280
+ "return": {
2281
+ "type": {
2282
+ "text": "ViewTemplate<Accordion>"
2283
+ }
2284
+ },
2285
+ "parameters": [
2286
+ {
2287
+ "name": "context",
2288
+ "type": {
2289
+ "text": "ElementDefinitionContext"
2290
+ }
2291
+ },
2292
+ {
2293
+ "name": "definition",
2294
+ "type": {
2295
+ "text": "FoundationElementDefinition"
2296
+ }
2297
+ }
2298
+ ]
2299
+ }
2300
+ ],
2301
+ "exports": [
2302
+ {
2303
+ "kind": "js",
2304
+ "name": "foundationAccordionTemplate",
2305
+ "declaration": {
2306
+ "name": "foundationAccordionTemplate",
2307
+ "module": "src/accordion/accordion.template.ts"
2308
+ }
2309
+ }
2310
+ ]
2311
+ },
2312
+ {
2313
+ "kind": "javascript-module",
2314
+ "path": "src/accordion/accordion.ts",
2315
+ "declarations": [
2316
+ {
2317
+ "kind": "class",
2318
+ "description": "",
2319
+ "name": "Accordion",
2320
+ "superclass": {
2321
+ "name": "FASTAccordion",
2322
+ "package": "@microsoft/fast-foundation"
2323
+ },
2324
+ "tagName": "%%prefix%%-accordion",
2325
+ "customElement": true
2326
+ },
1784
2327
  {
1785
2328
  "kind": "variable",
1786
- "name": "foundationAccordionItem",
1787
- "description": "The Foundation Accordion Item",
2329
+ "name": "foundationAccordionShadowOptions",
2330
+ "type": {
2331
+ "text": "ShadowRootInit"
2332
+ },
2333
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2334
+ },
2335
+ {
2336
+ "kind": "variable",
2337
+ "name": "defaultAccordionConfig",
2338
+ "type": {
2339
+ "text": "object"
2340
+ },
2341
+ "default": "{}"
2342
+ },
2343
+ {
2344
+ "kind": "variable",
2345
+ "name": "foundationAccordion",
2346
+ "description": "The Foundation Accordion",
1788
2347
  "privacy": "public"
1789
2348
  }
1790
2349
  ],
1791
2350
  "exports": [
1792
2351
  {
1793
2352
  "kind": "js",
1794
- "name": "AccordionItem",
2353
+ "name": "Accordion",
1795
2354
  "declaration": {
1796
- "name": "AccordionItem",
1797
- "module": "src/accordion-item/accordion-item.ts"
2355
+ "name": "Accordion",
2356
+ "module": "src/accordion/accordion.ts"
1798
2357
  }
1799
2358
  },
1800
2359
  {
1801
2360
  "kind": "js",
1802
- "name": "foundationAccordionItemShadowOptions",
2361
+ "name": "foundationAccordionShadowOptions",
1803
2362
  "declaration": {
1804
- "name": "foundationAccordionItemShadowOptions",
1805
- "module": "src/accordion-item/accordion-item.ts"
2363
+ "name": "foundationAccordionShadowOptions",
2364
+ "module": "src/accordion/accordion.ts"
1806
2365
  }
1807
2366
  },
1808
2367
  {
1809
2368
  "kind": "js",
1810
- "name": "defaultAccordionItemConfig",
2369
+ "name": "defaultAccordionConfig",
1811
2370
  "declaration": {
1812
- "name": "defaultAccordionItemConfig",
1813
- "module": "src/accordion-item/accordion-item.ts"
2371
+ "name": "defaultAccordionConfig",
2372
+ "module": "src/accordion/accordion.ts"
1814
2373
  }
1815
2374
  },
1816
2375
  {
1817
2376
  "kind": "js",
1818
- "name": "foundationAccordionItem",
2377
+ "name": "foundationAccordion",
1819
2378
  "declaration": {
1820
- "name": "foundationAccordionItem",
1821
- "module": "src/accordion-item/accordion-item.ts"
2379
+ "name": "foundationAccordion",
2380
+ "module": "src/accordion/accordion.ts"
1822
2381
  }
1823
2382
  }
1824
2383
  ]
1825
2384
  },
1826
2385
  {
1827
2386
  "kind": "javascript-module",
1828
- "path": "src/accordion-item/index.ts",
2387
+ "path": "src/accordion/index.ts",
1829
2388
  "declarations": [],
1830
2389
  "exports": [
1831
2390
  {
@@ -1833,7 +2392,7 @@
1833
2392
  "name": "*",
1834
2393
  "declaration": {
1835
2394
  "name": "*",
1836
- "package": "./accordion-item.template"
2395
+ "package": "./accordion.template"
1837
2396
  }
1838
2397
  },
1839
2398
  {
@@ -1841,7 +2400,7 @@
1841
2400
  "name": "*",
1842
2401
  "declaration": {
1843
2402
  "name": "*",
1844
- "package": "./accordion-item.styles"
2403
+ "package": "./accordion.styles"
1845
2404
  }
1846
2405
  },
1847
2406
  {
@@ -1849,7 +2408,7 @@
1849
2408
  "name": "*",
1850
2409
  "declaration": {
1851
2410
  "name": "*",
1852
- "package": "./accordion-item"
2411
+ "package": "./accordion"
1853
2412
  }
1854
2413
  }
1855
2414
  ]
@@ -3676,611 +4235,73 @@
3676
4235
  },
3677
4236
  {
3678
4237
  "kind": "field",
3679
- "name": "setHorizontalPosition",
3680
- "privacy": "private",
3681
- "description": "Get horizontal positioning state based on desired position",
3682
- "inheritedFrom": {
3683
- "name": "AnchoredRegion",
3684
- "module": "src/anchored-region/anchored-region.ts"
3685
- }
3686
- },
3687
- {
3688
- "kind": "field",
3689
- "name": "setVerticalPosition",
3690
- "privacy": "private",
3691
- "description": "Set vertical positioning state based on desired position",
3692
- "inheritedFrom": {
3693
- "name": "AnchoredRegion",
3694
- "module": "src/anchored-region/anchored-region.ts"
3695
- }
3696
- },
3697
- {
3698
- "kind": "field",
3699
- "name": "getPositioningOptions",
3700
- "privacy": "private",
3701
- "description": "Get available positions based on positioning mode",
3702
- "inheritedFrom": {
3703
- "name": "AnchoredRegion",
3704
- "module": "src/anchored-region/anchored-region.ts"
3705
- }
3706
- },
3707
- {
3708
- "kind": "field",
3709
- "name": "getAvailableSpace",
3710
- "privacy": "private",
3711
- "description": "Get the space available for a particular relative position",
3712
- "inheritedFrom": {
3713
- "name": "AnchoredRegion",
3714
- "module": "src/anchored-region/anchored-region.ts"
3715
- }
3716
- },
3717
- {
3718
- "kind": "field",
3719
- "name": "getNextRegionDimension",
3720
- "privacy": "private",
3721
- "description": "Get region dimensions",
3722
- "inheritedFrom": {
3723
- "name": "AnchoredRegion",
3724
- "module": "src/anchored-region/anchored-region.ts"
3725
- }
3726
- },
3727
- {
3728
- "kind": "field",
3729
- "name": "startAutoUpdateEventListeners",
3730
- "privacy": "private",
3731
- "description": "starts event listeners that can trigger auto updating",
3732
- "inheritedFrom": {
3733
- "name": "AnchoredRegion",
3734
- "module": "src/anchored-region/anchored-region.ts"
3735
- }
3736
- },
3737
- {
3738
- "kind": "field",
3739
- "name": "stopAutoUpdateEventListeners",
3740
- "privacy": "private",
3741
- "description": "stops event listeners that can trigger auto updating",
3742
- "inheritedFrom": {
3743
- "name": "AnchoredRegion",
3744
- "module": "src/anchored-region/anchored-region.ts"
3745
- }
3746
- },
3747
- {
3748
- "kind": "field",
3749
- "name": "_presentation",
3750
- "type": {
3751
- "text": "ComponentPresentation | null | undefined"
3752
- },
3753
- "privacy": "private",
3754
- "default": "void 0",
3755
- "inheritedFrom": {
3756
- "name": "FoundationElement",
3757
- "module": "src/foundation-element/foundation-element.ts"
3758
- }
3759
- },
3760
- {
3761
- "kind": "field",
3762
- "name": "$presentation",
3763
- "type": {
3764
- "text": "ComponentPresentation | null"
3765
- },
3766
- "privacy": "public",
3767
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3768
- "inheritedFrom": {
3769
- "name": "FoundationElement",
3770
- "module": "src/foundation-element/foundation-element.ts"
3771
- }
3772
- },
3773
- {
3774
- "kind": "field",
3775
- "name": "template",
3776
- "type": {
3777
- "text": "ElementViewTemplate | void | null"
3778
- },
3779
- "privacy": "public",
3780
- "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.",
3781
- "inheritedFrom": {
3782
- "name": "FoundationElement",
3783
- "module": "src/foundation-element/foundation-element.ts"
3784
- }
3785
- },
3786
- {
3787
- "kind": "method",
3788
- "name": "templateChanged",
3789
- "privacy": "protected",
3790
- "return": {
3791
- "type": {
3792
- "text": "void"
3793
- }
3794
- },
3795
- "inheritedFrom": {
3796
- "name": "FoundationElement",
3797
- "module": "src/foundation-element/foundation-element.ts"
3798
- }
3799
- },
3800
- {
3801
- "kind": "field",
3802
- "name": "styles",
3803
- "type": {
3804
- "text": "ElementStyles | void | null"
3805
- },
3806
- "privacy": "public",
3807
- "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.",
3808
- "inheritedFrom": {
3809
- "name": "FoundationElement",
3810
- "module": "src/foundation-element/foundation-element.ts"
3811
- }
3812
- },
3813
- {
3814
- "kind": "method",
3815
- "name": "stylesChanged",
3816
- "privacy": "protected",
3817
- "return": {
3818
- "type": {
3819
- "text": "void"
3820
- }
3821
- },
3822
- "inheritedFrom": {
3823
- "name": "FoundationElement",
3824
- "module": "src/foundation-element/foundation-element.ts"
3825
- }
3826
- },
3827
- {
3828
- "kind": "method",
3829
- "name": "compose",
3830
- "privacy": "public",
3831
- "static": true,
3832
- "return": {
3833
- "type": {
3834
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3835
- }
3836
- },
3837
- "parameters": [
3838
- {
3839
- "name": "this",
3840
- "type": {
3841
- "text": "K"
3842
- }
3843
- },
3844
- {
3845
- "name": "elementDefinition",
3846
- "type": {
3847
- "text": "T"
3848
- },
3849
- "description": "The definition of the element to create the registry\nfunction for."
3850
- }
3851
- ],
3852
- "description": "Defines an element registry function with a set of element definition defaults.",
3853
- "inheritedFrom": {
3854
- "name": "FoundationElement",
3855
- "module": "src/foundation-element/foundation-element.ts"
3856
- }
3857
- }
3858
- ],
3859
- "events": [
3860
- {
3861
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3862
- "name": "loaded",
3863
- "inheritedFrom": {
3864
- "name": "AnchoredRegion",
3865
- "module": "src/anchored-region/anchored-region.ts"
3866
- }
3867
- },
3868
- {
3869
- "description": "Fires a custom 'positionchange' event when the position has changed",
3870
- "name": "positionchange",
3871
- "inheritedFrom": {
3872
- "name": "AnchoredRegion",
3873
- "module": "src/anchored-region/anchored-region.ts"
3874
- }
3875
- }
3876
- ]
3877
- },
3878
- {
3879
- "kind": "variable",
3880
- "name": "foundationAnchoredRegionShadowOptions",
3881
- "type": {
3882
- "text": "ShadowRootInit"
3883
- },
3884
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3885
- },
3886
- {
3887
- "kind": "variable",
3888
- "name": "defaultAnchoredRegionConfig",
3889
- "type": {
3890
- "text": "object"
3891
- },
3892
- "default": "{}"
3893
- },
3894
- {
3895
- "kind": "variable",
3896
- "name": "foundationAnchoredRegion",
3897
- "description": "The Foundation Anchored Region",
3898
- "privacy": "public"
3899
- }
3900
- ],
3901
- "exports": [
3902
- {
3903
- "kind": "js",
3904
- "name": "AnchoredRegion",
3905
- "declaration": {
3906
- "name": "AnchoredRegion",
3907
- "module": "src/anchored-region/anchored-region.ts"
3908
- }
3909
- },
3910
- {
3911
- "kind": "js",
3912
- "name": "foundationAnchoredRegionShadowOptions",
3913
- "declaration": {
3914
- "name": "foundationAnchoredRegionShadowOptions",
3915
- "module": "src/anchored-region/anchored-region.ts"
3916
- }
3917
- },
3918
- {
3919
- "kind": "js",
3920
- "name": "defaultAnchoredRegionConfig",
3921
- "declaration": {
3922
- "name": "defaultAnchoredRegionConfig",
3923
- "module": "src/anchored-region/anchored-region.ts"
3924
- }
3925
- },
3926
- {
3927
- "kind": "js",
3928
- "name": "foundationAnchoredRegion",
3929
- "declaration": {
3930
- "name": "foundationAnchoredRegion",
3931
- "module": "src/anchored-region/anchored-region.ts"
3932
- }
3933
- }
3934
- ]
3935
- },
3936
- {
3937
- "kind": "javascript-module",
3938
- "path": "src/anchored-region/index.ts",
3939
- "declarations": [],
3940
- "exports": [
3941
- {
3942
- "kind": "js",
3943
- "name": "*",
3944
- "declaration": {
3945
- "name": "*",
3946
- "package": "./anchor-region.template"
3947
- }
3948
- },
3949
- {
3950
- "kind": "js",
3951
- "name": "*",
3952
- "declaration": {
3953
- "name": "*",
3954
- "package": "./anchored-region.styles"
3955
- }
3956
- },
3957
- {
3958
- "kind": "js",
3959
- "name": "*",
3960
- "declaration": {
3961
- "name": "*",
3962
- "package": "./anchored-region"
3963
- }
3964
- }
3965
- ]
3966
- },
3967
- {
3968
- "kind": "javascript-module",
3969
- "path": "src/actions-menu/actions-menu.styles.ts",
3970
- "declarations": [
3971
- {
3972
- "kind": "function",
3973
- "name": "actionsMenuBaseStyles",
3974
- "return": {
3975
- "type": {
3976
- "text": "ElementStyles"
3977
- }
3978
- },
3979
- "parameters": [
3980
- {
3981
- "name": "context",
3982
- "type": {
3983
- "text": "ElementDefinitionContext"
3984
- }
3985
- },
3986
- {
3987
- "name": "definition",
3988
- "type": {
3989
- "text": "FoundationElementDefinition"
3990
- }
3991
- }
3992
- ]
3993
- },
3994
- {
3995
- "kind": "function",
3996
- "name": "foundationActionsMenuStyles",
3997
- "return": {
3998
- "type": {
3999
- "text": "ElementStyles"
4000
- }
4001
- },
4002
- "parameters": [
4003
- {
4004
- "name": "context",
4005
- "type": {
4006
- "text": "ElementDefinitionContext"
4007
- }
4008
- },
4009
- {
4010
- "name": "definition",
4011
- "type": {
4012
- "text": "FoundationElementDefinition"
4013
- }
4014
- }
4015
- ]
4016
- }
4017
- ],
4018
- "exports": [
4019
- {
4020
- "kind": "js",
4021
- "name": "actionsMenuBaseStyles",
4022
- "declaration": {
4023
- "name": "actionsMenuBaseStyles",
4024
- "module": "src/actions-menu/actions-menu.styles.ts"
4025
- }
4026
- },
4027
- {
4028
- "kind": "js",
4029
- "name": "foundationActionsMenuStyles",
4030
- "declaration": {
4031
- "name": "foundationActionsMenuStyles",
4032
- "module": "src/actions-menu/actions-menu.styles.ts"
4033
- }
4034
- }
4035
- ]
4036
- },
4037
- {
4038
- "kind": "javascript-module",
4039
- "path": "src/actions-menu/actions-menu.template.ts",
4040
- "declarations": [
4041
- {
4042
- "kind": "function",
4043
- "name": "menuTemplate",
4044
- "parameters": [
4045
- {
4046
- "name": "prefix",
4047
- "type": {
4048
- "text": "string"
4049
- }
4050
- }
4051
- ]
4052
- },
4053
- {
4054
- "kind": "function",
4055
- "name": "singleOptionTemplate",
4056
- "parameters": [
4057
- {
4058
- "name": "prefix",
4059
- "type": {
4060
- "text": "string"
4061
- }
4062
- }
4063
- ]
4064
- },
4065
- {
4066
- "kind": "variable",
4067
- "name": "foundationActionsMenuTemplate",
4068
- "type": {
4069
- "text": "ViewTemplate<ActionsMenu>"
4070
- },
4071
- "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`"
4072
- }
4073
- ],
4074
- "exports": [
4075
- {
4076
- "kind": "js",
4077
- "name": "menuTemplate",
4078
- "declaration": {
4079
- "name": "menuTemplate",
4080
- "module": "src/actions-menu/actions-menu.template.ts"
4081
- }
4082
- },
4083
- {
4084
- "kind": "js",
4085
- "name": "singleOptionTemplate",
4086
- "declaration": {
4087
- "name": "singleOptionTemplate",
4088
- "module": "src/actions-menu/actions-menu.template.ts"
4089
- }
4090
- },
4091
- {
4092
- "kind": "js",
4093
- "name": "foundationActionsMenuTemplate",
4094
- "declaration": {
4095
- "name": "foundationActionsMenuTemplate",
4096
- "module": "src/actions-menu/actions-menu.template.ts"
4097
- }
4098
- }
4099
- ]
4100
- },
4101
- {
4102
- "kind": "javascript-module",
4103
- "path": "src/actions-menu/actions-menu.ts",
4104
- "declarations": [
4105
- {
4106
- "kind": "class",
4107
- "description": "",
4108
- "name": "ActionsMenu",
4109
- "members": [
4110
- {
4111
- "kind": "field",
4112
- "name": "actions",
4113
- "type": {
4114
- "text": "ActionMenuItem[]"
4115
- }
4116
- },
4117
- {
4118
- "kind": "field",
4119
- "name": "isVertical",
4120
- "type": {
4121
- "text": "boolean"
4122
- },
4123
- "default": "false"
4124
- },
4125
- {
4126
- "kind": "field",
4127
- "name": "addDefaultActions",
4128
- "type": {
4129
- "text": "boolean"
4130
- },
4131
- "default": "true"
4132
- },
4133
- {
4134
- "kind": "field",
4135
- "name": "autoCloseOnAction",
4136
- "type": {
4137
- "text": "boolean"
4138
- },
4139
- "default": "true"
4140
- },
4141
- {
4142
- "kind": "field",
4143
- "name": "classNames",
4144
- "type": {
4145
- "text": "string"
4146
- }
4147
- },
4148
- {
4149
- "kind": "field",
4150
- "name": "definition",
4151
- "type": {
4152
- "text": "any"
4153
- }
4154
- },
4155
- {
4156
- "kind": "field",
4157
- "name": "name",
4158
- "type": {
4159
- "text": "string"
4160
- },
4161
- "default": "'Actions'"
4162
- },
4163
- {
4164
- "kind": "field",
4165
- "name": "open",
4166
- "type": {
4167
- "text": "boolean"
4168
- },
4169
- "default": "false"
4170
- },
4171
- {
4172
- "kind": "field",
4173
- "name": "buttonAppearance",
4174
- "type": {
4175
- "text": "string"
4176
- }
4177
- },
4178
- {
4179
- "kind": "field",
4180
- "name": "hideDisabled",
4181
- "type": {
4182
- "text": "boolean"
4183
- },
4184
- "default": "false"
4185
- },
4186
- {
4187
- "kind": "field",
4188
- "name": "hideMenuSingleOption",
4189
- "type": {
4190
- "text": "boolean"
4191
- },
4192
- "default": "false"
4193
- },
4194
- {
4195
- "kind": "field",
4196
- "name": "singleOption",
4197
- "type": {
4198
- "text": "ActionMenuItem"
4238
+ "name": "setHorizontalPosition",
4239
+ "privacy": "private",
4240
+ "description": "Get horizontal positioning state based on desired position",
4241
+ "inheritedFrom": {
4242
+ "name": "AnchoredRegion",
4243
+ "module": "src/anchored-region/anchored-region.ts"
4199
4244
  }
4200
4245
  },
4201
4246
  {
4202
4247
  "kind": "field",
4203
- "name": "actionsMenu",
4204
- "type": {
4205
- "text": "HTMLElement"
4248
+ "name": "setVerticalPosition",
4249
+ "privacy": "private",
4250
+ "description": "Set vertical positioning state based on desired position",
4251
+ "inheritedFrom": {
4252
+ "name": "AnchoredRegion",
4253
+ "module": "src/anchored-region/anchored-region.ts"
4206
4254
  }
4207
4255
  },
4208
4256
  {
4209
- "kind": "method",
4210
- "name": "definitionChanged",
4211
- "privacy": "protected",
4212
- "parameters": [
4213
- {
4214
- "name": "oldValue",
4215
- "type": {
4216
- "text": "any"
4217
- }
4218
- },
4219
- {
4220
- "name": "newValue",
4221
- "type": {
4222
- "text": "any"
4223
- }
4224
- }
4225
- ]
4226
- },
4227
- {
4228
- "kind": "method",
4229
- "name": "openChanged",
4230
- "privacy": "protected"
4231
- },
4232
- {
4233
- "kind": "method",
4234
- "name": "toggleActionsMenuVisibility"
4235
- },
4236
- {
4237
- "kind": "method",
4238
- "name": "onActionMenuItemClick",
4239
- "parameters": [
4240
- {
4241
- "name": "callback",
4242
- "type": {
4243
- "text": "(rowData) => void | any"
4244
- }
4245
- }
4246
- ]
4257
+ "kind": "field",
4258
+ "name": "getPositioningOptions",
4259
+ "privacy": "private",
4260
+ "description": "Get available positions based on positioning mode",
4261
+ "inheritedFrom": {
4262
+ "name": "AnchoredRegion",
4263
+ "module": "src/anchored-region/anchored-region.ts"
4264
+ }
4247
4265
  },
4248
4266
  {
4249
4267
  "kind": "field",
4250
- "name": "allActions",
4251
- "type": {
4252
- "text": "ActionMenuItem[]"
4253
- },
4254
- "readonly": true
4268
+ "name": "getAvailableSpace",
4269
+ "privacy": "private",
4270
+ "description": "Get the space available for a particular relative position",
4271
+ "inheritedFrom": {
4272
+ "name": "AnchoredRegion",
4273
+ "module": "src/anchored-region/anchored-region.ts"
4274
+ }
4255
4275
  },
4256
4276
  {
4257
4277
  "kind": "field",
4258
- "name": "rowData",
4259
- "readonly": true
4278
+ "name": "getNextRegionDimension",
4279
+ "privacy": "private",
4280
+ "description": "Get region dimensions",
4281
+ "inheritedFrom": {
4282
+ "name": "AnchoredRegion",
4283
+ "module": "src/anchored-region/anchored-region.ts"
4284
+ }
4260
4285
  },
4261
4286
  {
4262
- "kind": "method",
4263
- "name": "getLabel",
4264
- "parameters": [
4265
- {
4266
- "name": "name",
4267
- "type": {
4268
- "text": "string | ((rowData: any) => string)"
4269
- }
4270
- }
4271
- ]
4287
+ "kind": "field",
4288
+ "name": "startAutoUpdateEventListeners",
4289
+ "privacy": "private",
4290
+ "description": "starts event listeners that can trigger auto updating",
4291
+ "inheritedFrom": {
4292
+ "name": "AnchoredRegion",
4293
+ "module": "src/anchored-region/anchored-region.ts"
4294
+ }
4272
4295
  },
4273
4296
  {
4274
- "kind": "method",
4275
- "name": "getTemplate",
4276
- "parameters": [
4277
- {
4278
- "name": "prefix",
4279
- "type": {
4280
- "text": "string"
4281
- }
4282
- }
4283
- ]
4297
+ "kind": "field",
4298
+ "name": "stopAutoUpdateEventListeners",
4299
+ "privacy": "private",
4300
+ "description": "stops event listeners that can trigger auto updating",
4301
+ "inheritedFrom": {
4302
+ "name": "AnchoredRegion",
4303
+ "module": "src/anchored-region/anchored-region.ts"
4304
+ }
4284
4305
  },
4285
4306
  {
4286
4307
  "kind": "field",
@@ -4394,107 +4415,86 @@
4394
4415
  }
4395
4416
  }
4396
4417
  ],
4397
- "attributes": [
4398
- {
4399
- "name": "is-vertical",
4400
- "type": {
4401
- "text": "boolean"
4402
- },
4403
- "default": "false",
4404
- "fieldName": "isVertical"
4405
- },
4406
- {
4407
- "name": "add-default-actions",
4408
- "type": {
4409
- "text": "boolean"
4410
- },
4411
- "default": "true",
4412
- "fieldName": "addDefaultActions"
4413
- },
4414
- {
4415
- "name": "auto-close-on-action",
4416
- "type": {
4417
- "text": "boolean"
4418
- },
4419
- "default": "true",
4420
- "fieldName": "autoCloseOnAction"
4421
- },
4422
- {
4423
- "name": "name",
4424
- "type": {
4425
- "text": "string"
4426
- },
4427
- "default": "'Actions'",
4428
- "fieldName": "name"
4429
- },
4430
- {
4431
- "name": "open",
4432
- "type": {
4433
- "text": "boolean"
4434
- },
4435
- "default": "false",
4436
- "fieldName": "open"
4437
- },
4438
- {
4439
- "name": "buttonAppearance",
4440
- "type": {
4441
- "text": "string"
4442
- },
4443
- "fieldName": "buttonAppearance"
4444
- },
4418
+ "events": [
4445
4419
  {
4446
- "name": "hide-disabled",
4447
- "type": {
4448
- "text": "boolean"
4449
- },
4450
- "default": "false",
4451
- "fieldName": "hideDisabled"
4420
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4421
+ "name": "loaded",
4422
+ "inheritedFrom": {
4423
+ "name": "AnchoredRegion",
4424
+ "module": "src/anchored-region/anchored-region.ts"
4425
+ }
4452
4426
  },
4453
4427
  {
4454
- "name": "hide-menu-single-option",
4455
- "type": {
4456
- "text": "boolean"
4457
- },
4458
- "default": "false",
4459
- "fieldName": "hideMenuSingleOption"
4428
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4429
+ "name": "positionchange",
4430
+ "inheritedFrom": {
4431
+ "name": "AnchoredRegion",
4432
+ "module": "src/anchored-region/anchored-region.ts"
4433
+ }
4460
4434
  }
4461
- ],
4462
- "superclass": {
4463
- "name": "FoundationElement",
4464
- "package": "@microsoft/fast-foundation"
4435
+ ]
4436
+ },
4437
+ {
4438
+ "kind": "variable",
4439
+ "name": "foundationAnchoredRegionShadowOptions",
4440
+ "type": {
4441
+ "text": "ShadowRootInit"
4465
4442
  },
4466
- "tagName": "%%prefix%%-actions-menu",
4467
- "customElement": true
4443
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4468
4444
  },
4469
4445
  {
4470
4446
  "kind": "variable",
4471
- "name": "foundationActionsMenu",
4472
- "description": "The Foundation Actions Menu",
4447
+ "name": "defaultAnchoredRegionConfig",
4448
+ "type": {
4449
+ "text": "object"
4450
+ },
4451
+ "default": "{}"
4452
+ },
4453
+ {
4454
+ "kind": "variable",
4455
+ "name": "foundationAnchoredRegion",
4456
+ "description": "The Foundation Anchored Region",
4473
4457
  "privacy": "public"
4474
4458
  }
4475
4459
  ],
4476
4460
  "exports": [
4477
4461
  {
4478
4462
  "kind": "js",
4479
- "name": "ActionsMenu",
4463
+ "name": "AnchoredRegion",
4480
4464
  "declaration": {
4481
- "name": "ActionsMenu",
4482
- "module": "src/actions-menu/actions-menu.ts"
4465
+ "name": "AnchoredRegion",
4466
+ "module": "src/anchored-region/anchored-region.ts"
4483
4467
  }
4484
4468
  },
4485
4469
  {
4486
4470
  "kind": "js",
4487
- "name": "foundationActionsMenu",
4471
+ "name": "foundationAnchoredRegionShadowOptions",
4488
4472
  "declaration": {
4489
- "name": "foundationActionsMenu",
4490
- "module": "src/actions-menu/actions-menu.ts"
4473
+ "name": "foundationAnchoredRegionShadowOptions",
4474
+ "module": "src/anchored-region/anchored-region.ts"
4475
+ }
4476
+ },
4477
+ {
4478
+ "kind": "js",
4479
+ "name": "defaultAnchoredRegionConfig",
4480
+ "declaration": {
4481
+ "name": "defaultAnchoredRegionConfig",
4482
+ "module": "src/anchored-region/anchored-region.ts"
4483
+ }
4484
+ },
4485
+ {
4486
+ "kind": "js",
4487
+ "name": "foundationAnchoredRegion",
4488
+ "declaration": {
4489
+ "name": "foundationAnchoredRegion",
4490
+ "module": "src/anchored-region/anchored-region.ts"
4491
4491
  }
4492
4492
  }
4493
4493
  ]
4494
4494
  },
4495
4495
  {
4496
4496
  "kind": "javascript-module",
4497
- "path": "src/actions-menu/index.ts",
4497
+ "path": "src/anchored-region/index.ts",
4498
4498
  "declarations": [],
4499
4499
  "exports": [
4500
4500
  {
@@ -4502,7 +4502,7 @@
4502
4502
  "name": "*",
4503
4503
  "declaration": {
4504
4504
  "name": "*",
4505
- "package": "./actions-menu.styles"
4505
+ "package": "./anchor-region.template"
4506
4506
  }
4507
4507
  },
4508
4508
  {
@@ -4510,7 +4510,7 @@
4510
4510
  "name": "*",
4511
4511
  "declaration": {
4512
4512
  "name": "*",
4513
- "package": "./actions-menu.template"
4513
+ "package": "./anchored-region.styles"
4514
4514
  }
4515
4515
  },
4516
4516
  {
@@ -4518,7 +4518,7 @@
4518
4518
  "name": "*",
4519
4519
  "declaration": {
4520
4520
  "name": "*",
4521
- "package": "./actions-menu"
4521
+ "package": "./anchored-region"
4522
4522
  }
4523
4523
  }
4524
4524
  ]