@genesislcap/foundation-zero 14.418.2-alpha-222b313.0 → 14.419.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.
@@ -931,11 +931,11 @@
931
931
  },
932
932
  {
933
933
  "kind": "javascript-module",
934
- "path": "src/accordion-item/accordion-item.styles.ts",
934
+ "path": "src/accordion/accordion.styles.ts",
935
935
  "declarations": [
936
936
  {
937
937
  "kind": "function",
938
- "name": "zeroAccordionItemStyles",
938
+ "name": "zeroAccordionStyles",
939
939
  "return": {
940
940
  "type": {
941
941
  "text": "ElementStyles"
@@ -960,24 +960,24 @@
960
960
  "exports": [
961
961
  {
962
962
  "kind": "js",
963
- "name": "zeroAccordionItemStyles",
963
+ "name": "zeroAccordionStyles",
964
964
  "declaration": {
965
- "name": "zeroAccordionItemStyles",
966
- "module": "src/accordion-item/accordion-item.styles.ts"
965
+ "name": "zeroAccordionStyles",
966
+ "module": "src/accordion/accordion.styles.ts"
967
967
  }
968
968
  }
969
969
  ]
970
970
  },
971
971
  {
972
972
  "kind": "javascript-module",
973
- "path": "src/accordion-item/accordion-item.template.ts",
973
+ "path": "src/accordion/accordion.template.ts",
974
974
  "declarations": [
975
975
  {
976
976
  "kind": "function",
977
- "name": "zeroAccordionItemTemplate",
977
+ "name": "zeroAccordionTemplate",
978
978
  "return": {
979
979
  "type": {
980
- "text": "ViewTemplate<AccordionItem>"
980
+ "text": "ViewTemplate<Accordion>"
981
981
  }
982
982
  },
983
983
  "parameters": [
@@ -999,116 +999,237 @@
999
999
  "exports": [
1000
1000
  {
1001
1001
  "kind": "js",
1002
- "name": "zeroAccordionItemTemplate",
1002
+ "name": "zeroAccordionTemplate",
1003
1003
  "declaration": {
1004
- "name": "zeroAccordionItemTemplate",
1005
- "module": "src/accordion-item/accordion-item.template.ts"
1004
+ "name": "zeroAccordionTemplate",
1005
+ "module": "src/accordion/accordion.template.ts"
1006
1006
  }
1007
1007
  }
1008
1008
  ]
1009
1009
  },
1010
1010
  {
1011
1011
  "kind": "javascript-module",
1012
- "path": "src/accordion-item/accordion-item.ts",
1012
+ "path": "src/accordion/accordion.ts",
1013
1013
  "declarations": [
1014
1014
  {
1015
1015
  "kind": "class",
1016
1016
  "description": "",
1017
- "name": "AccordionItem",
1017
+ "name": "Accordion",
1018
1018
  "superclass": {
1019
- "name": "FoundationAccordionItem",
1019
+ "name": "FoundationAccordion",
1020
1020
  "package": "@genesislcap/foundation-ui"
1021
1021
  },
1022
1022
  "tagName": "%%prefix%%-card",
1023
1023
  "customElement": true,
1024
1024
  "attributes": [
1025
1025
  {
1026
- "name": "heading-level",
1026
+ "name": "expand-mode",
1027
1027
  "type": {
1028
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1028
+ "text": "AccordionExpandMode"
1029
1029
  },
1030
- "default": "2",
1031
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1032
- "fieldName": "headinglevel",
1030
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1031
+ "fieldName": "expandmode",
1033
1032
  "inheritedFrom": {
1034
- "name": "AccordionItem",
1035
- "module": "src/accordion-item/accordion-item.ts"
1033
+ "name": "Accordion",
1034
+ "module": "src/accordion/accordion.ts"
1036
1035
  }
1037
- },
1036
+ }
1037
+ ],
1038
+ "members": [
1038
1039
  {
1040
+ "kind": "field",
1041
+ "name": "expandmode",
1039
1042
  "type": {
1040
- "text": "boolean"
1043
+ "text": "AccordionExpandMode"
1041
1044
  },
1042
- "default": "false",
1043
- "description": "Expands or collapses the item.",
1044
- "fieldName": "expanded",
1045
+ "privacy": "public",
1046
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1045
1047
  "inheritedFrom": {
1046
- "name": "AccordionItem",
1047
- "module": "src/accordion-item/accordion-item.ts"
1048
+ "name": "Accordion",
1049
+ "module": "src/accordion/accordion.ts"
1048
1050
  }
1049
1051
  },
1050
1052
  {
1051
- "name": "id",
1053
+ "kind": "field",
1054
+ "name": "activeid",
1052
1055
  "type": {
1053
- "text": "string"
1056
+ "text": "string | null"
1054
1057
  },
1055
- "description": "The item ID",
1056
- "fieldName": "id",
1058
+ "privacy": "private",
1057
1059
  "inheritedFrom": {
1058
- "name": "AccordionItem",
1059
- "module": "src/accordion-item/accordion-item.ts"
1060
+ "name": "Accordion",
1061
+ "module": "src/accordion/accordion.ts"
1060
1062
  }
1061
- }
1062
- ],
1063
- "members": [
1063
+ },
1064
1064
  {
1065
1065
  "kind": "field",
1066
- "name": "headinglevel",
1066
+ "name": "activeItemIndex",
1067
1067
  "type": {
1068
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1068
+ "text": "number"
1069
1069
  },
1070
- "privacy": "public",
1071
- "default": "2",
1072
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1070
+ "privacy": "private",
1071
+ "default": "0",
1073
1072
  "inheritedFrom": {
1074
- "name": "AccordionItem",
1075
- "module": "src/accordion-item/accordion-item.ts"
1073
+ "name": "Accordion",
1074
+ "module": "src/accordion/accordion.ts"
1076
1075
  }
1077
1076
  },
1078
1077
  {
1079
1078
  "kind": "field",
1080
- "name": "expanded",
1079
+ "name": "accordionIds",
1081
1080
  "type": {
1082
- "text": "boolean"
1081
+ "text": "Array<string | null>"
1083
1082
  },
1084
- "privacy": "public",
1085
- "default": "false",
1086
- "description": "Expands or collapses the item.",
1083
+ "privacy": "private",
1087
1084
  "inheritedFrom": {
1088
- "name": "AccordionItem",
1089
- "module": "src/accordion-item/accordion-item.ts"
1085
+ "name": "Accordion",
1086
+ "module": "src/accordion/accordion.ts"
1090
1087
  }
1091
1088
  },
1092
1089
  {
1093
1090
  "kind": "field",
1094
- "name": "id",
1095
- "type": {
1096
- "text": "string"
1091
+ "name": "change",
1092
+ "privacy": "private",
1093
+ "inheritedFrom": {
1094
+ "name": "Accordion",
1095
+ "module": "src/accordion/accordion.ts"
1096
+ }
1097
+ },
1098
+ {
1099
+ "kind": "method",
1100
+ "name": "findExpandedItem",
1101
+ "privacy": "private",
1102
+ "return": {
1103
+ "type": {
1104
+ "text": "AccordionItem | null"
1105
+ }
1097
1106
  },
1098
- "privacy": "public",
1099
- "description": "The item ID",
1100
1107
  "inheritedFrom": {
1101
- "name": "AccordionItem",
1102
- "module": "src/accordion-item/accordion-item.ts"
1108
+ "name": "Accordion",
1109
+ "module": "src/accordion/accordion.ts"
1103
1110
  }
1104
1111
  },
1105
1112
  {
1106
1113
  "kind": "field",
1107
- "name": "change",
1114
+ "name": "setItems",
1108
1115
  "privacy": "private",
1109
1116
  "inheritedFrom": {
1110
- "name": "AccordionItem",
1111
- "module": "src/accordion-item/accordion-item.ts"
1117
+ "name": "Accordion",
1118
+ "module": "src/accordion/accordion.ts"
1119
+ }
1120
+ },
1121
+ {
1122
+ "kind": "method",
1123
+ "name": "resetItems",
1124
+ "privacy": "private",
1125
+ "return": {
1126
+ "type": {
1127
+ "text": "void"
1128
+ }
1129
+ },
1130
+ "inheritedFrom": {
1131
+ "name": "Accordion",
1132
+ "module": "src/accordion/accordion.ts"
1133
+ }
1134
+ },
1135
+ {
1136
+ "kind": "field",
1137
+ "name": "removeItemListeners",
1138
+ "privacy": "private",
1139
+ "inheritedFrom": {
1140
+ "name": "Accordion",
1141
+ "module": "src/accordion/accordion.ts"
1142
+ }
1143
+ },
1144
+ {
1145
+ "kind": "field",
1146
+ "name": "activeItemChange",
1147
+ "privacy": "private",
1148
+ "inheritedFrom": {
1149
+ "name": "Accordion",
1150
+ "module": "src/accordion/accordion.ts"
1151
+ }
1152
+ },
1153
+ {
1154
+ "kind": "method",
1155
+ "name": "getItemIds",
1156
+ "privacy": "private",
1157
+ "return": {
1158
+ "type": {
1159
+ "text": "Array<string | null>"
1160
+ }
1161
+ },
1162
+ "inheritedFrom": {
1163
+ "name": "Accordion",
1164
+ "module": "src/accordion/accordion.ts"
1165
+ }
1166
+ },
1167
+ {
1168
+ "kind": "method",
1169
+ "name": "isSingleExpandMode",
1170
+ "privacy": "private",
1171
+ "return": {
1172
+ "type": {
1173
+ "text": "boolean"
1174
+ }
1175
+ },
1176
+ "inheritedFrom": {
1177
+ "name": "Accordion",
1178
+ "module": "src/accordion/accordion.ts"
1179
+ }
1180
+ },
1181
+ {
1182
+ "kind": "field",
1183
+ "name": "handleItemKeyDown",
1184
+ "privacy": "private",
1185
+ "inheritedFrom": {
1186
+ "name": "Accordion",
1187
+ "module": "src/accordion/accordion.ts"
1188
+ }
1189
+ },
1190
+ {
1191
+ "kind": "field",
1192
+ "name": "handleItemFocus",
1193
+ "privacy": "private",
1194
+ "inheritedFrom": {
1195
+ "name": "Accordion",
1196
+ "module": "src/accordion/accordion.ts"
1197
+ }
1198
+ },
1199
+ {
1200
+ "kind": "method",
1201
+ "name": "adjust",
1202
+ "privacy": "private",
1203
+ "return": {
1204
+ "type": {
1205
+ "text": "void"
1206
+ }
1207
+ },
1208
+ "parameters": [
1209
+ {
1210
+ "name": "adjustment",
1211
+ "type": {
1212
+ "text": "number"
1213
+ }
1214
+ }
1215
+ ],
1216
+ "inheritedFrom": {
1217
+ "name": "Accordion",
1218
+ "module": "src/accordion/accordion.ts"
1219
+ }
1220
+ },
1221
+ {
1222
+ "kind": "method",
1223
+ "name": "focusItem",
1224
+ "privacy": "private",
1225
+ "return": {
1226
+ "type": {
1227
+ "text": "void"
1228
+ }
1229
+ },
1230
+ "inheritedFrom": {
1231
+ "name": "Accordion",
1232
+ "module": "src/accordion/accordion.ts"
1112
1233
  }
1113
1234
  },
1114
1235
  {
@@ -1120,8 +1241,8 @@
1120
1241
  "privacy": "private",
1121
1242
  "default": "void 0",
1122
1243
  "inheritedFrom": {
1123
- "name": "AccordionItem",
1124
- "module": "src/accordion-item/accordion-item.ts"
1244
+ "name": "Accordion",
1245
+ "module": "src/accordion/accordion.ts"
1125
1246
  }
1126
1247
  },
1127
1248
  {
@@ -1133,8 +1254,8 @@
1133
1254
  "privacy": "public",
1134
1255
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1135
1256
  "inheritedFrom": {
1136
- "name": "AccordionItem",
1137
- "module": "src/accordion-item/accordion-item.ts"
1257
+ "name": "Accordion",
1258
+ "module": "src/accordion/accordion.ts"
1138
1259
  }
1139
1260
  },
1140
1261
  {
@@ -1146,8 +1267,8 @@
1146
1267
  "privacy": "public",
1147
1268
  "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.",
1148
1269
  "inheritedFrom": {
1149
- "name": "AccordionItem",
1150
- "module": "src/accordion-item/accordion-item.ts"
1270
+ "name": "Accordion",
1271
+ "module": "src/accordion/accordion.ts"
1151
1272
  }
1152
1273
  },
1153
1274
  {
@@ -1160,8 +1281,8 @@
1160
1281
  }
1161
1282
  },
1162
1283
  "inheritedFrom": {
1163
- "name": "AccordionItem",
1164
- "module": "src/accordion-item/accordion-item.ts"
1284
+ "name": "Accordion",
1285
+ "module": "src/accordion/accordion.ts"
1165
1286
  }
1166
1287
  },
1167
1288
  {
@@ -1173,8 +1294,8 @@
1173
1294
  "privacy": "public",
1174
1295
  "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.",
1175
1296
  "inheritedFrom": {
1176
- "name": "AccordionItem",
1177
- "module": "src/accordion-item/accordion-item.ts"
1297
+ "name": "Accordion",
1298
+ "module": "src/accordion/accordion.ts"
1178
1299
  }
1179
1300
  },
1180
1301
  {
@@ -1187,8 +1308,8 @@
1187
1308
  }
1188
1309
  },
1189
1310
  "inheritedFrom": {
1190
- "name": "AccordionItem",
1191
- "module": "src/accordion-item/accordion-item.ts"
1311
+ "name": "Accordion",
1312
+ "module": "src/accordion/accordion.ts"
1192
1313
  }
1193
1314
  },
1194
1315
  {
@@ -1218,49 +1339,49 @@
1218
1339
  ],
1219
1340
  "description": "Defines an element registry function with a set of element definition defaults.",
1220
1341
  "inheritedFrom": {
1221
- "name": "AccordionItem",
1222
- "module": "src/accordion-item/accordion-item.ts"
1342
+ "name": "Accordion",
1343
+ "module": "src/accordion/accordion.ts"
1223
1344
  }
1224
1345
  }
1225
1346
  ],
1226
1347
  "events": [
1227
1348
  {
1228
- "description": "Fires a custom 'change' event when the button is invoked",
1349
+ "description": "Fires a custom 'change' event when the active item changes",
1229
1350
  "name": "change",
1230
1351
  "inheritedFrom": {
1231
- "name": "AccordionItem",
1232
- "module": "src/accordion-item/accordion-item.ts"
1352
+ "name": "Accordion",
1353
+ "module": "src/accordion/accordion.ts"
1233
1354
  }
1234
1355
  }
1235
1356
  ]
1236
1357
  },
1237
1358
  {
1238
1359
  "kind": "variable",
1239
- "name": "zeroAccordionItem"
1360
+ "name": "zeroAccordion"
1240
1361
  }
1241
1362
  ],
1242
1363
  "exports": [
1243
1364
  {
1244
1365
  "kind": "js",
1245
- "name": "AccordionItem",
1366
+ "name": "Accordion",
1246
1367
  "declaration": {
1247
- "name": "AccordionItem",
1248
- "module": "src/accordion-item/accordion-item.ts"
1368
+ "name": "Accordion",
1369
+ "module": "src/accordion/accordion.ts"
1249
1370
  }
1250
1371
  },
1251
1372
  {
1252
1373
  "kind": "js",
1253
- "name": "zeroAccordionItem",
1374
+ "name": "zeroAccordion",
1254
1375
  "declaration": {
1255
- "name": "zeroAccordionItem",
1256
- "module": "src/accordion-item/accordion-item.ts"
1376
+ "name": "zeroAccordion",
1377
+ "module": "src/accordion/accordion.ts"
1257
1378
  }
1258
1379
  }
1259
1380
  ]
1260
1381
  },
1261
1382
  {
1262
1383
  "kind": "javascript-module",
1263
- "path": "src/accordion-item/index.ts",
1384
+ "path": "src/accordion/index.ts",
1264
1385
  "declarations": [],
1265
1386
  "exports": [
1266
1387
  {
@@ -1268,7 +1389,7 @@
1268
1389
  "name": "*",
1269
1390
  "declaration": {
1270
1391
  "name": "*",
1271
- "package": "./accordion-item"
1392
+ "package": "./accordion"
1272
1393
  }
1273
1394
  },
1274
1395
  {
@@ -1276,7 +1397,7 @@
1276
1397
  "name": "*",
1277
1398
  "declaration": {
1278
1399
  "name": "*",
1279
- "package": "./accordion-item.styles"
1400
+ "package": "./accordion.styles"
1280
1401
  }
1281
1402
  },
1282
1403
  {
@@ -1284,18 +1405,18 @@
1284
1405
  "name": "*",
1285
1406
  "declaration": {
1286
1407
  "name": "*",
1287
- "package": "./accordion-item.template"
1408
+ "package": "./accordion.template"
1288
1409
  }
1289
1410
  }
1290
1411
  ]
1291
1412
  },
1292
1413
  {
1293
1414
  "kind": "javascript-module",
1294
- "path": "src/accordion/accordion.styles.ts",
1415
+ "path": "src/accordion-item/accordion-item.styles.ts",
1295
1416
  "declarations": [
1296
1417
  {
1297
1418
  "kind": "function",
1298
- "name": "zeroAccordionStyles",
1419
+ "name": "zeroAccordionItemStyles",
1299
1420
  "return": {
1300
1421
  "type": {
1301
1422
  "text": "ElementStyles"
@@ -1320,24 +1441,24 @@
1320
1441
  "exports": [
1321
1442
  {
1322
1443
  "kind": "js",
1323
- "name": "zeroAccordionStyles",
1444
+ "name": "zeroAccordionItemStyles",
1324
1445
  "declaration": {
1325
- "name": "zeroAccordionStyles",
1326
- "module": "src/accordion/accordion.styles.ts"
1446
+ "name": "zeroAccordionItemStyles",
1447
+ "module": "src/accordion-item/accordion-item.styles.ts"
1327
1448
  }
1328
1449
  }
1329
1450
  ]
1330
1451
  },
1331
1452
  {
1332
1453
  "kind": "javascript-module",
1333
- "path": "src/accordion/accordion.template.ts",
1454
+ "path": "src/accordion-item/accordion-item.template.ts",
1334
1455
  "declarations": [
1335
1456
  {
1336
1457
  "kind": "function",
1337
- "name": "zeroAccordionTemplate",
1458
+ "name": "zeroAccordionItemTemplate",
1338
1459
  "return": {
1339
1460
  "type": {
1340
- "text": "ViewTemplate<Accordion>"
1461
+ "text": "ViewTemplate<AccordionItem>"
1341
1462
  }
1342
1463
  },
1343
1464
  "parameters": [
@@ -1359,56 +1480,268 @@
1359
1480
  "exports": [
1360
1481
  {
1361
1482
  "kind": "js",
1362
- "name": "zeroAccordionTemplate",
1483
+ "name": "zeroAccordionItemTemplate",
1363
1484
  "declaration": {
1364
- "name": "zeroAccordionTemplate",
1365
- "module": "src/accordion/accordion.template.ts"
1485
+ "name": "zeroAccordionItemTemplate",
1486
+ "module": "src/accordion-item/accordion-item.template.ts"
1366
1487
  }
1367
1488
  }
1368
1489
  ]
1369
1490
  },
1370
1491
  {
1371
1492
  "kind": "javascript-module",
1372
- "path": "src/accordion/accordion.ts",
1493
+ "path": "src/accordion-item/accordion-item.ts",
1373
1494
  "declarations": [
1374
1495
  {
1375
1496
  "kind": "class",
1376
1497
  "description": "",
1377
- "name": "Accordion",
1498
+ "name": "AccordionItem",
1378
1499
  "superclass": {
1379
- "name": "FoundationAccordion",
1500
+ "name": "FoundationAccordionItem",
1380
1501
  "package": "@genesislcap/foundation-ui"
1381
1502
  },
1382
1503
  "tagName": "%%prefix%%-card",
1383
- "customElement": true
1504
+ "customElement": true,
1505
+ "attributes": [
1506
+ {
1507
+ "name": "heading-level",
1508
+ "type": {
1509
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1510
+ },
1511
+ "default": "2",
1512
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1513
+ "fieldName": "headinglevel",
1514
+ "inheritedFrom": {
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1517
+ }
1518
+ },
1519
+ {
1520
+ "type": {
1521
+ "text": "boolean"
1522
+ },
1523
+ "default": "false",
1524
+ "description": "Expands or collapses the item.",
1525
+ "fieldName": "expanded",
1526
+ "inheritedFrom": {
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1529
+ }
1530
+ },
1531
+ {
1532
+ "name": "id",
1533
+ "type": {
1534
+ "text": "string"
1535
+ },
1536
+ "description": "The item ID",
1537
+ "fieldName": "id",
1538
+ "inheritedFrom": {
1539
+ "name": "AccordionItem",
1540
+ "module": "src/accordion-item/accordion-item.ts"
1541
+ }
1542
+ }
1543
+ ],
1544
+ "members": [
1545
+ {
1546
+ "kind": "field",
1547
+ "name": "headinglevel",
1548
+ "type": {
1549
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1550
+ },
1551
+ "privacy": "public",
1552
+ "default": "2",
1553
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1554
+ "inheritedFrom": {
1555
+ "name": "AccordionItem",
1556
+ "module": "src/accordion-item/accordion-item.ts"
1557
+ }
1558
+ },
1559
+ {
1560
+ "kind": "field",
1561
+ "name": "expanded",
1562
+ "type": {
1563
+ "text": "boolean"
1564
+ },
1565
+ "privacy": "public",
1566
+ "default": "false",
1567
+ "description": "Expands or collapses the item.",
1568
+ "inheritedFrom": {
1569
+ "name": "AccordionItem",
1570
+ "module": "src/accordion-item/accordion-item.ts"
1571
+ }
1572
+ },
1573
+ {
1574
+ "kind": "field",
1575
+ "name": "id",
1576
+ "type": {
1577
+ "text": "string"
1578
+ },
1579
+ "privacy": "public",
1580
+ "description": "The item ID",
1581
+ "inheritedFrom": {
1582
+ "name": "AccordionItem",
1583
+ "module": "src/accordion-item/accordion-item.ts"
1584
+ }
1585
+ },
1586
+ {
1587
+ "kind": "field",
1588
+ "name": "change",
1589
+ "privacy": "private",
1590
+ "inheritedFrom": {
1591
+ "name": "AccordionItem",
1592
+ "module": "src/accordion-item/accordion-item.ts"
1593
+ }
1594
+ },
1595
+ {
1596
+ "kind": "field",
1597
+ "name": "_presentation",
1598
+ "type": {
1599
+ "text": "ComponentPresentation | null | undefined"
1600
+ },
1601
+ "privacy": "private",
1602
+ "default": "void 0",
1603
+ "inheritedFrom": {
1604
+ "name": "AccordionItem",
1605
+ "module": "src/accordion-item/accordion-item.ts"
1606
+ }
1607
+ },
1608
+ {
1609
+ "kind": "field",
1610
+ "name": "$presentation",
1611
+ "type": {
1612
+ "text": "ComponentPresentation | null"
1613
+ },
1614
+ "privacy": "public",
1615
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1616
+ "inheritedFrom": {
1617
+ "name": "AccordionItem",
1618
+ "module": "src/accordion-item/accordion-item.ts"
1619
+ }
1620
+ },
1621
+ {
1622
+ "kind": "field",
1623
+ "name": "template",
1624
+ "type": {
1625
+ "text": "ElementViewTemplate | void | null"
1626
+ },
1627
+ "privacy": "public",
1628
+ "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.",
1629
+ "inheritedFrom": {
1630
+ "name": "AccordionItem",
1631
+ "module": "src/accordion-item/accordion-item.ts"
1632
+ }
1633
+ },
1634
+ {
1635
+ "kind": "method",
1636
+ "name": "templateChanged",
1637
+ "privacy": "protected",
1638
+ "return": {
1639
+ "type": {
1640
+ "text": "void"
1641
+ }
1642
+ },
1643
+ "inheritedFrom": {
1644
+ "name": "AccordionItem",
1645
+ "module": "src/accordion-item/accordion-item.ts"
1646
+ }
1647
+ },
1648
+ {
1649
+ "kind": "field",
1650
+ "name": "styles",
1651
+ "type": {
1652
+ "text": "ElementStyles | void | null"
1653
+ },
1654
+ "privacy": "public",
1655
+ "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.",
1656
+ "inheritedFrom": {
1657
+ "name": "AccordionItem",
1658
+ "module": "src/accordion-item/accordion-item.ts"
1659
+ }
1660
+ },
1661
+ {
1662
+ "kind": "method",
1663
+ "name": "stylesChanged",
1664
+ "privacy": "protected",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": "void"
1668
+ }
1669
+ },
1670
+ "inheritedFrom": {
1671
+ "name": "AccordionItem",
1672
+ "module": "src/accordion-item/accordion-item.ts"
1673
+ }
1674
+ },
1675
+ {
1676
+ "kind": "method",
1677
+ "name": "compose",
1678
+ "privacy": "public",
1679
+ "static": true,
1680
+ "return": {
1681
+ "type": {
1682
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1683
+ }
1684
+ },
1685
+ "parameters": [
1686
+ {
1687
+ "name": "this",
1688
+ "type": {
1689
+ "text": "K"
1690
+ }
1691
+ },
1692
+ {
1693
+ "name": "elementDefinition",
1694
+ "type": {
1695
+ "text": "T"
1696
+ },
1697
+ "description": "The definition of the element to create the registry\nfunction for."
1698
+ }
1699
+ ],
1700
+ "description": "Defines an element registry function with a set of element definition defaults.",
1701
+ "inheritedFrom": {
1702
+ "name": "AccordionItem",
1703
+ "module": "src/accordion-item/accordion-item.ts"
1704
+ }
1705
+ }
1706
+ ],
1707
+ "events": [
1708
+ {
1709
+ "description": "Fires a custom 'change' event when the button is invoked",
1710
+ "name": "change",
1711
+ "inheritedFrom": {
1712
+ "name": "AccordionItem",
1713
+ "module": "src/accordion-item/accordion-item.ts"
1714
+ }
1715
+ }
1716
+ ]
1384
1717
  },
1385
1718
  {
1386
1719
  "kind": "variable",
1387
- "name": "zeroAccordion"
1720
+ "name": "zeroAccordionItem"
1388
1721
  }
1389
1722
  ],
1390
1723
  "exports": [
1391
1724
  {
1392
1725
  "kind": "js",
1393
- "name": "Accordion",
1726
+ "name": "AccordionItem",
1394
1727
  "declaration": {
1395
- "name": "Accordion",
1396
- "module": "src/accordion/accordion.ts"
1728
+ "name": "AccordionItem",
1729
+ "module": "src/accordion-item/accordion-item.ts"
1397
1730
  }
1398
1731
  },
1399
1732
  {
1400
1733
  "kind": "js",
1401
- "name": "zeroAccordion",
1734
+ "name": "zeroAccordionItem",
1402
1735
  "declaration": {
1403
- "name": "zeroAccordion",
1404
- "module": "src/accordion/accordion.ts"
1736
+ "name": "zeroAccordionItem",
1737
+ "module": "src/accordion-item/accordion-item.ts"
1405
1738
  }
1406
1739
  }
1407
1740
  ]
1408
1741
  },
1409
1742
  {
1410
1743
  "kind": "javascript-module",
1411
- "path": "src/accordion/index.ts",
1744
+ "path": "src/accordion-item/index.ts",
1412
1745
  "declarations": [],
1413
1746
  "exports": [
1414
1747
  {
@@ -1416,7 +1749,7 @@
1416
1749
  "name": "*",
1417
1750
  "declaration": {
1418
1751
  "name": "*",
1419
- "package": "./accordion"
1752
+ "package": "./accordion-item"
1420
1753
  }
1421
1754
  },
1422
1755
  {
@@ -1424,7 +1757,7 @@
1424
1757
  "name": "*",
1425
1758
  "declaration": {
1426
1759
  "name": "*",
1427
- "package": "./accordion.styles"
1760
+ "package": "./accordion-item.styles"
1428
1761
  }
1429
1762
  },
1430
1763
  {
@@ -1432,7 +1765,7 @@
1432
1765
  "name": "*",
1433
1766
  "declaration": {
1434
1767
  "name": "*",
1435
- "package": "./accordion.template"
1768
+ "package": "./accordion-item.template"
1436
1769
  }
1437
1770
  }
1438
1771
  ]
@@ -2441,6 +2774,24 @@
2441
2774
  "module": "src/foundation-element/foundation-element.ts"
2442
2775
  }
2443
2776
  }
2777
+ ],
2778
+ "events": [
2779
+ {
2780
+ "description": "Fired when interpreted criteria is applied or cleared",
2781
+ "name": "criteria-changed",
2782
+ "inheritedFrom": {
2783
+ "name": "AiCriteriaSearch",
2784
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2785
+ }
2786
+ },
2787
+ {
2788
+ "description": "Fired when interpreted criteria contains invalid clauses",
2789
+ "name": "validation-errors",
2790
+ "inheritedFrom": {
2791
+ "name": "AiCriteriaSearch",
2792
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2793
+ }
2794
+ }
2444
2795
  ]
2445
2796
  },
2446
2797
  {
@@ -8692,6 +9043,16 @@
8692
9043
  "module": "src/foundation-element/foundation-element.ts"
8693
9044
  }
8694
9045
  }
9046
+ ],
9047
+ "events": [
9048
+ {
9049
+ "description": "Fired when the selected options change",
9050
+ "name": "selectionChange",
9051
+ "inheritedFrom": {
9052
+ "name": "CategorizedMultiselect",
9053
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
9054
+ }
9055
+ }
8695
9056
  ]
8696
9057
  },
8697
9058
  {
@@ -13010,6 +13371,24 @@
13010
13371
  "module": "src/foundation-element/foundation-element.ts"
13011
13372
  }
13012
13373
  }
13374
+ ],
13375
+ "events": [
13376
+ {
13377
+ "description": "Fired when the dialog closes",
13378
+ "name": "close",
13379
+ "inheritedFrom": {
13380
+ "name": "Dialog",
13381
+ "module": "src/dialog/dialog.ts"
13382
+ }
13383
+ },
13384
+ {
13385
+ "description": "Fired when the dialog size changes (resizable mode)",
13386
+ "name": "resize",
13387
+ "inheritedFrom": {
13388
+ "name": "Dialog",
13389
+ "module": "src/dialog/dialog.ts"
13390
+ }
13391
+ }
13013
13392
  ]
13014
13393
  },
13015
13394
  {
@@ -13184,183 +13563,279 @@
13184
13563
  "package": "@genesislcap/foundation-ui"
13185
13564
  },
13186
13565
  "tagName": "%%prefix%%-disclosure",
13187
- "customElement": true
13188
- },
13189
- {
13190
- "kind": "variable",
13191
- "name": "zeroDisclosure"
13192
- }
13193
- ],
13194
- "exports": [
13195
- {
13196
- "kind": "js",
13197
- "name": "Disclosure",
13198
- "declaration": {
13199
- "name": "Disclosure",
13200
- "module": "src/disclosure/disclosure.ts"
13201
- }
13202
- },
13203
- {
13204
- "kind": "js",
13205
- "name": "zeroDisclosure",
13206
- "declaration": {
13207
- "name": "zeroDisclosure",
13208
- "module": "src/disclosure/disclosure.ts"
13209
- }
13210
- }
13211
- ]
13212
- },
13213
- {
13214
- "kind": "javascript-module",
13215
- "path": "src/disclosure/index.ts",
13216
- "declarations": [],
13217
- "exports": [
13218
- {
13219
- "kind": "js",
13220
- "name": "*",
13221
- "declaration": {
13222
- "name": "*",
13223
- "package": "./disclosure"
13224
- }
13225
- },
13226
- {
13227
- "kind": "js",
13228
- "name": "*",
13229
- "declaration": {
13230
- "name": "*",
13231
- "package": "./disclosure.styles"
13232
- }
13233
- },
13234
- {
13235
- "kind": "js",
13236
- "name": "*",
13237
- "declaration": {
13238
- "name": "*",
13239
- "package": "./disclosure.template"
13240
- }
13241
- }
13242
- ]
13243
- },
13244
- {
13245
- "kind": "javascript-module",
13246
- "path": "src/divider/divider.styles.ts",
13247
- "declarations": [
13248
- {
13249
- "kind": "function",
13250
- "name": "zeroDividerStyles",
13251
- "return": {
13252
- "type": {
13253
- "text": "ElementStyles"
13254
- }
13255
- },
13256
- "parameters": [
13566
+ "customElement": true,
13567
+ "attributes": [
13257
13568
  {
13258
- "name": "context",
13259
13569
  "type": {
13260
- "text": "ElementDefinitionContext"
13570
+ "text": "boolean"
13571
+ },
13572
+ "description": "Determines if the element should show the extra content or not.",
13573
+ "fieldName": "expanded",
13574
+ "inheritedFrom": {
13575
+ "name": "Disclosure",
13576
+ "module": "src/disclosure/disclosure.ts"
13261
13577
  }
13262
13578
  },
13263
13579
  {
13264
- "name": "definition",
13580
+ "name": "title",
13265
13581
  "type": {
13266
- "text": "FoundationElementDefinition"
13582
+ "text": "string"
13583
+ },
13584
+ "description": "Invoker title",
13585
+ "fieldName": "title",
13586
+ "inheritedFrom": {
13587
+ "name": "Disclosure",
13588
+ "module": "src/disclosure/disclosure.ts"
13267
13589
  }
13268
13590
  }
13269
- ]
13270
- }
13271
- ],
13272
- "exports": [
13273
- {
13274
- "kind": "js",
13275
- "name": "zeroDividerStyles",
13276
- "declaration": {
13277
- "name": "zeroDividerStyles",
13278
- "module": "src/divider/divider.styles.ts"
13279
- }
13280
- }
13281
- ]
13282
- },
13283
- {
13284
- "kind": "javascript-module",
13285
- "path": "src/divider/divider.template.ts",
13286
- "declarations": [
13287
- {
13288
- "kind": "function",
13289
- "name": "zeroDividerTemplate",
13290
- "return": {
13291
- "type": {
13292
- "text": "ViewTemplate<Divider>"
13293
- }
13294
- },
13295
- "parameters": [
13591
+ ],
13592
+ "members": [
13296
13593
  {
13297
- "name": "context",
13594
+ "kind": "field",
13595
+ "name": "expanded",
13298
13596
  "type": {
13299
- "text": "ElementDefinitionContext"
13597
+ "text": "boolean"
13598
+ },
13599
+ "privacy": "public",
13600
+ "description": "Determines if the element should show the extra content or not.",
13601
+ "inheritedFrom": {
13602
+ "name": "Disclosure",
13603
+ "module": "src/disclosure/disclosure.ts"
13300
13604
  }
13301
13605
  },
13302
13606
  {
13303
- "name": "definition",
13607
+ "kind": "field",
13608
+ "name": "title",
13304
13609
  "type": {
13305
- "text": "FoundationElementDefinition"
13610
+ "text": "string"
13611
+ },
13612
+ "privacy": "public",
13613
+ "description": "Invoker title",
13614
+ "inheritedFrom": {
13615
+ "name": "Disclosure",
13616
+ "module": "src/disclosure/disclosure.ts"
13617
+ }
13618
+ },
13619
+ {
13620
+ "kind": "method",
13621
+ "name": "show",
13622
+ "privacy": "public",
13623
+ "return": {
13624
+ "type": {
13625
+ "text": "void"
13626
+ }
13627
+ },
13628
+ "description": "Show extra content.",
13629
+ "inheritedFrom": {
13630
+ "name": "Disclosure",
13631
+ "module": "src/disclosure/disclosure.ts"
13632
+ }
13633
+ },
13634
+ {
13635
+ "kind": "method",
13636
+ "name": "hide",
13637
+ "privacy": "public",
13638
+ "return": {
13639
+ "type": {
13640
+ "text": "void"
13641
+ }
13642
+ },
13643
+ "description": "Hide extra content.",
13644
+ "inheritedFrom": {
13645
+ "name": "Disclosure",
13646
+ "module": "src/disclosure/disclosure.ts"
13647
+ }
13648
+ },
13649
+ {
13650
+ "kind": "method",
13651
+ "name": "toggle",
13652
+ "privacy": "public",
13653
+ "return": {
13654
+ "type": {
13655
+ "text": "void"
13656
+ }
13657
+ },
13658
+ "description": "Toggle the current(expanded/collapsed) state.",
13659
+ "inheritedFrom": {
13660
+ "name": "Disclosure",
13661
+ "module": "src/disclosure/disclosure.ts"
13662
+ }
13663
+ },
13664
+ {
13665
+ "kind": "method",
13666
+ "name": "setup",
13667
+ "privacy": "protected",
13668
+ "return": {
13669
+ "type": {
13670
+ "text": "void"
13671
+ }
13672
+ },
13673
+ "description": "Register listener and set default disclosure mode",
13674
+ "inheritedFrom": {
13675
+ "name": "Disclosure",
13676
+ "module": "src/disclosure/disclosure.ts"
13677
+ }
13678
+ },
13679
+ {
13680
+ "kind": "method",
13681
+ "name": "onToggle",
13682
+ "privacy": "protected",
13683
+ "description": "Update the aria attr and fire `toggle` event",
13684
+ "inheritedFrom": {
13685
+ "name": "Disclosure",
13686
+ "module": "src/disclosure/disclosure.ts"
13687
+ }
13688
+ },
13689
+ {
13690
+ "kind": "field",
13691
+ "name": "_presentation",
13692
+ "type": {
13693
+ "text": "ComponentPresentation | null | undefined"
13694
+ },
13695
+ "privacy": "private",
13696
+ "default": "void 0",
13697
+ "inheritedFrom": {
13698
+ "name": "Disclosure",
13699
+ "module": "src/disclosure/disclosure.ts"
13700
+ }
13701
+ },
13702
+ {
13703
+ "kind": "field",
13704
+ "name": "$presentation",
13705
+ "type": {
13706
+ "text": "ComponentPresentation | null"
13707
+ },
13708
+ "privacy": "public",
13709
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
13710
+ "inheritedFrom": {
13711
+ "name": "Disclosure",
13712
+ "module": "src/disclosure/disclosure.ts"
13713
+ }
13714
+ },
13715
+ {
13716
+ "kind": "field",
13717
+ "name": "template",
13718
+ "type": {
13719
+ "text": "ElementViewTemplate | void | null"
13720
+ },
13721
+ "privacy": "public",
13722
+ "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.",
13723
+ "inheritedFrom": {
13724
+ "name": "Disclosure",
13725
+ "module": "src/disclosure/disclosure.ts"
13726
+ }
13727
+ },
13728
+ {
13729
+ "kind": "method",
13730
+ "name": "templateChanged",
13731
+ "privacy": "protected",
13732
+ "return": {
13733
+ "type": {
13734
+ "text": "void"
13735
+ }
13736
+ },
13737
+ "inheritedFrom": {
13738
+ "name": "Disclosure",
13739
+ "module": "src/disclosure/disclosure.ts"
13740
+ }
13741
+ },
13742
+ {
13743
+ "kind": "field",
13744
+ "name": "styles",
13745
+ "type": {
13746
+ "text": "ElementStyles | void | null"
13747
+ },
13748
+ "privacy": "public",
13749
+ "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.",
13750
+ "inheritedFrom": {
13751
+ "name": "Disclosure",
13752
+ "module": "src/disclosure/disclosure.ts"
13753
+ }
13754
+ },
13755
+ {
13756
+ "kind": "method",
13757
+ "name": "stylesChanged",
13758
+ "privacy": "protected",
13759
+ "return": {
13760
+ "type": {
13761
+ "text": "void"
13762
+ }
13763
+ },
13764
+ "inheritedFrom": {
13765
+ "name": "Disclosure",
13766
+ "module": "src/disclosure/disclosure.ts"
13767
+ }
13768
+ },
13769
+ {
13770
+ "kind": "method",
13771
+ "name": "compose",
13772
+ "privacy": "public",
13773
+ "static": true,
13774
+ "return": {
13775
+ "type": {
13776
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
13777
+ }
13778
+ },
13779
+ "parameters": [
13780
+ {
13781
+ "name": "this",
13782
+ "type": {
13783
+ "text": "K"
13784
+ }
13785
+ },
13786
+ {
13787
+ "name": "elementDefinition",
13788
+ "type": {
13789
+ "text": "T"
13790
+ },
13791
+ "description": "The definition of the element to create the registry\nfunction for."
13792
+ }
13793
+ ],
13794
+ "description": "Defines an element registry function with a set of element definition defaults.",
13795
+ "inheritedFrom": {
13796
+ "name": "Disclosure",
13797
+ "module": "src/disclosure/disclosure.ts"
13798
+ }
13799
+ }
13800
+ ],
13801
+ "events": [
13802
+ {
13803
+ "description": "fires a toggle event when the summary is toggled",
13804
+ "name": "toggle",
13805
+ "inheritedFrom": {
13806
+ "name": "Disclosure",
13807
+ "module": "src/disclosure/disclosure.ts"
13306
13808
  }
13307
13809
  }
13308
13810
  ]
13309
- }
13310
- ],
13311
- "exports": [
13312
- {
13313
- "kind": "js",
13314
- "name": "zeroDividerTemplate",
13315
- "declaration": {
13316
- "name": "zeroDividerTemplate",
13317
- "module": "src/divider/divider.template.ts"
13318
- }
13319
- }
13320
- ]
13321
- },
13322
- {
13323
- "kind": "javascript-module",
13324
- "path": "src/divider/divider.ts",
13325
- "declarations": [
13326
- {
13327
- "kind": "class",
13328
- "description": "",
13329
- "name": "Divider",
13330
- "superclass": {
13331
- "name": "FoundationDivider",
13332
- "package": "@genesislcap/foundation-ui"
13333
- },
13334
- "tagName": "%%prefix%%-divider",
13335
- "customElement": true
13336
13811
  },
13337
13812
  {
13338
13813
  "kind": "variable",
13339
- "name": "zeroDivider"
13814
+ "name": "zeroDisclosure"
13340
13815
  }
13341
13816
  ],
13342
13817
  "exports": [
13343
13818
  {
13344
13819
  "kind": "js",
13345
- "name": "Divider",
13820
+ "name": "Disclosure",
13346
13821
  "declaration": {
13347
- "name": "Divider",
13348
- "module": "src/divider/divider.ts"
13822
+ "name": "Disclosure",
13823
+ "module": "src/disclosure/disclosure.ts"
13349
13824
  }
13350
13825
  },
13351
13826
  {
13352
13827
  "kind": "js",
13353
- "name": "zeroDivider",
13828
+ "name": "zeroDisclosure",
13354
13829
  "declaration": {
13355
- "name": "zeroDivider",
13356
- "module": "src/divider/divider.ts"
13830
+ "name": "zeroDisclosure",
13831
+ "module": "src/disclosure/disclosure.ts"
13357
13832
  }
13358
13833
  }
13359
13834
  ]
13360
13835
  },
13361
13836
  {
13362
13837
  "kind": "javascript-module",
13363
- "path": "src/divider/index.ts",
13838
+ "path": "src/disclosure/index.ts",
13364
13839
  "declarations": [],
13365
13840
  "exports": [
13366
13841
  {
@@ -13368,7 +13843,7 @@
13368
13843
  "name": "*",
13369
13844
  "declaration": {
13370
13845
  "name": "*",
13371
- "package": "./divider"
13846
+ "package": "./disclosure"
13372
13847
  }
13373
13848
  },
13374
13849
  {
@@ -13376,7 +13851,7 @@
13376
13851
  "name": "*",
13377
13852
  "declaration": {
13378
13853
  "name": "*",
13379
- "package": "./divider.styles"
13854
+ "package": "./disclosure.styles"
13380
13855
  }
13381
13856
  },
13382
13857
  {
@@ -13384,18 +13859,331 @@
13384
13859
  "name": "*",
13385
13860
  "declaration": {
13386
13861
  "name": "*",
13387
- "package": "./divider.template"
13862
+ "package": "./disclosure.template"
13388
13863
  }
13389
13864
  }
13390
13865
  ]
13391
13866
  },
13392
13867
  {
13393
13868
  "kind": "javascript-module",
13394
- "path": "src/dropdown-menu/dropdown-menu.styles.ts",
13869
+ "path": "src/divider/divider.styles.ts",
13395
13870
  "declarations": [
13396
13871
  {
13397
13872
  "kind": "function",
13398
- "name": "zeroDropdownMenuStyles",
13873
+ "name": "zeroDividerStyles",
13874
+ "return": {
13875
+ "type": {
13876
+ "text": "ElementStyles"
13877
+ }
13878
+ },
13879
+ "parameters": [
13880
+ {
13881
+ "name": "context",
13882
+ "type": {
13883
+ "text": "ElementDefinitionContext"
13884
+ }
13885
+ },
13886
+ {
13887
+ "name": "definition",
13888
+ "type": {
13889
+ "text": "FoundationElementDefinition"
13890
+ }
13891
+ }
13892
+ ]
13893
+ }
13894
+ ],
13895
+ "exports": [
13896
+ {
13897
+ "kind": "js",
13898
+ "name": "zeroDividerStyles",
13899
+ "declaration": {
13900
+ "name": "zeroDividerStyles",
13901
+ "module": "src/divider/divider.styles.ts"
13902
+ }
13903
+ }
13904
+ ]
13905
+ },
13906
+ {
13907
+ "kind": "javascript-module",
13908
+ "path": "src/divider/divider.template.ts",
13909
+ "declarations": [
13910
+ {
13911
+ "kind": "function",
13912
+ "name": "zeroDividerTemplate",
13913
+ "return": {
13914
+ "type": {
13915
+ "text": "ViewTemplate<Divider>"
13916
+ }
13917
+ },
13918
+ "parameters": [
13919
+ {
13920
+ "name": "context",
13921
+ "type": {
13922
+ "text": "ElementDefinitionContext"
13923
+ }
13924
+ },
13925
+ {
13926
+ "name": "definition",
13927
+ "type": {
13928
+ "text": "FoundationElementDefinition"
13929
+ }
13930
+ }
13931
+ ]
13932
+ }
13933
+ ],
13934
+ "exports": [
13935
+ {
13936
+ "kind": "js",
13937
+ "name": "zeroDividerTemplate",
13938
+ "declaration": {
13939
+ "name": "zeroDividerTemplate",
13940
+ "module": "src/divider/divider.template.ts"
13941
+ }
13942
+ }
13943
+ ]
13944
+ },
13945
+ {
13946
+ "kind": "javascript-module",
13947
+ "path": "src/divider/divider.ts",
13948
+ "declarations": [
13949
+ {
13950
+ "kind": "class",
13951
+ "description": "",
13952
+ "name": "Divider",
13953
+ "superclass": {
13954
+ "name": "FoundationDivider",
13955
+ "package": "@genesislcap/foundation-ui"
13956
+ },
13957
+ "tagName": "%%prefix%%-divider",
13958
+ "customElement": true,
13959
+ "attributes": [
13960
+ {
13961
+ "name": "role",
13962
+ "type": {
13963
+ "text": "DividerRole"
13964
+ },
13965
+ "description": "The role of the element.",
13966
+ "fieldName": "role",
13967
+ "inheritedFrom": {
13968
+ "name": "Divider",
13969
+ "module": "src/divider/divider.ts"
13970
+ }
13971
+ },
13972
+ {
13973
+ "name": "orientation",
13974
+ "type": {
13975
+ "text": "Orientation"
13976
+ },
13977
+ "description": "The orientation of the divider.",
13978
+ "fieldName": "orientation",
13979
+ "inheritedFrom": {
13980
+ "name": "Divider",
13981
+ "module": "src/divider/divider.ts"
13982
+ }
13983
+ }
13984
+ ],
13985
+ "members": [
13986
+ {
13987
+ "kind": "field",
13988
+ "name": "role",
13989
+ "type": {
13990
+ "text": "DividerRole"
13991
+ },
13992
+ "privacy": "public",
13993
+ "description": "The role of the element.",
13994
+ "inheritedFrom": {
13995
+ "name": "Divider",
13996
+ "module": "src/divider/divider.ts"
13997
+ }
13998
+ },
13999
+ {
14000
+ "kind": "field",
14001
+ "name": "orientation",
14002
+ "type": {
14003
+ "text": "Orientation"
14004
+ },
14005
+ "privacy": "public",
14006
+ "description": "The orientation of the divider.",
14007
+ "inheritedFrom": {
14008
+ "name": "Divider",
14009
+ "module": "src/divider/divider.ts"
14010
+ }
14011
+ },
14012
+ {
14013
+ "kind": "field",
14014
+ "name": "_presentation",
14015
+ "type": {
14016
+ "text": "ComponentPresentation | null | undefined"
14017
+ },
14018
+ "privacy": "private",
14019
+ "default": "void 0",
14020
+ "inheritedFrom": {
14021
+ "name": "Divider",
14022
+ "module": "src/divider/divider.ts"
14023
+ }
14024
+ },
14025
+ {
14026
+ "kind": "field",
14027
+ "name": "$presentation",
14028
+ "type": {
14029
+ "text": "ComponentPresentation | null"
14030
+ },
14031
+ "privacy": "public",
14032
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
14033
+ "inheritedFrom": {
14034
+ "name": "Divider",
14035
+ "module": "src/divider/divider.ts"
14036
+ }
14037
+ },
14038
+ {
14039
+ "kind": "field",
14040
+ "name": "template",
14041
+ "type": {
14042
+ "text": "ElementViewTemplate | void | null"
14043
+ },
14044
+ "privacy": "public",
14045
+ "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.",
14046
+ "inheritedFrom": {
14047
+ "name": "Divider",
14048
+ "module": "src/divider/divider.ts"
14049
+ }
14050
+ },
14051
+ {
14052
+ "kind": "method",
14053
+ "name": "templateChanged",
14054
+ "privacy": "protected",
14055
+ "return": {
14056
+ "type": {
14057
+ "text": "void"
14058
+ }
14059
+ },
14060
+ "inheritedFrom": {
14061
+ "name": "Divider",
14062
+ "module": "src/divider/divider.ts"
14063
+ }
14064
+ },
14065
+ {
14066
+ "kind": "field",
14067
+ "name": "styles",
14068
+ "type": {
14069
+ "text": "ElementStyles | void | null"
14070
+ },
14071
+ "privacy": "public",
14072
+ "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.",
14073
+ "inheritedFrom": {
14074
+ "name": "Divider",
14075
+ "module": "src/divider/divider.ts"
14076
+ }
14077
+ },
14078
+ {
14079
+ "kind": "method",
14080
+ "name": "stylesChanged",
14081
+ "privacy": "protected",
14082
+ "return": {
14083
+ "type": {
14084
+ "text": "void"
14085
+ }
14086
+ },
14087
+ "inheritedFrom": {
14088
+ "name": "Divider",
14089
+ "module": "src/divider/divider.ts"
14090
+ }
14091
+ },
14092
+ {
14093
+ "kind": "method",
14094
+ "name": "compose",
14095
+ "privacy": "public",
14096
+ "static": true,
14097
+ "return": {
14098
+ "type": {
14099
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
14100
+ }
14101
+ },
14102
+ "parameters": [
14103
+ {
14104
+ "name": "this",
14105
+ "type": {
14106
+ "text": "K"
14107
+ }
14108
+ },
14109
+ {
14110
+ "name": "elementDefinition",
14111
+ "type": {
14112
+ "text": "T"
14113
+ },
14114
+ "description": "The definition of the element to create the registry\nfunction for."
14115
+ }
14116
+ ],
14117
+ "description": "Defines an element registry function with a set of element definition defaults.",
14118
+ "inheritedFrom": {
14119
+ "name": "Divider",
14120
+ "module": "src/divider/divider.ts"
14121
+ }
14122
+ }
14123
+ ]
14124
+ },
14125
+ {
14126
+ "kind": "variable",
14127
+ "name": "zeroDivider"
14128
+ }
14129
+ ],
14130
+ "exports": [
14131
+ {
14132
+ "kind": "js",
14133
+ "name": "Divider",
14134
+ "declaration": {
14135
+ "name": "Divider",
14136
+ "module": "src/divider/divider.ts"
14137
+ }
14138
+ },
14139
+ {
14140
+ "kind": "js",
14141
+ "name": "zeroDivider",
14142
+ "declaration": {
14143
+ "name": "zeroDivider",
14144
+ "module": "src/divider/divider.ts"
14145
+ }
14146
+ }
14147
+ ]
14148
+ },
14149
+ {
14150
+ "kind": "javascript-module",
14151
+ "path": "src/divider/index.ts",
14152
+ "declarations": [],
14153
+ "exports": [
14154
+ {
14155
+ "kind": "js",
14156
+ "name": "*",
14157
+ "declaration": {
14158
+ "name": "*",
14159
+ "package": "./divider"
14160
+ }
14161
+ },
14162
+ {
14163
+ "kind": "js",
14164
+ "name": "*",
14165
+ "declaration": {
14166
+ "name": "*",
14167
+ "package": "./divider.styles"
14168
+ }
14169
+ },
14170
+ {
14171
+ "kind": "js",
14172
+ "name": "*",
14173
+ "declaration": {
14174
+ "name": "*",
14175
+ "package": "./divider.template"
14176
+ }
14177
+ }
14178
+ ]
14179
+ },
14180
+ {
14181
+ "kind": "javascript-module",
14182
+ "path": "src/dropdown-menu/dropdown-menu.styles.ts",
14183
+ "declarations": [
14184
+ {
14185
+ "kind": "function",
14186
+ "name": "zeroDropdownMenuStyles",
13399
14187
  "return": {
13400
14188
  "type": {
13401
14189
  "text": "ElementStyles"
@@ -15535,6 +16323,55 @@
15535
16323
  "type": {
15536
16324
  "text": "CustomEvent"
15537
16325
  },
16326
+ "description": "Fired when the expression model changes",
16327
+ "inheritedFrom": {
16328
+ "name": "ExpressionBuilder",
16329
+ "module": "src/main/expression-builder.ts"
16330
+ }
16331
+ },
16332
+ {
16333
+ "description": "Bubbled when a nested group add is requested",
16334
+ "name": "add-group",
16335
+ "inheritedFrom": {
16336
+ "name": "ExpressionBuilder",
16337
+ "module": "src/main/expression-builder.ts"
16338
+ }
16339
+ },
16340
+ {
16341
+ "description": "Bubbled when a group delete is requested",
16342
+ "name": "del-group",
16343
+ "inheritedFrom": {
16344
+ "name": "ExpressionBuilder",
16345
+ "module": "src/main/expression-builder.ts"
16346
+ }
16347
+ },
16348
+ {
16349
+ "description": "Bubbled when a rule add is requested",
16350
+ "name": "add-rule",
16351
+ "inheritedFrom": {
16352
+ "name": "ExpressionBuilder",
16353
+ "module": "src/main/expression-builder.ts"
16354
+ }
16355
+ },
16356
+ {
16357
+ "description": "Bubbled when a rule delete is requested",
16358
+ "name": "del-rule",
16359
+ "inheritedFrom": {
16360
+ "name": "ExpressionBuilder",
16361
+ "module": "src/main/expression-builder.ts"
16362
+ }
16363
+ },
16364
+ {
16365
+ "description": "Bubbled when group data changes",
16366
+ "name": "update-group",
16367
+ "inheritedFrom": {
16368
+ "name": "ExpressionBuilder",
16369
+ "module": "src/main/expression-builder.ts"
16370
+ }
16371
+ },
16372
+ {
16373
+ "description": "Bubbled when rule data changes",
16374
+ "name": "update-rule",
15538
16375
  "inheritedFrom": {
15539
16376
  "name": "ExpressionBuilder",
15540
16377
  "module": "src/main/expression-builder.ts"
@@ -16574,6 +17411,48 @@
16574
17411
  "module": "src/foundation-element/foundation-element.ts"
16575
17412
  }
16576
17413
  }
17414
+ ],
17415
+ "events": [
17416
+ {
17417
+ "description": "Fired when files are chosen for upload",
17418
+ "name": "file-selected",
17419
+ "inheritedFrom": {
17420
+ "name": "FileUpload",
17421
+ "module": "src/file-upload/file-upload.ts"
17422
+ }
17423
+ },
17424
+ {
17425
+ "description": "Fired when upload completes successfully",
17426
+ "name": "success",
17427
+ "inheritedFrom": {
17428
+ "name": "FileUpload",
17429
+ "module": "src/file-upload/file-upload.ts"
17430
+ }
17431
+ },
17432
+ {
17433
+ "description": "Fired when upload fails or the server returns an error",
17434
+ "name": "errorOut",
17435
+ "inheritedFrom": {
17436
+ "name": "FileUpload",
17437
+ "module": "src/file-upload/file-upload.ts"
17438
+ }
17439
+ },
17440
+ {
17441
+ "description": "Fired when file size validation fails (from base)",
17442
+ "name": "error",
17443
+ "inheritedFrom": {
17444
+ "name": "BaseFileComponent",
17445
+ "module": "src/_common/base-file-component.ts"
17446
+ }
17447
+ },
17448
+ {
17449
+ "description": "Fired when selection is cleared (from base)",
17450
+ "name": "clear",
17451
+ "inheritedFrom": {
17452
+ "name": "BaseFileComponent",
17453
+ "module": "src/_common/base-file-component.ts"
17454
+ }
17455
+ }
16577
17456
  ]
16578
17457
  },
16579
17458
  {
@@ -17288,6 +18167,24 @@
17288
18167
  "module": "src/foundation-element/foundation-element.ts"
17289
18168
  }
17290
18169
  }
18170
+ ],
18171
+ "events": [
18172
+ {
18173
+ "description": "Fired when filter criteria change",
18174
+ "name": "filter-changed",
18175
+ "inheritedFrom": {
18176
+ "name": "Filter",
18177
+ "module": "src/filter/filter.ts"
18178
+ }
18179
+ },
18180
+ {
18181
+ "description": "Fired when the filter is cleared",
18182
+ "name": "filter-cleared",
18183
+ "inheritedFrom": {
18184
+ "name": "Filter",
18185
+ "module": "src/filter/filter.ts"
18186
+ }
18187
+ }
17291
18188
  ]
17292
18189
  },
17293
18190
  {
@@ -18712,6 +19609,16 @@
18712
19609
  "module": "src/foundation-element/foundation-element.ts"
18713
19610
  }
18714
19611
  }
19612
+ ],
19613
+ "events": [
19614
+ {
19615
+ "description": "Fired when the flyout finishes closing",
19616
+ "name": "closed",
19617
+ "inheritedFrom": {
19618
+ "name": "Flyout",
19619
+ "module": "src/flyout/flyout.ts"
19620
+ }
19621
+ }
18715
19622
  ]
18716
19623
  },
18717
19624
  {
@@ -22863,6 +23770,14 @@
22863
23770
  }
22864
23771
  ],
22865
23772
  "events": [
23773
+ {
23774
+ "description": "Fired when the menu item is clicked",
23775
+ "name": "onMenuClick",
23776
+ "inheritedFrom": {
23777
+ "name": "MenuItem",
23778
+ "module": "src/menu-item/menu-item.ts"
23779
+ }
23780
+ },
22866
23781
  {
22867
23782
  "description": "Fires a custom 'expanded-change' event when the expanded state changes",
22868
23783
  "name": "expanded-change",
@@ -25255,6 +26170,24 @@
25255
26170
  "module": "src/foundation-element/foundation-element.ts"
25256
26171
  }
25257
26172
  }
26173
+ ],
26174
+ "events": [
26175
+ {
26176
+ "description": "Fired when the selected options change",
26177
+ "name": "selectionChange",
26178
+ "inheritedFrom": {
26179
+ "name": "Multiselect",
26180
+ "module": "src/multiselect/multiselect.ts"
26181
+ }
26182
+ },
26183
+ {
26184
+ "description": "Fired when the selection or filter is cleared",
26185
+ "name": "clear",
26186
+ "inheritedFrom": {
26187
+ "name": "Multiselect",
26188
+ "module": "src/multiselect/multiselect.ts"
26189
+ }
26190
+ }
25258
26191
  ]
25259
26192
  },
25260
26193
  {
@@ -26462,7 +27395,7 @@
26462
27395
  ],
26463
27396
  "events": [
26464
27397
  {
26465
- "description": "Fires a custom 'input' event when the value has changed",
27398
+ "description": "Fired when the numeric value changes",
26466
27399
  "name": "input",
26467
27400
  "inheritedFrom": {
26468
27401
  "name": "NumberField",
@@ -28800,6 +29733,16 @@
28800
29733
  "module": "src/foundation-element/foundation-element.ts"
28801
29734
  }
28802
29735
  }
29736
+ ],
29737
+ "events": [
29738
+ {
29739
+ "description": "Fired when timezone or cron expression changes",
29740
+ "name": "change",
29741
+ "inheritedFrom": {
29742
+ "name": "Scheduler",
29743
+ "module": "src/scheduler/scheduler.ts"
29744
+ }
29745
+ }
28803
29746
  ]
28804
29747
  },
28805
29748
  {
@@ -29283,6 +30226,16 @@
29283
30226
  "module": "src/foundation-element/foundation-element.ts"
29284
30227
  }
29285
30228
  }
30229
+ ],
30230
+ "events": [
30231
+ {
30232
+ "description": "Fired when the built cron expression changes",
30233
+ "name": "change",
30234
+ "inheritedFrom": {
30235
+ "name": "SchedulerCronBuilder",
30236
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
30237
+ }
30238
+ }
29286
30239
  ]
29287
30240
  },
29288
30241
  {
@@ -29563,6 +30516,16 @@
29563
30516
  "module": "src/foundation-element/foundation-element.ts"
29564
30517
  }
29565
30518
  }
30519
+ ],
30520
+ "events": [
30521
+ {
30522
+ "description": "Fired when the timezone value changes",
30523
+ "name": "change",
30524
+ "inheritedFrom": {
30525
+ "name": "SchedulerTimezone",
30526
+ "module": "src/scheduler-timezone/scheduler-timezone.ts"
30527
+ }
30528
+ }
29566
30529
  ]
29567
30530
  },
29568
30531
  {
@@ -30774,11 +31737,19 @@
30774
31737
  "type": {
30775
31738
  "text": "Event"
30776
31739
  },
30777
- "description": "Fires a custom 'change' event when the value updates",
31740
+ "description": "Fired when the combobox value changes",
30778
31741
  "inheritedFrom": {
30779
31742
  "name": "Combobox",
30780
31743
  "module": "src/combobox/combobox.ts"
30781
31744
  }
31745
+ },
31746
+ {
31747
+ "description": "Fired when the input is cleared by the user",
31748
+ "name": "inputdeleted",
31749
+ "inheritedFrom": {
31750
+ "name": "SearchBarCombobox",
31751
+ "module": "src/search-bar/search-bar-combobox.ts"
31752
+ }
30782
31753
  }
30783
31754
  ]
30784
31755
  },
@@ -31328,6 +32299,16 @@
31328
32299
  "module": "src/search-bar/search-bar.ts"
31329
32300
  }
31330
32301
  }
32302
+ ],
32303
+ "events": [
32304
+ {
32305
+ "description": "Fired when the selected search options change",
32306
+ "name": "selectionChange",
32307
+ "inheritedFrom": {
32308
+ "name": "SearchBar",
32309
+ "module": "src/search-bar/search-bar.ts"
32310
+ }
32311
+ }
31331
32312
  ]
31332
32313
  },
31333
32314
  {
@@ -32209,6 +33190,40 @@
32209
33190
  "module": "src/foundation-element/foundation-element.ts"
32210
33191
  }
32211
33192
  }
33193
+ ],
33194
+ "events": [
33195
+ {
33196
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
33197
+ "name": "section-navigator-set-state",
33198
+ "inheritedFrom": {
33199
+ "name": "SectionNavigator",
33200
+ "module": "src/section-navigator/section-navigator.ts"
33201
+ }
33202
+ },
33203
+ {
33204
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
33205
+ "name": "section-navigator-set-states",
33206
+ "inheritedFrom": {
33207
+ "name": "SectionNavigator",
33208
+ "module": "src/section-navigator/section-navigator.ts"
33209
+ }
33210
+ },
33211
+ {
33212
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
33213
+ "name": "section-navigator-clear-state",
33214
+ "inheritedFrom": {
33215
+ "name": "SectionNavigator",
33216
+ "module": "src/section-navigator/section-navigator.ts"
33217
+ }
33218
+ },
33219
+ {
33220
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
33221
+ "name": "section-navigator-clear-all-states",
33222
+ "inheritedFrom": {
33223
+ "name": "SectionNavigator",
33224
+ "module": "src/section-navigator/section-navigator.ts"
33225
+ }
33226
+ }
32212
33227
  ]
32213
33228
  },
32214
33229
  {
@@ -32358,11 +33373,513 @@
32358
33373
  },
32359
33374
  "tagName": "%%prefix%%-segmented-control",
32360
33375
  "customElement": true,
33376
+ "attributes": [
33377
+ {
33378
+ "name": "readonly",
33379
+ "type": {
33380
+ "text": "boolean"
33381
+ },
33382
+ "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
33383
+ "fieldName": "readOnly",
33384
+ "inheritedFrom": {
33385
+ "name": "SegmentedControl",
33386
+ "module": "src/segmented-control/segmented-control.ts"
33387
+ }
33388
+ },
33389
+ {
33390
+ "name": "disabled",
33391
+ "type": {
33392
+ "text": "boolean"
33393
+ },
33394
+ "description": "Disables the radio group and child radios.",
33395
+ "fieldName": "disabled",
33396
+ "inheritedFrom": {
33397
+ "name": "SegmentedControl",
33398
+ "module": "src/segmented-control/segmented-control.ts"
33399
+ }
33400
+ },
33401
+ {
33402
+ "name": "name",
33403
+ "type": {
33404
+ "text": "string"
33405
+ },
33406
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
33407
+ "fieldName": "name",
33408
+ "inheritedFrom": {
33409
+ "name": "SegmentedControl",
33410
+ "module": "src/segmented-control/segmented-control.ts"
33411
+ }
33412
+ },
33413
+ {
33414
+ "name": "value",
33415
+ "type": {
33416
+ "text": "string"
33417
+ },
33418
+ "description": "The value of the checked radio",
33419
+ "fieldName": "value",
33420
+ "inheritedFrom": {
33421
+ "name": "SegmentedControl",
33422
+ "module": "src/segmented-control/segmented-control.ts"
33423
+ }
33424
+ },
33425
+ {
33426
+ "name": "orientation",
33427
+ "type": {
33428
+ "text": "Orientation | \"horizontal\" | \"vertical\""
33429
+ },
33430
+ "description": "The orientation of the group",
33431
+ "fieldName": "orientation",
33432
+ "inheritedFrom": {
33433
+ "name": "SegmentedControl",
33434
+ "module": "src/segmented-control/segmented-control.ts"
33435
+ }
33436
+ }
33437
+ ],
32361
33438
  "members": [
32362
33439
  {
32363
33440
  "kind": "method",
32364
33441
  "name": "valueChanged",
32365
33442
  "privacy": "protected",
33443
+ "return": {
33444
+ "type": {
33445
+ "text": "void"
33446
+ }
33447
+ },
33448
+ "inheritedFrom": {
33449
+ "name": "SegmentedControl",
33450
+ "module": "src/segmented-control/segmented-control.ts"
33451
+ }
33452
+ },
33453
+ {
33454
+ "kind": "field",
33455
+ "name": "readOnly",
33456
+ "type": {
33457
+ "text": "boolean"
33458
+ },
33459
+ "privacy": "public",
33460
+ "description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
33461
+ "inheritedFrom": {
33462
+ "name": "SegmentedControl",
33463
+ "module": "src/segmented-control/segmented-control.ts"
33464
+ }
33465
+ },
33466
+ {
33467
+ "kind": "method",
33468
+ "name": "readOnlyChanged",
33469
+ "privacy": "private",
33470
+ "return": {
33471
+ "type": {
33472
+ "text": "void"
33473
+ }
33474
+ },
33475
+ "inheritedFrom": {
33476
+ "name": "SegmentedControl",
33477
+ "module": "src/segmented-control/segmented-control.ts"
33478
+ }
33479
+ },
33480
+ {
33481
+ "kind": "field",
33482
+ "name": "disabled",
33483
+ "type": {
33484
+ "text": "boolean"
33485
+ },
33486
+ "privacy": "public",
33487
+ "description": "Disables the radio group and child radios.",
33488
+ "inheritedFrom": {
33489
+ "name": "SegmentedControl",
33490
+ "module": "src/segmented-control/segmented-control.ts"
33491
+ }
33492
+ },
33493
+ {
33494
+ "kind": "method",
33495
+ "name": "disabledChanged",
33496
+ "privacy": "private",
33497
+ "return": {
33498
+ "type": {
33499
+ "text": "void"
33500
+ }
33501
+ },
33502
+ "inheritedFrom": {
33503
+ "name": "SegmentedControl",
33504
+ "module": "src/segmented-control/segmented-control.ts"
33505
+ }
33506
+ },
33507
+ {
33508
+ "kind": "field",
33509
+ "name": "name",
33510
+ "type": {
33511
+ "text": "string"
33512
+ },
33513
+ "privacy": "public",
33514
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
33515
+ "inheritedFrom": {
33516
+ "name": "SegmentedControl",
33517
+ "module": "src/segmented-control/segmented-control.ts"
33518
+ }
33519
+ },
33520
+ {
33521
+ "kind": "method",
33522
+ "name": "nameChanged",
33523
+ "privacy": "protected",
33524
+ "return": {
33525
+ "type": {
33526
+ "text": "void"
33527
+ }
33528
+ },
33529
+ "inheritedFrom": {
33530
+ "name": "SegmentedControl",
33531
+ "module": "src/segmented-control/segmented-control.ts"
33532
+ }
33533
+ },
33534
+ {
33535
+ "kind": "field",
33536
+ "name": "value",
33537
+ "type": {
33538
+ "text": "string"
33539
+ },
33540
+ "privacy": "public",
33541
+ "description": "The value of the checked radio",
33542
+ "inheritedFrom": {
33543
+ "name": "SegmentedControl",
33544
+ "module": "src/segmented-control/segmented-control.ts"
33545
+ }
33546
+ },
33547
+ {
33548
+ "kind": "field",
33549
+ "name": "orientation",
33550
+ "type": {
33551
+ "text": "Orientation | \"horizontal\" | \"vertical\""
33552
+ },
33553
+ "privacy": "public",
33554
+ "description": "The orientation of the group",
33555
+ "inheritedFrom": {
33556
+ "name": "SegmentedControl",
33557
+ "module": "src/segmented-control/segmented-control.ts"
33558
+ }
33559
+ },
33560
+ {
33561
+ "kind": "field",
33562
+ "name": "childItems",
33563
+ "type": {
33564
+ "text": "HTMLElement[]"
33565
+ },
33566
+ "privacy": "public",
33567
+ "inheritedFrom": {
33568
+ "name": "SegmentedControl",
33569
+ "module": "src/segmented-control/segmented-control.ts"
33570
+ }
33571
+ },
33572
+ {
33573
+ "kind": "method",
33574
+ "name": "slottedRadioButtonsChanged",
33575
+ "privacy": "private",
33576
+ "return": {
33577
+ "type": {
33578
+ "text": "void"
33579
+ }
33580
+ },
33581
+ "parameters": [
33582
+ {
33583
+ "name": "oldValue",
33584
+ "type": {
33585
+ "text": "unknown"
33586
+ }
33587
+ },
33588
+ {
33589
+ "name": "newValue",
33590
+ "type": {
33591
+ "text": "HTMLElement[]"
33592
+ }
33593
+ }
33594
+ ],
33595
+ "inheritedFrom": {
33596
+ "name": "SegmentedControl",
33597
+ "module": "src/segmented-control/segmented-control.ts"
33598
+ }
33599
+ },
33600
+ {
33601
+ "kind": "field",
33602
+ "name": "selectedRadio",
33603
+ "type": {
33604
+ "text": "HTMLInputElement | null"
33605
+ },
33606
+ "privacy": "private",
33607
+ "inheritedFrom": {
33608
+ "name": "SegmentedControl",
33609
+ "module": "src/segmented-control/segmented-control.ts"
33610
+ }
33611
+ },
33612
+ {
33613
+ "kind": "field",
33614
+ "name": "focusedRadio",
33615
+ "type": {
33616
+ "text": "HTMLInputElement | null"
33617
+ },
33618
+ "privacy": "private",
33619
+ "inheritedFrom": {
33620
+ "name": "SegmentedControl",
33621
+ "module": "src/segmented-control/segmented-control.ts"
33622
+ }
33623
+ },
33624
+ {
33625
+ "kind": "field",
33626
+ "name": "direction",
33627
+ "type": {
33628
+ "text": "Direction"
33629
+ },
33630
+ "privacy": "private",
33631
+ "inheritedFrom": {
33632
+ "name": "SegmentedControl",
33633
+ "module": "src/segmented-control/segmented-control.ts"
33634
+ }
33635
+ },
33636
+ {
33637
+ "kind": "field",
33638
+ "name": "parentToolbar",
33639
+ "type": {
33640
+ "text": "HTMLElement | null"
33641
+ },
33642
+ "privacy": "private",
33643
+ "inheritedFrom": {
33644
+ "name": "SegmentedControl",
33645
+ "module": "src/segmented-control/segmented-control.ts"
33646
+ }
33647
+ },
33648
+ {
33649
+ "kind": "field",
33650
+ "name": "isInsideToolbar",
33651
+ "type": {
33652
+ "text": "boolean"
33653
+ },
33654
+ "privacy": "private",
33655
+ "inheritedFrom": {
33656
+ "name": "SegmentedControl",
33657
+ "module": "src/segmented-control/segmented-control.ts"
33658
+ }
33659
+ },
33660
+ {
33661
+ "kind": "field",
33662
+ "name": "isInsideFoundationToolbar",
33663
+ "type": {
33664
+ "text": "boolean"
33665
+ },
33666
+ "privacy": "private",
33667
+ "inheritedFrom": {
33668
+ "name": "SegmentedControl",
33669
+ "module": "src/segmented-control/segmented-control.ts"
33670
+ }
33671
+ },
33672
+ {
33673
+ "kind": "method",
33674
+ "name": "setupRadioButtons",
33675
+ "privacy": "private",
33676
+ "return": {
33677
+ "type": {
33678
+ "text": "void"
33679
+ }
33680
+ },
33681
+ "inheritedFrom": {
33682
+ "name": "SegmentedControl",
33683
+ "module": "src/segmented-control/segmented-control.ts"
33684
+ }
33685
+ },
33686
+ {
33687
+ "kind": "field",
33688
+ "name": "radioChangeHandler",
33689
+ "privacy": "private",
33690
+ "inheritedFrom": {
33691
+ "name": "SegmentedControl",
33692
+ "module": "src/segmented-control/segmented-control.ts"
33693
+ }
33694
+ },
33695
+ {
33696
+ "kind": "field",
33697
+ "name": "moveToRadioByIndex",
33698
+ "privacy": "private",
33699
+ "inheritedFrom": {
33700
+ "name": "SegmentedControl",
33701
+ "module": "src/segmented-control/segmented-control.ts"
33702
+ }
33703
+ },
33704
+ {
33705
+ "kind": "field",
33706
+ "name": "moveRightOffGroup",
33707
+ "privacy": "private",
33708
+ "inheritedFrom": {
33709
+ "name": "SegmentedControl",
33710
+ "module": "src/segmented-control/segmented-control.ts"
33711
+ }
33712
+ },
33713
+ {
33714
+ "kind": "field",
33715
+ "name": "moveLeftOffGroup",
33716
+ "privacy": "private",
33717
+ "inheritedFrom": {
33718
+ "name": "SegmentedControl",
33719
+ "module": "src/segmented-control/segmented-control.ts"
33720
+ }
33721
+ },
33722
+ {
33723
+ "kind": "field",
33724
+ "name": "shouldMoveOffGroupToTheRight",
33725
+ "privacy": "private",
33726
+ "inheritedFrom": {
33727
+ "name": "SegmentedControl",
33728
+ "module": "src/segmented-control/segmented-control.ts"
33729
+ }
33730
+ },
33731
+ {
33732
+ "kind": "field",
33733
+ "name": "shouldMoveOffGroupToTheLeft",
33734
+ "privacy": "private",
33735
+ "inheritedFrom": {
33736
+ "name": "SegmentedControl",
33737
+ "module": "src/segmented-control/segmented-control.ts"
33738
+ }
33739
+ },
33740
+ {
33741
+ "kind": "field",
33742
+ "name": "checkFocusedRadio",
33743
+ "privacy": "private",
33744
+ "inheritedFrom": {
33745
+ "name": "SegmentedControl",
33746
+ "module": "src/segmented-control/segmented-control.ts"
33747
+ }
33748
+ },
33749
+ {
33750
+ "kind": "field",
33751
+ "name": "moveRight",
33752
+ "privacy": "private",
33753
+ "inheritedFrom": {
33754
+ "name": "SegmentedControl",
33755
+ "module": "src/segmented-control/segmented-control.ts"
33756
+ }
33757
+ },
33758
+ {
33759
+ "kind": "field",
33760
+ "name": "moveLeft",
33761
+ "privacy": "private",
33762
+ "inheritedFrom": {
33763
+ "name": "SegmentedControl",
33764
+ "module": "src/segmented-control/segmented-control.ts"
33765
+ }
33766
+ },
33767
+ {
33768
+ "kind": "field",
33769
+ "name": "_presentation",
33770
+ "type": {
33771
+ "text": "ComponentPresentation | null | undefined"
33772
+ },
33773
+ "privacy": "private",
33774
+ "default": "void 0",
33775
+ "inheritedFrom": {
33776
+ "name": "SegmentedControl",
33777
+ "module": "src/segmented-control/segmented-control.ts"
33778
+ }
33779
+ },
33780
+ {
33781
+ "kind": "field",
33782
+ "name": "$presentation",
33783
+ "type": {
33784
+ "text": "ComponentPresentation | null"
33785
+ },
33786
+ "privacy": "public",
33787
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33788
+ "inheritedFrom": {
33789
+ "name": "SegmentedControl",
33790
+ "module": "src/segmented-control/segmented-control.ts"
33791
+ }
33792
+ },
33793
+ {
33794
+ "kind": "field",
33795
+ "name": "template",
33796
+ "type": {
33797
+ "text": "ElementViewTemplate | void | null"
33798
+ },
33799
+ "privacy": "public",
33800
+ "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.",
33801
+ "inheritedFrom": {
33802
+ "name": "SegmentedControl",
33803
+ "module": "src/segmented-control/segmented-control.ts"
33804
+ }
33805
+ },
33806
+ {
33807
+ "kind": "method",
33808
+ "name": "templateChanged",
33809
+ "privacy": "protected",
33810
+ "return": {
33811
+ "type": {
33812
+ "text": "void"
33813
+ }
33814
+ },
33815
+ "inheritedFrom": {
33816
+ "name": "SegmentedControl",
33817
+ "module": "src/segmented-control/segmented-control.ts"
33818
+ }
33819
+ },
33820
+ {
33821
+ "kind": "field",
33822
+ "name": "styles",
33823
+ "type": {
33824
+ "text": "ElementStyles | void | null"
33825
+ },
33826
+ "privacy": "public",
33827
+ "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.",
33828
+ "inheritedFrom": {
33829
+ "name": "SegmentedControl",
33830
+ "module": "src/segmented-control/segmented-control.ts"
33831
+ }
33832
+ },
33833
+ {
33834
+ "kind": "method",
33835
+ "name": "stylesChanged",
33836
+ "privacy": "protected",
33837
+ "return": {
33838
+ "type": {
33839
+ "text": "void"
33840
+ }
33841
+ },
33842
+ "inheritedFrom": {
33843
+ "name": "SegmentedControl",
33844
+ "module": "src/segmented-control/segmented-control.ts"
33845
+ }
33846
+ },
33847
+ {
33848
+ "kind": "method",
33849
+ "name": "compose",
33850
+ "privacy": "public",
33851
+ "static": true,
33852
+ "return": {
33853
+ "type": {
33854
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33855
+ }
33856
+ },
33857
+ "parameters": [
33858
+ {
33859
+ "name": "this",
33860
+ "type": {
33861
+ "text": "K"
33862
+ }
33863
+ },
33864
+ {
33865
+ "name": "elementDefinition",
33866
+ "type": {
33867
+ "text": "T"
33868
+ },
33869
+ "description": "The definition of the element to create the registry\nfunction for."
33870
+ }
33871
+ ],
33872
+ "description": "Defines an element registry function with a set of element definition defaults.",
33873
+ "inheritedFrom": {
33874
+ "name": "SegmentedControl",
33875
+ "module": "src/segmented-control/segmented-control.ts"
33876
+ }
33877
+ }
33878
+ ],
33879
+ "events": [
33880
+ {
33881
+ "description": "Fires a custom 'change' event when the value changes",
33882
+ "name": "change",
32366
33883
  "inheritedFrom": {
32367
33884
  "name": "SegmentedControl",
32368
33885
  "module": "src/segmented-control/segmented-control.ts"
@@ -35185,6 +36702,14 @@
35185
36702
  "name": "Snackbar",
35186
36703
  "module": "src/snackbar/snackbar.ts"
35187
36704
  }
36705
+ },
36706
+ {
36707
+ "description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
36708
+ "name": "autoDismiss",
36709
+ "inheritedFrom": {
36710
+ "name": "Snackbar",
36711
+ "module": "src/snackbar/snackbar.ts"
36712
+ }
35188
36713
  }
35189
36714
  ]
35190
36715
  },
@@ -36942,6 +38467,48 @@
36942
38467
  "module": "src/foundation-element/foundation-element.ts"
36943
38468
  }
36944
38469
  }
38470
+ ],
38471
+ "events": [
38472
+ {
38473
+ "description": "Fired when a step tab is activated",
38474
+ "name": "step-click",
38475
+ "inheritedFrom": {
38476
+ "name": "Stepper",
38477
+ "module": "src/stepper/stepper.ts"
38478
+ }
38479
+ },
38480
+ {
38481
+ "description": "Fired when advancing fails validation",
38482
+ "name": "validation-failure",
38483
+ "inheritedFrom": {
38484
+ "name": "Stepper",
38485
+ "module": "src/stepper/stepper.ts"
38486
+ }
38487
+ },
38488
+ {
38489
+ "description": "Fired when the final step is submitted",
38490
+ "name": "submit",
38491
+ "inheritedFrom": {
38492
+ "name": "Stepper",
38493
+ "module": "src/stepper/stepper.ts"
38494
+ }
38495
+ },
38496
+ {
38497
+ "description": "Fired when validation succeeds before advancing",
38498
+ "name": "next-step",
38499
+ "inheritedFrom": {
38500
+ "name": "Stepper",
38501
+ "module": "src/stepper/stepper.ts"
38502
+ }
38503
+ },
38504
+ {
38505
+ "description": "Fired when validation succeeds before advancing",
38506
+ "name": "validation-success",
38507
+ "inheritedFrom": {
38508
+ "name": "Stepper",
38509
+ "module": "src/stepper/stepper.ts"
38510
+ }
38511
+ }
36945
38512
  ]
36946
38513
  },
36947
38514
  {
@@ -37358,6 +38925,16 @@
37358
38925
  "module": "src/foundation-element/foundation-element.ts"
37359
38926
  }
37360
38927
  }
38928
+ ],
38929
+ "events": [
38930
+ {
38931
+ "description": "Fired when the tab is clicked; detail is the zero-based step index",
38932
+ "name": "tab-clicked",
38933
+ "inheritedFrom": {
38934
+ "name": "StepperTab",
38935
+ "module": "src/stepper-tab/stepper-tab.ts"
38936
+ }
38937
+ }
37361
38938
  ]
37362
38939
  },
37363
38940
  {
@@ -42576,7 +44153,288 @@
42576
44153
  "package": "@genesislcap/foundation-ui"
42577
44154
  },
42578
44155
  "tagName": "%%prefix%%-tree-view",
42579
- "customElement": true
44156
+ "customElement": true,
44157
+ "attributes": [
44158
+ {
44159
+ "name": "render-collapsed-nodes",
44160
+ "type": {
44161
+ "text": "boolean"
44162
+ },
44163
+ "description": "/**\n When true, the control will be appear expanded by user interaction.",
44164
+ "fieldName": "renderCollapsedNodes",
44165
+ "inheritedFrom": {
44166
+ "name": "TreeView",
44167
+ "module": "src/tree-view/tree-view.ts"
44168
+ }
44169
+ }
44170
+ ],
44171
+ "members": [
44172
+ {
44173
+ "kind": "field",
44174
+ "name": "renderCollapsedNodes",
44175
+ "type": {
44176
+ "text": "boolean"
44177
+ },
44178
+ "privacy": "public",
44179
+ "description": "/**\n When true, the control will be appear expanded by user interaction.",
44180
+ "inheritedFrom": {
44181
+ "name": "TreeView",
44182
+ "module": "src/tree-view/tree-view.ts"
44183
+ }
44184
+ },
44185
+ {
44186
+ "kind": "field",
44187
+ "name": "currentSelected",
44188
+ "type": {
44189
+ "text": "HTMLElement | TreeItem | null"
44190
+ },
44191
+ "privacy": "public",
44192
+ "description": "The currently selected tree item",
44193
+ "inheritedFrom": {
44194
+ "name": "TreeView",
44195
+ "module": "src/tree-view/tree-view.ts"
44196
+ }
44197
+ },
44198
+ {
44199
+ "kind": "method",
44200
+ "name": "slottedTreeItemsChanged",
44201
+ "privacy": "private",
44202
+ "return": {
44203
+ "type": {
44204
+ "text": "void"
44205
+ }
44206
+ },
44207
+ "inheritedFrom": {
44208
+ "name": "TreeView",
44209
+ "module": "src/tree-view/tree-view.ts"
44210
+ }
44211
+ },
44212
+ {
44213
+ "kind": "field",
44214
+ "name": "nested",
44215
+ "type": {
44216
+ "text": "boolean"
44217
+ },
44218
+ "privacy": "private",
44219
+ "inheritedFrom": {
44220
+ "name": "TreeView",
44221
+ "module": "src/tree-view/tree-view.ts"
44222
+ }
44223
+ },
44224
+ {
44225
+ "kind": "method",
44226
+ "name": "focusNextNode",
44227
+ "privacy": "private",
44228
+ "return": {
44229
+ "type": {
44230
+ "text": "void"
44231
+ }
44232
+ },
44233
+ "parameters": [
44234
+ {
44235
+ "name": "delta",
44236
+ "type": {
44237
+ "text": "number"
44238
+ }
44239
+ },
44240
+ {
44241
+ "name": "item",
44242
+ "type": {
44243
+ "text": "TreeItem"
44244
+ }
44245
+ }
44246
+ ],
44247
+ "description": "Move focus to a tree item based on its offset from the provided item",
44248
+ "inheritedFrom": {
44249
+ "name": "TreeView",
44250
+ "module": "src/tree-view/tree-view.ts"
44251
+ }
44252
+ },
44253
+ {
44254
+ "kind": "field",
44255
+ "name": "setItems",
44256
+ "privacy": "private",
44257
+ "description": "Updates the tree view when slottedTreeItems changes",
44258
+ "inheritedFrom": {
44259
+ "name": "TreeView",
44260
+ "module": "src/tree-view/tree-view.ts"
44261
+ }
44262
+ },
44263
+ {
44264
+ "kind": "method",
44265
+ "name": "getValidFocusableItem",
44266
+ "privacy": "private",
44267
+ "return": {
44268
+ "type": {
44269
+ "text": "null | HTMLElement | TreeItem"
44270
+ }
44271
+ },
44272
+ "description": "checks if there are any nested tree items",
44273
+ "inheritedFrom": {
44274
+ "name": "TreeView",
44275
+ "module": "src/tree-view/tree-view.ts"
44276
+ }
44277
+ },
44278
+ {
44279
+ "kind": "method",
44280
+ "name": "checkForNestedItems",
44281
+ "privacy": "private",
44282
+ "return": {
44283
+ "type": {
44284
+ "text": "boolean"
44285
+ }
44286
+ },
44287
+ "description": "checks if there are any nested tree items",
44288
+ "inheritedFrom": {
44289
+ "name": "TreeView",
44290
+ "module": "src/tree-view/tree-view.ts"
44291
+ }
44292
+ },
44293
+ {
44294
+ "kind": "field",
44295
+ "name": "isFocusableElement",
44296
+ "privacy": "private",
44297
+ "description": "check if the item is focusable",
44298
+ "inheritedFrom": {
44299
+ "name": "TreeView",
44300
+ "module": "src/tree-view/tree-view.ts"
44301
+ }
44302
+ },
44303
+ {
44304
+ "kind": "field",
44305
+ "name": "isSelectedElement",
44306
+ "privacy": "private",
44307
+ "inheritedFrom": {
44308
+ "name": "TreeView",
44309
+ "module": "src/tree-view/tree-view.ts"
44310
+ }
44311
+ },
44312
+ {
44313
+ "kind": "method",
44314
+ "name": "getVisibleNodes",
44315
+ "privacy": "private",
44316
+ "return": {
44317
+ "type": {
44318
+ "text": "HTMLElement[]"
44319
+ }
44320
+ },
44321
+ "inheritedFrom": {
44322
+ "name": "TreeView",
44323
+ "module": "src/tree-view/tree-view.ts"
44324
+ }
44325
+ },
44326
+ {
44327
+ "kind": "field",
44328
+ "name": "_presentation",
44329
+ "type": {
44330
+ "text": "ComponentPresentation | null | undefined"
44331
+ },
44332
+ "privacy": "private",
44333
+ "default": "void 0",
44334
+ "inheritedFrom": {
44335
+ "name": "TreeView",
44336
+ "module": "src/tree-view/tree-view.ts"
44337
+ }
44338
+ },
44339
+ {
44340
+ "kind": "field",
44341
+ "name": "$presentation",
44342
+ "type": {
44343
+ "text": "ComponentPresentation | null"
44344
+ },
44345
+ "privacy": "public",
44346
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
44347
+ "inheritedFrom": {
44348
+ "name": "TreeView",
44349
+ "module": "src/tree-view/tree-view.ts"
44350
+ }
44351
+ },
44352
+ {
44353
+ "kind": "field",
44354
+ "name": "template",
44355
+ "type": {
44356
+ "text": "ElementViewTemplate | void | null"
44357
+ },
44358
+ "privacy": "public",
44359
+ "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.",
44360
+ "inheritedFrom": {
44361
+ "name": "TreeView",
44362
+ "module": "src/tree-view/tree-view.ts"
44363
+ }
44364
+ },
44365
+ {
44366
+ "kind": "method",
44367
+ "name": "templateChanged",
44368
+ "privacy": "protected",
44369
+ "return": {
44370
+ "type": {
44371
+ "text": "void"
44372
+ }
44373
+ },
44374
+ "inheritedFrom": {
44375
+ "name": "TreeView",
44376
+ "module": "src/tree-view/tree-view.ts"
44377
+ }
44378
+ },
44379
+ {
44380
+ "kind": "field",
44381
+ "name": "styles",
44382
+ "type": {
44383
+ "text": "ElementStyles | void | null"
44384
+ },
44385
+ "privacy": "public",
44386
+ "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.",
44387
+ "inheritedFrom": {
44388
+ "name": "TreeView",
44389
+ "module": "src/tree-view/tree-view.ts"
44390
+ }
44391
+ },
44392
+ {
44393
+ "kind": "method",
44394
+ "name": "stylesChanged",
44395
+ "privacy": "protected",
44396
+ "return": {
44397
+ "type": {
44398
+ "text": "void"
44399
+ }
44400
+ },
44401
+ "inheritedFrom": {
44402
+ "name": "TreeView",
44403
+ "module": "src/tree-view/tree-view.ts"
44404
+ }
44405
+ },
44406
+ {
44407
+ "kind": "method",
44408
+ "name": "compose",
44409
+ "privacy": "public",
44410
+ "static": true,
44411
+ "return": {
44412
+ "type": {
44413
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
44414
+ }
44415
+ },
44416
+ "parameters": [
44417
+ {
44418
+ "name": "this",
44419
+ "type": {
44420
+ "text": "K"
44421
+ }
44422
+ },
44423
+ {
44424
+ "name": "elementDefinition",
44425
+ "type": {
44426
+ "text": "T"
44427
+ },
44428
+ "description": "The definition of the element to create the registry\nfunction for."
44429
+ }
44430
+ ],
44431
+ "description": "Defines an element registry function with a set of element definition defaults.",
44432
+ "inheritedFrom": {
44433
+ "name": "TreeView",
44434
+ "module": "src/tree-view/tree-view.ts"
44435
+ }
44436
+ }
44437
+ ]
42580
44438
  },
42581
44439
  {
42582
44440
  "kind": "variable",