@genesislcap/foundation-ui 14.180.2 → 14.180.3

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 +1065 -1065
  2. package/package.json +16 -16
@@ -819,56 +819,11 @@
819
819
  },
820
820
  {
821
821
  "kind": "javascript-module",
822
- "path": "src/_common/icons.ts",
823
- "declarations": [
824
- {
825
- "kind": "function",
826
- "name": "closeIcon",
827
- "parameters": [
828
- {
829
- "name": "slot",
830
- "default": "'start'"
831
- },
832
- {
833
- "name": "fill",
834
- "default": "'#879ba6'"
835
- }
836
- ]
837
- }
838
- ],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "closeIcon",
843
- "declaration": {
844
- "name": "closeIcon",
845
- "module": "src/_common/icons.ts"
846
- }
847
- }
848
- ]
849
- },
850
- {
851
- "kind": "javascript-module",
852
- "path": "src/_common/index.ts",
853
- "declarations": [],
854
- "exports": [
855
- {
856
- "kind": "js",
857
- "name": "*",
858
- "declaration": {
859
- "name": "*",
860
- "package": "./icons"
861
- }
862
- }
863
- ]
864
- },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/accordion/accordion.styles.ts",
822
+ "path": "src/accordion-item/accordion-item.styles.ts",
868
823
  "declarations": [
869
824
  {
870
825
  "kind": "function",
871
- "name": "foundationAccordionStyles",
826
+ "name": "foundationAccordionItemStyles",
872
827
  "return": {
873
828
  "type": {
874
829
  "text": "ElementStyles"
@@ -893,24 +848,24 @@
893
848
  "exports": [
894
849
  {
895
850
  "kind": "js",
896
- "name": "foundationAccordionStyles",
851
+ "name": "foundationAccordionItemStyles",
897
852
  "declaration": {
898
- "name": "foundationAccordionStyles",
899
- "module": "src/accordion/accordion.styles.ts"
853
+ "name": "foundationAccordionItemStyles",
854
+ "module": "src/accordion-item/accordion-item.styles.ts"
900
855
  }
901
856
  }
902
857
  ]
903
858
  },
904
859
  {
905
860
  "kind": "javascript-module",
906
- "path": "src/accordion/accordion.template.ts",
861
+ "path": "src/accordion-item/accordion-item.template.ts",
907
862
  "declarations": [
908
863
  {
909
864
  "kind": "function",
910
- "name": "foundationAccordionTemplate",
865
+ "name": "foundationAccordionItemTemplate",
911
866
  "return": {
912
867
  "type": {
913
- "text": "ViewTemplate<Accordion>"
868
+ "text": "ViewTemplate<AccordionItem>"
914
869
  }
915
870
  },
916
871
  "parameters": [
@@ -932,277 +887,64 @@
932
887
  "exports": [
933
888
  {
934
889
  "kind": "js",
935
- "name": "foundationAccordionTemplate",
890
+ "name": "foundationAccordionItemTemplate",
936
891
  "declaration": {
937
- "name": "foundationAccordionTemplate",
938
- "module": "src/accordion/accordion.template.ts"
892
+ "name": "foundationAccordionItemTemplate",
893
+ "module": "src/accordion-item/accordion-item.template.ts"
939
894
  }
940
895
  }
941
896
  ]
942
897
  },
943
898
  {
944
899
  "kind": "javascript-module",
945
- "path": "src/accordion/accordion.ts",
900
+ "path": "src/accordion-item/accordion-item.ts",
946
901
  "declarations": [
947
902
  {
948
903
  "kind": "class",
949
904
  "description": "",
950
- "name": "Accordion",
905
+ "name": "AccordionItem",
951
906
  "superclass": {
952
- "name": "FASTAccordion",
953
- "package": "@microsoft/fast-foundation"
954
- },
955
- "tagName": "%%prefix%%-accordion",
956
- "customElement": true
957
- },
958
- {
959
- "kind": "variable",
960
- "name": "foundationAccordionShadowOptions",
961
- "type": {
962
- "text": "ShadowRootInit"
963
- },
964
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
965
- },
966
- {
967
- "kind": "variable",
968
- "name": "defaultAccordionConfig",
969
- "type": {
970
- "text": "object"
971
- },
972
- "default": "{}"
973
- },
974
- {
975
- "kind": "variable",
976
- "name": "foundationAccordion",
977
- "description": "The Foundation Accordion",
978
- "privacy": "public"
979
- }
980
- ],
981
- "exports": [
982
- {
983
- "kind": "js",
984
- "name": "Accordion",
985
- "declaration": {
986
- "name": "Accordion",
987
- "module": "src/accordion/accordion.ts"
988
- }
989
- },
990
- {
991
- "kind": "js",
992
- "name": "foundationAccordionShadowOptions",
993
- "declaration": {
994
- "name": "foundationAccordionShadowOptions",
995
- "module": "src/accordion/accordion.ts"
996
- }
997
- },
998
- {
999
- "kind": "js",
1000
- "name": "defaultAccordionConfig",
1001
- "declaration": {
1002
- "name": "defaultAccordionConfig",
1003
- "module": "src/accordion/accordion.ts"
1004
- }
1005
- },
1006
- {
1007
- "kind": "js",
1008
- "name": "foundationAccordion",
1009
- "declaration": {
1010
- "name": "foundationAccordion",
1011
- "module": "src/accordion/accordion.ts"
1012
- }
1013
- }
1014
- ]
1015
- },
1016
- {
1017
- "kind": "javascript-module",
1018
- "path": "src/accordion/index.ts",
1019
- "declarations": [],
1020
- "exports": [
1021
- {
1022
- "kind": "js",
1023
- "name": "*",
1024
- "declaration": {
1025
- "name": "*",
1026
- "package": "./accordion.template"
1027
- }
1028
- },
1029
- {
1030
- "kind": "js",
1031
- "name": "*",
1032
- "declaration": {
1033
- "name": "*",
1034
- "package": "./accordion.styles"
1035
- }
1036
- },
1037
- {
1038
- "kind": "js",
1039
- "name": "*",
1040
- "declaration": {
1041
- "name": "*",
1042
- "package": "./accordion"
1043
- }
1044
- }
1045
- ]
1046
- },
1047
- {
1048
- "kind": "javascript-module",
1049
- "path": "src/_config/index.ts",
1050
- "declarations": [],
1051
- "exports": [
1052
- {
1053
- "kind": "js",
1054
- "name": "*",
1055
- "declaration": {
1056
- "name": "*",
1057
- "package": "./styles"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./tokens"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./values"
1074
- }
1075
- }
1076
- ]
1077
- },
1078
- {
1079
- "kind": "javascript-module",
1080
- "path": "src/accordion-item/accordion-item.styles.ts",
1081
- "declarations": [
1082
- {
1083
- "kind": "function",
1084
- "name": "foundationAccordionItemStyles",
1085
- "return": {
1086
- "type": {
1087
- "text": "ElementStyles"
1088
- }
907
+ "name": "FASTAccordionItem",
908
+ "package": "@microsoft/fast-components"
1089
909
  },
1090
- "parameters": [
910
+ "tagName": "%%prefix%%-accordion-item",
911
+ "customElement": true,
912
+ "attributes": [
1091
913
  {
1092
- "name": "context",
914
+ "name": "heading-level",
1093
915
  "type": {
1094
- "text": "ElementDefinitionContext"
916
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
917
+ },
918
+ "default": "2",
919
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
920
+ "fieldName": "headinglevel",
921
+ "inheritedFrom": {
922
+ "name": "AccordionItem",
923
+ "module": "src/accordion-item/accordion-item.ts"
1095
924
  }
1096
925
  },
1097
926
  {
1098
- "name": "definition",
1099
927
  "type": {
1100
- "text": "FoundationElementDefinition"
1101
- }
1102
- }
1103
- ]
1104
- }
1105
- ],
1106
- "exports": [
1107
- {
1108
- "kind": "js",
1109
- "name": "foundationAccordionItemStyles",
1110
- "declaration": {
1111
- "name": "foundationAccordionItemStyles",
1112
- "module": "src/accordion-item/accordion-item.styles.ts"
1113
- }
1114
- }
1115
- ]
1116
- },
1117
- {
1118
- "kind": "javascript-module",
1119
- "path": "src/accordion-item/accordion-item.template.ts",
1120
- "declarations": [
1121
- {
1122
- "kind": "function",
1123
- "name": "foundationAccordionItemTemplate",
1124
- "return": {
1125
- "type": {
1126
- "text": "ViewTemplate<AccordionItem>"
1127
- }
1128
- },
1129
- "parameters": [
1130
- {
1131
- "name": "context",
1132
- "type": {
1133
- "text": "ElementDefinitionContext"
1134
- }
1135
- },
1136
- {
1137
- "name": "definition",
1138
- "type": {
1139
- "text": "FoundationElementDefinition"
1140
- }
1141
- }
1142
- ]
1143
- }
1144
- ],
1145
- "exports": [
1146
- {
1147
- "kind": "js",
1148
- "name": "foundationAccordionItemTemplate",
1149
- "declaration": {
1150
- "name": "foundationAccordionItemTemplate",
1151
- "module": "src/accordion-item/accordion-item.template.ts"
1152
- }
1153
- }
1154
- ]
1155
- },
1156
- {
1157
- "kind": "javascript-module",
1158
- "path": "src/accordion-item/accordion-item.ts",
1159
- "declarations": [
1160
- {
1161
- "kind": "class",
1162
- "description": "",
1163
- "name": "AccordionItem",
1164
- "superclass": {
1165
- "name": "FASTAccordionItem",
1166
- "package": "@microsoft/fast-components"
1167
- },
1168
- "tagName": "%%prefix%%-accordion-item",
1169
- "customElement": true,
1170
- "attributes": [
1171
- {
1172
- "name": "heading-level",
1173
- "type": {
1174
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1175
- },
1176
- "default": "2",
1177
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1178
- "fieldName": "headinglevel",
1179
- "inheritedFrom": {
1180
- "name": "AccordionItem",
1181
- "module": "src/accordion-item/accordion-item.ts"
1182
- }
1183
- },
1184
- {
1185
- "type": {
1186
- "text": "boolean"
1187
- },
1188
- "default": "false",
1189
- "description": "Expands or collapses the item.",
1190
- "fieldName": "expanded",
1191
- "inheritedFrom": {
1192
- "name": "AccordionItem",
1193
- "module": "src/accordion-item/accordion-item.ts"
1194
- }
1195
- },
1196
- {
1197
- "name": "id",
1198
- "type": {
1199
- "text": "string"
1200
- },
1201
- "description": "The item ID",
1202
- "fieldName": "id",
1203
- "inheritedFrom": {
1204
- "name": "AccordionItem",
1205
- "module": "src/accordion-item/accordion-item.ts"
928
+ "text": "boolean"
929
+ },
930
+ "default": "false",
931
+ "description": "Expands or collapses the item.",
932
+ "fieldName": "expanded",
933
+ "inheritedFrom": {
934
+ "name": "AccordionItem",
935
+ "module": "src/accordion-item/accordion-item.ts"
936
+ }
937
+ },
938
+ {
939
+ "name": "id",
940
+ "type": {
941
+ "text": "string"
942
+ },
943
+ "description": "The item ID",
944
+ "fieldName": "id",
945
+ "inheritedFrom": {
946
+ "name": "AccordionItem",
947
+ "module": "src/accordion-item/accordion-item.ts"
1206
948
  }
1207
949
  }
1208
950
  ],
@@ -1471,34 +1213,87 @@
1471
1213
  },
1472
1214
  {
1473
1215
  "kind": "javascript-module",
1474
- "path": "src/actions-menu/actions-menu.styles.ts",
1216
+ "path": "src/_common/icons.ts",
1475
1217
  "declarations": [
1476
1218
  {
1477
1219
  "kind": "function",
1478
- "name": "actionsMenuBaseStyles",
1479
- "return": {
1480
- "type": {
1481
- "text": "ElementStyles"
1482
- }
1483
- },
1220
+ "name": "closeIcon",
1484
1221
  "parameters": [
1485
1222
  {
1486
- "name": "context",
1487
- "type": {
1488
- "text": "ElementDefinitionContext"
1489
- }
1223
+ "name": "slot",
1224
+ "default": "'start'"
1490
1225
  },
1491
1226
  {
1492
- "name": "definition",
1493
- "type": {
1494
- "text": "FoundationElementDefinition"
1495
- }
1227
+ "name": "fill",
1228
+ "default": "'#879ba6'"
1496
1229
  }
1497
1230
  ]
1231
+ }
1232
+ ],
1233
+ "exports": [
1234
+ {
1235
+ "kind": "js",
1236
+ "name": "closeIcon",
1237
+ "declaration": {
1238
+ "name": "closeIcon",
1239
+ "module": "src/_common/icons.ts"
1240
+ }
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "kind": "javascript-module",
1246
+ "path": "src/_common/index.ts",
1247
+ "declarations": [],
1248
+ "exports": [
1249
+ {
1250
+ "kind": "js",
1251
+ "name": "*",
1252
+ "declaration": {
1253
+ "name": "*",
1254
+ "package": "./icons"
1255
+ }
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "kind": "javascript-module",
1261
+ "path": "src/_config/index.ts",
1262
+ "declarations": [],
1263
+ "exports": [
1264
+ {
1265
+ "kind": "js",
1266
+ "name": "*",
1267
+ "declaration": {
1268
+ "name": "*",
1269
+ "package": "./styles"
1270
+ }
1271
+ },
1272
+ {
1273
+ "kind": "js",
1274
+ "name": "*",
1275
+ "declaration": {
1276
+ "name": "*",
1277
+ "package": "./tokens"
1278
+ }
1498
1279
  },
1280
+ {
1281
+ "kind": "js",
1282
+ "name": "*",
1283
+ "declaration": {
1284
+ "name": "*",
1285
+ "package": "./values"
1286
+ }
1287
+ }
1288
+ ]
1289
+ },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/accordion/accordion.styles.ts",
1293
+ "declarations": [
1499
1294
  {
1500
1295
  "kind": "function",
1501
- "name": "foundationActionsMenuStyles",
1296
+ "name": "foundationAccordionStyles",
1502
1297
  "return": {
1503
1298
  "type": {
1504
1299
  "text": "ElementStyles"
@@ -1523,97 +1318,302 @@
1523
1318
  "exports": [
1524
1319
  {
1525
1320
  "kind": "js",
1526
- "name": "actionsMenuBaseStyles",
1527
- "declaration": {
1528
- "name": "actionsMenuBaseStyles",
1529
- "module": "src/actions-menu/actions-menu.styles.ts"
1530
- }
1531
- },
1532
- {
1533
- "kind": "js",
1534
- "name": "foundationActionsMenuStyles",
1321
+ "name": "foundationAccordionStyles",
1535
1322
  "declaration": {
1536
- "name": "foundationActionsMenuStyles",
1537
- "module": "src/actions-menu/actions-menu.styles.ts"
1323
+ "name": "foundationAccordionStyles",
1324
+ "module": "src/accordion/accordion.styles.ts"
1538
1325
  }
1539
1326
  }
1540
1327
  ]
1541
1328
  },
1542
1329
  {
1543
1330
  "kind": "javascript-module",
1544
- "path": "src/actions-menu/actions-menu.template.ts",
1331
+ "path": "src/accordion/accordion.template.ts",
1545
1332
  "declarations": [
1546
1333
  {
1547
1334
  "kind": "function",
1548
- "name": "menuTemplate",
1335
+ "name": "foundationAccordionTemplate",
1336
+ "return": {
1337
+ "type": {
1338
+ "text": "ViewTemplate<Accordion>"
1339
+ }
1340
+ },
1549
1341
  "parameters": [
1550
1342
  {
1551
- "name": "prefix",
1343
+ "name": "context",
1552
1344
  "type": {
1553
- "text": "string"
1345
+ "text": "ElementDefinitionContext"
1554
1346
  }
1555
- }
1556
- ]
1557
- },
1558
- {
1559
- "kind": "function",
1560
- "name": "singleOptionTemplate",
1561
- "parameters": [
1347
+ },
1562
1348
  {
1563
- "name": "prefix",
1349
+ "name": "definition",
1564
1350
  "type": {
1565
- "text": "string"
1351
+ "text": "FoundationElementDefinition"
1566
1352
  }
1567
1353
  }
1568
1354
  ]
1569
- },
1570
- {
1571
- "kind": "variable",
1572
- "name": "foundationActionsMenuTemplate",
1573
- "type": {
1574
- "text": "ViewTemplate<ActionsMenu>"
1575
- },
1576
- "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`"
1577
1355
  }
1578
1356
  ],
1579
1357
  "exports": [
1580
1358
  {
1581
1359
  "kind": "js",
1582
- "name": "menuTemplate",
1583
- "declaration": {
1584
- "name": "menuTemplate",
1585
- "module": "src/actions-menu/actions-menu.template.ts"
1586
- }
1587
- },
1588
- {
1589
- "kind": "js",
1590
- "name": "singleOptionTemplate",
1591
- "declaration": {
1592
- "name": "singleOptionTemplate",
1593
- "module": "src/actions-menu/actions-menu.template.ts"
1594
- }
1595
- },
1596
- {
1597
- "kind": "js",
1598
- "name": "foundationActionsMenuTemplate",
1360
+ "name": "foundationAccordionTemplate",
1599
1361
  "declaration": {
1600
- "name": "foundationActionsMenuTemplate",
1601
- "module": "src/actions-menu/actions-menu.template.ts"
1362
+ "name": "foundationAccordionTemplate",
1363
+ "module": "src/accordion/accordion.template.ts"
1602
1364
  }
1603
1365
  }
1604
1366
  ]
1605
1367
  },
1606
1368
  {
1607
1369
  "kind": "javascript-module",
1608
- "path": "src/actions-menu/actions-menu.ts",
1370
+ "path": "src/accordion/accordion.ts",
1609
1371
  "declarations": [
1610
1372
  {
1611
1373
  "kind": "class",
1612
1374
  "description": "",
1613
- "name": "ActionsMenu",
1614
- "members": [
1615
- {
1616
- "kind": "field",
1375
+ "name": "Accordion",
1376
+ "superclass": {
1377
+ "name": "FASTAccordion",
1378
+ "package": "@microsoft/fast-foundation"
1379
+ },
1380
+ "tagName": "%%prefix%%-accordion",
1381
+ "customElement": true
1382
+ },
1383
+ {
1384
+ "kind": "variable",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "type": {
1387
+ "text": "ShadowRootInit"
1388
+ },
1389
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
+ },
1391
+ {
1392
+ "kind": "variable",
1393
+ "name": "defaultAccordionConfig",
1394
+ "type": {
1395
+ "text": "object"
1396
+ },
1397
+ "default": "{}"
1398
+ },
1399
+ {
1400
+ "kind": "variable",
1401
+ "name": "foundationAccordion",
1402
+ "description": "The Foundation Accordion",
1403
+ "privacy": "public"
1404
+ }
1405
+ ],
1406
+ "exports": [
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "Accordion",
1410
+ "declaration": {
1411
+ "name": "Accordion",
1412
+ "module": "src/accordion/accordion.ts"
1413
+ }
1414
+ },
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "foundationAccordionShadowOptions",
1418
+ "declaration": {
1419
+ "name": "foundationAccordionShadowOptions",
1420
+ "module": "src/accordion/accordion.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "defaultAccordionConfig",
1426
+ "declaration": {
1427
+ "name": "defaultAccordionConfig",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordion",
1434
+ "declaration": {
1435
+ "name": "foundationAccordion",
1436
+ "module": "src/accordion/accordion.ts"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "src/accordion/index.ts",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./accordion.template"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion.styles"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "kind": "javascript-module",
1474
+ "path": "src/actions-menu/actions-menu.styles.ts",
1475
+ "declarations": [
1476
+ {
1477
+ "kind": "function",
1478
+ "name": "actionsMenuBaseStyles",
1479
+ "return": {
1480
+ "type": {
1481
+ "text": "ElementStyles"
1482
+ }
1483
+ },
1484
+ "parameters": [
1485
+ {
1486
+ "name": "context",
1487
+ "type": {
1488
+ "text": "ElementDefinitionContext"
1489
+ }
1490
+ },
1491
+ {
1492
+ "name": "definition",
1493
+ "type": {
1494
+ "text": "FoundationElementDefinition"
1495
+ }
1496
+ }
1497
+ ]
1498
+ },
1499
+ {
1500
+ "kind": "function",
1501
+ "name": "foundationActionsMenuStyles",
1502
+ "return": {
1503
+ "type": {
1504
+ "text": "ElementStyles"
1505
+ }
1506
+ },
1507
+ "parameters": [
1508
+ {
1509
+ "name": "context",
1510
+ "type": {
1511
+ "text": "ElementDefinitionContext"
1512
+ }
1513
+ },
1514
+ {
1515
+ "name": "definition",
1516
+ "type": {
1517
+ "text": "FoundationElementDefinition"
1518
+ }
1519
+ }
1520
+ ]
1521
+ }
1522
+ ],
1523
+ "exports": [
1524
+ {
1525
+ "kind": "js",
1526
+ "name": "actionsMenuBaseStyles",
1527
+ "declaration": {
1528
+ "name": "actionsMenuBaseStyles",
1529
+ "module": "src/actions-menu/actions-menu.styles.ts"
1530
+ }
1531
+ },
1532
+ {
1533
+ "kind": "js",
1534
+ "name": "foundationActionsMenuStyles",
1535
+ "declaration": {
1536
+ "name": "foundationActionsMenuStyles",
1537
+ "module": "src/actions-menu/actions-menu.styles.ts"
1538
+ }
1539
+ }
1540
+ ]
1541
+ },
1542
+ {
1543
+ "kind": "javascript-module",
1544
+ "path": "src/actions-menu/actions-menu.template.ts",
1545
+ "declarations": [
1546
+ {
1547
+ "kind": "function",
1548
+ "name": "menuTemplate",
1549
+ "parameters": [
1550
+ {
1551
+ "name": "prefix",
1552
+ "type": {
1553
+ "text": "string"
1554
+ }
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "kind": "function",
1560
+ "name": "singleOptionTemplate",
1561
+ "parameters": [
1562
+ {
1563
+ "name": "prefix",
1564
+ "type": {
1565
+ "text": "string"
1566
+ }
1567
+ }
1568
+ ]
1569
+ },
1570
+ {
1571
+ "kind": "variable",
1572
+ "name": "foundationActionsMenuTemplate",
1573
+ "type": {
1574
+ "text": "ViewTemplate<ActionsMenu>"
1575
+ },
1576
+ "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`"
1577
+ }
1578
+ ],
1579
+ "exports": [
1580
+ {
1581
+ "kind": "js",
1582
+ "name": "menuTemplate",
1583
+ "declaration": {
1584
+ "name": "menuTemplate",
1585
+ "module": "src/actions-menu/actions-menu.template.ts"
1586
+ }
1587
+ },
1588
+ {
1589
+ "kind": "js",
1590
+ "name": "singleOptionTemplate",
1591
+ "declaration": {
1592
+ "name": "singleOptionTemplate",
1593
+ "module": "src/actions-menu/actions-menu.template.ts"
1594
+ }
1595
+ },
1596
+ {
1597
+ "kind": "js",
1598
+ "name": "foundationActionsMenuTemplate",
1599
+ "declaration": {
1600
+ "name": "foundationActionsMenuTemplate",
1601
+ "module": "src/actions-menu/actions-menu.template.ts"
1602
+ }
1603
+ }
1604
+ ]
1605
+ },
1606
+ {
1607
+ "kind": "javascript-module",
1608
+ "path": "src/actions-menu/actions-menu.ts",
1609
+ "declarations": [
1610
+ {
1611
+ "kind": "class",
1612
+ "description": "",
1613
+ "name": "ActionsMenu",
1614
+ "members": [
1615
+ {
1616
+ "kind": "field",
1617
1617
  "name": "actions",
1618
1618
  "type": {
1619
1619
  "text": "ActionMenuItem[]"
@@ -7652,505 +7652,210 @@
7652
7652
  },
7653
7653
  {
7654
7654
  "kind": "javascript-module",
7655
- "path": "src/card/card.styles.ts",
7655
+ "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
7656
7656
  "declarations": [
7657
7657
  {
7658
- "kind": "function",
7659
- "name": "foundationCardStyles",
7660
- "return": {
7661
- "type": {
7662
- "text": "ElementStyles"
7663
- }
7658
+ "kind": "variable",
7659
+ "name": "optionsMaxheight",
7660
+ "type": {
7661
+ "text": "number"
7664
7662
  },
7665
- "parameters": [
7666
- {
7667
- "name": "context",
7668
- "type": {
7669
- "text": "ElementDefinitionContext"
7670
- }
7671
- },
7672
- {
7673
- "name": "definition",
7674
- "type": {
7675
- "text": "FoundationElementDefinition"
7676
- }
7677
- }
7678
- ]
7663
+ "default": "450"
7664
+ },
7665
+ {
7666
+ "kind": "variable",
7667
+ "name": "categorizedMultiselectStyles",
7668
+ "default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
7679
7669
  }
7680
7670
  ],
7681
7671
  "exports": [
7682
7672
  {
7683
7673
  "kind": "js",
7684
- "name": "foundationCardStyles",
7674
+ "name": "optionsMaxheight",
7685
7675
  "declaration": {
7686
- "name": "foundationCardStyles",
7687
- "module": "src/card/card.styles.ts"
7676
+ "name": "optionsMaxheight",
7677
+ "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7678
+ }
7679
+ },
7680
+ {
7681
+ "kind": "js",
7682
+ "name": "categorizedMultiselectStyles",
7683
+ "declaration": {
7684
+ "name": "categorizedMultiselectStyles",
7685
+ "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7688
7686
  }
7689
7687
  }
7690
7688
  ]
7691
7689
  },
7692
7690
  {
7693
7691
  "kind": "javascript-module",
7694
- "path": "src/card/card.template.ts",
7692
+ "path": "src/categorized-multiselect/categorized-multiselect.template.ts",
7695
7693
  "declarations": [
7696
7694
  {
7697
7695
  "kind": "function",
7698
- "name": "foundationCardTemplate",
7699
- "return": {
7700
- "type": {
7701
- "text": "ViewTemplate<Card>"
7702
- }
7703
- },
7696
+ "name": "getPrefixedCategorizedMultiselect",
7704
7697
  "parameters": [
7705
7698
  {
7706
- "name": "context",
7707
- "type": {
7708
- "text": "ElementDefinitionContext"
7709
- }
7710
- },
7711
- {
7712
- "name": "definition",
7699
+ "name": "prefix",
7700
+ "default": "'foundation'",
7713
7701
  "type": {
7714
- "text": "FoundationElementDefinition"
7702
+ "text": "string"
7715
7703
  }
7716
7704
  }
7717
7705
  ]
7706
+ },
7707
+ {
7708
+ "kind": "variable",
7709
+ "name": "categorizedMultiselectTemplate",
7710
+ "default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect()}\n`"
7718
7711
  }
7719
7712
  ],
7720
7713
  "exports": [
7721
7714
  {
7722
7715
  "kind": "js",
7723
- "name": "foundationCardTemplate",
7716
+ "name": "getPrefixedCategorizedMultiselect",
7724
7717
  "declaration": {
7725
- "name": "foundationCardTemplate",
7726
- "module": "src/card/card.template.ts"
7718
+ "name": "getPrefixedCategorizedMultiselect",
7719
+ "module": "src/categorized-multiselect/categorized-multiselect.template.ts"
7720
+ }
7721
+ },
7722
+ {
7723
+ "kind": "js",
7724
+ "name": "categorizedMultiselectTemplate",
7725
+ "declaration": {
7726
+ "name": "categorizedMultiselectTemplate",
7727
+ "module": "src/categorized-multiselect/categorized-multiselect.template.ts"
7727
7728
  }
7728
7729
  }
7729
7730
  ]
7730
7731
  },
7731
7732
  {
7732
7733
  "kind": "javascript-module",
7733
- "path": "src/card/card.ts",
7734
+ "path": "src/categorized-multiselect/categorized-multiselect.ts",
7734
7735
  "declarations": [
7736
+ {
7737
+ "kind": "variable",
7738
+ "name": "foundationCategorizedMultiselectShadowOptions",
7739
+ "type": {
7740
+ "text": "ShadowRootInit"
7741
+ },
7742
+ "default": "undefined"
7743
+ },
7744
+ {
7745
+ "kind": "variable",
7746
+ "name": "defaultCategorizedMultiselectConfig",
7747
+ "type": {
7748
+ "text": "object"
7749
+ },
7750
+ "default": "{}"
7751
+ },
7735
7752
  {
7736
7753
  "kind": "class",
7737
7754
  "description": "",
7738
- "name": "Card",
7739
- "superclass": {
7740
- "name": "FASTCard",
7741
- "package": "@microsoft/fast-components"
7742
- },
7743
- "tagName": "%%prefix%%-card",
7744
- "customElement": true,
7755
+ "name": "CategorizedMultiselect",
7745
7756
  "members": [
7746
7757
  {
7747
7758
  "kind": "field",
7748
- "name": "_presentation",
7759
+ "name": "name",
7749
7760
  "type": {
7750
- "text": "ComponentPresentation | null | undefined"
7761
+ "text": "string"
7751
7762
  },
7752
- "privacy": "private",
7753
- "default": "void 0",
7754
- "inheritedFrom": {
7755
- "name": "FoundationElement",
7756
- "module": "src/foundation-element/foundation-element.ts"
7757
- }
7763
+ "default": "''"
7758
7764
  },
7759
7765
  {
7760
7766
  "kind": "field",
7761
- "name": "$presentation",
7767
+ "name": "autoPosition",
7762
7768
  "type": {
7763
- "text": "ComponentPresentation | null"
7769
+ "text": "boolean"
7764
7770
  },
7765
- "privacy": "public",
7766
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7767
- "inheritedFrom": {
7768
- "name": "FoundationElement",
7769
- "module": "src/foundation-element/foundation-element.ts"
7770
- }
7771
+ "default": "true"
7771
7772
  },
7772
7773
  {
7773
7774
  "kind": "field",
7774
- "name": "template",
7775
+ "name": "search",
7775
7776
  "type": {
7776
- "text": "ElementViewTemplate | void | null"
7777
+ "text": "boolean"
7777
7778
  },
7778
- "privacy": "public",
7779
- "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.",
7780
- "inheritedFrom": {
7781
- "name": "FoundationElement",
7782
- "module": "src/foundation-element/foundation-element.ts"
7783
- }
7779
+ "default": "true"
7784
7780
  },
7785
7781
  {
7786
- "kind": "method",
7787
- "name": "templateChanged",
7788
- "privacy": "protected",
7789
- "return": {
7790
- "type": {
7791
- "text": "void"
7792
- }
7782
+ "kind": "field",
7783
+ "name": "disabled",
7784
+ "type": {
7785
+ "text": "boolean"
7793
7786
  },
7794
- "inheritedFrom": {
7795
- "name": "FoundationElement",
7796
- "module": "src/foundation-element/foundation-element.ts"
7787
+ "default": "false"
7788
+ },
7789
+ {
7790
+ "kind": "field",
7791
+ "name": "defaultSlottedNodes",
7792
+ "type": {
7793
+ "text": "Node[]"
7797
7794
  }
7798
7795
  },
7799
7796
  {
7800
7797
  "kind": "field",
7801
- "name": "styles",
7798
+ "name": "valueFormatter"
7799
+ },
7800
+ {
7801
+ "kind": "field",
7802
+ "name": "filterSearchValue",
7802
7803
  "type": {
7803
- "text": "ElementStyles | void | null"
7804
- },
7805
- "privacy": "public",
7806
- "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.",
7807
- "inheritedFrom": {
7808
- "name": "FoundationElement",
7809
- "module": "src/foundation-element/foundation-element.ts"
7804
+ "text": "string"
7810
7805
  }
7811
7806
  },
7812
7807
  {
7813
- "kind": "method",
7814
- "name": "stylesChanged",
7815
- "privacy": "protected",
7816
- "return": {
7817
- "type": {
7818
- "text": "void"
7819
- }
7808
+ "kind": "field",
7809
+ "name": "clickOutside",
7810
+ "privacy": "private"
7811
+ },
7812
+ {
7813
+ "kind": "field",
7814
+ "name": "open",
7815
+ "type": {
7816
+ "text": "boolean"
7820
7817
  },
7821
- "inheritedFrom": {
7822
- "name": "FoundationElement",
7823
- "module": "src/foundation-element/foundation-element.ts"
7824
- }
7818
+ "default": "false"
7825
7819
  },
7826
7820
  {
7827
7821
  "kind": "method",
7828
- "name": "compose",
7829
- "privacy": "public",
7830
- "static": true,
7831
- "return": {
7832
- "type": {
7833
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7834
- }
7835
- },
7822
+ "name": "openChanged",
7836
7823
  "parameters": [
7837
7824
  {
7838
- "name": "this",
7825
+ "name": "previous",
7839
7826
  "type": {
7840
- "text": "K"
7827
+ "text": "boolean"
7841
7828
  }
7842
7829
  },
7843
7830
  {
7844
- "name": "elementDefinition",
7831
+ "name": "open",
7845
7832
  "type": {
7846
- "text": "T"
7847
- },
7848
- "description": "The definition of the element to create the registry\nfunction for."
7833
+ "text": "boolean"
7834
+ }
7849
7835
  }
7850
- ],
7851
- "description": "Defines an element registry function with a set of element definition defaults.",
7852
- "inheritedFrom": {
7853
- "name": "FoundationElement",
7854
- "module": "src/foundation-element/foundation-element.ts"
7855
- }
7856
- }
7857
- ]
7858
- },
7859
- {
7860
- "kind": "variable",
7861
- "name": "foundationCardShadowOptions",
7862
- "type": {
7863
- "text": "ShadowRootInit"
7864
- },
7865
- "default": "undefined"
7866
- },
7867
- {
7868
- "kind": "variable",
7869
- "name": "defaultCardConfig",
7870
- "type": {
7871
- "text": "object"
7872
- },
7873
- "default": "{}"
7874
- },
7875
- {
7876
- "kind": "variable",
7877
- "name": "foundationCard",
7878
- "description": "The Foundation Card",
7879
- "privacy": "public"
7880
- }
7881
- ],
7882
- "exports": [
7883
- {
7884
- "kind": "js",
7885
- "name": "Card",
7886
- "declaration": {
7887
- "name": "Card",
7888
- "module": "src/card/card.ts"
7889
- }
7890
- },
7891
- {
7892
- "kind": "js",
7893
- "name": "foundationCardShadowOptions",
7894
- "declaration": {
7895
- "name": "foundationCardShadowOptions",
7896
- "module": "src/card/card.ts"
7897
- }
7898
- },
7899
- {
7900
- "kind": "js",
7901
- "name": "defaultCardConfig",
7902
- "declaration": {
7903
- "name": "defaultCardConfig",
7904
- "module": "src/card/card.ts"
7905
- }
7906
- },
7907
- {
7908
- "kind": "js",
7909
- "name": "foundationCard",
7910
- "declaration": {
7911
- "name": "foundationCard",
7912
- "module": "src/card/card.ts"
7913
- }
7914
- }
7915
- ]
7916
- },
7917
- {
7918
- "kind": "javascript-module",
7919
- "path": "src/card/index.ts",
7920
- "declarations": [],
7921
- "exports": [
7922
- {
7923
- "kind": "js",
7924
- "name": "*",
7925
- "declaration": {
7926
- "name": "*",
7927
- "package": "./card.template"
7928
- }
7929
- },
7930
- {
7931
- "kind": "js",
7932
- "name": "*",
7933
- "declaration": {
7934
- "name": "*",
7935
- "package": "./card.styles"
7936
- }
7937
- },
7938
- {
7939
- "kind": "js",
7940
- "name": "*",
7941
- "declaration": {
7942
- "name": "*",
7943
- "package": "./card"
7944
- }
7945
- }
7946
- ]
7947
- },
7948
- {
7949
- "kind": "javascript-module",
7950
- "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
7951
- "declarations": [
7952
- {
7953
- "kind": "variable",
7954
- "name": "optionsMaxheight",
7955
- "type": {
7956
- "text": "number"
7957
- },
7958
- "default": "450"
7959
- },
7960
- {
7961
- "kind": "variable",
7962
- "name": "categorizedMultiselectStyles",
7963
- "default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
7964
- }
7965
- ],
7966
- "exports": [
7967
- {
7968
- "kind": "js",
7969
- "name": "optionsMaxheight",
7970
- "declaration": {
7971
- "name": "optionsMaxheight",
7972
- "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7973
- }
7974
- },
7975
- {
7976
- "kind": "js",
7977
- "name": "categorizedMultiselectStyles",
7978
- "declaration": {
7979
- "name": "categorizedMultiselectStyles",
7980
- "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7981
- }
7982
- }
7983
- ]
7984
- },
7985
- {
7986
- "kind": "javascript-module",
7987
- "path": "src/categorized-multiselect/categorized-multiselect.template.ts",
7988
- "declarations": [
7989
- {
7990
- "kind": "function",
7991
- "name": "getPrefixedCategorizedMultiselect",
7992
- "parameters": [
7993
- {
7994
- "name": "prefix",
7995
- "default": "'foundation'",
7996
- "type": {
7997
- "text": "string"
7998
- }
7999
- }
8000
- ]
8001
- },
8002
- {
8003
- "kind": "variable",
8004
- "name": "categorizedMultiselectTemplate",
8005
- "default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect()}\n`"
8006
- }
8007
- ],
8008
- "exports": [
8009
- {
8010
- "kind": "js",
8011
- "name": "getPrefixedCategorizedMultiselect",
8012
- "declaration": {
8013
- "name": "getPrefixedCategorizedMultiselect",
8014
- "module": "src/categorized-multiselect/categorized-multiselect.template.ts"
8015
- }
8016
- },
8017
- {
8018
- "kind": "js",
8019
- "name": "categorizedMultiselectTemplate",
8020
- "declaration": {
8021
- "name": "categorizedMultiselectTemplate",
8022
- "module": "src/categorized-multiselect/categorized-multiselect.template.ts"
8023
- }
8024
- }
8025
- ]
8026
- },
8027
- {
8028
- "kind": "javascript-module",
8029
- "path": "src/categorized-multiselect/categorized-multiselect.ts",
8030
- "declarations": [
8031
- {
8032
- "kind": "variable",
8033
- "name": "foundationCategorizedMultiselectShadowOptions",
8034
- "type": {
8035
- "text": "ShadowRootInit"
8036
- },
8037
- "default": "undefined"
8038
- },
8039
- {
8040
- "kind": "variable",
8041
- "name": "defaultCategorizedMultiselectConfig",
8042
- "type": {
8043
- "text": "object"
8044
- },
8045
- "default": "{}"
8046
- },
8047
- {
8048
- "kind": "class",
8049
- "description": "",
8050
- "name": "CategorizedMultiselect",
8051
- "members": [
8052
- {
8053
- "kind": "field",
8054
- "name": "name",
8055
- "type": {
8056
- "text": "string"
8057
- },
8058
- "default": "''"
8059
- },
8060
- {
8061
- "kind": "field",
8062
- "name": "autoPosition",
8063
- "type": {
8064
- "text": "boolean"
8065
- },
8066
- "default": "true"
8067
- },
8068
- {
8069
- "kind": "field",
8070
- "name": "search",
8071
- "type": {
8072
- "text": "boolean"
8073
- },
8074
- "default": "true"
8075
- },
8076
- {
8077
- "kind": "field",
8078
- "name": "disabled",
8079
- "type": {
8080
- "text": "boolean"
8081
- },
8082
- "default": "false"
8083
- },
8084
- {
8085
- "kind": "field",
8086
- "name": "defaultSlottedNodes",
8087
- "type": {
8088
- "text": "Node[]"
8089
- }
8090
- },
8091
- {
8092
- "kind": "field",
8093
- "name": "valueFormatter"
8094
- },
8095
- {
8096
- "kind": "field",
8097
- "name": "filterSearchValue",
8098
- "type": {
8099
- "text": "string"
8100
- }
8101
- },
8102
- {
8103
- "kind": "field",
8104
- "name": "clickOutside",
8105
- "privacy": "private"
8106
- },
8107
- {
8108
- "kind": "field",
8109
- "name": "open",
8110
- "type": {
8111
- "text": "boolean"
8112
- },
8113
- "default": "false"
8114
- },
8115
- {
8116
- "kind": "method",
8117
- "name": "openChanged",
8118
- "parameters": [
8119
- {
8120
- "name": "previous",
8121
- "type": {
8122
- "text": "boolean"
8123
- }
8124
- },
8125
- {
8126
- "name": "open",
8127
- "type": {
8128
- "text": "boolean"
8129
- }
8130
- }
8131
- ]
8132
- },
8133
- {
8134
- "kind": "field",
8135
- "name": "options",
8136
- "type": {
8137
- "text": "CategorizedMultiselectOption[]"
8138
- },
8139
- "default": "[]"
8140
- },
8141
- {
8142
- "kind": "field",
8143
- "name": "selectedOptions",
8144
- "type": {
8145
- "text": "string[]"
8146
- },
8147
- "default": "[]"
8148
- },
8149
- {
8150
- "kind": "field",
8151
- "name": "filteredAvailableOptions",
8152
- "type": {
8153
- "text": "CategorizedMultiselectFilteredOption[]"
7836
+ ]
7837
+ },
7838
+ {
7839
+ "kind": "field",
7840
+ "name": "options",
7841
+ "type": {
7842
+ "text": "CategorizedMultiselectOption[]"
7843
+ },
7844
+ "default": "[]"
7845
+ },
7846
+ {
7847
+ "kind": "field",
7848
+ "name": "selectedOptions",
7849
+ "type": {
7850
+ "text": "string[]"
7851
+ },
7852
+ "default": "[]"
7853
+ },
7854
+ {
7855
+ "kind": "field",
7856
+ "name": "filteredAvailableOptions",
7857
+ "type": {
7858
+ "text": "CategorizedMultiselectFilteredOption[]"
8154
7859
  }
8155
7860
  },
8156
7861
  {
@@ -8221,79 +7926,394 @@
8221
7926
  },
8222
7927
  {
8223
7928
  "kind": "method",
8224
- "name": "isOptionDisabled",
7929
+ "name": "isOptionDisabled",
7930
+ "parameters": [
7931
+ {
7932
+ "name": "option",
7933
+ "type": {
7934
+ "text": "CategorizedMultiselectOption"
7935
+ }
7936
+ }
7937
+ ]
7938
+ },
7939
+ {
7940
+ "kind": "field",
7941
+ "name": "getPlaceholder",
7942
+ "readonly": true
7943
+ },
7944
+ {
7945
+ "kind": "method",
7946
+ "name": "isOptionSelected",
7947
+ "return": {
7948
+ "type": {
7949
+ "text": "boolean"
7950
+ }
7951
+ },
7952
+ "parameters": [
7953
+ {
7954
+ "name": "normalizedOption",
7955
+ "type": {
7956
+ "text": "CategorizedMultiselectOption"
7957
+ }
7958
+ }
7959
+ ]
7960
+ },
7961
+ {
7962
+ "kind": "method",
7963
+ "name": "selectCheckboxOne",
7964
+ "parameters": [
7965
+ {
7966
+ "name": "normalizedOption",
7967
+ "type": {
7968
+ "text": "CategorizedMultiselectOption"
7969
+ }
7970
+ }
7971
+ ]
7972
+ },
7973
+ {
7974
+ "kind": "method",
7975
+ "name": "setFilter"
7976
+ },
7977
+ {
7978
+ "kind": "method",
7979
+ "name": "changeHandler",
7980
+ "parameters": [
7981
+ {
7982
+ "name": "event",
7983
+ "type": {
7984
+ "text": "Event"
7985
+ }
7986
+ }
7987
+ ]
7988
+ },
7989
+ {
7990
+ "kind": "method",
7991
+ "name": "handleClickOutside",
7992
+ "privacy": "private",
8225
7993
  "parameters": [
8226
7994
  {
8227
- "name": "option",
7995
+ "name": "event",
8228
7996
  "type": {
8229
- "text": "CategorizedMultiselectOption"
7997
+ "text": "MouseEvent"
8230
7998
  }
8231
7999
  }
8232
8000
  ]
8233
8001
  },
8234
8002
  {
8235
8003
  "kind": "field",
8236
- "name": "getPlaceholder",
8237
- "readonly": true
8004
+ "name": "_presentation",
8005
+ "type": {
8006
+ "text": "ComponentPresentation | null | undefined"
8007
+ },
8008
+ "privacy": "private",
8009
+ "default": "void 0",
8010
+ "inheritedFrom": {
8011
+ "name": "FoundationElement",
8012
+ "module": "src/foundation-element/foundation-element.ts"
8013
+ }
8014
+ },
8015
+ {
8016
+ "kind": "field",
8017
+ "name": "$presentation",
8018
+ "type": {
8019
+ "text": "ComponentPresentation | null"
8020
+ },
8021
+ "privacy": "public",
8022
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8023
+ "inheritedFrom": {
8024
+ "name": "FoundationElement",
8025
+ "module": "src/foundation-element/foundation-element.ts"
8026
+ }
8027
+ },
8028
+ {
8029
+ "kind": "field",
8030
+ "name": "template",
8031
+ "type": {
8032
+ "text": "ElementViewTemplate | void | null"
8033
+ },
8034
+ "privacy": "public",
8035
+ "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.",
8036
+ "inheritedFrom": {
8037
+ "name": "FoundationElement",
8038
+ "module": "src/foundation-element/foundation-element.ts"
8039
+ }
8238
8040
  },
8239
8041
  {
8240
8042
  "kind": "method",
8241
- "name": "isOptionSelected",
8043
+ "name": "templateChanged",
8044
+ "privacy": "protected",
8242
8045
  "return": {
8243
8046
  "type": {
8244
- "text": "boolean"
8047
+ "text": "void"
8245
8048
  }
8246
8049
  },
8247
- "parameters": [
8248
- {
8249
- "name": "normalizedOption",
8250
- "type": {
8251
- "text": "CategorizedMultiselectOption"
8252
- }
8050
+ "inheritedFrom": {
8051
+ "name": "FoundationElement",
8052
+ "module": "src/foundation-element/foundation-element.ts"
8053
+ }
8054
+ },
8055
+ {
8056
+ "kind": "field",
8057
+ "name": "styles",
8058
+ "type": {
8059
+ "text": "ElementStyles | void | null"
8060
+ },
8061
+ "privacy": "public",
8062
+ "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.",
8063
+ "inheritedFrom": {
8064
+ "name": "FoundationElement",
8065
+ "module": "src/foundation-element/foundation-element.ts"
8066
+ }
8067
+ },
8068
+ {
8069
+ "kind": "method",
8070
+ "name": "stylesChanged",
8071
+ "privacy": "protected",
8072
+ "return": {
8073
+ "type": {
8074
+ "text": "void"
8253
8075
  }
8254
- ]
8076
+ },
8077
+ "inheritedFrom": {
8078
+ "name": "FoundationElement",
8079
+ "module": "src/foundation-element/foundation-element.ts"
8080
+ }
8255
8081
  },
8256
8082
  {
8257
8083
  "kind": "method",
8258
- "name": "selectCheckboxOne",
8084
+ "name": "compose",
8085
+ "privacy": "public",
8086
+ "static": true,
8087
+ "return": {
8088
+ "type": {
8089
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8090
+ }
8091
+ },
8259
8092
  "parameters": [
8260
8093
  {
8261
- "name": "normalizedOption",
8094
+ "name": "this",
8262
8095
  "type": {
8263
- "text": "CategorizedMultiselectOption"
8096
+ "text": "K"
8264
8097
  }
8098
+ },
8099
+ {
8100
+ "name": "elementDefinition",
8101
+ "type": {
8102
+ "text": "T"
8103
+ },
8104
+ "description": "The definition of the element to create the registry\nfunction for."
8265
8105
  }
8266
- ]
8106
+ ],
8107
+ "description": "Defines an element registry function with a set of element definition defaults.",
8108
+ "inheritedFrom": {
8109
+ "name": "FoundationElement",
8110
+ "module": "src/foundation-element/foundation-element.ts"
8111
+ }
8112
+ }
8113
+ ],
8114
+ "attributes": [
8115
+ {
8116
+ "name": "name",
8117
+ "type": {
8118
+ "text": "string"
8119
+ },
8120
+ "default": "''",
8121
+ "fieldName": "name"
8267
8122
  },
8268
8123
  {
8269
- "kind": "method",
8270
- "name": "setFilter"
8124
+ "name": "auto-position",
8125
+ "type": {
8126
+ "text": "boolean"
8127
+ },
8128
+ "default": "true",
8129
+ "fieldName": "autoPosition"
8130
+ },
8131
+ {
8132
+ "type": {
8133
+ "text": "boolean"
8134
+ },
8135
+ "default": "true",
8136
+ "fieldName": "search"
8137
+ },
8138
+ {
8139
+ "type": {
8140
+ "text": "boolean"
8141
+ },
8142
+ "default": "false",
8143
+ "fieldName": "disabled"
8144
+ }
8145
+ ],
8146
+ "superclass": {
8147
+ "name": "FoundationElement",
8148
+ "package": "@microsoft/fast-foundation"
8149
+ },
8150
+ "tagName": "%%prefix%%-categorized-multiselect",
8151
+ "customElement": true
8152
+ },
8153
+ {
8154
+ "kind": "variable",
8155
+ "name": "foundationCategorizedMultiselect"
8156
+ }
8157
+ ],
8158
+ "exports": [
8159
+ {
8160
+ "kind": "js",
8161
+ "name": "foundationCategorizedMultiselectShadowOptions",
8162
+ "declaration": {
8163
+ "name": "foundationCategorizedMultiselectShadowOptions",
8164
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8165
+ }
8166
+ },
8167
+ {
8168
+ "kind": "js",
8169
+ "name": "defaultCategorizedMultiselectConfig",
8170
+ "declaration": {
8171
+ "name": "defaultCategorizedMultiselectConfig",
8172
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8173
+ }
8174
+ },
8175
+ {
8176
+ "kind": "js",
8177
+ "name": "CategorizedMultiselect",
8178
+ "declaration": {
8179
+ "name": "CategorizedMultiselect",
8180
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8181
+ }
8182
+ },
8183
+ {
8184
+ "kind": "js",
8185
+ "name": "foundationCategorizedMultiselect",
8186
+ "declaration": {
8187
+ "name": "foundationCategorizedMultiselect",
8188
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8189
+ }
8190
+ }
8191
+ ]
8192
+ },
8193
+ {
8194
+ "kind": "javascript-module",
8195
+ "path": "src/categorized-multiselect/index.ts",
8196
+ "declarations": [],
8197
+ "exports": [
8198
+ {
8199
+ "kind": "js",
8200
+ "name": "*",
8201
+ "declaration": {
8202
+ "name": "*",
8203
+ "package": "./categorized-multiselect"
8204
+ }
8205
+ },
8206
+ {
8207
+ "kind": "js",
8208
+ "name": "*",
8209
+ "declaration": {
8210
+ "name": "*",
8211
+ "package": "./categorized-multiselect.styles"
8212
+ }
8213
+ },
8214
+ {
8215
+ "kind": "js",
8216
+ "name": "*",
8217
+ "declaration": {
8218
+ "name": "*",
8219
+ "package": "./categorized-multiselect.template"
8220
+ }
8221
+ }
8222
+ ]
8223
+ },
8224
+ {
8225
+ "kind": "javascript-module",
8226
+ "path": "src/card/card.styles.ts",
8227
+ "declarations": [
8228
+ {
8229
+ "kind": "function",
8230
+ "name": "foundationCardStyles",
8231
+ "return": {
8232
+ "type": {
8233
+ "text": "ElementStyles"
8234
+ }
8235
+ },
8236
+ "parameters": [
8237
+ {
8238
+ "name": "context",
8239
+ "type": {
8240
+ "text": "ElementDefinitionContext"
8241
+ }
8271
8242
  },
8272
8243
  {
8273
- "kind": "method",
8274
- "name": "changeHandler",
8275
- "parameters": [
8276
- {
8277
- "name": "event",
8278
- "type": {
8279
- "text": "Event"
8280
- }
8281
- }
8282
- ]
8244
+ "name": "definition",
8245
+ "type": {
8246
+ "text": "FoundationElementDefinition"
8247
+ }
8248
+ }
8249
+ ]
8250
+ }
8251
+ ],
8252
+ "exports": [
8253
+ {
8254
+ "kind": "js",
8255
+ "name": "foundationCardStyles",
8256
+ "declaration": {
8257
+ "name": "foundationCardStyles",
8258
+ "module": "src/card/card.styles.ts"
8259
+ }
8260
+ }
8261
+ ]
8262
+ },
8263
+ {
8264
+ "kind": "javascript-module",
8265
+ "path": "src/card/card.template.ts",
8266
+ "declarations": [
8267
+ {
8268
+ "kind": "function",
8269
+ "name": "foundationCardTemplate",
8270
+ "return": {
8271
+ "type": {
8272
+ "text": "ViewTemplate<Card>"
8273
+ }
8274
+ },
8275
+ "parameters": [
8276
+ {
8277
+ "name": "context",
8278
+ "type": {
8279
+ "text": "ElementDefinitionContext"
8280
+ }
8283
8281
  },
8284
8282
  {
8285
- "kind": "method",
8286
- "name": "handleClickOutside",
8287
- "privacy": "private",
8288
- "parameters": [
8289
- {
8290
- "name": "event",
8291
- "type": {
8292
- "text": "MouseEvent"
8293
- }
8294
- }
8295
- ]
8296
- },
8283
+ "name": "definition",
8284
+ "type": {
8285
+ "text": "FoundationElementDefinition"
8286
+ }
8287
+ }
8288
+ ]
8289
+ }
8290
+ ],
8291
+ "exports": [
8292
+ {
8293
+ "kind": "js",
8294
+ "name": "foundationCardTemplate",
8295
+ "declaration": {
8296
+ "name": "foundationCardTemplate",
8297
+ "module": "src/card/card.template.ts"
8298
+ }
8299
+ }
8300
+ ]
8301
+ },
8302
+ {
8303
+ "kind": "javascript-module",
8304
+ "path": "src/card/card.ts",
8305
+ "declarations": [
8306
+ {
8307
+ "kind": "class",
8308
+ "description": "",
8309
+ "name": "Card",
8310
+ "superclass": {
8311
+ "name": "FASTCard",
8312
+ "package": "@microsoft/fast-components"
8313
+ },
8314
+ "tagName": "%%prefix%%-card",
8315
+ "customElement": true,
8316
+ "members": [
8297
8317
  {
8298
8318
  "kind": "field",
8299
8319
  "name": "_presentation",
@@ -8405,89 +8425,69 @@
8405
8425
  "module": "src/foundation-element/foundation-element.ts"
8406
8426
  }
8407
8427
  }
8408
- ],
8409
- "attributes": [
8410
- {
8411
- "name": "name",
8412
- "type": {
8413
- "text": "string"
8414
- },
8415
- "default": "''",
8416
- "fieldName": "name"
8417
- },
8418
- {
8419
- "name": "auto-position",
8420
- "type": {
8421
- "text": "boolean"
8422
- },
8423
- "default": "true",
8424
- "fieldName": "autoPosition"
8425
- },
8426
- {
8427
- "type": {
8428
- "text": "boolean"
8429
- },
8430
- "default": "true",
8431
- "fieldName": "search"
8432
- },
8433
- {
8434
- "type": {
8435
- "text": "boolean"
8436
- },
8437
- "default": "false",
8438
- "fieldName": "disabled"
8439
- }
8440
- ],
8441
- "superclass": {
8442
- "name": "FoundationElement",
8443
- "package": "@microsoft/fast-foundation"
8428
+ ]
8429
+ },
8430
+ {
8431
+ "kind": "variable",
8432
+ "name": "foundationCardShadowOptions",
8433
+ "type": {
8434
+ "text": "ShadowRootInit"
8444
8435
  },
8445
- "tagName": "%%prefix%%-categorized-multiselect",
8446
- "customElement": true
8436
+ "default": "undefined"
8447
8437
  },
8448
8438
  {
8449
8439
  "kind": "variable",
8450
- "name": "foundationCategorizedMultiselect"
8440
+ "name": "defaultCardConfig",
8441
+ "type": {
8442
+ "text": "object"
8443
+ },
8444
+ "default": "{}"
8445
+ },
8446
+ {
8447
+ "kind": "variable",
8448
+ "name": "foundationCard",
8449
+ "description": "The Foundation Card",
8450
+ "privacy": "public"
8451
8451
  }
8452
8452
  ],
8453
8453
  "exports": [
8454
8454
  {
8455
8455
  "kind": "js",
8456
- "name": "foundationCategorizedMultiselectShadowOptions",
8456
+ "name": "Card",
8457
8457
  "declaration": {
8458
- "name": "foundationCategorizedMultiselectShadowOptions",
8459
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8458
+ "name": "Card",
8459
+ "module": "src/card/card.ts"
8460
8460
  }
8461
8461
  },
8462
8462
  {
8463
8463
  "kind": "js",
8464
- "name": "defaultCategorizedMultiselectConfig",
8464
+ "name": "foundationCardShadowOptions",
8465
8465
  "declaration": {
8466
- "name": "defaultCategorizedMultiselectConfig",
8467
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8466
+ "name": "foundationCardShadowOptions",
8467
+ "module": "src/card/card.ts"
8468
8468
  }
8469
8469
  },
8470
8470
  {
8471
8471
  "kind": "js",
8472
- "name": "CategorizedMultiselect",
8472
+ "name": "defaultCardConfig",
8473
8473
  "declaration": {
8474
- "name": "CategorizedMultiselect",
8475
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8474
+ "name": "defaultCardConfig",
8475
+ "module": "src/card/card.ts"
8476
8476
  }
8477
8477
  },
8478
8478
  {
8479
8479
  "kind": "js",
8480
- "name": "foundationCategorizedMultiselect",
8480
+ "name": "foundationCard",
8481
8481
  "declaration": {
8482
- "name": "foundationCategorizedMultiselect",
8483
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8482
+ "name": "foundationCard",
8483
+ "module": "src/card/card.ts"
8484
8484
  }
8485
8485
  }
8486
8486
  ]
8487
8487
  },
8488
8488
  {
8489
8489
  "kind": "javascript-module",
8490
- "path": "src/categorized-multiselect/index.ts",
8490
+ "path": "src/card/index.ts",
8491
8491
  "declarations": [],
8492
8492
  "exports": [
8493
8493
  {
@@ -8495,7 +8495,7 @@
8495
8495
  "name": "*",
8496
8496
  "declaration": {
8497
8497
  "name": "*",
8498
- "package": "./categorized-multiselect"
8498
+ "package": "./card.template"
8499
8499
  }
8500
8500
  },
8501
8501
  {
@@ -8503,7 +8503,7 @@
8503
8503
  "name": "*",
8504
8504
  "declaration": {
8505
8505
  "name": "*",
8506
- "package": "./categorized-multiselect.styles"
8506
+ "package": "./card.styles"
8507
8507
  }
8508
8508
  },
8509
8509
  {
@@ -8511,7 +8511,7 @@
8511
8511
  "name": "*",
8512
8512
  "declaration": {
8513
8513
  "name": "*",
8514
- "package": "./categorized-multiselect.template"
8514
+ "package": "./card"
8515
8515
  }
8516
8516
  }
8517
8517
  ]
@@ -14471,11 +14471,11 @@
14471
14471
  },
14472
14472
  {
14473
14473
  "kind": "javascript-module",
14474
- "path": "src/disclosure/disclosure.styles.ts",
14474
+ "path": "src/divider/divider.styles.ts",
14475
14475
  "declarations": [
14476
14476
  {
14477
14477
  "kind": "function",
14478
- "name": "foundationDisclosureStyles",
14478
+ "name": "foundationDividerStyles",
14479
14479
  "return": {
14480
14480
  "type": {
14481
14481
  "text": "ElementStyles"
@@ -14500,24 +14500,24 @@
14500
14500
  "exports": [
14501
14501
  {
14502
14502
  "kind": "js",
14503
- "name": "foundationDisclosureStyles",
14503
+ "name": "foundationDividerStyles",
14504
14504
  "declaration": {
14505
- "name": "foundationDisclosureStyles",
14506
- "module": "src/disclosure/disclosure.styles.ts"
14505
+ "name": "foundationDividerStyles",
14506
+ "module": "src/divider/divider.styles.ts"
14507
14507
  }
14508
14508
  }
14509
14509
  ]
14510
14510
  },
14511
14511
  {
14512
14512
  "kind": "javascript-module",
14513
- "path": "src/disclosure/disclosure.template.ts",
14513
+ "path": "src/divider/divider.template.ts",
14514
14514
  "declarations": [
14515
14515
  {
14516
14516
  "kind": "function",
14517
- "name": "foundationDisclosureTemplate",
14517
+ "name": "foundationDividerTemplate",
14518
14518
  "return": {
14519
14519
  "type": {
14520
- "text": "ViewTemplate<Disclosure>"
14520
+ "text": "ViewTemplate<Divider>"
14521
14521
  }
14522
14522
  },
14523
14523
  "parameters": [
@@ -14539,32 +14539,32 @@
14539
14539
  "exports": [
14540
14540
  {
14541
14541
  "kind": "js",
14542
- "name": "foundationDisclosureTemplate",
14542
+ "name": "foundationDividerTemplate",
14543
14543
  "declaration": {
14544
- "name": "foundationDisclosureTemplate",
14545
- "module": "src/disclosure/disclosure.template.ts"
14544
+ "name": "foundationDividerTemplate",
14545
+ "module": "src/divider/divider.template.ts"
14546
14546
  }
14547
14547
  }
14548
14548
  ]
14549
14549
  },
14550
14550
  {
14551
14551
  "kind": "javascript-module",
14552
- "path": "src/disclosure/disclosure.ts",
14552
+ "path": "src/divider/divider.ts",
14553
14553
  "declarations": [
14554
14554
  {
14555
14555
  "kind": "class",
14556
14556
  "description": "",
14557
- "name": "Disclosure",
14557
+ "name": "Divider",
14558
14558
  "superclass": {
14559
- "name": "FASTDisclosure",
14559
+ "name": "FASTDivider",
14560
14560
  "package": "@microsoft/fast-foundation"
14561
14561
  },
14562
- "tagName": "%%prefix%%-disclosure",
14562
+ "tagName": "%%prefix%%-divider",
14563
14563
  "customElement": true
14564
14564
  },
14565
14565
  {
14566
14566
  "kind": "variable",
14567
- "name": "foundationDisclosureShadowOptions",
14567
+ "name": "foundationDividerShadowOptions",
14568
14568
  "type": {
14569
14569
  "text": "ShadowRootInit"
14570
14570
  },
@@ -14572,7 +14572,7 @@
14572
14572
  },
14573
14573
  {
14574
14574
  "kind": "variable",
14575
- "name": "defaultDisclosureConfig",
14575
+ "name": "defaultDividerConfig",
14576
14576
  "type": {
14577
14577
  "text": "object"
14578
14578
  },
@@ -14580,49 +14580,49 @@
14580
14580
  },
14581
14581
  {
14582
14582
  "kind": "variable",
14583
- "name": "foundationDisclosure",
14584
- "description": "The Foundation Disclosure",
14583
+ "name": "foundationDivider",
14584
+ "description": "The Foundation Divider",
14585
14585
  "privacy": "public"
14586
14586
  }
14587
14587
  ],
14588
14588
  "exports": [
14589
14589
  {
14590
14590
  "kind": "js",
14591
- "name": "Disclosure",
14591
+ "name": "Divider",
14592
14592
  "declaration": {
14593
- "name": "Disclosure",
14594
- "module": "src/disclosure/disclosure.ts"
14593
+ "name": "Divider",
14594
+ "module": "src/divider/divider.ts"
14595
14595
  }
14596
14596
  },
14597
14597
  {
14598
14598
  "kind": "js",
14599
- "name": "foundationDisclosureShadowOptions",
14599
+ "name": "foundationDividerShadowOptions",
14600
14600
  "declaration": {
14601
- "name": "foundationDisclosureShadowOptions",
14602
- "module": "src/disclosure/disclosure.ts"
14601
+ "name": "foundationDividerShadowOptions",
14602
+ "module": "src/divider/divider.ts"
14603
14603
  }
14604
14604
  },
14605
14605
  {
14606
14606
  "kind": "js",
14607
- "name": "defaultDisclosureConfig",
14607
+ "name": "defaultDividerConfig",
14608
14608
  "declaration": {
14609
- "name": "defaultDisclosureConfig",
14610
- "module": "src/disclosure/disclosure.ts"
14609
+ "name": "defaultDividerConfig",
14610
+ "module": "src/divider/divider.ts"
14611
14611
  }
14612
14612
  },
14613
14613
  {
14614
14614
  "kind": "js",
14615
- "name": "foundationDisclosure",
14615
+ "name": "foundationDivider",
14616
14616
  "declaration": {
14617
- "name": "foundationDisclosure",
14618
- "module": "src/disclosure/disclosure.ts"
14617
+ "name": "foundationDivider",
14618
+ "module": "src/divider/divider.ts"
14619
14619
  }
14620
14620
  }
14621
14621
  ]
14622
14622
  },
14623
14623
  {
14624
14624
  "kind": "javascript-module",
14625
- "path": "src/disclosure/index.ts",
14625
+ "path": "src/divider/index.ts",
14626
14626
  "declarations": [],
14627
14627
  "exports": [
14628
14628
  {
@@ -14630,7 +14630,7 @@
14630
14630
  "name": "*",
14631
14631
  "declaration": {
14632
14632
  "name": "*",
14633
- "package": "./disclosure.template"
14633
+ "package": "./divider.template"
14634
14634
  }
14635
14635
  },
14636
14636
  {
@@ -14638,7 +14638,7 @@
14638
14638
  "name": "*",
14639
14639
  "declaration": {
14640
14640
  "name": "*",
14641
- "package": "./disclosure.styles"
14641
+ "package": "./divider.styles"
14642
14642
  }
14643
14643
  },
14644
14644
  {
@@ -14646,18 +14646,18 @@
14646
14646
  "name": "*",
14647
14647
  "declaration": {
14648
14648
  "name": "*",
14649
- "package": "./disclosure"
14649
+ "package": "./divider"
14650
14650
  }
14651
14651
  }
14652
14652
  ]
14653
14653
  },
14654
14654
  {
14655
14655
  "kind": "javascript-module",
14656
- "path": "src/divider/divider.styles.ts",
14656
+ "path": "src/disclosure/disclosure.styles.ts",
14657
14657
  "declarations": [
14658
14658
  {
14659
14659
  "kind": "function",
14660
- "name": "foundationDividerStyles",
14660
+ "name": "foundationDisclosureStyles",
14661
14661
  "return": {
14662
14662
  "type": {
14663
14663
  "text": "ElementStyles"
@@ -14682,24 +14682,24 @@
14682
14682
  "exports": [
14683
14683
  {
14684
14684
  "kind": "js",
14685
- "name": "foundationDividerStyles",
14685
+ "name": "foundationDisclosureStyles",
14686
14686
  "declaration": {
14687
- "name": "foundationDividerStyles",
14688
- "module": "src/divider/divider.styles.ts"
14687
+ "name": "foundationDisclosureStyles",
14688
+ "module": "src/disclosure/disclosure.styles.ts"
14689
14689
  }
14690
14690
  }
14691
14691
  ]
14692
14692
  },
14693
14693
  {
14694
14694
  "kind": "javascript-module",
14695
- "path": "src/divider/divider.template.ts",
14695
+ "path": "src/disclosure/disclosure.template.ts",
14696
14696
  "declarations": [
14697
14697
  {
14698
14698
  "kind": "function",
14699
- "name": "foundationDividerTemplate",
14699
+ "name": "foundationDisclosureTemplate",
14700
14700
  "return": {
14701
14701
  "type": {
14702
- "text": "ViewTemplate<Divider>"
14702
+ "text": "ViewTemplate<Disclosure>"
14703
14703
  }
14704
14704
  },
14705
14705
  "parameters": [
@@ -14721,32 +14721,32 @@
14721
14721
  "exports": [
14722
14722
  {
14723
14723
  "kind": "js",
14724
- "name": "foundationDividerTemplate",
14724
+ "name": "foundationDisclosureTemplate",
14725
14725
  "declaration": {
14726
- "name": "foundationDividerTemplate",
14727
- "module": "src/divider/divider.template.ts"
14726
+ "name": "foundationDisclosureTemplate",
14727
+ "module": "src/disclosure/disclosure.template.ts"
14728
14728
  }
14729
14729
  }
14730
14730
  ]
14731
14731
  },
14732
14732
  {
14733
14733
  "kind": "javascript-module",
14734
- "path": "src/divider/divider.ts",
14734
+ "path": "src/disclosure/disclosure.ts",
14735
14735
  "declarations": [
14736
14736
  {
14737
14737
  "kind": "class",
14738
14738
  "description": "",
14739
- "name": "Divider",
14739
+ "name": "Disclosure",
14740
14740
  "superclass": {
14741
- "name": "FASTDivider",
14741
+ "name": "FASTDisclosure",
14742
14742
  "package": "@microsoft/fast-foundation"
14743
14743
  },
14744
- "tagName": "%%prefix%%-divider",
14744
+ "tagName": "%%prefix%%-disclosure",
14745
14745
  "customElement": true
14746
14746
  },
14747
14747
  {
14748
14748
  "kind": "variable",
14749
- "name": "foundationDividerShadowOptions",
14749
+ "name": "foundationDisclosureShadowOptions",
14750
14750
  "type": {
14751
14751
  "text": "ShadowRootInit"
14752
14752
  },
@@ -14754,7 +14754,7 @@
14754
14754
  },
14755
14755
  {
14756
14756
  "kind": "variable",
14757
- "name": "defaultDividerConfig",
14757
+ "name": "defaultDisclosureConfig",
14758
14758
  "type": {
14759
14759
  "text": "object"
14760
14760
  },
@@ -14762,49 +14762,49 @@
14762
14762
  },
14763
14763
  {
14764
14764
  "kind": "variable",
14765
- "name": "foundationDivider",
14766
- "description": "The Foundation Divider",
14765
+ "name": "foundationDisclosure",
14766
+ "description": "The Foundation Disclosure",
14767
14767
  "privacy": "public"
14768
14768
  }
14769
14769
  ],
14770
14770
  "exports": [
14771
14771
  {
14772
14772
  "kind": "js",
14773
- "name": "Divider",
14773
+ "name": "Disclosure",
14774
14774
  "declaration": {
14775
- "name": "Divider",
14776
- "module": "src/divider/divider.ts"
14775
+ "name": "Disclosure",
14776
+ "module": "src/disclosure/disclosure.ts"
14777
14777
  }
14778
14778
  },
14779
14779
  {
14780
14780
  "kind": "js",
14781
- "name": "foundationDividerShadowOptions",
14781
+ "name": "foundationDisclosureShadowOptions",
14782
14782
  "declaration": {
14783
- "name": "foundationDividerShadowOptions",
14784
- "module": "src/divider/divider.ts"
14783
+ "name": "foundationDisclosureShadowOptions",
14784
+ "module": "src/disclosure/disclosure.ts"
14785
14785
  }
14786
14786
  },
14787
14787
  {
14788
14788
  "kind": "js",
14789
- "name": "defaultDividerConfig",
14789
+ "name": "defaultDisclosureConfig",
14790
14790
  "declaration": {
14791
- "name": "defaultDividerConfig",
14792
- "module": "src/divider/divider.ts"
14791
+ "name": "defaultDisclosureConfig",
14792
+ "module": "src/disclosure/disclosure.ts"
14793
14793
  }
14794
14794
  },
14795
14795
  {
14796
14796
  "kind": "js",
14797
- "name": "foundationDivider",
14797
+ "name": "foundationDisclosure",
14798
14798
  "declaration": {
14799
- "name": "foundationDivider",
14800
- "module": "src/divider/divider.ts"
14799
+ "name": "foundationDisclosure",
14800
+ "module": "src/disclosure/disclosure.ts"
14801
14801
  }
14802
14802
  }
14803
14803
  ]
14804
14804
  },
14805
14805
  {
14806
14806
  "kind": "javascript-module",
14807
- "path": "src/divider/index.ts",
14807
+ "path": "src/disclosure/index.ts",
14808
14808
  "declarations": [],
14809
14809
  "exports": [
14810
14810
  {
@@ -14812,7 +14812,7 @@
14812
14812
  "name": "*",
14813
14813
  "declaration": {
14814
14814
  "name": "*",
14815
- "package": "./divider.template"
14815
+ "package": "./disclosure.template"
14816
14816
  }
14817
14817
  },
14818
14818
  {
@@ -14820,7 +14820,7 @@
14820
14820
  "name": "*",
14821
14821
  "declaration": {
14822
14822
  "name": "*",
14823
- "package": "./divider.styles"
14823
+ "package": "./disclosure.styles"
14824
14824
  }
14825
14825
  },
14826
14826
  {
@@ -14828,7 +14828,7 @@
14828
14828
  "name": "*",
14829
14829
  "declaration": {
14830
14830
  "name": "*",
14831
- "package": "./divider"
14831
+ "package": "./disclosure"
14832
14832
  }
14833
14833
  }
14834
14834
  ]
@@ -27422,6 +27422,106 @@
27422
27422
  }
27423
27423
  ]
27424
27424
  },
27425
+ {
27426
+ "kind": "javascript-module",
27427
+ "path": "src/patterns/define.ts",
27428
+ "declarations": [
27429
+ {
27430
+ "kind": "function",
27431
+ "name": "defineFactory",
27432
+ "return": {
27433
+ "type": {
27434
+ "text": ""
27435
+ }
27436
+ },
27437
+ "parameters": [
27438
+ {
27439
+ "name": "Type",
27440
+ "type": {
27441
+ "text": "TType"
27442
+ },
27443
+ "description": "The custom element Type / Class to define."
27444
+ },
27445
+ {
27446
+ "name": "overriderOrBase",
27447
+ "type": {
27448
+ "text": "DefinitionOverrider | PartialFASTElementDefinition"
27449
+ },
27450
+ "description": "A function that merges definitions, or the base definition if custom merging is not needed."
27451
+ }
27452
+ ],
27453
+ "description": "Defines a platform custom element based on the provided type and definition."
27454
+ }
27455
+ ],
27456
+ "exports": [
27457
+ {
27458
+ "kind": "js",
27459
+ "name": "defineFactory",
27460
+ "declaration": {
27461
+ "name": "defineFactory",
27462
+ "module": "src/patterns/define.ts"
27463
+ }
27464
+ }
27465
+ ]
27466
+ },
27467
+ {
27468
+ "kind": "javascript-module",
27469
+ "path": "src/patterns/index.ts",
27470
+ "declarations": [],
27471
+ "exports": [
27472
+ {
27473
+ "kind": "js",
27474
+ "name": "*",
27475
+ "declaration": {
27476
+ "name": "*",
27477
+ "package": "./define"
27478
+ }
27479
+ },
27480
+ {
27481
+ "kind": "js",
27482
+ "name": "*",
27483
+ "declaration": {
27484
+ "name": "*",
27485
+ "package": "./tag-for"
27486
+ }
27487
+ }
27488
+ ]
27489
+ },
27490
+ {
27491
+ "kind": "javascript-module",
27492
+ "path": "src/patterns/tag-for.ts",
27493
+ "declarations": [
27494
+ {
27495
+ "kind": "function",
27496
+ "name": "tagFor",
27497
+ "return": {
27498
+ "type": {
27499
+ "text": ""
27500
+ }
27501
+ },
27502
+ "parameters": [
27503
+ {
27504
+ "name": "dependency",
27505
+ "type": {
27506
+ "text": "TemplateElementDependency"
27507
+ },
27508
+ "description": "The dependency the template is dependent on."
27509
+ }
27510
+ ],
27511
+ "description": "Determines what HTML tag name to use for the dependency."
27512
+ }
27513
+ ],
27514
+ "exports": [
27515
+ {
27516
+ "kind": "js",
27517
+ "name": "tagFor",
27518
+ "declaration": {
27519
+ "name": "tagFor",
27520
+ "module": "src/patterns/tag-for.ts"
27521
+ }
27522
+ }
27523
+ ]
27524
+ },
27425
27525
  {
27426
27526
  "kind": "javascript-module",
27427
27527
  "path": "src/popper/index.ts",
@@ -27778,106 +27878,6 @@
27778
27878
  }
27779
27879
  ]
27780
27880
  },
27781
- {
27782
- "kind": "javascript-module",
27783
- "path": "src/patterns/define.ts",
27784
- "declarations": [
27785
- {
27786
- "kind": "function",
27787
- "name": "defineFactory",
27788
- "return": {
27789
- "type": {
27790
- "text": ""
27791
- }
27792
- },
27793
- "parameters": [
27794
- {
27795
- "name": "Type",
27796
- "type": {
27797
- "text": "TType"
27798
- },
27799
- "description": "The custom element Type / Class to define."
27800
- },
27801
- {
27802
- "name": "overriderOrBase",
27803
- "type": {
27804
- "text": "DefinitionOverrider | PartialFASTElementDefinition"
27805
- },
27806
- "description": "A function that merges definitions, or the base definition if custom merging is not needed."
27807
- }
27808
- ],
27809
- "description": "Defines a platform custom element based on the provided type and definition."
27810
- }
27811
- ],
27812
- "exports": [
27813
- {
27814
- "kind": "js",
27815
- "name": "defineFactory",
27816
- "declaration": {
27817
- "name": "defineFactory",
27818
- "module": "src/patterns/define.ts"
27819
- }
27820
- }
27821
- ]
27822
- },
27823
- {
27824
- "kind": "javascript-module",
27825
- "path": "src/patterns/index.ts",
27826
- "declarations": [],
27827
- "exports": [
27828
- {
27829
- "kind": "js",
27830
- "name": "*",
27831
- "declaration": {
27832
- "name": "*",
27833
- "package": "./define"
27834
- }
27835
- },
27836
- {
27837
- "kind": "js",
27838
- "name": "*",
27839
- "declaration": {
27840
- "name": "*",
27841
- "package": "./tag-for"
27842
- }
27843
- }
27844
- ]
27845
- },
27846
- {
27847
- "kind": "javascript-module",
27848
- "path": "src/patterns/tag-for.ts",
27849
- "declarations": [
27850
- {
27851
- "kind": "function",
27852
- "name": "tagFor",
27853
- "return": {
27854
- "type": {
27855
- "text": ""
27856
- }
27857
- },
27858
- "parameters": [
27859
- {
27860
- "name": "dependency",
27861
- "type": {
27862
- "text": "TemplateElementDependency"
27863
- },
27864
- "description": "The dependency the template is dependent on."
27865
- }
27866
- ],
27867
- "description": "Determines what HTML tag name to use for the dependency."
27868
- }
27869
- ],
27870
- "exports": [
27871
- {
27872
- "kind": "js",
27873
- "name": "tagFor",
27874
- "declaration": {
27875
- "name": "tagFor",
27876
- "module": "src/patterns/tag-for.ts"
27877
- }
27878
- }
27879
- ]
27880
- },
27881
27881
  {
27882
27882
  "kind": "javascript-module",
27883
27883
  "path": "src/progress/index.ts",