@genesislcap/foundation-ui 14.268.2 → 14.268.4-alpha-c620667.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.
@@ -880,6 +880,188 @@
880
880
  }
881
881
  ]
882
882
  },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/accordion/accordion.styles.ts",
886
+ "declarations": [
887
+ {
888
+ "kind": "function",
889
+ "name": "foundationAccordionStyles",
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
+ ]
909
+ }
910
+ ],
911
+ "exports": [
912
+ {
913
+ "kind": "js",
914
+ "name": "foundationAccordionStyles",
915
+ "declaration": {
916
+ "name": "foundationAccordionStyles",
917
+ "module": "src/accordion/accordion.styles.ts"
918
+ }
919
+ }
920
+ ]
921
+ },
922
+ {
923
+ "kind": "javascript-module",
924
+ "path": "src/accordion/accordion.template.ts",
925
+ "declarations": [
926
+ {
927
+ "kind": "function",
928
+ "name": "foundationAccordionTemplate",
929
+ "return": {
930
+ "type": {
931
+ "text": "ViewTemplate<Accordion>"
932
+ }
933
+ },
934
+ "parameters": [
935
+ {
936
+ "name": "context",
937
+ "type": {
938
+ "text": "ElementDefinitionContext"
939
+ }
940
+ },
941
+ {
942
+ "name": "definition",
943
+ "type": {
944
+ "text": "FoundationElementDefinition"
945
+ }
946
+ }
947
+ ]
948
+ }
949
+ ],
950
+ "exports": [
951
+ {
952
+ "kind": "js",
953
+ "name": "foundationAccordionTemplate",
954
+ "declaration": {
955
+ "name": "foundationAccordionTemplate",
956
+ "module": "src/accordion/accordion.template.ts"
957
+ }
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "kind": "javascript-module",
963
+ "path": "src/accordion/accordion.ts",
964
+ "declarations": [
965
+ {
966
+ "kind": "class",
967
+ "description": "",
968
+ "name": "Accordion",
969
+ "superclass": {
970
+ "name": "FASTAccordion",
971
+ "package": "@microsoft/fast-foundation"
972
+ },
973
+ "tagName": "%%prefix%%-accordion",
974
+ "customElement": true
975
+ },
976
+ {
977
+ "kind": "variable",
978
+ "name": "foundationAccordionShadowOptions",
979
+ "type": {
980
+ "text": "ShadowRootInit"
981
+ },
982
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
983
+ },
984
+ {
985
+ "kind": "variable",
986
+ "name": "defaultAccordionConfig",
987
+ "type": {
988
+ "text": "object"
989
+ },
990
+ "default": "{}"
991
+ },
992
+ {
993
+ "kind": "variable",
994
+ "name": "foundationAccordion",
995
+ "description": "The Foundation Accordion",
996
+ "privacy": "public"
997
+ }
998
+ ],
999
+ "exports": [
1000
+ {
1001
+ "kind": "js",
1002
+ "name": "Accordion",
1003
+ "declaration": {
1004
+ "name": "Accordion",
1005
+ "module": "src/accordion/accordion.ts"
1006
+ }
1007
+ },
1008
+ {
1009
+ "kind": "js",
1010
+ "name": "foundationAccordionShadowOptions",
1011
+ "declaration": {
1012
+ "name": "foundationAccordionShadowOptions",
1013
+ "module": "src/accordion/accordion.ts"
1014
+ }
1015
+ },
1016
+ {
1017
+ "kind": "js",
1018
+ "name": "defaultAccordionConfig",
1019
+ "declaration": {
1020
+ "name": "defaultAccordionConfig",
1021
+ "module": "src/accordion/accordion.ts"
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "js",
1026
+ "name": "foundationAccordion",
1027
+ "declaration": {
1028
+ "name": "foundationAccordion",
1029
+ "module": "src/accordion/accordion.ts"
1030
+ }
1031
+ }
1032
+ ]
1033
+ },
1034
+ {
1035
+ "kind": "javascript-module",
1036
+ "path": "src/accordion/index.ts",
1037
+ "declarations": [],
1038
+ "exports": [
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "*",
1042
+ "declaration": {
1043
+ "name": "*",
1044
+ "package": "./accordion.template"
1045
+ }
1046
+ },
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "*",
1050
+ "declaration": {
1051
+ "name": "*",
1052
+ "package": "./accordion.styles"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "js",
1057
+ "name": "*",
1058
+ "declaration": {
1059
+ "name": "*",
1060
+ "package": "./accordion"
1061
+ }
1062
+ }
1063
+ ]
1064
+ },
883
1065
  {
884
1066
  "kind": "javascript-module",
885
1067
  "path": "src/_config/index.ts",
@@ -913,11 +1095,11 @@
913
1095
  },
914
1096
  {
915
1097
  "kind": "javascript-module",
916
- "path": "src/accordion-item/accordion-item.styles.ts",
1098
+ "path": "src/actions-menu/actions-menu.styles.ts",
917
1099
  "declarations": [
918
1100
  {
919
1101
  "kind": "function",
920
- "name": "foundationAccordionItemStyles",
1102
+ "name": "actionsMenuBaseStyles",
921
1103
  "return": {
922
1104
  "type": {
923
1105
  "text": "ElementStyles"
@@ -937,29 +1119,13 @@
937
1119
  }
938
1120
  }
939
1121
  ]
940
- }
941
- ],
942
- "exports": [
943
- {
944
- "kind": "js",
945
- "name": "foundationAccordionItemStyles",
946
- "declaration": {
947
- "name": "foundationAccordionItemStyles",
948
- "module": "src/accordion-item/accordion-item.styles.ts"
949
- }
950
- }
951
- ]
952
- },
953
- {
954
- "kind": "javascript-module",
955
- "path": "src/accordion-item/accordion-item.template.ts",
956
- "declarations": [
1122
+ },
957
1123
  {
958
1124
  "kind": "function",
959
- "name": "foundationAccordionItemTemplate",
1125
+ "name": "foundationActionsMenuStyles",
960
1126
  "return": {
961
1127
  "type": {
962
- "text": "ViewTemplate<AccordionItem>"
1128
+ "text": "ElementStyles"
963
1129
  }
964
1130
  },
965
1131
  "parameters": [
@@ -981,118 +1147,270 @@
981
1147
  "exports": [
982
1148
  {
983
1149
  "kind": "js",
984
- "name": "foundationAccordionItemTemplate",
1150
+ "name": "actionsMenuBaseStyles",
985
1151
  "declaration": {
986
- "name": "foundationAccordionItemTemplate",
987
- "module": "src/accordion-item/accordion-item.template.ts"
1152
+ "name": "actionsMenuBaseStyles",
1153
+ "module": "src/actions-menu/actions-menu.styles.ts"
1154
+ }
1155
+ },
1156
+ {
1157
+ "kind": "js",
1158
+ "name": "foundationActionsMenuStyles",
1159
+ "declaration": {
1160
+ "name": "foundationActionsMenuStyles",
1161
+ "module": "src/actions-menu/actions-menu.styles.ts"
988
1162
  }
989
1163
  }
990
1164
  ]
991
1165
  },
992
1166
  {
993
1167
  "kind": "javascript-module",
994
- "path": "src/accordion-item/accordion-item.ts",
1168
+ "path": "src/actions-menu/actions-menu.template.ts",
995
1169
  "declarations": [
996
1170
  {
997
- "kind": "class",
998
- "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": [
1171
+ "kind": "function",
1172
+ "name": "menuTemplate",
1173
+ "parameters": [
1007
1174
  {
1008
- "name": "heading-level",
1175
+ "name": "prefix",
1009
1176
  "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"
1177
+ "text": "string"
1018
1178
  }
1019
- },
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ "kind": "function",
1184
+ "name": "singleOptionTemplate",
1185
+ "parameters": [
1020
1186
  {
1187
+ "name": "prefix",
1188
+ "type": {
1189
+ "text": "string"
1190
+ }
1191
+ }
1192
+ ]
1193
+ },
1194
+ {
1195
+ "kind": "variable",
1196
+ "name": "foundationActionsMenuTemplate",
1197
+ "type": {
1198
+ "text": "ViewTemplate<ActionsMenu>"
1199
+ },
1200
+ "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`"
1201
+ }
1202
+ ],
1203
+ "exports": [
1204
+ {
1205
+ "kind": "js",
1206
+ "name": "menuTemplate",
1207
+ "declaration": {
1208
+ "name": "menuTemplate",
1209
+ "module": "src/actions-menu/actions-menu.template.ts"
1210
+ }
1211
+ },
1212
+ {
1213
+ "kind": "js",
1214
+ "name": "singleOptionTemplate",
1215
+ "declaration": {
1216
+ "name": "singleOptionTemplate",
1217
+ "module": "src/actions-menu/actions-menu.template.ts"
1218
+ }
1219
+ },
1220
+ {
1221
+ "kind": "js",
1222
+ "name": "foundationActionsMenuTemplate",
1223
+ "declaration": {
1224
+ "name": "foundationActionsMenuTemplate",
1225
+ "module": "src/actions-menu/actions-menu.template.ts"
1226
+ }
1227
+ }
1228
+ ]
1229
+ },
1230
+ {
1231
+ "kind": "javascript-module",
1232
+ "path": "src/actions-menu/actions-menu.ts",
1233
+ "declarations": [
1234
+ {
1235
+ "kind": "class",
1236
+ "description": "",
1237
+ "name": "ActionsMenu",
1238
+ "members": [
1239
+ {
1240
+ "kind": "field",
1241
+ "name": "actions",
1242
+ "type": {
1243
+ "text": "ActionMenuItem[]"
1244
+ }
1245
+ },
1246
+ {
1247
+ "kind": "field",
1248
+ "name": "isVertical",
1021
1249
  "type": {
1022
1250
  "text": "boolean"
1023
1251
  },
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"
1252
+ "default": "false"
1253
+ },
1254
+ {
1255
+ "kind": "field",
1256
+ "name": "addDefaultActions",
1257
+ "type": {
1258
+ "text": "boolean"
1259
+ },
1260
+ "default": "true"
1261
+ },
1262
+ {
1263
+ "kind": "field",
1264
+ "name": "autoCloseOnAction",
1265
+ "type": {
1266
+ "text": "boolean"
1267
+ },
1268
+ "default": "true"
1269
+ },
1270
+ {
1271
+ "kind": "field",
1272
+ "name": "classNames",
1273
+ "type": {
1274
+ "text": "string"
1030
1275
  }
1031
1276
  },
1032
1277
  {
1033
- "name": "id",
1278
+ "kind": "field",
1279
+ "name": "definition",
1280
+ "type": {
1281
+ "text": "any"
1282
+ }
1283
+ },
1284
+ {
1285
+ "kind": "field",
1286
+ "name": "name",
1034
1287
  "type": {
1035
1288
  "text": "string"
1036
1289
  },
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": [
1290
+ "default": "'Actions'"
1291
+ },
1046
1292
  {
1047
1293
  "kind": "field",
1048
- "name": "headinglevel",
1294
+ "name": "open",
1049
1295
  "type": {
1050
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1296
+ "text": "boolean"
1051
1297
  },
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"
1298
+ "default": "false"
1299
+ },
1300
+ {
1301
+ "kind": "field",
1302
+ "name": "buttonAppearance",
1303
+ "type": {
1304
+ "text": "string"
1058
1305
  }
1059
1306
  },
1060
1307
  {
1061
1308
  "kind": "field",
1062
- "name": "expanded",
1309
+ "name": "hideDisabled",
1063
1310
  "type": {
1064
1311
  "text": "boolean"
1065
1312
  },
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
- }
1313
+ "default": "false"
1073
1314
  },
1074
1315
  {
1075
1316
  "kind": "field",
1076
- "name": "id",
1317
+ "name": "hideMenuSingleOption",
1077
1318
  "type": {
1078
- "text": "string"
1319
+ "text": "boolean"
1079
1320
  },
1080
- "privacy": "public",
1081
- "description": "The item ID",
1082
- "inheritedFrom": {
1083
- "name": "AccordionItem",
1084
- "module": "src/accordion-item/accordion-item.ts"
1321
+ "default": "false"
1322
+ },
1323
+ {
1324
+ "kind": "field",
1325
+ "name": "singleOption",
1326
+ "type": {
1327
+ "text": "ActionMenuItem"
1085
1328
  }
1086
1329
  },
1087
1330
  {
1088
1331
  "kind": "field",
1089
- "name": "change",
1090
- "privacy": "private",
1091
- "inheritedFrom": {
1092
- "name": "AccordionItem",
1093
- "module": "src/accordion-item/accordion-item.ts"
1332
+ "name": "actionsMenu",
1333
+ "type": {
1334
+ "text": "HTMLElement"
1094
1335
  }
1095
1336
  },
1337
+ {
1338
+ "kind": "method",
1339
+ "name": "definitionChanged",
1340
+ "privacy": "protected",
1341
+ "parameters": [
1342
+ {
1343
+ "name": "oldValue",
1344
+ "type": {
1345
+ "text": "any"
1346
+ }
1347
+ },
1348
+ {
1349
+ "name": "newValue",
1350
+ "type": {
1351
+ "text": "any"
1352
+ }
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "kind": "method",
1358
+ "name": "openChanged",
1359
+ "privacy": "protected"
1360
+ },
1361
+ {
1362
+ "kind": "method",
1363
+ "name": "toggleActionsMenuVisibility"
1364
+ },
1365
+ {
1366
+ "kind": "method",
1367
+ "name": "onActionMenuItemClick",
1368
+ "parameters": [
1369
+ {
1370
+ "name": "callback",
1371
+ "type": {
1372
+ "text": "(rowData) => void | any"
1373
+ }
1374
+ }
1375
+ ]
1376
+ },
1377
+ {
1378
+ "kind": "field",
1379
+ "name": "allActions",
1380
+ "type": {
1381
+ "text": "ActionMenuItem[]"
1382
+ },
1383
+ "readonly": true
1384
+ },
1385
+ {
1386
+ "kind": "field",
1387
+ "name": "rowData",
1388
+ "readonly": true
1389
+ },
1390
+ {
1391
+ "kind": "method",
1392
+ "name": "getLabel",
1393
+ "parameters": [
1394
+ {
1395
+ "name": "name",
1396
+ "type": {
1397
+ "text": "string | ((rowData: any) => string)"
1398
+ }
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "kind": "method",
1404
+ "name": "getTemplate",
1405
+ "parameters": [
1406
+ {
1407
+ "name": "prefix",
1408
+ "type": {
1409
+ "text": "string"
1410
+ }
1411
+ }
1412
+ ]
1413
+ },
1096
1414
  {
1097
1415
  "kind": "field",
1098
1416
  "name": "_presentation",
@@ -1205,78 +1523,107 @@
1205
1523
  }
1206
1524
  }
1207
1525
  ],
1208
- "events": [
1526
+ "attributes": [
1209
1527
  {
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"
1528
+ "name": "is-vertical",
1529
+ "type": {
1530
+ "text": "boolean"
1531
+ },
1532
+ "default": "false",
1533
+ "fieldName": "isVertical"
1534
+ },
1535
+ {
1536
+ "name": "add-default-actions",
1537
+ "type": {
1538
+ "text": "boolean"
1539
+ },
1540
+ "default": "true",
1541
+ "fieldName": "addDefaultActions"
1542
+ },
1543
+ {
1544
+ "name": "auto-close-on-action",
1545
+ "type": {
1546
+ "text": "boolean"
1547
+ },
1548
+ "default": "true",
1549
+ "fieldName": "autoCloseOnAction"
1550
+ },
1551
+ {
1552
+ "name": "name",
1553
+ "type": {
1554
+ "text": "string"
1555
+ },
1556
+ "default": "'Actions'",
1557
+ "fieldName": "name"
1558
+ },
1559
+ {
1560
+ "name": "open",
1561
+ "type": {
1562
+ "text": "boolean"
1563
+ },
1564
+ "default": "false",
1565
+ "fieldName": "open"
1566
+ },
1567
+ {
1568
+ "name": "buttonAppearance",
1569
+ "type": {
1570
+ "text": "string"
1571
+ },
1572
+ "fieldName": "buttonAppearance"
1573
+ },
1574
+ {
1575
+ "name": "hide-disabled",
1576
+ "type": {
1577
+ "text": "boolean"
1578
+ },
1579
+ "default": "false",
1580
+ "fieldName": "hideDisabled"
1581
+ },
1582
+ {
1583
+ "name": "hide-menu-single-option",
1584
+ "type": {
1585
+ "text": "boolean"
1586
+ },
1587
+ "default": "false",
1588
+ "fieldName": "hideMenuSingleOption"
1589
+ }
1590
+ ],
1591
+ "superclass": {
1592
+ "name": "FoundationElement",
1593
+ "package": "@microsoft/fast-foundation"
1232
1594
  },
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}"
1595
+ "tagName": "%%prefix%%-actions-menu",
1596
+ "customElement": true
1234
1597
  },
1235
1598
  {
1236
1599
  "kind": "variable",
1237
- "name": "foundationAccordionItem",
1238
- "description": "The Foundation Accordion Item",
1600
+ "name": "foundationActionsMenu",
1601
+ "description": "The Foundation Actions Menu",
1239
1602
  "privacy": "public"
1240
1603
  }
1241
1604
  ],
1242
1605
  "exports": [
1243
1606
  {
1244
1607
  "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",
1608
+ "name": "ActionsMenu",
1262
1609
  "declaration": {
1263
- "name": "defaultAccordionItemConfig",
1264
- "module": "src/accordion-item/accordion-item.ts"
1610
+ "name": "ActionsMenu",
1611
+ "module": "src/actions-menu/actions-menu.ts"
1265
1612
  }
1266
1613
  },
1267
1614
  {
1268
1615
  "kind": "js",
1269
- "name": "foundationAccordionItem",
1616
+ "name": "foundationActionsMenu",
1270
1617
  "declaration": {
1271
- "name": "foundationAccordionItem",
1272
- "module": "src/accordion-item/accordion-item.ts"
1618
+ "name": "foundationActionsMenu",
1619
+ "module": "src/actions-menu/actions-menu.ts"
1273
1620
  }
1274
1621
  }
1275
1622
  ]
1276
1623
  },
1277
1624
  {
1278
1625
  "kind": "javascript-module",
1279
- "path": "src/accordion-item/index.ts",
1626
+ "path": "src/actions-menu/index.ts",
1280
1627
  "declarations": [],
1281
1628
  "exports": [
1282
1629
  {
@@ -1284,7 +1631,7 @@
1284
1631
  "name": "*",
1285
1632
  "declaration": {
1286
1633
  "name": "*",
1287
- "package": "./accordion-item.template"
1634
+ "package": "./actions-menu.styles"
1288
1635
  }
1289
1636
  },
1290
1637
  {
@@ -1292,7 +1639,7 @@
1292
1639
  "name": "*",
1293
1640
  "declaration": {
1294
1641
  "name": "*",
1295
- "package": "./accordion-item.styles"
1642
+ "package": "./actions-menu.template"
1296
1643
  }
1297
1644
  },
1298
1645
  {
@@ -1300,18 +1647,18 @@
1300
1647
  "name": "*",
1301
1648
  "declaration": {
1302
1649
  "name": "*",
1303
- "package": "./accordion-item"
1650
+ "package": "./actions-menu"
1304
1651
  }
1305
1652
  }
1306
1653
  ]
1307
1654
  },
1308
1655
  {
1309
1656
  "kind": "javascript-module",
1310
- "path": "src/accordion/accordion.styles.ts",
1657
+ "path": "src/anchor/anchor.styles.ts",
1311
1658
  "declarations": [
1312
1659
  {
1313
1660
  "kind": "function",
1314
- "name": "foundationAccordionStyles",
1661
+ "name": "foundationAnchorStyles",
1315
1662
  "return": {
1316
1663
  "type": {
1317
1664
  "text": "ElementStyles"
@@ -1336,24 +1683,24 @@
1336
1683
  "exports": [
1337
1684
  {
1338
1685
  "kind": "js",
1339
- "name": "foundationAccordionStyles",
1686
+ "name": "foundationAnchorStyles",
1340
1687
  "declaration": {
1341
- "name": "foundationAccordionStyles",
1342
- "module": "src/accordion/accordion.styles.ts"
1688
+ "name": "foundationAnchorStyles",
1689
+ "module": "src/anchor/anchor.styles.ts"
1343
1690
  }
1344
1691
  }
1345
1692
  ]
1346
1693
  },
1347
1694
  {
1348
1695
  "kind": "javascript-module",
1349
- "path": "src/accordion/accordion.template.ts",
1696
+ "path": "src/anchor/anchor.template.ts",
1350
1697
  "declarations": [
1351
1698
  {
1352
1699
  "kind": "function",
1353
- "name": "foundationAccordionTemplate",
1700
+ "name": "foundationAnchorTemplate",
1354
1701
  "return": {
1355
1702
  "type": {
1356
- "text": "ViewTemplate<Accordion>"
1703
+ "text": "ViewTemplate<Anchor>"
1357
1704
  }
1358
1705
  },
1359
1706
  "parameters": [
@@ -1375,770 +1722,29 @@
1375
1722
  "exports": [
1376
1723
  {
1377
1724
  "kind": "js",
1378
- "name": "foundationAccordionTemplate",
1725
+ "name": "foundationAnchorTemplate",
1379
1726
  "declaration": {
1380
- "name": "foundationAccordionTemplate",
1381
- "module": "src/accordion/accordion.template.ts"
1727
+ "name": "foundationAnchorTemplate",
1728
+ "module": "src/anchor/anchor.template.ts"
1382
1729
  }
1383
1730
  }
1384
1731
  ]
1385
1732
  },
1386
1733
  {
1387
1734
  "kind": "javascript-module",
1388
- "path": "src/accordion/accordion.ts",
1735
+ "path": "src/anchor/anchor.ts",
1389
1736
  "declarations": [
1390
1737
  {
1391
1738
  "kind": "class",
1392
1739
  "description": "",
1393
- "name": "Accordion",
1740
+ "name": "Anchor",
1394
1741
  "superclass": {
1395
- "name": "FASTAccordion",
1396
- "package": "@microsoft/fast-foundation"
1397
- },
1398
- "tagName": "%%prefix%%-accordion",
1399
- "customElement": true
1400
- },
1401
- {
1402
- "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",
1421
- "privacy": "public"
1422
- }
1423
- ],
1424
- "exports": [
1425
- {
1426
- "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",
1444
- "declaration": {
1445
- "name": "defaultAccordionConfig",
1446
- "module": "src/accordion/accordion.ts"
1447
- }
1448
- },
1449
- {
1450
- "kind": "js",
1451
- "name": "foundationAccordion",
1452
- "declaration": {
1453
- "name": "foundationAccordion",
1454
- "module": "src/accordion/accordion.ts"
1455
- }
1456
- }
1457
- ]
1458
- },
1459
- {
1460
- "kind": "javascript-module",
1461
- "path": "src/accordion/index.ts",
1462
- "declarations": [],
1463
- "exports": [
1464
- {
1465
- "kind": "js",
1466
- "name": "*",
1467
- "declaration": {
1468
- "name": "*",
1469
- "package": "./accordion.template"
1470
- }
1471
- },
1472
- {
1473
- "kind": "js",
1474
- "name": "*",
1475
- "declaration": {
1476
- "name": "*",
1477
- "package": "./accordion.styles"
1478
- }
1479
- },
1480
- {
1481
- "kind": "js",
1482
- "name": "*",
1483
- "declaration": {
1484
- "name": "*",
1485
- "package": "./accordion"
1486
- }
1487
- }
1488
- ]
1489
- },
1490
- {
1491
- "kind": "javascript-module",
1492
- "path": "src/actions-menu/actions-menu.styles.ts",
1493
- "declarations": [
1494
- {
1495
- "kind": "function",
1496
- "name": "actionsMenuBaseStyles",
1497
- "return": {
1498
- "type": {
1499
- "text": "ElementStyles"
1500
- }
1742
+ "name": "FASTAnchor",
1743
+ "package": "@microsoft/fast-components"
1501
1744
  },
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",
1520
- "return": {
1521
- "type": {
1522
- "text": "ElementStyles"
1523
- }
1524
- },
1525
- "parameters": [
1526
- {
1527
- "name": "context",
1528
- "type": {
1529
- "text": "ElementDefinitionContext"
1530
- }
1531
- },
1532
- {
1533
- "name": "definition",
1534
- "type": {
1535
- "text": "FoundationElementDefinition"
1536
- }
1537
- }
1538
- ]
1539
- }
1540
- ],
1541
- "exports": [
1542
- {
1543
- "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",
1553
- "declaration": {
1554
- "name": "foundationActionsMenuStyles",
1555
- "module": "src/actions-menu/actions-menu.styles.ts"
1556
- }
1557
- }
1558
- ]
1559
- },
1560
- {
1561
- "kind": "javascript-module",
1562
- "path": "src/actions-menu/actions-menu.template.ts",
1563
- "declarations": [
1564
- {
1565
- "kind": "function",
1566
- "name": "menuTemplate",
1567
- "parameters": [
1568
- {
1569
- "name": "prefix",
1570
- "type": {
1571
- "text": "string"
1572
- }
1573
- }
1574
- ]
1575
- },
1576
- {
1577
- "kind": "function",
1578
- "name": "singleOptionTemplate",
1579
- "parameters": [
1580
- {
1581
- "name": "prefix",
1582
- "type": {
1583
- "text": "string"
1584
- }
1585
- }
1586
- ]
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
- }
1596
- ],
1597
- "exports": [
1598
- {
1599
- "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",
1617
- "declaration": {
1618
- "name": "foundationActionsMenuTemplate",
1619
- "module": "src/actions-menu/actions-menu.template.ts"
1620
- }
1621
- }
1622
- ]
1623
- },
1624
- {
1625
- "kind": "javascript-module",
1626
- "path": "src/actions-menu/actions-menu.ts",
1627
- "declarations": [
1628
- {
1629
- "kind": "class",
1630
- "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
- },
1664
- {
1665
- "kind": "field",
1666
- "name": "classNames",
1667
- "type": {
1668
- "text": "string"
1669
- }
1670
- },
1671
- {
1672
- "kind": "field",
1673
- "name": "definition",
1674
- "type": {
1675
- "text": "any"
1676
- }
1677
- },
1678
- {
1679
- "kind": "field",
1680
- "name": "name",
1681
- "type": {
1682
- "text": "string"
1683
- },
1684
- "default": "'Actions'"
1685
- },
1686
- {
1687
- "kind": "field",
1688
- "name": "open",
1689
- "type": {
1690
- "text": "boolean"
1691
- },
1692
- "default": "false"
1693
- },
1694
- {
1695
- "kind": "field",
1696
- "name": "buttonAppearance",
1697
- "type": {
1698
- "text": "string"
1699
- }
1700
- },
1701
- {
1702
- "kind": "field",
1703
- "name": "hideDisabled",
1704
- "type": {
1705
- "text": "boolean"
1706
- },
1707
- "default": "false"
1708
- },
1709
- {
1710
- "kind": "field",
1711
- "name": "hideMenuSingleOption",
1712
- "type": {
1713
- "text": "boolean"
1714
- },
1715
- "default": "false"
1716
- },
1717
- {
1718
- "kind": "field",
1719
- "name": "singleOption",
1720
- "type": {
1721
- "text": "ActionMenuItem"
1722
- }
1723
- },
1724
- {
1725
- "kind": "field",
1726
- "name": "actionsMenu",
1727
- "type": {
1728
- "text": "HTMLElement"
1729
- }
1730
- },
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
- {
1809
- "kind": "field",
1810
- "name": "_presentation",
1811
- "type": {
1812
- "text": "ComponentPresentation | null | undefined"
1813
- },
1814
- "privacy": "private",
1815
- "default": "void 0",
1816
- "inheritedFrom": {
1817
- "name": "FoundationElement",
1818
- "module": "src/foundation-element/foundation-element.ts"
1819
- }
1820
- },
1821
- {
1822
- "kind": "field",
1823
- "name": "$presentation",
1824
- "type": {
1825
- "text": "ComponentPresentation | null"
1826
- },
1827
- "privacy": "public",
1828
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1829
- "inheritedFrom": {
1830
- "name": "FoundationElement",
1831
- "module": "src/foundation-element/foundation-element.ts"
1832
- }
1833
- },
1834
- {
1835
- "kind": "field",
1836
- "name": "template",
1837
- "type": {
1838
- "text": "ElementViewTemplate | void | null"
1839
- },
1840
- "privacy": "public",
1841
- "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.",
1842
- "inheritedFrom": {
1843
- "name": "FoundationElement",
1844
- "module": "src/foundation-element/foundation-element.ts"
1845
- }
1846
- },
1847
- {
1848
- "kind": "method",
1849
- "name": "templateChanged",
1850
- "privacy": "protected",
1851
- "return": {
1852
- "type": {
1853
- "text": "void"
1854
- }
1855
- },
1856
- "inheritedFrom": {
1857
- "name": "FoundationElement",
1858
- "module": "src/foundation-element/foundation-element.ts"
1859
- }
1860
- },
1861
- {
1862
- "kind": "field",
1863
- "name": "styles",
1864
- "type": {
1865
- "text": "ElementStyles | void | null"
1866
- },
1867
- "privacy": "public",
1868
- "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.",
1869
- "inheritedFrom": {
1870
- "name": "FoundationElement",
1871
- "module": "src/foundation-element/foundation-element.ts"
1872
- }
1873
- },
1874
- {
1875
- "kind": "method",
1876
- "name": "stylesChanged",
1877
- "privacy": "protected",
1878
- "return": {
1879
- "type": {
1880
- "text": "void"
1881
- }
1882
- },
1883
- "inheritedFrom": {
1884
- "name": "FoundationElement",
1885
- "module": "src/foundation-element/foundation-element.ts"
1886
- }
1887
- },
1888
- {
1889
- "kind": "method",
1890
- "name": "compose",
1891
- "privacy": "public",
1892
- "static": true,
1893
- "return": {
1894
- "type": {
1895
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1896
- }
1897
- },
1898
- "parameters": [
1899
- {
1900
- "name": "this",
1901
- "type": {
1902
- "text": "K"
1903
- }
1904
- },
1905
- {
1906
- "name": "elementDefinition",
1907
- "type": {
1908
- "text": "T"
1909
- },
1910
- "description": "The definition of the element to create the registry\nfunction for."
1911
- }
1912
- ],
1913
- "description": "Defines an element registry function with a set of element definition defaults.",
1914
- "inheritedFrom": {
1915
- "name": "FoundationElement",
1916
- "module": "src/foundation-element/foundation-element.ts"
1917
- }
1918
- }
1919
- ],
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
- },
1976
- {
1977
- "name": "hide-menu-single-option",
1978
- "type": {
1979
- "text": "boolean"
1980
- },
1981
- "default": "false",
1982
- "fieldName": "hideMenuSingleOption"
1983
- }
1984
- ],
1985
- "superclass": {
1986
- "name": "FoundationElement",
1987
- "package": "@microsoft/fast-foundation"
1988
- },
1989
- "tagName": "%%prefix%%-actions-menu",
1990
- "customElement": true
1991
- },
1992
- {
1993
- "kind": "variable",
1994
- "name": "foundationActionsMenu",
1995
- "description": "The Foundation Actions Menu",
1996
- "privacy": "public"
1997
- }
1998
- ],
1999
- "exports": [
2000
- {
2001
- "kind": "js",
2002
- "name": "ActionsMenu",
2003
- "declaration": {
2004
- "name": "ActionsMenu",
2005
- "module": "src/actions-menu/actions-menu.ts"
2006
- }
2007
- },
2008
- {
2009
- "kind": "js",
2010
- "name": "foundationActionsMenu",
2011
- "declaration": {
2012
- "name": "foundationActionsMenu",
2013
- "module": "src/actions-menu/actions-menu.ts"
2014
- }
2015
- }
2016
- ]
2017
- },
2018
- {
2019
- "kind": "javascript-module",
2020
- "path": "src/actions-menu/index.ts",
2021
- "declarations": [],
2022
- "exports": [
2023
- {
2024
- "kind": "js",
2025
- "name": "*",
2026
- "declaration": {
2027
- "name": "*",
2028
- "package": "./actions-menu.styles"
2029
- }
2030
- },
2031
- {
2032
- "kind": "js",
2033
- "name": "*",
2034
- "declaration": {
2035
- "name": "*",
2036
- "package": "./actions-menu.template"
2037
- }
2038
- },
2039
- {
2040
- "kind": "js",
2041
- "name": "*",
2042
- "declaration": {
2043
- "name": "*",
2044
- "package": "./actions-menu"
2045
- }
2046
- }
2047
- ]
2048
- },
2049
- {
2050
- "kind": "javascript-module",
2051
- "path": "src/anchor/anchor.styles.ts",
2052
- "declarations": [
2053
- {
2054
- "kind": "function",
2055
- "name": "foundationAnchorStyles",
2056
- "return": {
2057
- "type": {
2058
- "text": "ElementStyles"
2059
- }
2060
- },
2061
- "parameters": [
2062
- {
2063
- "name": "context",
2064
- "type": {
2065
- "text": "ElementDefinitionContext"
2066
- }
2067
- },
2068
- {
2069
- "name": "definition",
2070
- "type": {
2071
- "text": "FoundationElementDefinition"
2072
- }
2073
- }
2074
- ]
2075
- }
2076
- ],
2077
- "exports": [
2078
- {
2079
- "kind": "js",
2080
- "name": "foundationAnchorStyles",
2081
- "declaration": {
2082
- "name": "foundationAnchorStyles",
2083
- "module": "src/anchor/anchor.styles.ts"
2084
- }
2085
- }
2086
- ]
2087
- },
2088
- {
2089
- "kind": "javascript-module",
2090
- "path": "src/anchor/anchor.template.ts",
2091
- "declarations": [
2092
- {
2093
- "kind": "function",
2094
- "name": "foundationAnchorTemplate",
2095
- "return": {
2096
- "type": {
2097
- "text": "ViewTemplate<Anchor>"
2098
- }
2099
- },
2100
- "parameters": [
2101
- {
2102
- "name": "context",
2103
- "type": {
2104
- "text": "ElementDefinitionContext"
2105
- }
2106
- },
2107
- {
2108
- "name": "definition",
2109
- "type": {
2110
- "text": "FoundationElementDefinition"
2111
- }
2112
- }
2113
- ]
2114
- }
2115
- ],
2116
- "exports": [
2117
- {
2118
- "kind": "js",
2119
- "name": "foundationAnchorTemplate",
2120
- "declaration": {
2121
- "name": "foundationAnchorTemplate",
2122
- "module": "src/anchor/anchor.template.ts"
2123
- }
2124
- }
2125
- ]
2126
- },
2127
- {
2128
- "kind": "javascript-module",
2129
- "path": "src/anchor/anchor.ts",
2130
- "declarations": [
2131
- {
2132
- "kind": "class",
2133
- "description": "",
2134
- "name": "Anchor",
2135
- "superclass": {
2136
- "name": "FASTAnchor",
2137
- "package": "@microsoft/fast-components"
2138
- },
2139
- "tagName": "%%prefix%%-anchor",
2140
- "customElement": true,
2141
- "attributes": [
1745
+ "tagName": "%%prefix%%-anchor",
1746
+ "customElement": true,
1747
+ "attributes": [
2142
1748
  {
2143
1749
  "name": "download",
2144
1750
  "type": {
@@ -3728,9 +3334,149 @@
3728
3334
  },
3729
3335
  {
3730
3336
  "kind": "field",
3731
- "name": "startObservers",
3337
+ "name": "startObservers",
3338
+ "privacy": "private",
3339
+ "description": "starts observers",
3340
+ "inheritedFrom": {
3341
+ "name": "AnchoredRegion",
3342
+ "module": "src/anchored-region/anchored-region.ts"
3343
+ }
3344
+ },
3345
+ {
3346
+ "kind": "field",
3347
+ "name": "requestPositionUpdates",
3348
+ "privacy": "private",
3349
+ "description": "get position updates",
3350
+ "inheritedFrom": {
3351
+ "name": "AnchoredRegion",
3352
+ "module": "src/anchored-region/anchored-region.ts"
3353
+ }
3354
+ },
3355
+ {
3356
+ "kind": "field",
3357
+ "name": "stopObservers",
3358
+ "privacy": "private",
3359
+ "description": "stops observers",
3360
+ "inheritedFrom": {
3361
+ "name": "AnchoredRegion",
3362
+ "module": "src/anchored-region/anchored-region.ts"
3363
+ }
3364
+ },
3365
+ {
3366
+ "kind": "field",
3367
+ "name": "getViewport",
3368
+ "privacy": "private",
3369
+ "description": "Gets the viewport element by id, or defaults to document root",
3370
+ "inheritedFrom": {
3371
+ "name": "AnchoredRegion",
3372
+ "module": "src/anchored-region/anchored-region.ts"
3373
+ }
3374
+ },
3375
+ {
3376
+ "kind": "field",
3377
+ "name": "getAnchor",
3378
+ "privacy": "private",
3379
+ "description": "Gets the anchor element by id",
3380
+ "inheritedFrom": {
3381
+ "name": "AnchoredRegion",
3382
+ "module": "src/anchored-region/anchored-region.ts"
3383
+ }
3384
+ },
3385
+ {
3386
+ "kind": "field",
3387
+ "name": "handleIntersection",
3388
+ "privacy": "private",
3389
+ "description": "Handle intersections",
3390
+ "inheritedFrom": {
3391
+ "name": "AnchoredRegion",
3392
+ "module": "src/anchored-region/anchored-region.ts"
3393
+ }
3394
+ },
3395
+ {
3396
+ "kind": "field",
3397
+ "name": "applyIntersectionEntries",
3398
+ "privacy": "private",
3399
+ "description": "iterate through intersection entries and apply data",
3400
+ "inheritedFrom": {
3401
+ "name": "AnchoredRegion",
3402
+ "module": "src/anchored-region/anchored-region.ts"
3403
+ }
3404
+ },
3405
+ {
3406
+ "kind": "field",
3407
+ "name": "updateRegionOffset",
3408
+ "privacy": "private",
3409
+ "description": "Update the offset values",
3410
+ "inheritedFrom": {
3411
+ "name": "AnchoredRegion",
3412
+ "module": "src/anchored-region/anchored-region.ts"
3413
+ }
3414
+ },
3415
+ {
3416
+ "kind": "field",
3417
+ "name": "isRectDifferent",
3418
+ "privacy": "private",
3419
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3420
+ "inheritedFrom": {
3421
+ "name": "AnchoredRegion",
3422
+ "module": "src/anchored-region/anchored-region.ts"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "field",
3427
+ "name": "handleResize",
3428
+ "privacy": "private",
3429
+ "description": "Handle resize events",
3430
+ "inheritedFrom": {
3431
+ "name": "AnchoredRegion",
3432
+ "module": "src/anchored-region/anchored-region.ts"
3433
+ }
3434
+ },
3435
+ {
3436
+ "kind": "field",
3437
+ "name": "reset",
3438
+ "privacy": "private",
3439
+ "description": "resets the component",
3440
+ "inheritedFrom": {
3441
+ "name": "AnchoredRegion",
3442
+ "module": "src/anchored-region/anchored-region.ts"
3443
+ }
3444
+ },
3445
+ {
3446
+ "kind": "field",
3447
+ "name": "updateLayout",
3448
+ "privacy": "private",
3449
+ "description": "Recalculate layout related state values",
3450
+ "inheritedFrom": {
3451
+ "name": "AnchoredRegion",
3452
+ "module": "src/anchored-region/anchored-region.ts"
3453
+ }
3454
+ },
3455
+ {
3456
+ "kind": "field",
3457
+ "name": "updateRegionStyle",
3458
+ "privacy": "private",
3459
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3460
+ "inheritedFrom": {
3461
+ "name": "AnchoredRegion",
3462
+ "module": "src/anchored-region/anchored-region.ts"
3463
+ }
3464
+ },
3465
+ {
3466
+ "kind": "field",
3467
+ "name": "updatePositionClasses",
3468
+ "privacy": "private",
3469
+ "description": "Updates the css classes that reflect the current position of the element",
3470
+ "inheritedFrom": {
3471
+ "name": "AnchoredRegion",
3472
+ "module": "src/anchored-region/anchored-region.ts"
3473
+ }
3474
+ },
3475
+ {
3476
+ "kind": "field",
3477
+ "name": "setHorizontalPosition",
3732
3478
  "privacy": "private",
3733
- "description": "starts observers",
3479
+ "description": "Get horizontal positioning state based on desired position",
3734
3480
  "inheritedFrom": {
3735
3481
  "name": "AnchoredRegion",
3736
3482
  "module": "src/anchored-region/anchored-region.ts"
@@ -3738,9 +3484,9 @@
3738
3484
  },
3739
3485
  {
3740
3486
  "kind": "field",
3741
- "name": "requestPositionUpdates",
3487
+ "name": "setVerticalPosition",
3742
3488
  "privacy": "private",
3743
- "description": "get position updates",
3489
+ "description": "Set vertical positioning state based on desired position",
3744
3490
  "inheritedFrom": {
3745
3491
  "name": "AnchoredRegion",
3746
3492
  "module": "src/anchored-region/anchored-region.ts"
@@ -3748,9 +3494,9 @@
3748
3494
  },
3749
3495
  {
3750
3496
  "kind": "field",
3751
- "name": "stopObservers",
3497
+ "name": "getPositioningOptions",
3752
3498
  "privacy": "private",
3753
- "description": "stops observers",
3499
+ "description": "Get available positions based on positioning mode",
3754
3500
  "inheritedFrom": {
3755
3501
  "name": "AnchoredRegion",
3756
3502
  "module": "src/anchored-region/anchored-region.ts"
@@ -3758,9 +3504,9 @@
3758
3504
  },
3759
3505
  {
3760
3506
  "kind": "field",
3761
- "name": "getViewport",
3507
+ "name": "getAvailableSpace",
3762
3508
  "privacy": "private",
3763
- "description": "Gets the viewport element by id, or defaults to document root",
3509
+ "description": "Get the space available for a particular relative position",
3764
3510
  "inheritedFrom": {
3765
3511
  "name": "AnchoredRegion",
3766
3512
  "module": "src/anchored-region/anchored-region.ts"
@@ -3768,9 +3514,9 @@
3768
3514
  },
3769
3515
  {
3770
3516
  "kind": "field",
3771
- "name": "getAnchor",
3517
+ "name": "getNextRegionDimension",
3772
3518
  "privacy": "private",
3773
- "description": "Gets the anchor element by id",
3519
+ "description": "Get region dimensions",
3774
3520
  "inheritedFrom": {
3775
3521
  "name": "AnchoredRegion",
3776
3522
  "module": "src/anchored-region/anchored-region.ts"
@@ -3778,9 +3524,9 @@
3778
3524
  },
3779
3525
  {
3780
3526
  "kind": "field",
3781
- "name": "handleIntersection",
3527
+ "name": "startAutoUpdateEventListeners",
3782
3528
  "privacy": "private",
3783
- "description": "Handle intersections",
3529
+ "description": "starts event listeners that can trigger auto updating",
3784
3530
  "inheritedFrom": {
3785
3531
  "name": "AnchoredRegion",
3786
3532
  "module": "src/anchored-region/anchored-region.ts"
@@ -3788,9 +3534,9 @@
3788
3534
  },
3789
3535
  {
3790
3536
  "kind": "field",
3791
- "name": "applyIntersectionEntries",
3537
+ "name": "stopAutoUpdateEventListeners",
3792
3538
  "privacy": "private",
3793
- "description": "iterate through intersection entries and apply data",
3539
+ "description": "stops event listeners that can trigger auto updating",
3794
3540
  "inheritedFrom": {
3795
3541
  "name": "AnchoredRegion",
3796
3542
  "module": "src/anchored-region/anchored-region.ts"
@@ -3798,142 +3544,404 @@
3798
3544
  },
3799
3545
  {
3800
3546
  "kind": "field",
3801
- "name": "updateRegionOffset",
3547
+ "name": "_presentation",
3548
+ "type": {
3549
+ "text": "ComponentPresentation | null | undefined"
3550
+ },
3802
3551
  "privacy": "private",
3803
- "description": "Update the offset values",
3552
+ "default": "void 0",
3804
3553
  "inheritedFrom": {
3805
- "name": "AnchoredRegion",
3806
- "module": "src/anchored-region/anchored-region.ts"
3554
+ "name": "FoundationElement",
3555
+ "module": "src/foundation-element/foundation-element.ts"
3807
3556
  }
3808
3557
  },
3809
3558
  {
3810
3559
  "kind": "field",
3811
- "name": "isRectDifferent",
3812
- "privacy": "private",
3813
- "description": "compare rects to see if there is enough change to justify a DOM update",
3560
+ "name": "$presentation",
3561
+ "type": {
3562
+ "text": "ComponentPresentation | null"
3563
+ },
3564
+ "privacy": "public",
3565
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3814
3566
  "inheritedFrom": {
3815
- "name": "AnchoredRegion",
3816
- "module": "src/anchored-region/anchored-region.ts"
3567
+ "name": "FoundationElement",
3568
+ "module": "src/foundation-element/foundation-element.ts"
3817
3569
  }
3818
3570
  },
3819
3571
  {
3820
3572
  "kind": "field",
3821
- "name": "handleResize",
3822
- "privacy": "private",
3823
- "description": "Handle resize events",
3573
+ "name": "template",
3574
+ "type": {
3575
+ "text": "ElementViewTemplate | void | null"
3576
+ },
3577
+ "privacy": "public",
3578
+ "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.",
3579
+ "inheritedFrom": {
3580
+ "name": "FoundationElement",
3581
+ "module": "src/foundation-element/foundation-element.ts"
3582
+ }
3583
+ },
3584
+ {
3585
+ "kind": "method",
3586
+ "name": "templateChanged",
3587
+ "privacy": "protected",
3588
+ "return": {
3589
+ "type": {
3590
+ "text": "void"
3591
+ }
3592
+ },
3593
+ "inheritedFrom": {
3594
+ "name": "FoundationElement",
3595
+ "module": "src/foundation-element/foundation-element.ts"
3596
+ }
3597
+ },
3598
+ {
3599
+ "kind": "field",
3600
+ "name": "styles",
3601
+ "type": {
3602
+ "text": "ElementStyles | void | null"
3603
+ },
3604
+ "privacy": "public",
3605
+ "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.",
3606
+ "inheritedFrom": {
3607
+ "name": "FoundationElement",
3608
+ "module": "src/foundation-element/foundation-element.ts"
3609
+ }
3610
+ },
3611
+ {
3612
+ "kind": "method",
3613
+ "name": "stylesChanged",
3614
+ "privacy": "protected",
3615
+ "return": {
3616
+ "type": {
3617
+ "text": "void"
3618
+ }
3619
+ },
3620
+ "inheritedFrom": {
3621
+ "name": "FoundationElement",
3622
+ "module": "src/foundation-element/foundation-element.ts"
3623
+ }
3624
+ },
3625
+ {
3626
+ "kind": "method",
3627
+ "name": "compose",
3628
+ "privacy": "public",
3629
+ "static": true,
3630
+ "return": {
3631
+ "type": {
3632
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3633
+ }
3634
+ },
3635
+ "parameters": [
3636
+ {
3637
+ "name": "this",
3638
+ "type": {
3639
+ "text": "K"
3640
+ }
3641
+ },
3642
+ {
3643
+ "name": "elementDefinition",
3644
+ "type": {
3645
+ "text": "T"
3646
+ },
3647
+ "description": "The definition of the element to create the registry\nfunction for."
3648
+ }
3649
+ ],
3650
+ "description": "Defines an element registry function with a set of element definition defaults.",
3651
+ "inheritedFrom": {
3652
+ "name": "FoundationElement",
3653
+ "module": "src/foundation-element/foundation-element.ts"
3654
+ }
3655
+ }
3656
+ ],
3657
+ "events": [
3658
+ {
3659
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3660
+ "name": "loaded",
3824
3661
  "inheritedFrom": {
3825
3662
  "name": "AnchoredRegion",
3826
3663
  "module": "src/anchored-region/anchored-region.ts"
3827
3664
  }
3828
3665
  },
3829
3666
  {
3830
- "kind": "field",
3831
- "name": "reset",
3832
- "privacy": "private",
3833
- "description": "resets the component",
3667
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3668
+ "name": "positionchange",
3834
3669
  "inheritedFrom": {
3835
3670
  "name": "AnchoredRegion",
3836
3671
  "module": "src/anchored-region/anchored-region.ts"
3837
3672
  }
3673
+ }
3674
+ ]
3675
+ },
3676
+ {
3677
+ "kind": "variable",
3678
+ "name": "foundationAnchoredRegionShadowOptions",
3679
+ "type": {
3680
+ "text": "ShadowRootInit"
3681
+ },
3682
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3683
+ },
3684
+ {
3685
+ "kind": "variable",
3686
+ "name": "defaultAnchoredRegionConfig",
3687
+ "type": {
3688
+ "text": "object"
3689
+ },
3690
+ "default": "{}"
3691
+ },
3692
+ {
3693
+ "kind": "variable",
3694
+ "name": "foundationAnchoredRegion",
3695
+ "description": "The Foundation Anchored Region",
3696
+ "privacy": "public"
3697
+ }
3698
+ ],
3699
+ "exports": [
3700
+ {
3701
+ "kind": "js",
3702
+ "name": "AnchoredRegion",
3703
+ "declaration": {
3704
+ "name": "AnchoredRegion",
3705
+ "module": "src/anchored-region/anchored-region.ts"
3706
+ }
3707
+ },
3708
+ {
3709
+ "kind": "js",
3710
+ "name": "foundationAnchoredRegionShadowOptions",
3711
+ "declaration": {
3712
+ "name": "foundationAnchoredRegionShadowOptions",
3713
+ "module": "src/anchored-region/anchored-region.ts"
3714
+ }
3715
+ },
3716
+ {
3717
+ "kind": "js",
3718
+ "name": "defaultAnchoredRegionConfig",
3719
+ "declaration": {
3720
+ "name": "defaultAnchoredRegionConfig",
3721
+ "module": "src/anchored-region/anchored-region.ts"
3722
+ }
3723
+ },
3724
+ {
3725
+ "kind": "js",
3726
+ "name": "foundationAnchoredRegion",
3727
+ "declaration": {
3728
+ "name": "foundationAnchoredRegion",
3729
+ "module": "src/anchored-region/anchored-region.ts"
3730
+ }
3731
+ }
3732
+ ]
3733
+ },
3734
+ {
3735
+ "kind": "javascript-module",
3736
+ "path": "src/anchored-region/index.ts",
3737
+ "declarations": [],
3738
+ "exports": [
3739
+ {
3740
+ "kind": "js",
3741
+ "name": "*",
3742
+ "declaration": {
3743
+ "name": "*",
3744
+ "package": "./anchor-region.template"
3745
+ }
3746
+ },
3747
+ {
3748
+ "kind": "js",
3749
+ "name": "*",
3750
+ "declaration": {
3751
+ "name": "*",
3752
+ "package": "./anchored-region.styles"
3753
+ }
3754
+ },
3755
+ {
3756
+ "kind": "js",
3757
+ "name": "*",
3758
+ "declaration": {
3759
+ "name": "*",
3760
+ "package": "./anchored-region"
3761
+ }
3762
+ }
3763
+ ]
3764
+ },
3765
+ {
3766
+ "kind": "javascript-module",
3767
+ "path": "src/accordion-item/accordion-item.styles.ts",
3768
+ "declarations": [
3769
+ {
3770
+ "kind": "function",
3771
+ "name": "foundationAccordionItemStyles",
3772
+ "return": {
3773
+ "type": {
3774
+ "text": "ElementStyles"
3775
+ }
3776
+ },
3777
+ "parameters": [
3778
+ {
3779
+ "name": "context",
3780
+ "type": {
3781
+ "text": "ElementDefinitionContext"
3782
+ }
3838
3783
  },
3839
3784
  {
3840
- "kind": "field",
3841
- "name": "updateLayout",
3842
- "privacy": "private",
3843
- "description": "Recalculate layout related state values",
3844
- "inheritedFrom": {
3845
- "name": "AnchoredRegion",
3846
- "module": "src/anchored-region/anchored-region.ts"
3785
+ "name": "definition",
3786
+ "type": {
3787
+ "text": "FoundationElementDefinition"
3847
3788
  }
3848
- },
3789
+ }
3790
+ ]
3791
+ }
3792
+ ],
3793
+ "exports": [
3794
+ {
3795
+ "kind": "js",
3796
+ "name": "foundationAccordionItemStyles",
3797
+ "declaration": {
3798
+ "name": "foundationAccordionItemStyles",
3799
+ "module": "src/accordion-item/accordion-item.styles.ts"
3800
+ }
3801
+ }
3802
+ ]
3803
+ },
3804
+ {
3805
+ "kind": "javascript-module",
3806
+ "path": "src/accordion-item/accordion-item.template.ts",
3807
+ "declarations": [
3808
+ {
3809
+ "kind": "function",
3810
+ "name": "foundationAccordionItemTemplate",
3811
+ "return": {
3812
+ "type": {
3813
+ "text": "ViewTemplate<AccordionItem>"
3814
+ }
3815
+ },
3816
+ "parameters": [
3849
3817
  {
3850
- "kind": "field",
3851
- "name": "updateRegionStyle",
3852
- "privacy": "private",
3853
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3854
- "inheritedFrom": {
3855
- "name": "AnchoredRegion",
3856
- "module": "src/anchored-region/anchored-region.ts"
3818
+ "name": "context",
3819
+ "type": {
3820
+ "text": "ElementDefinitionContext"
3857
3821
  }
3858
3822
  },
3859
3823
  {
3860
- "kind": "field",
3861
- "name": "updatePositionClasses",
3862
- "privacy": "private",
3863
- "description": "Updates the css classes that reflect the current position of the element",
3864
- "inheritedFrom": {
3865
- "name": "AnchoredRegion",
3866
- "module": "src/anchored-region/anchored-region.ts"
3824
+ "name": "definition",
3825
+ "type": {
3826
+ "text": "FoundationElementDefinition"
3867
3827
  }
3868
- },
3828
+ }
3829
+ ]
3830
+ }
3831
+ ],
3832
+ "exports": [
3833
+ {
3834
+ "kind": "js",
3835
+ "name": "foundationAccordionItemTemplate",
3836
+ "declaration": {
3837
+ "name": "foundationAccordionItemTemplate",
3838
+ "module": "src/accordion-item/accordion-item.template.ts"
3839
+ }
3840
+ }
3841
+ ]
3842
+ },
3843
+ {
3844
+ "kind": "javascript-module",
3845
+ "path": "src/accordion-item/accordion-item.ts",
3846
+ "declarations": [
3847
+ {
3848
+ "kind": "class",
3849
+ "description": "",
3850
+ "name": "AccordionItem",
3851
+ "superclass": {
3852
+ "name": "FASTAccordionItem",
3853
+ "package": "@microsoft/fast-components"
3854
+ },
3855
+ "tagName": "%%prefix%%-accordion-item",
3856
+ "customElement": true,
3857
+ "attributes": [
3869
3858
  {
3870
- "kind": "field",
3871
- "name": "setHorizontalPosition",
3872
- "privacy": "private",
3873
- "description": "Get horizontal positioning state based on desired position",
3859
+ "name": "heading-level",
3860
+ "type": {
3861
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3862
+ },
3863
+ "default": "2",
3864
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3865
+ "fieldName": "headinglevel",
3874
3866
  "inheritedFrom": {
3875
- "name": "AnchoredRegion",
3876
- "module": "src/anchored-region/anchored-region.ts"
3867
+ "name": "AccordionItem",
3868
+ "module": "src/accordion-item/accordion-item.ts"
3877
3869
  }
3878
3870
  },
3879
3871
  {
3880
- "kind": "field",
3881
- "name": "setVerticalPosition",
3882
- "privacy": "private",
3883
- "description": "Set vertical positioning state based on desired position",
3872
+ "type": {
3873
+ "text": "boolean"
3874
+ },
3875
+ "default": "false",
3876
+ "description": "Expands or collapses the item.",
3877
+ "fieldName": "expanded",
3884
3878
  "inheritedFrom": {
3885
- "name": "AnchoredRegion",
3886
- "module": "src/anchored-region/anchored-region.ts"
3879
+ "name": "AccordionItem",
3880
+ "module": "src/accordion-item/accordion-item.ts"
3887
3881
  }
3888
3882
  },
3889
3883
  {
3890
- "kind": "field",
3891
- "name": "getPositioningOptions",
3892
- "privacy": "private",
3893
- "description": "Get available positions based on positioning mode",
3884
+ "name": "id",
3885
+ "type": {
3886
+ "text": "string"
3887
+ },
3888
+ "description": "The item ID",
3889
+ "fieldName": "id",
3894
3890
  "inheritedFrom": {
3895
- "name": "AnchoredRegion",
3896
- "module": "src/anchored-region/anchored-region.ts"
3891
+ "name": "AccordionItem",
3892
+ "module": "src/accordion-item/accordion-item.ts"
3897
3893
  }
3898
- },
3894
+ }
3895
+ ],
3896
+ "members": [
3899
3897
  {
3900
3898
  "kind": "field",
3901
- "name": "getAvailableSpace",
3902
- "privacy": "private",
3903
- "description": "Get the space available for a particular relative position",
3899
+ "name": "headinglevel",
3900
+ "type": {
3901
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3902
+ },
3903
+ "privacy": "public",
3904
+ "default": "2",
3905
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3904
3906
  "inheritedFrom": {
3905
- "name": "AnchoredRegion",
3906
- "module": "src/anchored-region/anchored-region.ts"
3907
+ "name": "AccordionItem",
3908
+ "module": "src/accordion-item/accordion-item.ts"
3907
3909
  }
3908
3910
  },
3909
3911
  {
3910
3912
  "kind": "field",
3911
- "name": "getNextRegionDimension",
3912
- "privacy": "private",
3913
- "description": "Get region dimensions",
3913
+ "name": "expanded",
3914
+ "type": {
3915
+ "text": "boolean"
3916
+ },
3917
+ "privacy": "public",
3918
+ "default": "false",
3919
+ "description": "Expands or collapses the item.",
3914
3920
  "inheritedFrom": {
3915
- "name": "AnchoredRegion",
3916
- "module": "src/anchored-region/anchored-region.ts"
3921
+ "name": "AccordionItem",
3922
+ "module": "src/accordion-item/accordion-item.ts"
3917
3923
  }
3918
3924
  },
3919
3925
  {
3920
3926
  "kind": "field",
3921
- "name": "startAutoUpdateEventListeners",
3922
- "privacy": "private",
3923
- "description": "starts event listeners that can trigger auto updating",
3927
+ "name": "id",
3928
+ "type": {
3929
+ "text": "string"
3930
+ },
3931
+ "privacy": "public",
3932
+ "description": "The item ID",
3924
3933
  "inheritedFrom": {
3925
- "name": "AnchoredRegion",
3926
- "module": "src/anchored-region/anchored-region.ts"
3934
+ "name": "AccordionItem",
3935
+ "module": "src/accordion-item/accordion-item.ts"
3927
3936
  }
3928
3937
  },
3929
3938
  {
3930
3939
  "kind": "field",
3931
- "name": "stopAutoUpdateEventListeners",
3940
+ "name": "change",
3932
3941
  "privacy": "private",
3933
- "description": "stops event listeners that can trigger auto updating",
3934
3942
  "inheritedFrom": {
3935
- "name": "AnchoredRegion",
3936
- "module": "src/anchored-region/anchored-region.ts"
3943
+ "name": "AccordionItem",
3944
+ "module": "src/accordion-item/accordion-item.ts"
3937
3945
  }
3938
3946
  },
3939
3947
  {
@@ -4050,26 +4058,18 @@
4050
4058
  ],
4051
4059
  "events": [
4052
4060
  {
4053
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4054
- "name": "loaded",
4055
- "inheritedFrom": {
4056
- "name": "AnchoredRegion",
4057
- "module": "src/anchored-region/anchored-region.ts"
4058
- }
4059
- },
4060
- {
4061
- "description": "Fires a custom 'positionchange' event when the position has changed",
4062
- "name": "positionchange",
4061
+ "description": "Fires a custom 'change' event when the button is invoked",
4062
+ "name": "change",
4063
4063
  "inheritedFrom": {
4064
- "name": "AnchoredRegion",
4065
- "module": "src/anchored-region/anchored-region.ts"
4064
+ "name": "AccordionItem",
4065
+ "module": "src/accordion-item/accordion-item.ts"
4066
4066
  }
4067
4067
  }
4068
4068
  ]
4069
4069
  },
4070
4070
  {
4071
4071
  "kind": "variable",
4072
- "name": "foundationAnchoredRegionShadowOptions",
4072
+ "name": "foundationAccordionItemShadowOptions",
4073
4073
  "type": {
4074
4074
  "text": "ShadowRootInit"
4075
4075
  },
@@ -4077,57 +4077,57 @@
4077
4077
  },
4078
4078
  {
4079
4079
  "kind": "variable",
4080
- "name": "defaultAnchoredRegionConfig",
4080
+ "name": "defaultAccordionItemConfig",
4081
4081
  "type": {
4082
4082
  "text": "object"
4083
4083
  },
4084
- "default": "{}"
4084
+ "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}"
4085
4085
  },
4086
4086
  {
4087
4087
  "kind": "variable",
4088
- "name": "foundationAnchoredRegion",
4089
- "description": "The Foundation Anchored Region",
4088
+ "name": "foundationAccordionItem",
4089
+ "description": "The Foundation Accordion Item",
4090
4090
  "privacy": "public"
4091
4091
  }
4092
4092
  ],
4093
4093
  "exports": [
4094
4094
  {
4095
4095
  "kind": "js",
4096
- "name": "AnchoredRegion",
4096
+ "name": "AccordionItem",
4097
4097
  "declaration": {
4098
- "name": "AnchoredRegion",
4099
- "module": "src/anchored-region/anchored-region.ts"
4098
+ "name": "AccordionItem",
4099
+ "module": "src/accordion-item/accordion-item.ts"
4100
4100
  }
4101
4101
  },
4102
4102
  {
4103
4103
  "kind": "js",
4104
- "name": "foundationAnchoredRegionShadowOptions",
4104
+ "name": "foundationAccordionItemShadowOptions",
4105
4105
  "declaration": {
4106
- "name": "foundationAnchoredRegionShadowOptions",
4107
- "module": "src/anchored-region/anchored-region.ts"
4106
+ "name": "foundationAccordionItemShadowOptions",
4107
+ "module": "src/accordion-item/accordion-item.ts"
4108
4108
  }
4109
4109
  },
4110
4110
  {
4111
4111
  "kind": "js",
4112
- "name": "defaultAnchoredRegionConfig",
4112
+ "name": "defaultAccordionItemConfig",
4113
4113
  "declaration": {
4114
- "name": "defaultAnchoredRegionConfig",
4115
- "module": "src/anchored-region/anchored-region.ts"
4114
+ "name": "defaultAccordionItemConfig",
4115
+ "module": "src/accordion-item/accordion-item.ts"
4116
4116
  }
4117
4117
  },
4118
4118
  {
4119
4119
  "kind": "js",
4120
- "name": "foundationAnchoredRegion",
4120
+ "name": "foundationAccordionItem",
4121
4121
  "declaration": {
4122
- "name": "foundationAnchoredRegion",
4123
- "module": "src/anchored-region/anchored-region.ts"
4122
+ "name": "foundationAccordionItem",
4123
+ "module": "src/accordion-item/accordion-item.ts"
4124
4124
  }
4125
4125
  }
4126
4126
  ]
4127
4127
  },
4128
4128
  {
4129
4129
  "kind": "javascript-module",
4130
- "path": "src/anchored-region/index.ts",
4130
+ "path": "src/accordion-item/index.ts",
4131
4131
  "declarations": [],
4132
4132
  "exports": [
4133
4133
  {
@@ -4135,7 +4135,7 @@
4135
4135
  "name": "*",
4136
4136
  "declaration": {
4137
4137
  "name": "*",
4138
- "package": "./anchor-region.template"
4138
+ "package": "./accordion-item.template"
4139
4139
  }
4140
4140
  },
4141
4141
  {
@@ -4143,7 +4143,7 @@
4143
4143
  "name": "*",
4144
4144
  "declaration": {
4145
4145
  "name": "*",
4146
- "package": "./anchored-region.styles"
4146
+ "package": "./accordion-item.styles"
4147
4147
  }
4148
4148
  },
4149
4149
  {
@@ -4151,7 +4151,7 @@
4151
4151
  "name": "*",
4152
4152
  "declaration": {
4153
4153
  "name": "*",
4154
- "package": "./anchored-region"
4154
+ "package": "./accordion-item"
4155
4155
  }
4156
4156
  }
4157
4157
  ]
@@ -18017,6 +18017,13 @@
18017
18017
  "text": "Connect"
18018
18018
  }
18019
18019
  },
18020
+ {
18021
+ "kind": "field",
18022
+ "name": "http",
18023
+ "type": {
18024
+ "text": "Http"
18025
+ }
18026
+ },
18020
18027
  {
18021
18028
  "kind": "field",
18022
18029
  "name": "session",
@@ -18511,6 +18518,12 @@
18511
18518
  "type": {
18512
18519
  "text": "string"
18513
18520
  }
18521
+ },
18522
+ {
18523
+ "name": "http",
18524
+ "type": {
18525
+ "text": "Http"
18526
+ }
18514
18527
  }
18515
18528
  ]
18516
18529
  },