@genesislcap/foundation-ui 14.259.0 → 14.259.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +632 -632
  2. package/package.json +18 -18
@@ -882,42 +882,34 @@
882
882
  },
883
883
  {
884
884
  "kind": "javascript-module",
885
- "path": "src/_config/index.ts",
886
- "declarations": [],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./styles"
894
- }
895
- },
885
+ "path": "src/actions-menu/actions-menu.styles.ts",
886
+ "declarations": [
896
887
  {
897
- "kind": "js",
898
- "name": "*",
899
- "declaration": {
900
- "name": "*",
901
- "package": "./tokens"
902
- }
888
+ "kind": "function",
889
+ "name": "actionsMenuBaseStyles",
890
+ "return": {
891
+ "type": {
892
+ "text": "ElementStyles"
893
+ }
894
+ },
895
+ "parameters": [
896
+ {
897
+ "name": "context",
898
+ "type": {
899
+ "text": "ElementDefinitionContext"
900
+ }
901
+ },
902
+ {
903
+ "name": "definition",
904
+ "type": {
905
+ "text": "FoundationElementDefinition"
906
+ }
907
+ }
908
+ ]
903
909
  },
904
- {
905
- "kind": "js",
906
- "name": "*",
907
- "declaration": {
908
- "name": "*",
909
- "package": "./values"
910
- }
911
- }
912
- ]
913
- },
914
- {
915
- "kind": "javascript-module",
916
- "path": "src/accordion-item/accordion-item.styles.ts",
917
- "declarations": [
918
910
  {
919
911
  "kind": "function",
920
- "name": "foundationAccordionItemStyles",
912
+ "name": "foundationActionsMenuStyles",
921
913
  "return": {
922
914
  "type": {
923
915
  "text": "ElementStyles"
@@ -942,157 +934,270 @@
942
934
  "exports": [
943
935
  {
944
936
  "kind": "js",
945
- "name": "foundationAccordionItemStyles",
937
+ "name": "actionsMenuBaseStyles",
946
938
  "declaration": {
947
- "name": "foundationAccordionItemStyles",
948
- "module": "src/accordion-item/accordion-item.styles.ts"
939
+ "name": "actionsMenuBaseStyles",
940
+ "module": "src/actions-menu/actions-menu.styles.ts"
941
+ }
942
+ },
943
+ {
944
+ "kind": "js",
945
+ "name": "foundationActionsMenuStyles",
946
+ "declaration": {
947
+ "name": "foundationActionsMenuStyles",
948
+ "module": "src/actions-menu/actions-menu.styles.ts"
949
949
  }
950
950
  }
951
951
  ]
952
952
  },
953
953
  {
954
954
  "kind": "javascript-module",
955
- "path": "src/accordion-item/accordion-item.template.ts",
955
+ "path": "src/actions-menu/actions-menu.template.ts",
956
956
  "declarations": [
957
957
  {
958
958
  "kind": "function",
959
- "name": "foundationAccordionItemTemplate",
960
- "return": {
961
- "type": {
962
- "text": "ViewTemplate<AccordionItem>"
963
- }
964
- },
959
+ "name": "menuTemplate",
965
960
  "parameters": [
966
961
  {
967
- "name": "context",
962
+ "name": "prefix",
968
963
  "type": {
969
- "text": "ElementDefinitionContext"
964
+ "text": "string"
970
965
  }
971
- },
966
+ }
967
+ ]
968
+ },
969
+ {
970
+ "kind": "function",
971
+ "name": "singleOptionTemplate",
972
+ "parameters": [
972
973
  {
973
- "name": "definition",
974
+ "name": "prefix",
974
975
  "type": {
975
- "text": "FoundationElementDefinition"
976
+ "text": "string"
976
977
  }
977
978
  }
978
979
  ]
980
+ },
981
+ {
982
+ "kind": "variable",
983
+ "name": "foundationActionsMenuTemplate",
984
+ "type": {
985
+ "text": "ViewTemplate<ActionsMenu>"
986
+ },
987
+ "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`"
979
988
  }
980
989
  ],
981
990
  "exports": [
982
991
  {
983
992
  "kind": "js",
984
- "name": "foundationAccordionItemTemplate",
993
+ "name": "menuTemplate",
985
994
  "declaration": {
986
- "name": "foundationAccordionItemTemplate",
987
- "module": "src/accordion-item/accordion-item.template.ts"
995
+ "name": "menuTemplate",
996
+ "module": "src/actions-menu/actions-menu.template.ts"
997
+ }
998
+ },
999
+ {
1000
+ "kind": "js",
1001
+ "name": "singleOptionTemplate",
1002
+ "declaration": {
1003
+ "name": "singleOptionTemplate",
1004
+ "module": "src/actions-menu/actions-menu.template.ts"
1005
+ }
1006
+ },
1007
+ {
1008
+ "kind": "js",
1009
+ "name": "foundationActionsMenuTemplate",
1010
+ "declaration": {
1011
+ "name": "foundationActionsMenuTemplate",
1012
+ "module": "src/actions-menu/actions-menu.template.ts"
988
1013
  }
989
1014
  }
990
1015
  ]
991
1016
  },
992
1017
  {
993
1018
  "kind": "javascript-module",
994
- "path": "src/accordion-item/accordion-item.ts",
1019
+ "path": "src/actions-menu/actions-menu.ts",
995
1020
  "declarations": [
996
1021
  {
997
1022
  "kind": "class",
998
1023
  "description": "",
999
- "name": "AccordionItem",
1000
- "superclass": {
1001
- "name": "FASTAccordionItem",
1002
- "package": "@microsoft/fast-components"
1003
- },
1004
- "tagName": "%%prefix%%-accordion-item",
1005
- "customElement": true,
1006
- "attributes": [
1024
+ "name": "ActionsMenu",
1025
+ "members": [
1007
1026
  {
1008
- "name": "heading-level",
1027
+ "kind": "field",
1028
+ "name": "actions",
1009
1029
  "type": {
1010
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1011
- },
1012
- "default": "2",
1013
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1014
- "fieldName": "headinglevel",
1015
- "inheritedFrom": {
1016
- "name": "AccordionItem",
1017
- "module": "src/accordion-item/accordion-item.ts"
1030
+ "text": "ActionMenuItem[]"
1018
1031
  }
1019
1032
  },
1020
1033
  {
1034
+ "kind": "field",
1035
+ "name": "isVertical",
1021
1036
  "type": {
1022
1037
  "text": "boolean"
1023
1038
  },
1024
- "default": "false",
1025
- "description": "Expands or collapses the item.",
1026
- "fieldName": "expanded",
1027
- "inheritedFrom": {
1028
- "name": "AccordionItem",
1029
- "module": "src/accordion-item/accordion-item.ts"
1039
+ "default": "false"
1040
+ },
1041
+ {
1042
+ "kind": "field",
1043
+ "name": "addDefaultActions",
1044
+ "type": {
1045
+ "text": "boolean"
1046
+ },
1047
+ "default": "true"
1048
+ },
1049
+ {
1050
+ "kind": "field",
1051
+ "name": "autoCloseOnAction",
1052
+ "type": {
1053
+ "text": "boolean"
1054
+ },
1055
+ "default": "true"
1056
+ },
1057
+ {
1058
+ "kind": "field",
1059
+ "name": "classNames",
1060
+ "type": {
1061
+ "text": "string"
1030
1062
  }
1031
1063
  },
1032
1064
  {
1033
- "name": "id",
1065
+ "kind": "field",
1066
+ "name": "definition",
1067
+ "type": {
1068
+ "text": "any"
1069
+ }
1070
+ },
1071
+ {
1072
+ "kind": "field",
1073
+ "name": "name",
1034
1074
  "type": {
1035
1075
  "text": "string"
1036
1076
  },
1037
- "description": "The item ID",
1038
- "fieldName": "id",
1039
- "inheritedFrom": {
1040
- "name": "AccordionItem",
1041
- "module": "src/accordion-item/accordion-item.ts"
1042
- }
1043
- }
1044
- ],
1045
- "members": [
1077
+ "default": "'Actions'"
1078
+ },
1046
1079
  {
1047
1080
  "kind": "field",
1048
- "name": "headinglevel",
1081
+ "name": "open",
1049
1082
  "type": {
1050
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1083
+ "text": "boolean"
1051
1084
  },
1052
- "privacy": "public",
1053
- "default": "2",
1054
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1055
- "inheritedFrom": {
1056
- "name": "AccordionItem",
1057
- "module": "src/accordion-item/accordion-item.ts"
1085
+ "default": "false"
1086
+ },
1087
+ {
1088
+ "kind": "field",
1089
+ "name": "buttonAppearance",
1090
+ "type": {
1091
+ "text": "string"
1058
1092
  }
1059
1093
  },
1060
1094
  {
1061
1095
  "kind": "field",
1062
- "name": "expanded",
1096
+ "name": "hideDisabled",
1063
1097
  "type": {
1064
1098
  "text": "boolean"
1065
1099
  },
1066
- "privacy": "public",
1067
- "default": "false",
1068
- "description": "Expands or collapses the item.",
1069
- "inheritedFrom": {
1070
- "name": "AccordionItem",
1071
- "module": "src/accordion-item/accordion-item.ts"
1072
- }
1100
+ "default": "false"
1073
1101
  },
1074
1102
  {
1075
1103
  "kind": "field",
1076
- "name": "id",
1104
+ "name": "hideMenuSingleOption",
1077
1105
  "type": {
1078
- "text": "string"
1106
+ "text": "boolean"
1079
1107
  },
1080
- "privacy": "public",
1081
- "description": "The item ID",
1082
- "inheritedFrom": {
1083
- "name": "AccordionItem",
1084
- "module": "src/accordion-item/accordion-item.ts"
1108
+ "default": "false"
1109
+ },
1110
+ {
1111
+ "kind": "field",
1112
+ "name": "singleOption",
1113
+ "type": {
1114
+ "text": "ActionMenuItem"
1085
1115
  }
1086
1116
  },
1087
1117
  {
1088
1118
  "kind": "field",
1089
- "name": "change",
1090
- "privacy": "private",
1091
- "inheritedFrom": {
1092
- "name": "AccordionItem",
1093
- "module": "src/accordion-item/accordion-item.ts"
1119
+ "name": "actionsMenu",
1120
+ "type": {
1121
+ "text": "HTMLElement"
1094
1122
  }
1095
1123
  },
1124
+ {
1125
+ "kind": "method",
1126
+ "name": "definitionChanged",
1127
+ "privacy": "protected",
1128
+ "parameters": [
1129
+ {
1130
+ "name": "oldValue",
1131
+ "type": {
1132
+ "text": "any"
1133
+ }
1134
+ },
1135
+ {
1136
+ "name": "newValue",
1137
+ "type": {
1138
+ "text": "any"
1139
+ }
1140
+ }
1141
+ ]
1142
+ },
1143
+ {
1144
+ "kind": "method",
1145
+ "name": "openChanged",
1146
+ "privacy": "protected"
1147
+ },
1148
+ {
1149
+ "kind": "method",
1150
+ "name": "toggleActionsMenuVisibility"
1151
+ },
1152
+ {
1153
+ "kind": "method",
1154
+ "name": "onActionMenuItemClick",
1155
+ "parameters": [
1156
+ {
1157
+ "name": "callback",
1158
+ "type": {
1159
+ "text": "(rowData) => void | any"
1160
+ }
1161
+ }
1162
+ ]
1163
+ },
1164
+ {
1165
+ "kind": "field",
1166
+ "name": "allActions",
1167
+ "type": {
1168
+ "text": "ActionMenuItem[]"
1169
+ },
1170
+ "readonly": true
1171
+ },
1172
+ {
1173
+ "kind": "field",
1174
+ "name": "rowData",
1175
+ "readonly": true
1176
+ },
1177
+ {
1178
+ "kind": "method",
1179
+ "name": "getLabel",
1180
+ "parameters": [
1181
+ {
1182
+ "name": "name",
1183
+ "type": {
1184
+ "text": "string | ((rowData: any) => string)"
1185
+ }
1186
+ }
1187
+ ]
1188
+ },
1189
+ {
1190
+ "kind": "method",
1191
+ "name": "getTemplate",
1192
+ "parameters": [
1193
+ {
1194
+ "name": "prefix",
1195
+ "type": {
1196
+ "text": "string"
1197
+ }
1198
+ }
1199
+ ]
1200
+ },
1096
1201
  {
1097
1202
  "kind": "field",
1098
1203
  "name": "_presentation",
@@ -1205,260 +1310,107 @@
1205
1310
  }
1206
1311
  }
1207
1312
  ],
1208
- "events": [
1313
+ "attributes": [
1209
1314
  {
1210
- "description": "Fires a custom 'change' event when the button is invoked",
1211
- "name": "change",
1212
- "inheritedFrom": {
1213
- "name": "AccordionItem",
1214
- "module": "src/accordion-item/accordion-item.ts"
1215
- }
1216
- }
1217
- ]
1218
- },
1219
- {
1220
- "kind": "variable",
1221
- "name": "foundationAccordionItemShadowOptions",
1222
- "type": {
1223
- "text": "ShadowRootInit"
1224
- },
1225
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1226
- },
1227
- {
1228
- "kind": "variable",
1229
- "name": "defaultAccordionItemConfig",
1230
- "type": {
1231
- "text": "object"
1232
- },
1233
- "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}"
1234
- },
1235
- {
1236
- "kind": "variable",
1237
- "name": "foundationAccordionItem",
1238
- "description": "The Foundation Accordion Item",
1239
- "privacy": "public"
1240
- }
1241
- ],
1242
- "exports": [
1243
- {
1244
- "kind": "js",
1245
- "name": "AccordionItem",
1246
- "declaration": {
1247
- "name": "AccordionItem",
1248
- "module": "src/accordion-item/accordion-item.ts"
1249
- }
1250
- },
1251
- {
1252
- "kind": "js",
1253
- "name": "foundationAccordionItemShadowOptions",
1254
- "declaration": {
1255
- "name": "foundationAccordionItemShadowOptions",
1256
- "module": "src/accordion-item/accordion-item.ts"
1257
- }
1258
- },
1259
- {
1260
- "kind": "js",
1261
- "name": "defaultAccordionItemConfig",
1262
- "declaration": {
1263
- "name": "defaultAccordionItemConfig",
1264
- "module": "src/accordion-item/accordion-item.ts"
1265
- }
1266
- },
1267
- {
1268
- "kind": "js",
1269
- "name": "foundationAccordionItem",
1270
- "declaration": {
1271
- "name": "foundationAccordionItem",
1272
- "module": "src/accordion-item/accordion-item.ts"
1273
- }
1274
- }
1275
- ]
1276
- },
1277
- {
1278
- "kind": "javascript-module",
1279
- "path": "src/accordion-item/index.ts",
1280
- "declarations": [],
1281
- "exports": [
1282
- {
1283
- "kind": "js",
1284
- "name": "*",
1285
- "declaration": {
1286
- "name": "*",
1287
- "package": "./accordion-item.template"
1288
- }
1289
- },
1290
- {
1291
- "kind": "js",
1292
- "name": "*",
1293
- "declaration": {
1294
- "name": "*",
1295
- "package": "./accordion-item.styles"
1296
- }
1297
- },
1298
- {
1299
- "kind": "js",
1300
- "name": "*",
1301
- "declaration": {
1302
- "name": "*",
1303
- "package": "./accordion-item"
1304
- }
1305
- }
1306
- ]
1307
- },
1308
- {
1309
- "kind": "javascript-module",
1310
- "path": "src/accordion/accordion.styles.ts",
1311
- "declarations": [
1312
- {
1313
- "kind": "function",
1314
- "name": "foundationAccordionStyles",
1315
- "return": {
1316
- "type": {
1317
- "text": "ElementStyles"
1318
- }
1319
- },
1320
- "parameters": [
1315
+ "name": "is-vertical",
1316
+ "type": {
1317
+ "text": "boolean"
1318
+ },
1319
+ "default": "false",
1320
+ "fieldName": "isVertical"
1321
+ },
1321
1322
  {
1322
- "name": "context",
1323
+ "name": "add-default-actions",
1323
1324
  "type": {
1324
- "text": "ElementDefinitionContext"
1325
- }
1325
+ "text": "boolean"
1326
+ },
1327
+ "default": "true",
1328
+ "fieldName": "addDefaultActions"
1326
1329
  },
1327
1330
  {
1328
- "name": "definition",
1331
+ "name": "auto-close-on-action",
1329
1332
  "type": {
1330
- "text": "FoundationElementDefinition"
1331
- }
1332
- }
1333
- ]
1334
- }
1335
- ],
1336
- "exports": [
1337
- {
1338
- "kind": "js",
1339
- "name": "foundationAccordionStyles",
1340
- "declaration": {
1341
- "name": "foundationAccordionStyles",
1342
- "module": "src/accordion/accordion.styles.ts"
1343
- }
1344
- }
1345
- ]
1346
- },
1347
- {
1348
- "kind": "javascript-module",
1349
- "path": "src/accordion/accordion.template.ts",
1350
- "declarations": [
1351
- {
1352
- "kind": "function",
1353
- "name": "foundationAccordionTemplate",
1354
- "return": {
1355
- "type": {
1356
- "text": "ViewTemplate<Accordion>"
1357
- }
1358
- },
1359
- "parameters": [
1333
+ "text": "boolean"
1334
+ },
1335
+ "default": "true",
1336
+ "fieldName": "autoCloseOnAction"
1337
+ },
1338
+ {
1339
+ "name": "name",
1340
+ "type": {
1341
+ "text": "string"
1342
+ },
1343
+ "default": "'Actions'",
1344
+ "fieldName": "name"
1345
+ },
1360
1346
  {
1361
- "name": "context",
1347
+ "name": "open",
1362
1348
  "type": {
1363
- "text": "ElementDefinitionContext"
1364
- }
1349
+ "text": "boolean"
1350
+ },
1351
+ "default": "false",
1352
+ "fieldName": "open"
1365
1353
  },
1366
1354
  {
1367
- "name": "definition",
1355
+ "name": "buttonAppearance",
1368
1356
  "type": {
1369
- "text": "FoundationElementDefinition"
1370
- }
1357
+ "text": "string"
1358
+ },
1359
+ "fieldName": "buttonAppearance"
1360
+ },
1361
+ {
1362
+ "name": "hide-disabled",
1363
+ "type": {
1364
+ "text": "boolean"
1365
+ },
1366
+ "default": "false",
1367
+ "fieldName": "hideDisabled"
1368
+ },
1369
+ {
1370
+ "name": "hide-menu-single-option",
1371
+ "type": {
1372
+ "text": "boolean"
1373
+ },
1374
+ "default": "false",
1375
+ "fieldName": "hideMenuSingleOption"
1371
1376
  }
1372
- ]
1373
- }
1374
- ],
1375
- "exports": [
1376
- {
1377
- "kind": "js",
1378
- "name": "foundationAccordionTemplate",
1379
- "declaration": {
1380
- "name": "foundationAccordionTemplate",
1381
- "module": "src/accordion/accordion.template.ts"
1382
- }
1383
- }
1384
- ]
1385
- },
1386
- {
1387
- "kind": "javascript-module",
1388
- "path": "src/accordion/accordion.ts",
1389
- "declarations": [
1390
- {
1391
- "kind": "class",
1392
- "description": "",
1393
- "name": "Accordion",
1377
+ ],
1394
1378
  "superclass": {
1395
- "name": "FASTAccordion",
1379
+ "name": "FoundationElement",
1396
1380
  "package": "@microsoft/fast-foundation"
1397
1381
  },
1398
- "tagName": "%%prefix%%-accordion",
1382
+ "tagName": "%%prefix%%-actions-menu",
1399
1383
  "customElement": true
1400
1384
  },
1401
1385
  {
1402
1386
  "kind": "variable",
1403
- "name": "foundationAccordionShadowOptions",
1404
- "type": {
1405
- "text": "ShadowRootInit"
1406
- },
1407
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1408
- },
1409
- {
1410
- "kind": "variable",
1411
- "name": "defaultAccordionConfig",
1412
- "type": {
1413
- "text": "object"
1414
- },
1415
- "default": "{}"
1416
- },
1417
- {
1418
- "kind": "variable",
1419
- "name": "foundationAccordion",
1420
- "description": "The Foundation Accordion",
1387
+ "name": "foundationActionsMenu",
1388
+ "description": "The Foundation Actions Menu",
1421
1389
  "privacy": "public"
1422
1390
  }
1423
1391
  ],
1424
1392
  "exports": [
1425
1393
  {
1426
1394
  "kind": "js",
1427
- "name": "Accordion",
1428
- "declaration": {
1429
- "name": "Accordion",
1430
- "module": "src/accordion/accordion.ts"
1431
- }
1432
- },
1433
- {
1434
- "kind": "js",
1435
- "name": "foundationAccordionShadowOptions",
1436
- "declaration": {
1437
- "name": "foundationAccordionShadowOptions",
1438
- "module": "src/accordion/accordion.ts"
1439
- }
1440
- },
1441
- {
1442
- "kind": "js",
1443
- "name": "defaultAccordionConfig",
1395
+ "name": "ActionsMenu",
1444
1396
  "declaration": {
1445
- "name": "defaultAccordionConfig",
1446
- "module": "src/accordion/accordion.ts"
1397
+ "name": "ActionsMenu",
1398
+ "module": "src/actions-menu/actions-menu.ts"
1447
1399
  }
1448
1400
  },
1449
1401
  {
1450
1402
  "kind": "js",
1451
- "name": "foundationAccordion",
1403
+ "name": "foundationActionsMenu",
1452
1404
  "declaration": {
1453
- "name": "foundationAccordion",
1454
- "module": "src/accordion/accordion.ts"
1405
+ "name": "foundationActionsMenu",
1406
+ "module": "src/actions-menu/actions-menu.ts"
1455
1407
  }
1456
1408
  }
1457
1409
  ]
1458
1410
  },
1459
1411
  {
1460
1412
  "kind": "javascript-module",
1461
- "path": "src/accordion/index.ts",
1413
+ "path": "src/actions-menu/index.ts",
1462
1414
  "declarations": [],
1463
1415
  "exports": [
1464
1416
  {
@@ -1466,7 +1418,7 @@
1466
1418
  "name": "*",
1467
1419
  "declaration": {
1468
1420
  "name": "*",
1469
- "package": "./accordion.template"
1421
+ "package": "./actions-menu.styles"
1470
1422
  }
1471
1423
  },
1472
1424
  {
@@ -1474,7 +1426,7 @@
1474
1426
  "name": "*",
1475
1427
  "declaration": {
1476
1428
  "name": "*",
1477
- "package": "./accordion.styles"
1429
+ "package": "./actions-menu.template"
1478
1430
  }
1479
1431
  },
1480
1432
  {
@@ -1482,41 +1434,18 @@
1482
1434
  "name": "*",
1483
1435
  "declaration": {
1484
1436
  "name": "*",
1485
- "package": "./accordion"
1437
+ "package": "./actions-menu"
1486
1438
  }
1487
1439
  }
1488
1440
  ]
1489
1441
  },
1490
1442
  {
1491
1443
  "kind": "javascript-module",
1492
- "path": "src/actions-menu/actions-menu.styles.ts",
1444
+ "path": "src/accordion-item/accordion-item.styles.ts",
1493
1445
  "declarations": [
1494
1446
  {
1495
1447
  "kind": "function",
1496
- "name": "actionsMenuBaseStyles",
1497
- "return": {
1498
- "type": {
1499
- "text": "ElementStyles"
1500
- }
1501
- },
1502
- "parameters": [
1503
- {
1504
- "name": "context",
1505
- "type": {
1506
- "text": "ElementDefinitionContext"
1507
- }
1508
- },
1509
- {
1510
- "name": "definition",
1511
- "type": {
1512
- "text": "FoundationElementDefinition"
1513
- }
1514
- }
1515
- ]
1516
- },
1517
- {
1518
- "kind": "function",
1519
- "name": "foundationActionsMenuStyles",
1448
+ "name": "foundationAccordionItemStyles",
1520
1449
  "return": {
1521
1450
  "type": {
1522
1451
  "text": "ElementStyles"
@@ -1541,270 +1470,157 @@
1541
1470
  "exports": [
1542
1471
  {
1543
1472
  "kind": "js",
1544
- "name": "actionsMenuBaseStyles",
1545
- "declaration": {
1546
- "name": "actionsMenuBaseStyles",
1547
- "module": "src/actions-menu/actions-menu.styles.ts"
1548
- }
1549
- },
1550
- {
1551
- "kind": "js",
1552
- "name": "foundationActionsMenuStyles",
1473
+ "name": "foundationAccordionItemStyles",
1553
1474
  "declaration": {
1554
- "name": "foundationActionsMenuStyles",
1555
- "module": "src/actions-menu/actions-menu.styles.ts"
1475
+ "name": "foundationAccordionItemStyles",
1476
+ "module": "src/accordion-item/accordion-item.styles.ts"
1556
1477
  }
1557
1478
  }
1558
1479
  ]
1559
1480
  },
1560
1481
  {
1561
1482
  "kind": "javascript-module",
1562
- "path": "src/actions-menu/actions-menu.template.ts",
1483
+ "path": "src/accordion-item/accordion-item.template.ts",
1563
1484
  "declarations": [
1564
1485
  {
1565
1486
  "kind": "function",
1566
- "name": "menuTemplate",
1487
+ "name": "foundationAccordionItemTemplate",
1488
+ "return": {
1489
+ "type": {
1490
+ "text": "ViewTemplate<AccordionItem>"
1491
+ }
1492
+ },
1567
1493
  "parameters": [
1568
1494
  {
1569
- "name": "prefix",
1495
+ "name": "context",
1570
1496
  "type": {
1571
- "text": "string"
1497
+ "text": "ElementDefinitionContext"
1572
1498
  }
1573
- }
1574
- ]
1575
- },
1576
- {
1577
- "kind": "function",
1578
- "name": "singleOptionTemplate",
1579
- "parameters": [
1499
+ },
1580
1500
  {
1581
- "name": "prefix",
1501
+ "name": "definition",
1582
1502
  "type": {
1583
- "text": "string"
1503
+ "text": "FoundationElementDefinition"
1584
1504
  }
1585
1505
  }
1586
1506
  ]
1587
- },
1588
- {
1589
- "kind": "variable",
1590
- "name": "foundationActionsMenuTemplate",
1591
- "type": {
1592
- "text": "ViewTemplate<ActionsMenu>"
1593
- },
1594
- "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`"
1595
1507
  }
1596
1508
  ],
1597
1509
  "exports": [
1598
1510
  {
1599
1511
  "kind": "js",
1600
- "name": "menuTemplate",
1601
- "declaration": {
1602
- "name": "menuTemplate",
1603
- "module": "src/actions-menu/actions-menu.template.ts"
1604
- }
1605
- },
1606
- {
1607
- "kind": "js",
1608
- "name": "singleOptionTemplate",
1609
- "declaration": {
1610
- "name": "singleOptionTemplate",
1611
- "module": "src/actions-menu/actions-menu.template.ts"
1612
- }
1613
- },
1614
- {
1615
- "kind": "js",
1616
- "name": "foundationActionsMenuTemplate",
1512
+ "name": "foundationAccordionItemTemplate",
1617
1513
  "declaration": {
1618
- "name": "foundationActionsMenuTemplate",
1619
- "module": "src/actions-menu/actions-menu.template.ts"
1514
+ "name": "foundationAccordionItemTemplate",
1515
+ "module": "src/accordion-item/accordion-item.template.ts"
1620
1516
  }
1621
1517
  }
1622
1518
  ]
1623
1519
  },
1624
1520
  {
1625
1521
  "kind": "javascript-module",
1626
- "path": "src/actions-menu/actions-menu.ts",
1522
+ "path": "src/accordion-item/accordion-item.ts",
1627
1523
  "declarations": [
1628
1524
  {
1629
1525
  "kind": "class",
1630
1526
  "description": "",
1631
- "name": "ActionsMenu",
1632
- "members": [
1633
- {
1634
- "kind": "field",
1635
- "name": "actions",
1636
- "type": {
1637
- "text": "ActionMenuItem[]"
1638
- }
1639
- },
1640
- {
1641
- "kind": "field",
1642
- "name": "isVertical",
1643
- "type": {
1644
- "text": "boolean"
1645
- },
1646
- "default": "false"
1647
- },
1648
- {
1649
- "kind": "field",
1650
- "name": "addDefaultActions",
1651
- "type": {
1652
- "text": "boolean"
1653
- },
1654
- "default": "true"
1655
- },
1656
- {
1657
- "kind": "field",
1658
- "name": "autoCloseOnAction",
1659
- "type": {
1660
- "text": "boolean"
1661
- },
1662
- "default": "true"
1663
- },
1527
+ "name": "AccordionItem",
1528
+ "superclass": {
1529
+ "name": "FASTAccordionItem",
1530
+ "package": "@microsoft/fast-components"
1531
+ },
1532
+ "tagName": "%%prefix%%-accordion-item",
1533
+ "customElement": true,
1534
+ "attributes": [
1664
1535
  {
1665
- "kind": "field",
1666
- "name": "classNames",
1536
+ "name": "heading-level",
1667
1537
  "type": {
1668
- "text": "string"
1538
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1539
+ },
1540
+ "default": "2",
1541
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1542
+ "fieldName": "headinglevel",
1543
+ "inheritedFrom": {
1544
+ "name": "AccordionItem",
1545
+ "module": "src/accordion-item/accordion-item.ts"
1669
1546
  }
1670
1547
  },
1671
1548
  {
1672
- "kind": "field",
1673
- "name": "definition",
1674
1549
  "type": {
1675
- "text": "any"
1550
+ "text": "boolean"
1551
+ },
1552
+ "default": "false",
1553
+ "description": "Expands or collapses the item.",
1554
+ "fieldName": "expanded",
1555
+ "inheritedFrom": {
1556
+ "name": "AccordionItem",
1557
+ "module": "src/accordion-item/accordion-item.ts"
1676
1558
  }
1677
1559
  },
1678
1560
  {
1679
- "kind": "field",
1680
- "name": "name",
1561
+ "name": "id",
1681
1562
  "type": {
1682
1563
  "text": "string"
1683
1564
  },
1684
- "default": "'Actions'"
1685
- },
1565
+ "description": "The item ID",
1566
+ "fieldName": "id",
1567
+ "inheritedFrom": {
1568
+ "name": "AccordionItem",
1569
+ "module": "src/accordion-item/accordion-item.ts"
1570
+ }
1571
+ }
1572
+ ],
1573
+ "members": [
1686
1574
  {
1687
1575
  "kind": "field",
1688
- "name": "open",
1576
+ "name": "headinglevel",
1689
1577
  "type": {
1690
- "text": "boolean"
1578
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1691
1579
  },
1692
- "default": "false"
1693
- },
1694
- {
1695
- "kind": "field",
1696
- "name": "buttonAppearance",
1697
- "type": {
1698
- "text": "string"
1580
+ "privacy": "public",
1581
+ "default": "2",
1582
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1583
+ "inheritedFrom": {
1584
+ "name": "AccordionItem",
1585
+ "module": "src/accordion-item/accordion-item.ts"
1699
1586
  }
1700
1587
  },
1701
1588
  {
1702
1589
  "kind": "field",
1703
- "name": "hideDisabled",
1590
+ "name": "expanded",
1704
1591
  "type": {
1705
1592
  "text": "boolean"
1706
1593
  },
1707
- "default": "false"
1594
+ "privacy": "public",
1595
+ "default": "false",
1596
+ "description": "Expands or collapses the item.",
1597
+ "inheritedFrom": {
1598
+ "name": "AccordionItem",
1599
+ "module": "src/accordion-item/accordion-item.ts"
1600
+ }
1708
1601
  },
1709
1602
  {
1710
1603
  "kind": "field",
1711
- "name": "hideMenuSingleOption",
1604
+ "name": "id",
1712
1605
  "type": {
1713
- "text": "boolean"
1606
+ "text": "string"
1714
1607
  },
1715
- "default": "false"
1716
- },
1717
- {
1718
- "kind": "field",
1719
- "name": "singleOption",
1720
- "type": {
1721
- "text": "ActionMenuItem"
1608
+ "privacy": "public",
1609
+ "description": "The item ID",
1610
+ "inheritedFrom": {
1611
+ "name": "AccordionItem",
1612
+ "module": "src/accordion-item/accordion-item.ts"
1722
1613
  }
1723
1614
  },
1724
1615
  {
1725
1616
  "kind": "field",
1726
- "name": "actionsMenu",
1727
- "type": {
1728
- "text": "HTMLElement"
1617
+ "name": "change",
1618
+ "privacy": "private",
1619
+ "inheritedFrom": {
1620
+ "name": "AccordionItem",
1621
+ "module": "src/accordion-item/accordion-item.ts"
1729
1622
  }
1730
1623
  },
1731
- {
1732
- "kind": "method",
1733
- "name": "definitionChanged",
1734
- "privacy": "protected",
1735
- "parameters": [
1736
- {
1737
- "name": "oldValue",
1738
- "type": {
1739
- "text": "any"
1740
- }
1741
- },
1742
- {
1743
- "name": "newValue",
1744
- "type": {
1745
- "text": "any"
1746
- }
1747
- }
1748
- ]
1749
- },
1750
- {
1751
- "kind": "method",
1752
- "name": "openChanged",
1753
- "privacy": "protected"
1754
- },
1755
- {
1756
- "kind": "method",
1757
- "name": "toggleActionsMenuVisibility"
1758
- },
1759
- {
1760
- "kind": "method",
1761
- "name": "onActionMenuItemClick",
1762
- "parameters": [
1763
- {
1764
- "name": "callback",
1765
- "type": {
1766
- "text": "(rowData) => void | any"
1767
- }
1768
- }
1769
- ]
1770
- },
1771
- {
1772
- "kind": "field",
1773
- "name": "allActions",
1774
- "type": {
1775
- "text": "ActionMenuItem[]"
1776
- },
1777
- "readonly": true
1778
- },
1779
- {
1780
- "kind": "field",
1781
- "name": "rowData",
1782
- "readonly": true
1783
- },
1784
- {
1785
- "kind": "method",
1786
- "name": "getLabel",
1787
- "parameters": [
1788
- {
1789
- "name": "name",
1790
- "type": {
1791
- "text": "string | ((rowData: any) => string)"
1792
- }
1793
- }
1794
- ]
1795
- },
1796
- {
1797
- "kind": "method",
1798
- "name": "getTemplate",
1799
- "parameters": [
1800
- {
1801
- "name": "prefix",
1802
- "type": {
1803
- "text": "string"
1804
- }
1805
- }
1806
- ]
1807
- },
1808
1624
  {
1809
1625
  "kind": "field",
1810
1626
  "name": "_presentation",
@@ -1917,107 +1733,78 @@
1917
1733
  }
1918
1734
  }
1919
1735
  ],
1920
- "attributes": [
1921
- {
1922
- "name": "is-vertical",
1923
- "type": {
1924
- "text": "boolean"
1925
- },
1926
- "default": "false",
1927
- "fieldName": "isVertical"
1928
- },
1929
- {
1930
- "name": "add-default-actions",
1931
- "type": {
1932
- "text": "boolean"
1933
- },
1934
- "default": "true",
1935
- "fieldName": "addDefaultActions"
1936
- },
1937
- {
1938
- "name": "auto-close-on-action",
1939
- "type": {
1940
- "text": "boolean"
1941
- },
1942
- "default": "true",
1943
- "fieldName": "autoCloseOnAction"
1944
- },
1945
- {
1946
- "name": "name",
1947
- "type": {
1948
- "text": "string"
1949
- },
1950
- "default": "'Actions'",
1951
- "fieldName": "name"
1952
- },
1953
- {
1954
- "name": "open",
1955
- "type": {
1956
- "text": "boolean"
1957
- },
1958
- "default": "false",
1959
- "fieldName": "open"
1960
- },
1961
- {
1962
- "name": "buttonAppearance",
1963
- "type": {
1964
- "text": "string"
1965
- },
1966
- "fieldName": "buttonAppearance"
1967
- },
1968
- {
1969
- "name": "hide-disabled",
1970
- "type": {
1971
- "text": "boolean"
1972
- },
1973
- "default": "false",
1974
- "fieldName": "hideDisabled"
1975
- },
1736
+ "events": [
1976
1737
  {
1977
- "name": "hide-menu-single-option",
1978
- "type": {
1979
- "text": "boolean"
1980
- },
1981
- "default": "false",
1982
- "fieldName": "hideMenuSingleOption"
1738
+ "description": "Fires a custom 'change' event when the button is invoked",
1739
+ "name": "change",
1740
+ "inheritedFrom": {
1741
+ "name": "AccordionItem",
1742
+ "module": "src/accordion-item/accordion-item.ts"
1743
+ }
1983
1744
  }
1984
- ],
1985
- "superclass": {
1986
- "name": "FoundationElement",
1987
- "package": "@microsoft/fast-foundation"
1745
+ ]
1746
+ },
1747
+ {
1748
+ "kind": "variable",
1749
+ "name": "foundationAccordionItemShadowOptions",
1750
+ "type": {
1751
+ "text": "ShadowRootInit"
1752
+ },
1753
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1754
+ },
1755
+ {
1756
+ "kind": "variable",
1757
+ "name": "defaultAccordionItemConfig",
1758
+ "type": {
1759
+ "text": "object"
1988
1760
  },
1989
- "tagName": "%%prefix%%-actions-menu",
1990
- "customElement": true
1761
+ "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}"
1991
1762
  },
1992
1763
  {
1993
1764
  "kind": "variable",
1994
- "name": "foundationActionsMenu",
1995
- "description": "The Foundation Actions Menu",
1765
+ "name": "foundationAccordionItem",
1766
+ "description": "The Foundation Accordion Item",
1996
1767
  "privacy": "public"
1997
1768
  }
1998
1769
  ],
1999
1770
  "exports": [
2000
1771
  {
2001
1772
  "kind": "js",
2002
- "name": "ActionsMenu",
1773
+ "name": "AccordionItem",
2003
1774
  "declaration": {
2004
- "name": "ActionsMenu",
2005
- "module": "src/actions-menu/actions-menu.ts"
1775
+ "name": "AccordionItem",
1776
+ "module": "src/accordion-item/accordion-item.ts"
2006
1777
  }
2007
1778
  },
2008
1779
  {
2009
1780
  "kind": "js",
2010
- "name": "foundationActionsMenu",
1781
+ "name": "foundationAccordionItemShadowOptions",
2011
1782
  "declaration": {
2012
- "name": "foundationActionsMenu",
2013
- "module": "src/actions-menu/actions-menu.ts"
1783
+ "name": "foundationAccordionItemShadowOptions",
1784
+ "module": "src/accordion-item/accordion-item.ts"
1785
+ }
1786
+ },
1787
+ {
1788
+ "kind": "js",
1789
+ "name": "defaultAccordionItemConfig",
1790
+ "declaration": {
1791
+ "name": "defaultAccordionItemConfig",
1792
+ "module": "src/accordion-item/accordion-item.ts"
1793
+ }
1794
+ },
1795
+ {
1796
+ "kind": "js",
1797
+ "name": "foundationAccordionItem",
1798
+ "declaration": {
1799
+ "name": "foundationAccordionItem",
1800
+ "module": "src/accordion-item/accordion-item.ts"
2014
1801
  }
2015
1802
  }
2016
1803
  ]
2017
1804
  },
2018
1805
  {
2019
1806
  "kind": "javascript-module",
2020
- "path": "src/actions-menu/index.ts",
1807
+ "path": "src/accordion-item/index.ts",
2021
1808
  "declarations": [],
2022
1809
  "exports": [
2023
1810
  {
@@ -2025,7 +1812,7 @@
2025
1812
  "name": "*",
2026
1813
  "declaration": {
2027
1814
  "name": "*",
2028
- "package": "./actions-menu.styles"
1815
+ "package": "./accordion-item.template"
2029
1816
  }
2030
1817
  },
2031
1818
  {
@@ -2033,7 +1820,7 @@
2033
1820
  "name": "*",
2034
1821
  "declaration": {
2035
1822
  "name": "*",
2036
- "package": "./actions-menu.template"
1823
+ "package": "./accordion-item.styles"
2037
1824
  }
2038
1825
  },
2039
1826
  {
@@ -2041,7 +1828,7 @@
2041
1828
  "name": "*",
2042
1829
  "declaration": {
2043
1830
  "name": "*",
2044
- "package": "./actions-menu"
1831
+ "package": "./accordion-item"
2045
1832
  }
2046
1833
  }
2047
1834
  ]
@@ -2566,6 +2353,37 @@
2566
2353
  }
2567
2354
  ]
2568
2355
  },
2356
+ {
2357
+ "kind": "javascript-module",
2358
+ "path": "src/_config/index.ts",
2359
+ "declarations": [],
2360
+ "exports": [
2361
+ {
2362
+ "kind": "js",
2363
+ "name": "*",
2364
+ "declaration": {
2365
+ "name": "*",
2366
+ "package": "./styles"
2367
+ }
2368
+ },
2369
+ {
2370
+ "kind": "js",
2371
+ "name": "*",
2372
+ "declaration": {
2373
+ "name": "*",
2374
+ "package": "./tokens"
2375
+ }
2376
+ },
2377
+ {
2378
+ "kind": "js",
2379
+ "name": "*",
2380
+ "declaration": {
2381
+ "name": "*",
2382
+ "package": "./values"
2383
+ }
2384
+ }
2385
+ ]
2386
+ },
2569
2387
  {
2570
2388
  "kind": "javascript-module",
2571
2389
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -4156,6 +3974,188 @@
4156
3974
  }
4157
3975
  ]
4158
3976
  },
3977
+ {
3978
+ "kind": "javascript-module",
3979
+ "path": "src/accordion/accordion.styles.ts",
3980
+ "declarations": [
3981
+ {
3982
+ "kind": "function",
3983
+ "name": "foundationAccordionStyles",
3984
+ "return": {
3985
+ "type": {
3986
+ "text": "ElementStyles"
3987
+ }
3988
+ },
3989
+ "parameters": [
3990
+ {
3991
+ "name": "context",
3992
+ "type": {
3993
+ "text": "ElementDefinitionContext"
3994
+ }
3995
+ },
3996
+ {
3997
+ "name": "definition",
3998
+ "type": {
3999
+ "text": "FoundationElementDefinition"
4000
+ }
4001
+ }
4002
+ ]
4003
+ }
4004
+ ],
4005
+ "exports": [
4006
+ {
4007
+ "kind": "js",
4008
+ "name": "foundationAccordionStyles",
4009
+ "declaration": {
4010
+ "name": "foundationAccordionStyles",
4011
+ "module": "src/accordion/accordion.styles.ts"
4012
+ }
4013
+ }
4014
+ ]
4015
+ },
4016
+ {
4017
+ "kind": "javascript-module",
4018
+ "path": "src/accordion/accordion.template.ts",
4019
+ "declarations": [
4020
+ {
4021
+ "kind": "function",
4022
+ "name": "foundationAccordionTemplate",
4023
+ "return": {
4024
+ "type": {
4025
+ "text": "ViewTemplate<Accordion>"
4026
+ }
4027
+ },
4028
+ "parameters": [
4029
+ {
4030
+ "name": "context",
4031
+ "type": {
4032
+ "text": "ElementDefinitionContext"
4033
+ }
4034
+ },
4035
+ {
4036
+ "name": "definition",
4037
+ "type": {
4038
+ "text": "FoundationElementDefinition"
4039
+ }
4040
+ }
4041
+ ]
4042
+ }
4043
+ ],
4044
+ "exports": [
4045
+ {
4046
+ "kind": "js",
4047
+ "name": "foundationAccordionTemplate",
4048
+ "declaration": {
4049
+ "name": "foundationAccordionTemplate",
4050
+ "module": "src/accordion/accordion.template.ts"
4051
+ }
4052
+ }
4053
+ ]
4054
+ },
4055
+ {
4056
+ "kind": "javascript-module",
4057
+ "path": "src/accordion/accordion.ts",
4058
+ "declarations": [
4059
+ {
4060
+ "kind": "class",
4061
+ "description": "",
4062
+ "name": "Accordion",
4063
+ "superclass": {
4064
+ "name": "FASTAccordion",
4065
+ "package": "@microsoft/fast-foundation"
4066
+ },
4067
+ "tagName": "%%prefix%%-accordion",
4068
+ "customElement": true
4069
+ },
4070
+ {
4071
+ "kind": "variable",
4072
+ "name": "foundationAccordionShadowOptions",
4073
+ "type": {
4074
+ "text": "ShadowRootInit"
4075
+ },
4076
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4077
+ },
4078
+ {
4079
+ "kind": "variable",
4080
+ "name": "defaultAccordionConfig",
4081
+ "type": {
4082
+ "text": "object"
4083
+ },
4084
+ "default": "{}"
4085
+ },
4086
+ {
4087
+ "kind": "variable",
4088
+ "name": "foundationAccordion",
4089
+ "description": "The Foundation Accordion",
4090
+ "privacy": "public"
4091
+ }
4092
+ ],
4093
+ "exports": [
4094
+ {
4095
+ "kind": "js",
4096
+ "name": "Accordion",
4097
+ "declaration": {
4098
+ "name": "Accordion",
4099
+ "module": "src/accordion/accordion.ts"
4100
+ }
4101
+ },
4102
+ {
4103
+ "kind": "js",
4104
+ "name": "foundationAccordionShadowOptions",
4105
+ "declaration": {
4106
+ "name": "foundationAccordionShadowOptions",
4107
+ "module": "src/accordion/accordion.ts"
4108
+ }
4109
+ },
4110
+ {
4111
+ "kind": "js",
4112
+ "name": "defaultAccordionConfig",
4113
+ "declaration": {
4114
+ "name": "defaultAccordionConfig",
4115
+ "module": "src/accordion/accordion.ts"
4116
+ }
4117
+ },
4118
+ {
4119
+ "kind": "js",
4120
+ "name": "foundationAccordion",
4121
+ "declaration": {
4122
+ "name": "foundationAccordion",
4123
+ "module": "src/accordion/accordion.ts"
4124
+ }
4125
+ }
4126
+ ]
4127
+ },
4128
+ {
4129
+ "kind": "javascript-module",
4130
+ "path": "src/accordion/index.ts",
4131
+ "declarations": [],
4132
+ "exports": [
4133
+ {
4134
+ "kind": "js",
4135
+ "name": "*",
4136
+ "declaration": {
4137
+ "name": "*",
4138
+ "package": "./accordion.template"
4139
+ }
4140
+ },
4141
+ {
4142
+ "kind": "js",
4143
+ "name": "*",
4144
+ "declaration": {
4145
+ "name": "*",
4146
+ "package": "./accordion.styles"
4147
+ }
4148
+ },
4149
+ {
4150
+ "kind": "js",
4151
+ "name": "*",
4152
+ "declaration": {
4153
+ "name": "*",
4154
+ "package": "./accordion"
4155
+ }
4156
+ }
4157
+ ]
4158
+ },
4159
4159
  {
4160
4160
  "kind": "javascript-module",
4161
4161
  "path": "src/avatar/avatar.styles.ts",