@genesislcap/foundation-zero 14.448.0 → 14.449.1-alpha-12eee28.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,268 +999,389 @@
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",
1027
- "type": {
1028
- "text": "1 | 2 | 3 | 4 | 5 | 6"
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",
1033
- "inheritedFrom": {
1034
- "name": "AccordionItem",
1035
- "module": "src/accordion-item/accordion-item.ts"
1036
- }
1037
- },
1038
- {
1039
- "type": {
1040
- "text": "boolean"
1041
- },
1042
- "default": "false",
1043
- "description": "Expands or collapses the item.",
1044
- "fieldName": "expanded",
1045
- "inheritedFrom": {
1046
- "name": "AccordionItem",
1047
- "module": "src/accordion-item/accordion-item.ts"
1048
- }
1049
- },
1050
- {
1051
- "name": "id",
1026
+ "name": "expand-mode",
1052
1027
  "type": {
1053
- "text": "string"
1028
+ "text": "AccordionExpandMode"
1054
1029
  },
1055
- "description": "The item ID",
1056
- "fieldName": "id",
1030
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1031
+ "fieldName": "expandmode",
1057
1032
  "inheritedFrom": {
1058
- "name": "AccordionItem",
1059
- "module": "src/accordion-item/accordion-item.ts"
1033
+ "name": "Accordion",
1034
+ "module": "src/accordion/accordion.ts"
1060
1035
  }
1061
1036
  }
1062
1037
  ],
1063
1038
  "members": [
1064
1039
  {
1065
1040
  "kind": "field",
1066
- "name": "headinglevel",
1041
+ "name": "expandmode",
1067
1042
  "type": {
1068
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1043
+ "text": "AccordionExpandMode"
1069
1044
  },
1070
1045
  "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.",
1046
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1073
1047
  "inheritedFrom": {
1074
- "name": "AccordionItem",
1075
- "module": "src/accordion-item/accordion-item.ts"
1048
+ "name": "Accordion",
1049
+ "module": "src/accordion/accordion.ts"
1076
1050
  }
1077
1051
  },
1078
1052
  {
1079
1053
  "kind": "field",
1080
- "name": "expanded",
1054
+ "name": "activeid",
1081
1055
  "type": {
1082
- "text": "boolean"
1056
+ "text": "string | null"
1083
1057
  },
1084
- "privacy": "public",
1085
- "default": "false",
1086
- "description": "Expands or collapses the item.",
1058
+ "privacy": "private",
1087
1059
  "inheritedFrom": {
1088
- "name": "AccordionItem",
1089
- "module": "src/accordion-item/accordion-item.ts"
1060
+ "name": "Accordion",
1061
+ "module": "src/accordion/accordion.ts"
1090
1062
  }
1091
1063
  },
1092
1064
  {
1093
1065
  "kind": "field",
1094
- "name": "id",
1066
+ "name": "activeItemIndex",
1095
1067
  "type": {
1096
- "text": "string"
1068
+ "text": "number"
1097
1069
  },
1098
- "privacy": "public",
1099
- "description": "The item ID",
1070
+ "privacy": "private",
1071
+ "default": "0",
1100
1072
  "inheritedFrom": {
1101
- "name": "AccordionItem",
1102
- "module": "src/accordion-item/accordion-item.ts"
1073
+ "name": "Accordion",
1074
+ "module": "src/accordion/accordion.ts"
1103
1075
  }
1104
1076
  },
1105
1077
  {
1106
1078
  "kind": "field",
1107
- "name": "change",
1079
+ "name": "accordionIds",
1080
+ "type": {
1081
+ "text": "Array<string | null>"
1082
+ },
1108
1083
  "privacy": "private",
1109
1084
  "inheritedFrom": {
1110
- "name": "AccordionItem",
1111
- "module": "src/accordion-item/accordion-item.ts"
1085
+ "name": "Accordion",
1086
+ "module": "src/accordion/accordion.ts"
1112
1087
  }
1113
1088
  },
1114
1089
  {
1115
1090
  "kind": "field",
1116
- "name": "_presentation",
1117
- "type": {
1118
- "text": "ComponentPresentation | null | undefined"
1119
- },
1091
+ "name": "change",
1120
1092
  "privacy": "private",
1121
- "default": "void 0",
1122
1093
  "inheritedFrom": {
1123
- "name": "AccordionItem",
1124
- "module": "src/accordion-item/accordion-item.ts"
1094
+ "name": "Accordion",
1095
+ "module": "src/accordion/accordion.ts"
1125
1096
  }
1126
1097
  },
1127
1098
  {
1128
- "kind": "field",
1129
- "name": "$presentation",
1130
- "type": {
1131
- "text": "ComponentPresentation | null"
1099
+ "kind": "method",
1100
+ "name": "findExpandedItem",
1101
+ "privacy": "private",
1102
+ "return": {
1103
+ "type": {
1104
+ "text": "AccordionItem | null"
1105
+ }
1132
1106
  },
1133
- "privacy": "public",
1134
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1135
1107
  "inheritedFrom": {
1136
- "name": "AccordionItem",
1137
- "module": "src/accordion-item/accordion-item.ts"
1108
+ "name": "Accordion",
1109
+ "module": "src/accordion/accordion.ts"
1138
1110
  }
1139
1111
  },
1140
1112
  {
1141
1113
  "kind": "field",
1142
- "name": "template",
1143
- "type": {
1144
- "text": "ElementViewTemplate | void | null"
1145
- },
1146
- "privacy": "public",
1147
- "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.",
1114
+ "name": "setItems",
1115
+ "privacy": "private",
1148
1116
  "inheritedFrom": {
1149
- "name": "AccordionItem",
1150
- "module": "src/accordion-item/accordion-item.ts"
1117
+ "name": "Accordion",
1118
+ "module": "src/accordion/accordion.ts"
1151
1119
  }
1152
1120
  },
1153
1121
  {
1154
1122
  "kind": "method",
1155
- "name": "templateChanged",
1156
- "privacy": "protected",
1123
+ "name": "resetItems",
1124
+ "privacy": "private",
1157
1125
  "return": {
1158
1126
  "type": {
1159
1127
  "text": "void"
1160
1128
  }
1161
1129
  },
1162
1130
  "inheritedFrom": {
1163
- "name": "AccordionItem",
1164
- "module": "src/accordion-item/accordion-item.ts"
1131
+ "name": "Accordion",
1132
+ "module": "src/accordion/accordion.ts"
1165
1133
  }
1166
1134
  },
1167
1135
  {
1168
1136
  "kind": "field",
1169
- "name": "styles",
1170
- "type": {
1171
- "text": "ElementStyles | void | null"
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
+ }
1172
1161
  },
1173
- "privacy": "public",
1174
- "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
1162
  "inheritedFrom": {
1176
- "name": "AccordionItem",
1177
- "module": "src/accordion-item/accordion-item.ts"
1163
+ "name": "Accordion",
1164
+ "module": "src/accordion/accordion.ts"
1178
1165
  }
1179
1166
  },
1180
1167
  {
1181
1168
  "kind": "method",
1182
- "name": "stylesChanged",
1183
- "privacy": "protected",
1169
+ "name": "isSingleExpandMode",
1170
+ "privacy": "private",
1184
1171
  "return": {
1185
1172
  "type": {
1186
- "text": "void"
1173
+ "text": "boolean"
1187
1174
  }
1188
1175
  },
1189
1176
  "inheritedFrom": {
1190
- "name": "AccordionItem",
1191
- "module": "src/accordion-item/accordion-item.ts"
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"
1192
1197
  }
1193
1198
  },
1194
1199
  {
1195
1200
  "kind": "method",
1196
- "name": "compose",
1197
- "privacy": "public",
1198
- "static": true,
1201
+ "name": "adjust",
1202
+ "privacy": "private",
1199
1203
  "return": {
1200
1204
  "type": {
1201
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1205
+ "text": "void"
1202
1206
  }
1203
1207
  },
1204
1208
  "parameters": [
1205
1209
  {
1206
- "name": "this",
1210
+ "name": "adjustment",
1207
1211
  "type": {
1208
- "text": "K"
1212
+ "text": "number"
1209
1213
  }
1210
- },
1211
- {
1212
- "name": "elementDefinition",
1213
- "type": {
1214
- "text": "T"
1215
- },
1216
- "description": "The definition of the element to create the registry\nfunction for."
1217
1214
  }
1218
1215
  ],
1219
- "description": "Defines an element registry function with a set of element definition defaults.",
1220
1216
  "inheritedFrom": {
1221
- "name": "AccordionItem",
1222
- "module": "src/accordion-item/accordion-item.ts"
1217
+ "name": "Accordion",
1218
+ "module": "src/accordion/accordion.ts"
1223
1219
  }
1224
- }
1225
- ],
1226
- "events": [
1220
+ },
1227
1221
  {
1228
- "description": "Fires a custom 'change' event when the button is invoked",
1229
- "name": "change",
1222
+ "kind": "method",
1223
+ "name": "focusItem",
1224
+ "privacy": "private",
1225
+ "return": {
1226
+ "type": {
1227
+ "text": "void"
1228
+ }
1229
+ },
1230
1230
  "inheritedFrom": {
1231
- "name": "AccordionItem",
1232
- "module": "src/accordion-item/accordion-item.ts"
1231
+ "name": "Accordion",
1232
+ "module": "src/accordion/accordion.ts"
1233
+ }
1234
+ },
1235
+ {
1236
+ "kind": "field",
1237
+ "name": "_presentation",
1238
+ "type": {
1239
+ "text": "ComponentPresentation | null | undefined"
1240
+ },
1241
+ "privacy": "private",
1242
+ "default": "void 0",
1243
+ "inheritedFrom": {
1244
+ "name": "Accordion",
1245
+ "module": "src/accordion/accordion.ts"
1246
+ }
1247
+ },
1248
+ {
1249
+ "kind": "field",
1250
+ "name": "$presentation",
1251
+ "type": {
1252
+ "text": "ComponentPresentation | null"
1253
+ },
1254
+ "privacy": "public",
1255
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1256
+ "inheritedFrom": {
1257
+ "name": "Accordion",
1258
+ "module": "src/accordion/accordion.ts"
1259
+ }
1260
+ },
1261
+ {
1262
+ "kind": "field",
1263
+ "name": "template",
1264
+ "type": {
1265
+ "text": "ElementViewTemplate | void | null"
1266
+ },
1267
+ "privacy": "public",
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.",
1269
+ "inheritedFrom": {
1270
+ "name": "Accordion",
1271
+ "module": "src/accordion/accordion.ts"
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "method",
1276
+ "name": "templateChanged",
1277
+ "privacy": "protected",
1278
+ "return": {
1279
+ "type": {
1280
+ "text": "void"
1281
+ }
1282
+ },
1283
+ "inheritedFrom": {
1284
+ "name": "Accordion",
1285
+ "module": "src/accordion/accordion.ts"
1286
+ }
1287
+ },
1288
+ {
1289
+ "kind": "field",
1290
+ "name": "styles",
1291
+ "type": {
1292
+ "text": "ElementStyles | void | null"
1293
+ },
1294
+ "privacy": "public",
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.",
1296
+ "inheritedFrom": {
1297
+ "name": "Accordion",
1298
+ "module": "src/accordion/accordion.ts"
1299
+ }
1300
+ },
1301
+ {
1302
+ "kind": "method",
1303
+ "name": "stylesChanged",
1304
+ "privacy": "protected",
1305
+ "return": {
1306
+ "type": {
1307
+ "text": "void"
1308
+ }
1309
+ },
1310
+ "inheritedFrom": {
1311
+ "name": "Accordion",
1312
+ "module": "src/accordion/accordion.ts"
1313
+ }
1314
+ },
1315
+ {
1316
+ "kind": "method",
1317
+ "name": "compose",
1318
+ "privacy": "public",
1319
+ "static": true,
1320
+ "return": {
1321
+ "type": {
1322
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1323
+ }
1324
+ },
1325
+ "parameters": [
1326
+ {
1327
+ "name": "this",
1328
+ "type": {
1329
+ "text": "K"
1330
+ }
1331
+ },
1332
+ {
1333
+ "name": "elementDefinition",
1334
+ "type": {
1335
+ "text": "T"
1336
+ },
1337
+ "description": "The definition of the element to create the registry\nfunction for."
1338
+ }
1339
+ ],
1340
+ "description": "Defines an element registry function with a set of element definition defaults.",
1341
+ "inheritedFrom": {
1342
+ "name": "Accordion",
1343
+ "module": "src/accordion/accordion.ts"
1344
+ }
1345
+ }
1346
+ ],
1347
+ "events": [
1348
+ {
1349
+ "description": "Fires a custom 'change' event when the active item changes",
1350
+ "name": "change",
1351
+ "inheritedFrom": {
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/actions-menu/actions-menu.styles.ts",
1415
+ "path": "src/accordion-item/accordion-item.styles.ts",
1295
1416
  "declarations": [
1296
1417
  {
1297
1418
  "kind": "function",
1298
- "name": "zeroActionsMenuStyles",
1419
+ "name": "zeroAccordionItemStyles",
1299
1420
  "return": {
1300
1421
  "type": {
1301
1422
  "text": "ElementStyles"
@@ -1320,527 +1441,307 @@
1320
1441
  "exports": [
1321
1442
  {
1322
1443
  "kind": "js",
1323
- "name": "zeroActionsMenuStyles",
1444
+ "name": "zeroAccordionItemStyles",
1324
1445
  "declaration": {
1325
- "name": "zeroActionsMenuStyles",
1326
- "module": "src/actions-menu/actions-menu.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/actions-menu/actions-menu.ts",
1454
+ "path": "src/accordion-item/accordion-item.template.ts",
1455
+ "declarations": [
1456
+ {
1457
+ "kind": "function",
1458
+ "name": "zeroAccordionItemTemplate",
1459
+ "return": {
1460
+ "type": {
1461
+ "text": "ViewTemplate<AccordionItem>"
1462
+ }
1463
+ },
1464
+ "parameters": [
1465
+ {
1466
+ "name": "context",
1467
+ "type": {
1468
+ "text": "ElementDefinitionContext"
1469
+ }
1470
+ },
1471
+ {
1472
+ "name": "definition",
1473
+ "type": {
1474
+ "text": "FoundationElementDefinition"
1475
+ }
1476
+ }
1477
+ ]
1478
+ }
1479
+ ],
1480
+ "exports": [
1481
+ {
1482
+ "kind": "js",
1483
+ "name": "zeroAccordionItemTemplate",
1484
+ "declaration": {
1485
+ "name": "zeroAccordionItemTemplate",
1486
+ "module": "src/accordion-item/accordion-item.template.ts"
1487
+ }
1488
+ }
1489
+ ]
1490
+ },
1491
+ {
1492
+ "kind": "javascript-module",
1493
+ "path": "src/accordion-item/accordion-item.ts",
1334
1494
  "declarations": [
1335
1495
  {
1336
1496
  "kind": "class",
1337
1497
  "description": "",
1338
- "name": "ActionsMenu",
1498
+ "name": "AccordionItem",
1339
1499
  "superclass": {
1340
- "name": "FoundationActionsMenu",
1500
+ "name": "FoundationAccordionItem",
1341
1501
  "package": "@genesislcap/foundation-ui"
1342
1502
  },
1343
- "tagName": "%%prefix%%-actions-menu",
1503
+ "tagName": "%%prefix%%-card",
1344
1504
  "customElement": true,
1345
1505
  "attributes": [
1346
1506
  {
1347
- "name": "is-vertical",
1507
+ "name": "heading-level",
1348
1508
  "type": {
1349
- "text": "boolean"
1509
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1350
1510
  },
1351
- "default": "false",
1352
- "fieldName": "isVertical",
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",
1353
1514
  "inheritedFrom": {
1354
- "name": "ActionsMenu",
1355
- "module": "src/actions-menu/actions-menu.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1356
1517
  }
1357
1518
  },
1358
1519
  {
1359
- "name": "add-default-actions",
1360
1520
  "type": {
1361
1521
  "text": "boolean"
1362
1522
  },
1363
- "default": "true",
1364
- "fieldName": "addDefaultActions",
1523
+ "default": "false",
1524
+ "description": "Expands or collapses the item.",
1525
+ "fieldName": "expanded",
1365
1526
  "inheritedFrom": {
1366
- "name": "ActionsMenu",
1367
- "module": "src/actions-menu/actions-menu.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1368
1529
  }
1369
1530
  },
1370
1531
  {
1371
- "name": "auto-close-on-action",
1532
+ "name": "id",
1372
1533
  "type": {
1373
- "text": "boolean"
1534
+ "text": "string"
1374
1535
  },
1375
- "default": "true",
1376
- "fieldName": "autoCloseOnAction",
1536
+ "description": "The item ID",
1537
+ "fieldName": "id",
1377
1538
  "inheritedFrom": {
1378
- "name": "ActionsMenu",
1379
- "module": "src/actions-menu/actions-menu.ts"
1539
+ "name": "AccordionItem",
1540
+ "module": "src/accordion-item/accordion-item.ts"
1380
1541
  }
1381
- },
1542
+ }
1543
+ ],
1544
+ "members": [
1382
1545
  {
1383
- "name": "name",
1546
+ "kind": "field",
1547
+ "name": "headinglevel",
1384
1548
  "type": {
1385
- "text": "string"
1549
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1386
1550
  },
1387
- "default": "'Actions'",
1388
- "fieldName": "name",
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.",
1389
1554
  "inheritedFrom": {
1390
- "name": "ActionsMenu",
1391
- "module": "src/actions-menu/actions-menu.ts"
1555
+ "name": "AccordionItem",
1556
+ "module": "src/accordion-item/accordion-item.ts"
1392
1557
  }
1393
1558
  },
1394
- {
1395
- "name": "open",
1396
- "type": {
1397
- "text": "boolean"
1398
- },
1399
- "default": "false",
1400
- "fieldName": "open",
1401
- "inheritedFrom": {
1402
- "name": "ActionsMenu",
1403
- "module": "src/actions-menu/actions-menu.ts"
1404
- }
1405
- },
1406
- {
1407
- "name": "buttonAppearance",
1408
- "type": {
1409
- "text": "string"
1410
- },
1411
- "fieldName": "buttonAppearance",
1412
- "inheritedFrom": {
1413
- "name": "ActionsMenu",
1414
- "module": "src/actions-menu/actions-menu.ts"
1415
- }
1416
- },
1417
- {
1418
- "name": "hide-disabled",
1419
- "type": {
1420
- "text": "boolean"
1421
- },
1422
- "default": "false",
1423
- "fieldName": "hideDisabled",
1424
- "inheritedFrom": {
1425
- "name": "ActionsMenu",
1426
- "module": "src/actions-menu/actions-menu.ts"
1427
- }
1428
- },
1429
- {
1430
- "name": "hide-menu-single-option",
1431
- "type": {
1432
- "text": "boolean"
1433
- },
1434
- "default": "false",
1435
- "fieldName": "hideMenuSingleOption",
1436
- "inheritedFrom": {
1437
- "name": "ActionsMenu",
1438
- "module": "src/actions-menu/actions-menu.ts"
1439
- }
1440
- }
1441
- ],
1442
- "members": [
1443
1559
  {
1444
1560
  "kind": "field",
1445
- "name": "actions",
1446
- "type": {
1447
- "text": "ActionMenuItem[]"
1448
- },
1449
- "inheritedFrom": {
1450
- "name": "ActionsMenu",
1451
- "module": "src/actions-menu/actions-menu.ts"
1452
- }
1453
- },
1454
- {
1455
- "kind": "field",
1456
- "name": "isVertical",
1561
+ "name": "expanded",
1457
1562
  "type": {
1458
1563
  "text": "boolean"
1459
1564
  },
1565
+ "privacy": "public",
1460
1566
  "default": "false",
1567
+ "description": "Expands or collapses the item.",
1461
1568
  "inheritedFrom": {
1462
- "name": "ActionsMenu",
1463
- "module": "src/actions-menu/actions-menu.ts"
1464
- }
1465
- },
1466
- {
1467
- "kind": "field",
1468
- "name": "addDefaultActions",
1469
- "type": {
1470
- "text": "boolean"
1471
- },
1472
- "default": "true",
1473
- "inheritedFrom": {
1474
- "name": "ActionsMenu",
1475
- "module": "src/actions-menu/actions-menu.ts"
1476
- }
1477
- },
1478
- {
1479
- "kind": "field",
1480
- "name": "autoCloseOnAction",
1481
- "type": {
1482
- "text": "boolean"
1483
- },
1484
- "default": "true",
1485
- "inheritedFrom": {
1486
- "name": "ActionsMenu",
1487
- "module": "src/actions-menu/actions-menu.ts"
1569
+ "name": "AccordionItem",
1570
+ "module": "src/accordion-item/accordion-item.ts"
1488
1571
  }
1489
1572
  },
1490
1573
  {
1491
1574
  "kind": "field",
1492
- "name": "classNames",
1575
+ "name": "id",
1493
1576
  "type": {
1494
1577
  "text": "string"
1495
1578
  },
1579
+ "privacy": "public",
1580
+ "description": "The item ID",
1496
1581
  "inheritedFrom": {
1497
- "name": "ActionsMenu",
1498
- "module": "src/actions-menu/actions-menu.ts"
1499
- }
1500
- },
1501
- {
1502
- "kind": "field",
1503
- "name": "definition",
1504
- "type": {
1505
- "text": "any"
1506
- },
1507
- "inheritedFrom": {
1508
- "name": "ActionsMenu",
1509
- "module": "src/actions-menu/actions-menu.ts"
1582
+ "name": "AccordionItem",
1583
+ "module": "src/accordion-item/accordion-item.ts"
1510
1584
  }
1511
1585
  },
1512
1586
  {
1513
1587
  "kind": "field",
1514
- "name": "name",
1515
- "type": {
1516
- "text": "string"
1517
- },
1518
- "default": "'Actions'",
1588
+ "name": "change",
1589
+ "privacy": "private",
1519
1590
  "inheritedFrom": {
1520
- "name": "ActionsMenu",
1521
- "module": "src/actions-menu/actions-menu.ts"
1591
+ "name": "AccordionItem",
1592
+ "module": "src/accordion-item/accordion-item.ts"
1522
1593
  }
1523
1594
  },
1524
1595
  {
1525
1596
  "kind": "field",
1526
- "name": "open",
1597
+ "name": "_presentation",
1527
1598
  "type": {
1528
- "text": "boolean"
1599
+ "text": "ComponentPresentation | null | undefined"
1529
1600
  },
1530
- "default": "false",
1601
+ "privacy": "private",
1602
+ "default": "void 0",
1531
1603
  "inheritedFrom": {
1532
- "name": "ActionsMenu",
1533
- "module": "src/actions-menu/actions-menu.ts"
1604
+ "name": "AccordionItem",
1605
+ "module": "src/accordion-item/accordion-item.ts"
1534
1606
  }
1535
1607
  },
1536
1608
  {
1537
1609
  "kind": "field",
1538
- "name": "buttonAppearance",
1610
+ "name": "$presentation",
1539
1611
  "type": {
1540
- "text": "string"
1612
+ "text": "ComponentPresentation | null"
1541
1613
  },
1614
+ "privacy": "public",
1615
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1542
1616
  "inheritedFrom": {
1543
- "name": "ActionsMenu",
1544
- "module": "src/actions-menu/actions-menu.ts"
1617
+ "name": "AccordionItem",
1618
+ "module": "src/accordion-item/accordion-item.ts"
1545
1619
  }
1546
1620
  },
1547
1621
  {
1548
1622
  "kind": "field",
1549
- "name": "hideDisabled",
1623
+ "name": "template",
1550
1624
  "type": {
1551
- "text": "boolean"
1625
+ "text": "ElementViewTemplate | void | null"
1552
1626
  },
1553
- "default": "false",
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.",
1554
1629
  "inheritedFrom": {
1555
- "name": "ActionsMenu",
1556
- "module": "src/actions-menu/actions-menu.ts"
1630
+ "name": "AccordionItem",
1631
+ "module": "src/accordion-item/accordion-item.ts"
1557
1632
  }
1558
1633
  },
1559
1634
  {
1560
- "kind": "field",
1561
- "name": "hideMenuSingleOption",
1562
- "type": {
1563
- "text": "boolean"
1635
+ "kind": "method",
1636
+ "name": "templateChanged",
1637
+ "privacy": "protected",
1638
+ "return": {
1639
+ "type": {
1640
+ "text": "void"
1641
+ }
1564
1642
  },
1565
- "default": "false",
1566
1643
  "inheritedFrom": {
1567
- "name": "ActionsMenu",
1568
- "module": "src/actions-menu/actions-menu.ts"
1644
+ "name": "AccordionItem",
1645
+ "module": "src/accordion-item/accordion-item.ts"
1569
1646
  }
1570
1647
  },
1571
1648
  {
1572
1649
  "kind": "field",
1573
- "name": "singleOption",
1650
+ "name": "styles",
1574
1651
  "type": {
1575
- "text": "ActionMenuItem"
1652
+ "text": "ElementStyles | void | null"
1576
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.",
1577
1656
  "inheritedFrom": {
1578
- "name": "ActionsMenu",
1579
- "module": "src/actions-menu/actions-menu.ts"
1657
+ "name": "AccordionItem",
1658
+ "module": "src/accordion-item/accordion-item.ts"
1580
1659
  }
1581
1660
  },
1582
1661
  {
1583
- "kind": "field",
1584
- "name": "actionsMenu",
1585
- "type": {
1586
- "text": "HTMLElement"
1662
+ "kind": "method",
1663
+ "name": "stylesChanged",
1664
+ "privacy": "protected",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": "void"
1668
+ }
1587
1669
  },
1588
1670
  "inheritedFrom": {
1589
- "name": "ActionsMenu",
1590
- "module": "src/actions-menu/actions-menu.ts"
1671
+ "name": "AccordionItem",
1672
+ "module": "src/accordion-item/accordion-item.ts"
1591
1673
  }
1592
1674
  },
1593
1675
  {
1594
1676
  "kind": "method",
1595
- "name": "definitionChanged",
1596
- "privacy": "protected",
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
+ },
1597
1685
  "parameters": [
1598
1686
  {
1599
- "name": "oldValue",
1687
+ "name": "this",
1600
1688
  "type": {
1601
- "text": "any"
1689
+ "text": "K"
1602
1690
  }
1603
1691
  },
1604
1692
  {
1605
- "name": "newValue",
1693
+ "name": "elementDefinition",
1606
1694
  "type": {
1607
- "text": "any"
1608
- }
1695
+ "text": "T"
1696
+ },
1697
+ "description": "The definition of the element to create the registry\nfunction for."
1609
1698
  }
1610
1699
  ],
1700
+ "description": "Defines an element registry function with a set of element definition defaults.",
1611
1701
  "inheritedFrom": {
1612
- "name": "ActionsMenu",
1613
- "module": "src/actions-menu/actions-menu.ts"
1614
- }
1615
- },
1616
- {
1617
- "kind": "method",
1618
- "name": "openChanged",
1619
- "privacy": "protected",
1620
- "inheritedFrom": {
1621
- "name": "ActionsMenu",
1622
- "module": "src/actions-menu/actions-menu.ts"
1702
+ "name": "AccordionItem",
1703
+ "module": "src/accordion-item/accordion-item.ts"
1623
1704
  }
1624
- },
1705
+ }
1706
+ ],
1707
+ "events": [
1625
1708
  {
1626
- "kind": "method",
1627
- "name": "toggleActionsMenuVisibility",
1709
+ "description": "Fires a custom 'change' event when the button is invoked",
1710
+ "name": "change",
1628
1711
  "inheritedFrom": {
1629
- "name": "ActionsMenu",
1630
- "module": "src/actions-menu/actions-menu.ts"
1631
- }
1632
- },
1633
- {
1634
- "kind": "method",
1635
- "name": "onActionMenuItemClick",
1636
- "parameters": [
1637
- {
1638
- "name": "callback",
1639
- "type": {
1640
- "text": "(rowData) => void | any"
1641
- }
1642
- }
1643
- ],
1644
- "inheritedFrom": {
1645
- "name": "ActionsMenu",
1646
- "module": "src/actions-menu/actions-menu.ts"
1647
- }
1648
- },
1649
- {
1650
- "kind": "field",
1651
- "name": "allActions",
1652
- "type": {
1653
- "text": "ActionMenuItem[]"
1654
- },
1655
- "readonly": true,
1656
- "inheritedFrom": {
1657
- "name": "ActionsMenu",
1658
- "module": "src/actions-menu/actions-menu.ts"
1659
- }
1660
- },
1661
- {
1662
- "kind": "field",
1663
- "name": "rowData",
1664
- "readonly": true,
1665
- "inheritedFrom": {
1666
- "name": "ActionsMenu",
1667
- "module": "src/actions-menu/actions-menu.ts"
1668
- }
1669
- },
1670
- {
1671
- "kind": "method",
1672
- "name": "getLabel",
1673
- "parameters": [
1674
- {
1675
- "name": "name",
1676
- "type": {
1677
- "text": "string | ((rowData: any) => string)"
1678
- }
1679
- }
1680
- ],
1681
- "inheritedFrom": {
1682
- "name": "ActionsMenu",
1683
- "module": "src/actions-menu/actions-menu.ts"
1684
- }
1685
- },
1686
- {
1687
- "kind": "method",
1688
- "name": "getTemplate",
1689
- "parameters": [
1690
- {
1691
- "name": "prefix",
1692
- "type": {
1693
- "text": "string"
1694
- }
1695
- }
1696
- ],
1697
- "inheritedFrom": {
1698
- "name": "ActionsMenu",
1699
- "module": "src/actions-menu/actions-menu.ts"
1700
- }
1701
- },
1702
- {
1703
- "kind": "field",
1704
- "name": "_presentation",
1705
- "type": {
1706
- "text": "ComponentPresentation | null | undefined"
1707
- },
1708
- "privacy": "private",
1709
- "default": "void 0",
1710
- "inheritedFrom": {
1711
- "name": "FoundationElement",
1712
- "module": "src/foundation-element/foundation-element.ts"
1713
- }
1714
- },
1715
- {
1716
- "kind": "field",
1717
- "name": "$presentation",
1718
- "type": {
1719
- "text": "ComponentPresentation | null"
1720
- },
1721
- "privacy": "public",
1722
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1723
- "inheritedFrom": {
1724
- "name": "FoundationElement",
1725
- "module": "src/foundation-element/foundation-element.ts"
1726
- }
1727
- },
1728
- {
1729
- "kind": "field",
1730
- "name": "template",
1731
- "type": {
1732
- "text": "ElementViewTemplate | void | null"
1733
- },
1734
- "privacy": "public",
1735
- "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.",
1736
- "inheritedFrom": {
1737
- "name": "FoundationElement",
1738
- "module": "src/foundation-element/foundation-element.ts"
1739
- }
1740
- },
1741
- {
1742
- "kind": "method",
1743
- "name": "templateChanged",
1744
- "privacy": "protected",
1745
- "return": {
1746
- "type": {
1747
- "text": "void"
1748
- }
1749
- },
1750
- "inheritedFrom": {
1751
- "name": "FoundationElement",
1752
- "module": "src/foundation-element/foundation-element.ts"
1753
- }
1754
- },
1755
- {
1756
- "kind": "field",
1757
- "name": "styles",
1758
- "type": {
1759
- "text": "ElementStyles | void | null"
1760
- },
1761
- "privacy": "public",
1762
- "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.",
1763
- "inheritedFrom": {
1764
- "name": "FoundationElement",
1765
- "module": "src/foundation-element/foundation-element.ts"
1766
- }
1767
- },
1768
- {
1769
- "kind": "method",
1770
- "name": "stylesChanged",
1771
- "privacy": "protected",
1772
- "return": {
1773
- "type": {
1774
- "text": "void"
1775
- }
1776
- },
1777
- "inheritedFrom": {
1778
- "name": "FoundationElement",
1779
- "module": "src/foundation-element/foundation-element.ts"
1780
- }
1781
- },
1782
- {
1783
- "kind": "method",
1784
- "name": "compose",
1785
- "privacy": "public",
1786
- "static": true,
1787
- "return": {
1788
- "type": {
1789
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1790
- }
1791
- },
1792
- "parameters": [
1793
- {
1794
- "name": "this",
1795
- "type": {
1796
- "text": "K"
1797
- }
1798
- },
1799
- {
1800
- "name": "elementDefinition",
1801
- "type": {
1802
- "text": "T"
1803
- },
1804
- "description": "The definition of the element to create the registry\nfunction for."
1805
- }
1806
- ],
1807
- "description": "Defines an element registry function with a set of element definition defaults.",
1808
- "inheritedFrom": {
1809
- "name": "FoundationElement",
1810
- "module": "src/foundation-element/foundation-element.ts"
1712
+ "name": "AccordionItem",
1713
+ "module": "src/accordion-item/accordion-item.ts"
1811
1714
  }
1812
1715
  }
1813
1716
  ]
1814
1717
  },
1815
1718
  {
1816
1719
  "kind": "variable",
1817
- "name": "zeroActionsMenu",
1818
- "description": "The Zero Actions Menu",
1819
- "privacy": "public"
1720
+ "name": "zeroAccordionItem"
1820
1721
  }
1821
1722
  ],
1822
1723
  "exports": [
1823
1724
  {
1824
1725
  "kind": "js",
1825
- "name": "ActionsMenu",
1726
+ "name": "AccordionItem",
1826
1727
  "declaration": {
1827
- "name": "ActionsMenu",
1828
- "module": "src/actions-menu/actions-menu.ts"
1728
+ "name": "AccordionItem",
1729
+ "module": "src/accordion-item/accordion-item.ts"
1829
1730
  }
1830
1731
  },
1831
1732
  {
1832
1733
  "kind": "js",
1833
- "name": "zeroActionsMenu",
1734
+ "name": "zeroAccordionItem",
1834
1735
  "declaration": {
1835
- "name": "zeroActionsMenu",
1836
- "module": "src/actions-menu/actions-menu.ts"
1736
+ "name": "zeroAccordionItem",
1737
+ "module": "src/accordion-item/accordion-item.ts"
1837
1738
  }
1838
1739
  }
1839
1740
  ]
1840
1741
  },
1841
1742
  {
1842
1743
  "kind": "javascript-module",
1843
- "path": "src/actions-menu/index.ts",
1744
+ "path": "src/accordion-item/index.ts",
1844
1745
  "declarations": [],
1845
1746
  "exports": [
1846
1747
  {
@@ -1848,7 +1749,7 @@
1848
1749
  "name": "*",
1849
1750
  "declaration": {
1850
1751
  "name": "*",
1851
- "package": "./actions-menu"
1752
+ "package": "./accordion-item"
1852
1753
  }
1853
1754
  },
1854
1755
  {
@@ -1856,60 +1757,29 @@
1856
1757
  "name": "*",
1857
1758
  "declaration": {
1858
1759
  "name": "*",
1859
- "package": "./actions-menu.styles"
1760
+ "package": "./accordion-item.styles"
1860
1761
  }
1861
- }
1862
- ]
1863
- },
1864
- {
1865
- "kind": "javascript-module",
1866
- "path": "src/accordion/accordion.styles.ts",
1867
- "declarations": [
1868
- {
1869
- "kind": "function",
1870
- "name": "zeroAccordionStyles",
1871
- "return": {
1872
- "type": {
1873
- "text": "ElementStyles"
1874
- }
1875
- },
1876
- "parameters": [
1877
- {
1878
- "name": "context",
1879
- "type": {
1880
- "text": "ElementDefinitionContext"
1881
- }
1882
- },
1883
- {
1884
- "name": "definition",
1885
- "type": {
1886
- "text": "FoundationElementDefinition"
1887
- }
1888
- }
1889
- ]
1890
- }
1891
- ],
1892
- "exports": [
1762
+ },
1893
1763
  {
1894
1764
  "kind": "js",
1895
- "name": "zeroAccordionStyles",
1765
+ "name": "*",
1896
1766
  "declaration": {
1897
- "name": "zeroAccordionStyles",
1898
- "module": "src/accordion/accordion.styles.ts"
1767
+ "name": "*",
1768
+ "package": "./accordion-item.template"
1899
1769
  }
1900
1770
  }
1901
1771
  ]
1902
1772
  },
1903
1773
  {
1904
1774
  "kind": "javascript-module",
1905
- "path": "src/accordion/accordion.template.ts",
1775
+ "path": "src/actions-menu/actions-menu.styles.ts",
1906
1776
  "declarations": [
1907
1777
  {
1908
1778
  "kind": "function",
1909
- "name": "zeroAccordionTemplate",
1779
+ "name": "zeroActionsMenuStyles",
1910
1780
  "return": {
1911
1781
  "type": {
1912
- "text": "ViewTemplate<Accordion>"
1782
+ "text": "ElementStyles"
1913
1783
  }
1914
1784
  },
1915
1785
  "parameters": [
@@ -1931,276 +1801,422 @@
1931
1801
  "exports": [
1932
1802
  {
1933
1803
  "kind": "js",
1934
- "name": "zeroAccordionTemplate",
1804
+ "name": "zeroActionsMenuStyles",
1935
1805
  "declaration": {
1936
- "name": "zeroAccordionTemplate",
1937
- "module": "src/accordion/accordion.template.ts"
1806
+ "name": "zeroActionsMenuStyles",
1807
+ "module": "src/actions-menu/actions-menu.styles.ts"
1938
1808
  }
1939
1809
  }
1940
1810
  ]
1941
1811
  },
1942
1812
  {
1943
1813
  "kind": "javascript-module",
1944
- "path": "src/accordion/accordion.ts",
1814
+ "path": "src/actions-menu/actions-menu.ts",
1945
1815
  "declarations": [
1946
1816
  {
1947
1817
  "kind": "class",
1948
1818
  "description": "",
1949
- "name": "Accordion",
1819
+ "name": "ActionsMenu",
1950
1820
  "superclass": {
1951
- "name": "FoundationAccordion",
1821
+ "name": "FoundationActionsMenu",
1952
1822
  "package": "@genesislcap/foundation-ui"
1953
1823
  },
1954
- "tagName": "%%prefix%%-card",
1824
+ "tagName": "%%prefix%%-actions-menu",
1955
1825
  "customElement": true,
1956
1826
  "attributes": [
1957
1827
  {
1958
- "name": "expand-mode",
1828
+ "name": "is-vertical",
1959
1829
  "type": {
1960
- "text": "AccordionExpandMode"
1830
+ "text": "boolean"
1961
1831
  },
1962
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1963
- "fieldName": "expandmode",
1832
+ "default": "false",
1833
+ "fieldName": "isVertical",
1964
1834
  "inheritedFrom": {
1965
- "name": "Accordion",
1966
- "module": "src/accordion/accordion.ts"
1835
+ "name": "ActionsMenu",
1836
+ "module": "src/actions-menu/actions-menu.ts"
1967
1837
  }
1968
- }
1969
- ],
1970
- "members": [
1838
+ },
1971
1839
  {
1972
- "kind": "field",
1973
- "name": "expandmode",
1840
+ "name": "add-default-actions",
1974
1841
  "type": {
1975
- "text": "AccordionExpandMode"
1842
+ "text": "boolean"
1976
1843
  },
1977
- "privacy": "public",
1978
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1844
+ "default": "true",
1845
+ "fieldName": "addDefaultActions",
1979
1846
  "inheritedFrom": {
1980
- "name": "Accordion",
1981
- "module": "src/accordion/accordion.ts"
1847
+ "name": "ActionsMenu",
1848
+ "module": "src/actions-menu/actions-menu.ts"
1982
1849
  }
1983
1850
  },
1984
1851
  {
1985
- "kind": "field",
1986
- "name": "activeid",
1852
+ "name": "auto-close-on-action",
1987
1853
  "type": {
1988
- "text": "string | null"
1854
+ "text": "boolean"
1989
1855
  },
1990
- "privacy": "private",
1856
+ "default": "true",
1857
+ "fieldName": "autoCloseOnAction",
1991
1858
  "inheritedFrom": {
1992
- "name": "Accordion",
1993
- "module": "src/accordion/accordion.ts"
1859
+ "name": "ActionsMenu",
1860
+ "module": "src/actions-menu/actions-menu.ts"
1994
1861
  }
1995
1862
  },
1996
1863
  {
1997
- "kind": "field",
1998
- "name": "activeItemIndex",
1864
+ "name": "name",
1999
1865
  "type": {
2000
- "text": "number"
1866
+ "text": "string"
2001
1867
  },
2002
- "privacy": "private",
2003
- "default": "0",
1868
+ "default": "'Actions'",
1869
+ "fieldName": "name",
2004
1870
  "inheritedFrom": {
2005
- "name": "Accordion",
2006
- "module": "src/accordion/accordion.ts"
1871
+ "name": "ActionsMenu",
1872
+ "module": "src/actions-menu/actions-menu.ts"
2007
1873
  }
2008
1874
  },
2009
1875
  {
2010
- "kind": "field",
2011
- "name": "accordionIds",
1876
+ "name": "open",
2012
1877
  "type": {
2013
- "text": "Array<string | null>"
1878
+ "text": "boolean"
2014
1879
  },
2015
- "privacy": "private",
1880
+ "default": "false",
1881
+ "fieldName": "open",
2016
1882
  "inheritedFrom": {
2017
- "name": "Accordion",
2018
- "module": "src/accordion/accordion.ts"
1883
+ "name": "ActionsMenu",
1884
+ "module": "src/actions-menu/actions-menu.ts"
2019
1885
  }
2020
1886
  },
2021
1887
  {
2022
- "kind": "field",
2023
- "name": "change",
2024
- "privacy": "private",
1888
+ "name": "buttonAppearance",
1889
+ "type": {
1890
+ "text": "string"
1891
+ },
1892
+ "fieldName": "buttonAppearance",
2025
1893
  "inheritedFrom": {
2026
- "name": "Accordion",
2027
- "module": "src/accordion/accordion.ts"
1894
+ "name": "ActionsMenu",
1895
+ "module": "src/actions-menu/actions-menu.ts"
2028
1896
  }
2029
1897
  },
2030
1898
  {
2031
- "kind": "method",
2032
- "name": "findExpandedItem",
2033
- "privacy": "private",
2034
- "return": {
2035
- "type": {
2036
- "text": "AccordionItem | null"
2037
- }
1899
+ "name": "hide-disabled",
1900
+ "type": {
1901
+ "text": "boolean"
2038
1902
  },
1903
+ "default": "false",
1904
+ "fieldName": "hideDisabled",
2039
1905
  "inheritedFrom": {
2040
- "name": "Accordion",
2041
- "module": "src/accordion/accordion.ts"
1906
+ "name": "ActionsMenu",
1907
+ "module": "src/actions-menu/actions-menu.ts"
2042
1908
  }
2043
1909
  },
2044
1910
  {
2045
- "kind": "field",
2046
- "name": "setItems",
2047
- "privacy": "private",
1911
+ "name": "hide-menu-single-option",
1912
+ "type": {
1913
+ "text": "boolean"
1914
+ },
1915
+ "default": "false",
1916
+ "fieldName": "hideMenuSingleOption",
2048
1917
  "inheritedFrom": {
2049
- "name": "Accordion",
2050
- "module": "src/accordion/accordion.ts"
1918
+ "name": "ActionsMenu",
1919
+ "module": "src/actions-menu/actions-menu.ts"
2051
1920
  }
2052
- },
1921
+ }
1922
+ ],
1923
+ "members": [
2053
1924
  {
2054
- "kind": "method",
2055
- "name": "resetItems",
2056
- "privacy": "private",
2057
- "return": {
2058
- "type": {
2059
- "text": "void"
2060
- }
1925
+ "kind": "field",
1926
+ "name": "actions",
1927
+ "type": {
1928
+ "text": "ActionMenuItem[]"
2061
1929
  },
2062
1930
  "inheritedFrom": {
2063
- "name": "Accordion",
2064
- "module": "src/accordion/accordion.ts"
1931
+ "name": "ActionsMenu",
1932
+ "module": "src/actions-menu/actions-menu.ts"
2065
1933
  }
2066
1934
  },
2067
1935
  {
2068
1936
  "kind": "field",
2069
- "name": "removeItemListeners",
2070
- "privacy": "private",
1937
+ "name": "isVertical",
1938
+ "type": {
1939
+ "text": "boolean"
1940
+ },
1941
+ "default": "false",
2071
1942
  "inheritedFrom": {
2072
- "name": "Accordion",
2073
- "module": "src/accordion/accordion.ts"
1943
+ "name": "ActionsMenu",
1944
+ "module": "src/actions-menu/actions-menu.ts"
2074
1945
  }
2075
1946
  },
2076
1947
  {
2077
1948
  "kind": "field",
2078
- "name": "activeItemChange",
2079
- "privacy": "private",
1949
+ "name": "addDefaultActions",
1950
+ "type": {
1951
+ "text": "boolean"
1952
+ },
1953
+ "default": "true",
2080
1954
  "inheritedFrom": {
2081
- "name": "Accordion",
2082
- "module": "src/accordion/accordion.ts"
1955
+ "name": "ActionsMenu",
1956
+ "module": "src/actions-menu/actions-menu.ts"
2083
1957
  }
2084
1958
  },
2085
1959
  {
2086
- "kind": "method",
2087
- "name": "getItemIds",
2088
- "privacy": "private",
2089
- "return": {
2090
- "type": {
2091
- "text": "Array<string | null>"
2092
- }
1960
+ "kind": "field",
1961
+ "name": "autoCloseOnAction",
1962
+ "type": {
1963
+ "text": "boolean"
2093
1964
  },
1965
+ "default": "true",
2094
1966
  "inheritedFrom": {
2095
- "name": "Accordion",
2096
- "module": "src/accordion/accordion.ts"
1967
+ "name": "ActionsMenu",
1968
+ "module": "src/actions-menu/actions-menu.ts"
2097
1969
  }
2098
1970
  },
2099
1971
  {
2100
- "kind": "method",
2101
- "name": "isSingleExpandMode",
2102
- "privacy": "private",
2103
- "return": {
2104
- "type": {
2105
- "text": "boolean"
2106
- }
1972
+ "kind": "field",
1973
+ "name": "classNames",
1974
+ "type": {
1975
+ "text": "string"
2107
1976
  },
2108
1977
  "inheritedFrom": {
2109
- "name": "Accordion",
2110
- "module": "src/accordion/accordion.ts"
1978
+ "name": "ActionsMenu",
1979
+ "module": "src/actions-menu/actions-menu.ts"
2111
1980
  }
2112
1981
  },
2113
1982
  {
2114
1983
  "kind": "field",
2115
- "name": "handleItemKeyDown",
2116
- "privacy": "private",
1984
+ "name": "definition",
1985
+ "type": {
1986
+ "text": "any"
1987
+ },
2117
1988
  "inheritedFrom": {
2118
- "name": "Accordion",
2119
- "module": "src/accordion/accordion.ts"
1989
+ "name": "ActionsMenu",
1990
+ "module": "src/actions-menu/actions-menu.ts"
2120
1991
  }
2121
1992
  },
2122
1993
  {
2123
1994
  "kind": "field",
2124
- "name": "handleItemFocus",
2125
- "privacy": "private",
1995
+ "name": "name",
1996
+ "type": {
1997
+ "text": "string"
1998
+ },
1999
+ "default": "'Actions'",
2126
2000
  "inheritedFrom": {
2127
- "name": "Accordion",
2128
- "module": "src/accordion/accordion.ts"
2001
+ "name": "ActionsMenu",
2002
+ "module": "src/actions-menu/actions-menu.ts"
2129
2003
  }
2130
2004
  },
2131
2005
  {
2132
- "kind": "method",
2133
- "name": "adjust",
2134
- "privacy": "private",
2135
- "return": {
2136
- "type": {
2137
- "text": "void"
2138
- }
2006
+ "kind": "field",
2007
+ "name": "open",
2008
+ "type": {
2009
+ "text": "boolean"
2139
2010
  },
2140
- "parameters": [
2141
- {
2142
- "name": "adjustment",
2143
- "type": {
2144
- "text": "number"
2145
- }
2146
- }
2147
- ],
2011
+ "default": "false",
2148
2012
  "inheritedFrom": {
2149
- "name": "Accordion",
2150
- "module": "src/accordion/accordion.ts"
2013
+ "name": "ActionsMenu",
2014
+ "module": "src/actions-menu/actions-menu.ts"
2151
2015
  }
2152
2016
  },
2153
2017
  {
2154
- "kind": "method",
2155
- "name": "focusItem",
2156
- "privacy": "private",
2157
- "return": {
2158
- "type": {
2159
- "text": "void"
2160
- }
2018
+ "kind": "field",
2019
+ "name": "buttonAppearance",
2020
+ "type": {
2021
+ "text": "string"
2161
2022
  },
2162
2023
  "inheritedFrom": {
2163
- "name": "Accordion",
2164
- "module": "src/accordion/accordion.ts"
2024
+ "name": "ActionsMenu",
2025
+ "module": "src/actions-menu/actions-menu.ts"
2165
2026
  }
2166
2027
  },
2167
2028
  {
2168
2029
  "kind": "field",
2169
- "name": "_presentation",
2030
+ "name": "hideDisabled",
2170
2031
  "type": {
2171
- "text": "ComponentPresentation | null | undefined"
2032
+ "text": "boolean"
2172
2033
  },
2173
- "privacy": "private",
2174
- "default": "void 0",
2034
+ "default": "false",
2175
2035
  "inheritedFrom": {
2176
- "name": "Accordion",
2177
- "module": "src/accordion/accordion.ts"
2036
+ "name": "ActionsMenu",
2037
+ "module": "src/actions-menu/actions-menu.ts"
2178
2038
  }
2179
2039
  },
2180
2040
  {
2181
2041
  "kind": "field",
2182
- "name": "$presentation",
2042
+ "name": "hideMenuSingleOption",
2183
2043
  "type": {
2184
- "text": "ComponentPresentation | null"
2044
+ "text": "boolean"
2185
2045
  },
2186
- "privacy": "public",
2187
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2046
+ "default": "false",
2188
2047
  "inheritedFrom": {
2189
- "name": "Accordion",
2190
- "module": "src/accordion/accordion.ts"
2048
+ "name": "ActionsMenu",
2049
+ "module": "src/actions-menu/actions-menu.ts"
2191
2050
  }
2192
2051
  },
2193
2052
  {
2194
2053
  "kind": "field",
2195
- "name": "template",
2054
+ "name": "singleOption",
2196
2055
  "type": {
2197
- "text": "ElementViewTemplate | void | null"
2056
+ "text": "ActionMenuItem"
2198
2057
  },
2199
- "privacy": "public",
2058
+ "inheritedFrom": {
2059
+ "name": "ActionsMenu",
2060
+ "module": "src/actions-menu/actions-menu.ts"
2061
+ }
2062
+ },
2063
+ {
2064
+ "kind": "field",
2065
+ "name": "actionsMenu",
2066
+ "type": {
2067
+ "text": "HTMLElement"
2068
+ },
2069
+ "inheritedFrom": {
2070
+ "name": "ActionsMenu",
2071
+ "module": "src/actions-menu/actions-menu.ts"
2072
+ }
2073
+ },
2074
+ {
2075
+ "kind": "method",
2076
+ "name": "definitionChanged",
2077
+ "privacy": "protected",
2078
+ "parameters": [
2079
+ {
2080
+ "name": "oldValue",
2081
+ "type": {
2082
+ "text": "any"
2083
+ }
2084
+ },
2085
+ {
2086
+ "name": "newValue",
2087
+ "type": {
2088
+ "text": "any"
2089
+ }
2090
+ }
2091
+ ],
2092
+ "inheritedFrom": {
2093
+ "name": "ActionsMenu",
2094
+ "module": "src/actions-menu/actions-menu.ts"
2095
+ }
2096
+ },
2097
+ {
2098
+ "kind": "method",
2099
+ "name": "openChanged",
2100
+ "privacy": "protected",
2101
+ "inheritedFrom": {
2102
+ "name": "ActionsMenu",
2103
+ "module": "src/actions-menu/actions-menu.ts"
2104
+ }
2105
+ },
2106
+ {
2107
+ "kind": "method",
2108
+ "name": "toggleActionsMenuVisibility",
2109
+ "inheritedFrom": {
2110
+ "name": "ActionsMenu",
2111
+ "module": "src/actions-menu/actions-menu.ts"
2112
+ }
2113
+ },
2114
+ {
2115
+ "kind": "method",
2116
+ "name": "onActionMenuItemClick",
2117
+ "parameters": [
2118
+ {
2119
+ "name": "callback",
2120
+ "type": {
2121
+ "text": "(rowData) => void | any"
2122
+ }
2123
+ }
2124
+ ],
2125
+ "inheritedFrom": {
2126
+ "name": "ActionsMenu",
2127
+ "module": "src/actions-menu/actions-menu.ts"
2128
+ }
2129
+ },
2130
+ {
2131
+ "kind": "field",
2132
+ "name": "allActions",
2133
+ "type": {
2134
+ "text": "ActionMenuItem[]"
2135
+ },
2136
+ "readonly": true,
2137
+ "inheritedFrom": {
2138
+ "name": "ActionsMenu",
2139
+ "module": "src/actions-menu/actions-menu.ts"
2140
+ }
2141
+ },
2142
+ {
2143
+ "kind": "field",
2144
+ "name": "rowData",
2145
+ "readonly": true,
2146
+ "inheritedFrom": {
2147
+ "name": "ActionsMenu",
2148
+ "module": "src/actions-menu/actions-menu.ts"
2149
+ }
2150
+ },
2151
+ {
2152
+ "kind": "method",
2153
+ "name": "getLabel",
2154
+ "parameters": [
2155
+ {
2156
+ "name": "name",
2157
+ "type": {
2158
+ "text": "string | ((rowData: any) => string)"
2159
+ }
2160
+ }
2161
+ ],
2162
+ "inheritedFrom": {
2163
+ "name": "ActionsMenu",
2164
+ "module": "src/actions-menu/actions-menu.ts"
2165
+ }
2166
+ },
2167
+ {
2168
+ "kind": "method",
2169
+ "name": "getTemplate",
2170
+ "parameters": [
2171
+ {
2172
+ "name": "prefix",
2173
+ "type": {
2174
+ "text": "string"
2175
+ }
2176
+ }
2177
+ ],
2178
+ "inheritedFrom": {
2179
+ "name": "ActionsMenu",
2180
+ "module": "src/actions-menu/actions-menu.ts"
2181
+ }
2182
+ },
2183
+ {
2184
+ "kind": "field",
2185
+ "name": "_presentation",
2186
+ "type": {
2187
+ "text": "ComponentPresentation | null | undefined"
2188
+ },
2189
+ "privacy": "private",
2190
+ "default": "void 0",
2191
+ "inheritedFrom": {
2192
+ "name": "FoundationElement",
2193
+ "module": "src/foundation-element/foundation-element.ts"
2194
+ }
2195
+ },
2196
+ {
2197
+ "kind": "field",
2198
+ "name": "$presentation",
2199
+ "type": {
2200
+ "text": "ComponentPresentation | null"
2201
+ },
2202
+ "privacy": "public",
2203
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2204
+ "inheritedFrom": {
2205
+ "name": "FoundationElement",
2206
+ "module": "src/foundation-element/foundation-element.ts"
2207
+ }
2208
+ },
2209
+ {
2210
+ "kind": "field",
2211
+ "name": "template",
2212
+ "type": {
2213
+ "text": "ElementViewTemplate | void | null"
2214
+ },
2215
+ "privacy": "public",
2200
2216
  "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.",
2201
2217
  "inheritedFrom": {
2202
- "name": "Accordion",
2203
- "module": "src/accordion/accordion.ts"
2218
+ "name": "FoundationElement",
2219
+ "module": "src/foundation-element/foundation-element.ts"
2204
2220
  }
2205
2221
  },
2206
2222
  {
@@ -2213,8 +2229,8 @@
2213
2229
  }
2214
2230
  },
2215
2231
  "inheritedFrom": {
2216
- "name": "Accordion",
2217
- "module": "src/accordion/accordion.ts"
2232
+ "name": "FoundationElement",
2233
+ "module": "src/foundation-element/foundation-element.ts"
2218
2234
  }
2219
2235
  },
2220
2236
  {
@@ -2226,8 +2242,8 @@
2226
2242
  "privacy": "public",
2227
2243
  "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.",
2228
2244
  "inheritedFrom": {
2229
- "name": "Accordion",
2230
- "module": "src/accordion/accordion.ts"
2245
+ "name": "FoundationElement",
2246
+ "module": "src/foundation-element/foundation-element.ts"
2231
2247
  }
2232
2248
  },
2233
2249
  {
@@ -2240,8 +2256,8 @@
2240
2256
  }
2241
2257
  },
2242
2258
  "inheritedFrom": {
2243
- "name": "Accordion",
2244
- "module": "src/accordion/accordion.ts"
2259
+ "name": "FoundationElement",
2260
+ "module": "src/foundation-element/foundation-element.ts"
2245
2261
  }
2246
2262
  },
2247
2263
  {
@@ -2271,49 +2287,41 @@
2271
2287
  ],
2272
2288
  "description": "Defines an element registry function with a set of element definition defaults.",
2273
2289
  "inheritedFrom": {
2274
- "name": "Accordion",
2275
- "module": "src/accordion/accordion.ts"
2276
- }
2277
- }
2278
- ],
2279
- "events": [
2280
- {
2281
- "description": "Fires a custom 'change' event when the active item changes",
2282
- "name": "change",
2283
- "inheritedFrom": {
2284
- "name": "Accordion",
2285
- "module": "src/accordion/accordion.ts"
2290
+ "name": "FoundationElement",
2291
+ "module": "src/foundation-element/foundation-element.ts"
2286
2292
  }
2287
2293
  }
2288
2294
  ]
2289
2295
  },
2290
2296
  {
2291
2297
  "kind": "variable",
2292
- "name": "zeroAccordion"
2298
+ "name": "zeroActionsMenu",
2299
+ "description": "The Zero Actions Menu",
2300
+ "privacy": "public"
2293
2301
  }
2294
2302
  ],
2295
2303
  "exports": [
2296
2304
  {
2297
2305
  "kind": "js",
2298
- "name": "Accordion",
2306
+ "name": "ActionsMenu",
2299
2307
  "declaration": {
2300
- "name": "Accordion",
2301
- "module": "src/accordion/accordion.ts"
2308
+ "name": "ActionsMenu",
2309
+ "module": "src/actions-menu/actions-menu.ts"
2302
2310
  }
2303
2311
  },
2304
2312
  {
2305
2313
  "kind": "js",
2306
- "name": "zeroAccordion",
2314
+ "name": "zeroActionsMenu",
2307
2315
  "declaration": {
2308
- "name": "zeroAccordion",
2309
- "module": "src/accordion/accordion.ts"
2316
+ "name": "zeroActionsMenu",
2317
+ "module": "src/actions-menu/actions-menu.ts"
2310
2318
  }
2311
2319
  }
2312
2320
  ]
2313
2321
  },
2314
2322
  {
2315
2323
  "kind": "javascript-module",
2316
- "path": "src/accordion/index.ts",
2324
+ "path": "src/actions-menu/index.ts",
2317
2325
  "declarations": [],
2318
2326
  "exports": [
2319
2327
  {
@@ -2321,15 +2329,7 @@
2321
2329
  "name": "*",
2322
2330
  "declaration": {
2323
2331
  "name": "*",
2324
- "package": "./accordion"
2325
- }
2326
- },
2327
- {
2328
- "kind": "js",
2329
- "name": "*",
2330
- "declaration": {
2331
- "name": "*",
2332
- "package": "./accordion.styles"
2332
+ "package": "./actions-menu"
2333
2333
  }
2334
2334
  },
2335
2335
  {
@@ -2337,7 +2337,7 @@
2337
2337
  "name": "*",
2338
2338
  "declaration": {
2339
2339
  "name": "*",
2340
- "package": "./accordion.template"
2340
+ "package": "./actions-menu.styles"
2341
2341
  }
2342
2342
  }
2343
2343
  ]
@@ -11835,10 +11835,10 @@
11835
11835
  "attributes": [
11836
11836
  {
11837
11837
  "name": "format",
11838
- "type": {
11839
- "text": "string"
11838
+ "default": "DATE_PICKER_VALUE_FORMAT",
11839
+ "resolveInitializer": {
11840
+ "module": "/src/date-picker/date-picker.util"
11840
11841
  },
11841
- "default": "'MM-DD-YYYY'",
11842
11842
  "attribute": "format",
11843
11843
  "fieldName": "format",
11844
11844
  "description": "date format that will be displayed.",
@@ -11847,6 +11847,20 @@
11847
11847
  "module": "src/date-picker/date-picker.ts"
11848
11848
  }
11849
11849
  },
11850
+ {
11851
+ "name": "use-locale-format",
11852
+ "type": {
11853
+ "text": "boolean"
11854
+ },
11855
+ "default": "false",
11856
+ "attribute": "use-locale-format",
11857
+ "fieldName": "useLocaleFormat",
11858
+ "description": "when true, `format` is set from dayjs locale `L`. Uses the browser locale (`navigator.language`) unless `lang` is set on the element.",
11859
+ "inheritedFrom": {
11860
+ "name": "DatePicker",
11861
+ "module": "src/date-picker/date-picker.ts"
11862
+ }
11863
+ },
11850
11864
  {
11851
11865
  "name": "inline-calendar",
11852
11866
  "type": {
@@ -11890,65 +11904,391 @@
11890
11904
  }
11891
11905
  },
11892
11906
  {
11893
- "name": "label",
11907
+ "name": "label",
11908
+ "type": {
11909
+ "text": "string"
11910
+ },
11911
+ "attribute": "label",
11912
+ "fieldName": "label",
11913
+ "description": "the label that will be displayed next to the date input text field",
11914
+ "inheritedFrom": {
11915
+ "name": "DatePicker",
11916
+ "module": "src/date-picker/date-picker.ts"
11917
+ }
11918
+ },
11919
+ {
11920
+ "name": "allow-empty",
11921
+ "type": {
11922
+ "text": "boolean"
11923
+ },
11924
+ "default": "false",
11925
+ "attribute": "allow-empty",
11926
+ "fieldName": "allowEmpty",
11927
+ "description": "when true, no initial date is selected; the input shows a placeholder until the user picks a date.",
11928
+ "inheritedFrom": {
11929
+ "name": "DatePicker",
11930
+ "module": "src/date-picker/date-picker.ts"
11931
+ }
11932
+ },
11933
+ {
11934
+ "name": "placeholder",
11935
+ "type": {
11936
+ "text": "string"
11937
+ },
11938
+ "attribute": "placeholder",
11939
+ "fieldName": "placeholder",
11940
+ "description": "hint shown when allow-empty is set and no date is selected. Defaults from `format` (e.g. DD/MM/YYYY → dd/mm/yyyy).",
11941
+ "inheritedFrom": {
11942
+ "name": "DatePicker",
11943
+ "module": "src/date-picker/date-picker.ts"
11944
+ }
11945
+ },
11946
+ {
11947
+ "name": "value",
11948
+ "type": {
11949
+ "text": "string"
11950
+ },
11951
+ "attribute": "value",
11952
+ "fieldName": "value",
11953
+ "description": "sets the value of the date picker",
11954
+ "inheritedFrom": {
11955
+ "name": "DatePicker",
11956
+ "module": "src/date-picker/date-picker.ts"
11957
+ }
11958
+ },
11959
+ {
11960
+ "name": "lang",
11961
+ "type": {
11962
+ "text": "string"
11963
+ },
11964
+ "default": "'en-US'",
11965
+ "fieldName": "lang",
11966
+ "inheritedFrom": {
11967
+ "name": "DatePicker",
11968
+ "module": "src/date-picker/date-picker.ts"
11969
+ }
11970
+ },
11971
+ {
11972
+ "name": "visible",
11973
+ "type": {
11974
+ "text": "boolean"
11975
+ },
11976
+ "default": "false",
11977
+ "fieldName": "visible",
11978
+ "inheritedFrom": {
11979
+ "name": "DatePicker",
11980
+ "module": "src/date-picker/date-picker.ts"
11981
+ }
11982
+ }
11983
+ ],
11984
+ "members": [
11985
+ {
11986
+ "kind": "field",
11987
+ "name": "format",
11988
+ "default": "DATE_PICKER_VALUE_FORMAT",
11989
+ "attribute": "format",
11990
+ "inheritedFrom": {
11991
+ "name": "DatePicker",
11992
+ "module": "src/date-picker/date-picker.ts"
11993
+ }
11994
+ },
11995
+ {
11996
+ "kind": "method",
11997
+ "name": "formatChanged",
11998
+ "parameters": [
11999
+ {
12000
+ "name": "oldValue",
12001
+ "type": {
12002
+ "text": "string"
12003
+ }
12004
+ },
12005
+ {
12006
+ "name": "newValue",
12007
+ "type": {
12008
+ "text": "string"
12009
+ }
12010
+ }
12011
+ ],
12012
+ "inheritedFrom": {
12013
+ "name": "DatePicker",
12014
+ "module": "src/date-picker/date-picker.ts"
12015
+ }
12016
+ },
12017
+ {
12018
+ "kind": "field",
12019
+ "name": "lang",
12020
+ "type": {
12021
+ "text": "string"
12022
+ },
12023
+ "default": "'en-US'",
12024
+ "inheritedFrom": {
12025
+ "name": "DatePicker",
12026
+ "module": "src/date-picker/date-picker.ts"
12027
+ }
12028
+ },
12029
+ {
12030
+ "kind": "method",
12031
+ "name": "langChanged",
12032
+ "inheritedFrom": {
12033
+ "name": "DatePicker",
12034
+ "module": "src/date-picker/date-picker.ts"
12035
+ }
12036
+ },
12037
+ {
12038
+ "kind": "field",
12039
+ "name": "useLocaleFormat",
12040
+ "type": {
12041
+ "text": "boolean"
12042
+ },
12043
+ "default": "false",
12044
+ "attribute": "use-locale-format",
12045
+ "inheritedFrom": {
12046
+ "name": "DatePicker",
12047
+ "module": "src/date-picker/date-picker.ts"
12048
+ }
12049
+ },
12050
+ {
12051
+ "kind": "method",
12052
+ "name": "useLocaleFormatChanged",
12053
+ "parameters": [
12054
+ {
12055
+ "name": "oldValue",
12056
+ "type": {
12057
+ "text": "boolean"
12058
+ }
12059
+ },
12060
+ {
12061
+ "name": "newValue",
12062
+ "type": {
12063
+ "text": "boolean"
12064
+ }
12065
+ }
12066
+ ],
12067
+ "inheritedFrom": {
12068
+ "name": "DatePicker",
12069
+ "module": "src/date-picker/date-picker.ts"
12070
+ }
12071
+ },
12072
+ {
12073
+ "kind": "field",
12074
+ "name": "visible",
12075
+ "type": {
12076
+ "text": "boolean"
12077
+ },
12078
+ "default": "false",
12079
+ "inheritedFrom": {
12080
+ "name": "DatePicker",
12081
+ "module": "src/date-picker/date-picker.ts"
12082
+ }
12083
+ },
12084
+ {
12085
+ "kind": "field",
12086
+ "name": "inlineCalendar",
12087
+ "type": {
12088
+ "text": "boolean"
12089
+ },
12090
+ "default": "false",
12091
+ "attribute": "inline-calendar",
12092
+ "inheritedFrom": {
12093
+ "name": "DatePicker",
12094
+ "module": "src/date-picker/date-picker.ts"
12095
+ }
12096
+ },
12097
+ {
12098
+ "kind": "method",
12099
+ "name": "inlineCalendarChanged",
12100
+ "inheritedFrom": {
12101
+ "name": "DatePicker",
12102
+ "module": "src/date-picker/date-picker.ts"
12103
+ }
12104
+ },
12105
+ {
12106
+ "kind": "field",
12107
+ "name": "hideWeekends",
12108
+ "type": {
12109
+ "text": "boolean"
12110
+ },
12111
+ "default": "false",
12112
+ "attribute": "hide-weekends",
12113
+ "inheritedFrom": {
12114
+ "name": "DatePicker",
12115
+ "module": "src/date-picker/date-picker.ts"
12116
+ }
12117
+ },
12118
+ {
12119
+ "kind": "method",
12120
+ "name": "hideWeekendsCalendarChanged",
12121
+ "inheritedFrom": {
12122
+ "name": "DatePicker",
12123
+ "module": "src/date-picker/date-picker.ts"
12124
+ }
12125
+ },
12126
+ {
12127
+ "kind": "field",
12128
+ "name": "position",
12129
+ "type": {
12130
+ "text": "'bottom' | 'top' | 'left' | 'right'"
12131
+ },
12132
+ "default": "'bottom'",
12133
+ "attribute": "position",
12134
+ "inheritedFrom": {
12135
+ "name": "DatePicker",
12136
+ "module": "src/date-picker/date-picker.ts"
12137
+ }
12138
+ },
12139
+ {
12140
+ "kind": "field",
12141
+ "name": "label",
12142
+ "type": {
12143
+ "text": "string"
12144
+ },
12145
+ "attribute": "label",
12146
+ "inheritedFrom": {
12147
+ "name": "DatePicker",
12148
+ "module": "src/date-picker/date-picker.ts"
12149
+ }
12150
+ },
12151
+ {
12152
+ "kind": "field",
12153
+ "name": "allowEmpty",
12154
+ "type": {
12155
+ "text": "boolean"
12156
+ },
12157
+ "default": "false",
12158
+ "attribute": "allow-empty",
12159
+ "inheritedFrom": {
12160
+ "name": "DatePicker",
12161
+ "module": "src/date-picker/date-picker.ts"
12162
+ }
12163
+ },
12164
+ {
12165
+ "kind": "field",
12166
+ "name": "placeholder",
12167
+ "type": {
12168
+ "text": "string"
12169
+ },
12170
+ "attribute": "placeholder",
12171
+ "inheritedFrom": {
12172
+ "name": "DatePicker",
12173
+ "module": "src/date-picker/date-picker.ts"
12174
+ }
12175
+ },
12176
+ {
12177
+ "kind": "field",
12178
+ "name": "value",
12179
+ "type": {
12180
+ "text": "string"
12181
+ },
12182
+ "attribute": "value",
12183
+ "inheritedFrom": {
12184
+ "name": "DatePicker",
12185
+ "module": "src/date-picker/date-picker.ts"
12186
+ }
12187
+ },
12188
+ {
12189
+ "kind": "method",
12190
+ "name": "valueChanged",
12191
+ "parameters": [
12192
+ {
12193
+ "name": "oldValue",
12194
+ "type": {
12195
+ "text": "string"
12196
+ }
12197
+ },
12198
+ {
12199
+ "name": "newValue",
12200
+ "type": {
12201
+ "text": "string"
12202
+ }
12203
+ }
12204
+ ],
12205
+ "inheritedFrom": {
12206
+ "name": "DatePicker",
12207
+ "module": "src/date-picker/date-picker.ts"
12208
+ }
12209
+ },
12210
+ {
12211
+ "kind": "field",
12212
+ "name": "disabledDaysOfWeek",
12213
+ "type": {
12214
+ "text": "number[]"
12215
+ },
12216
+ "default": "[]",
12217
+ "privacy": "public",
12218
+ "inheritedFrom": {
12219
+ "name": "DatePicker",
12220
+ "module": "src/date-picker/date-picker.ts"
12221
+ }
12222
+ },
12223
+ {
12224
+ "kind": "field",
12225
+ "name": "calendar",
12226
+ "type": {
12227
+ "text": "Calendar"
12228
+ },
12229
+ "inheritedFrom": {
12230
+ "name": "DatePicker",
12231
+ "module": "src/date-picker/date-picker.ts"
12232
+ }
12233
+ },
12234
+ {
12235
+ "kind": "field",
12236
+ "name": "substringNumber",
11894
12237
  "type": {
11895
- "text": "string"
12238
+ "text": "number"
11896
12239
  },
11897
- "attribute": "label",
11898
- "fieldName": "label",
11899
- "description": "the label that will be displayed next to the date input text field",
11900
12240
  "inheritedFrom": {
11901
12241
  "name": "DatePicker",
11902
12242
  "module": "src/date-picker/date-picker.ts"
11903
12243
  }
11904
12244
  },
11905
12245
  {
11906
- "name": "value",
12246
+ "kind": "field",
12247
+ "name": "suppressValueChanged",
11907
12248
  "type": {
11908
- "text": "string"
12249
+ "text": "boolean"
11909
12250
  },
11910
- "attribute": "value",
11911
- "fieldName": "value",
11912
- "description": "sets the value of the date picker",
12251
+ "privacy": "private",
12252
+ "default": "false",
11913
12253
  "inheritedFrom": {
11914
12254
  "name": "DatePicker",
11915
12255
  "module": "src/date-picker/date-picker.ts"
11916
12256
  }
11917
12257
  },
11918
12258
  {
11919
- "name": "lang",
11920
- "type": {
11921
- "text": "string"
11922
- },
11923
- "default": "'en-US'",
11924
- "fieldName": "lang",
12259
+ "kind": "field",
12260
+ "name": "cachedFormat",
12261
+ "privacy": "private",
12262
+ "default": "DATE_PICKER_VALUE_FORMAT",
11925
12263
  "inheritedFrom": {
11926
12264
  "name": "DatePicker",
11927
12265
  "module": "src/date-picker/date-picker.ts"
11928
12266
  }
11929
12267
  },
11930
12268
  {
11931
- "name": "visible",
11932
- "type": {
11933
- "text": "boolean"
12269
+ "kind": "method",
12270
+ "name": "clear",
12271
+ "privacy": "public",
12272
+ "return": {
12273
+ "type": {
12274
+ "text": "void"
12275
+ }
11934
12276
  },
11935
- "default": "false",
11936
- "fieldName": "visible",
12277
+ "description": "Clears the selected date (only when `allow-empty` is enabled).",
11937
12278
  "inheritedFrom": {
11938
12279
  "name": "DatePicker",
11939
12280
  "module": "src/date-picker/date-picker.ts"
11940
12281
  }
11941
- }
11942
- ],
11943
- "members": [
12282
+ },
11944
12283
  {
11945
- "kind": "field",
11946
- "name": "format",
11947
- "type": {
11948
- "text": "string"
12284
+ "kind": "method",
12285
+ "name": "applyLocaleFormat",
12286
+ "privacy": "private",
12287
+ "return": {
12288
+ "type": {
12289
+ "text": "void"
12290
+ }
11949
12291
  },
11950
- "default": "'MM-DD-YYYY'",
11951
- "attribute": "format",
11952
12292
  "inheritedFrom": {
11953
12293
  "name": "DatePicker",
11954
12294
  "module": "src/date-picker/date-picker.ts"
@@ -11956,16 +12296,16 @@
11956
12296
  },
11957
12297
  {
11958
12298
  "kind": "method",
11959
- "name": "formatChanged",
12299
+ "name": "cacheUserFormat",
12300
+ "privacy": "private",
12301
+ "return": {
12302
+ "type": {
12303
+ "text": "void"
12304
+ }
12305
+ },
11960
12306
  "parameters": [
11961
12307
  {
11962
- "name": "oldValue",
11963
- "type": {
11964
- "text": "string"
11965
- }
11966
- },
11967
- {
11968
- "name": "newValue",
12308
+ "name": "format",
11969
12309
  "type": {
11970
12310
  "text": "string"
11971
12311
  }
@@ -11977,37 +12317,50 @@
11977
12317
  }
11978
12318
  },
11979
12319
  {
11980
- "kind": "field",
11981
- "name": "lang",
11982
- "type": {
11983
- "text": "string"
12320
+ "kind": "method",
12321
+ "name": "restoreUserFormat",
12322
+ "privacy": "private",
12323
+ "return": {
12324
+ "type": {
12325
+ "text": "void"
12326
+ }
11984
12327
  },
11985
- "default": "'en-US'",
11986
12328
  "inheritedFrom": {
11987
12329
  "name": "DatePicker",
11988
12330
  "module": "src/date-picker/date-picker.ts"
11989
12331
  }
11990
12332
  },
11991
12333
  {
11992
- "kind": "field",
11993
- "name": "visible",
11994
- "type": {
11995
- "text": "boolean"
12334
+ "kind": "method",
12335
+ "name": "applyEffectiveLangChange",
12336
+ "privacy": "private",
12337
+ "return": {
12338
+ "type": {
12339
+ "text": "void"
12340
+ }
11996
12341
  },
11997
- "default": "false",
11998
12342
  "inheritedFrom": {
11999
12343
  "name": "DatePicker",
12000
12344
  "module": "src/date-picker/date-picker.ts"
12001
12345
  }
12002
12346
  },
12003
12347
  {
12004
- "kind": "field",
12005
- "name": "inlineCalendar",
12006
- "type": {
12007
- "text": "boolean"
12348
+ "kind": "method",
12349
+ "name": "syncValueAttribute",
12350
+ "privacy": "private",
12351
+ "return": {
12352
+ "type": {
12353
+ "text": "void"
12354
+ }
12008
12355
  },
12009
- "default": "false",
12010
- "attribute": "inline-calendar",
12356
+ "parameters": [
12357
+ {
12358
+ "name": "value",
12359
+ "type": {
12360
+ "text": "string"
12361
+ }
12362
+ }
12363
+ ],
12011
12364
  "inheritedFrom": {
12012
12365
  "name": "DatePicker",
12013
12366
  "module": "src/date-picker/date-picker.ts"
@@ -12015,20 +12368,27 @@
12015
12368
  },
12016
12369
  {
12017
12370
  "kind": "method",
12018
- "name": "inlineCalendarChanged",
12371
+ "name": "initializeEmpty",
12372
+ "privacy": "private",
12373
+ "return": {
12374
+ "type": {
12375
+ "text": "void"
12376
+ }
12377
+ },
12019
12378
  "inheritedFrom": {
12020
12379
  "name": "DatePicker",
12021
12380
  "module": "src/date-picker/date-picker.ts"
12022
12381
  }
12023
12382
  },
12024
12383
  {
12025
- "kind": "field",
12026
- "name": "hideWeekends",
12027
- "type": {
12028
- "text": "boolean"
12384
+ "kind": "method",
12385
+ "name": "initializeWithDefaultDate",
12386
+ "privacy": "private",
12387
+ "return": {
12388
+ "type": {
12389
+ "text": "void"
12390
+ }
12029
12391
  },
12030
- "default": "false",
12031
- "attribute": "hide-weekends",
12032
12392
  "inheritedFrom": {
12033
12393
  "name": "DatePicker",
12034
12394
  "module": "src/date-picker/date-picker.ts"
@@ -12036,44 +12396,78 @@
12036
12396
  },
12037
12397
  {
12038
12398
  "kind": "method",
12039
- "name": "hideWeekendsCalendarChanged",
12399
+ "name": "resetToDefaultDate",
12400
+ "privacy": "private",
12401
+ "return": {
12402
+ "type": {
12403
+ "text": "void"
12404
+ }
12405
+ },
12406
+ "parameters": [
12407
+ {
12408
+ "name": "createCalendar",
12409
+ "default": "false"
12410
+ }
12411
+ ],
12040
12412
  "inheritedFrom": {
12041
12413
  "name": "DatePicker",
12042
12414
  "module": "src/date-picker/date-picker.ts"
12043
12415
  }
12044
12416
  },
12045
12417
  {
12046
- "kind": "field",
12047
- "name": "position",
12048
- "type": {
12049
- "text": "'bottom' | 'top' | 'left' | 'right'"
12418
+ "kind": "method",
12419
+ "name": "applyValue",
12420
+ "privacy": "private",
12421
+ "return": {
12422
+ "type": {
12423
+ "text": "void"
12424
+ }
12050
12425
  },
12051
- "default": "'bottom'",
12052
- "attribute": "position",
12426
+ "parameters": [
12427
+ {
12428
+ "name": "dateString",
12429
+ "type": {
12430
+ "text": "string"
12431
+ }
12432
+ }
12433
+ ],
12053
12434
  "inheritedFrom": {
12054
12435
  "name": "DatePicker",
12055
12436
  "module": "src/date-picker/date-picker.ts"
12056
12437
  }
12057
12438
  },
12058
12439
  {
12059
- "kind": "field",
12060
- "name": "label",
12061
- "type": {
12062
- "text": "string"
12440
+ "kind": "method",
12441
+ "name": "clearToEmpty",
12442
+ "privacy": "private",
12443
+ "return": {
12444
+ "type": {
12445
+ "text": "void"
12446
+ }
12063
12447
  },
12064
- "attribute": "label",
12448
+ "parameters": [
12449
+ {
12450
+ "name": "emitEvent",
12451
+ "type": {
12452
+ "text": "boolean"
12453
+ },
12454
+ "description": "emit `value-changed` for user-driven clears (public `clear()`); skip for\nhost-driven attribute writes since the host is the source of the change."
12455
+ }
12456
+ ],
12457
+ "description": "Resets to the empty/cleared view.",
12065
12458
  "inheritedFrom": {
12066
12459
  "name": "DatePicker",
12067
12460
  "module": "src/date-picker/date-picker.ts"
12068
12461
  }
12069
12462
  },
12070
12463
  {
12071
- "kind": "field",
12072
- "name": "value",
12073
- "type": {
12074
- "text": "string"
12464
+ "kind": "method",
12465
+ "name": "updateHeaderText",
12466
+ "return": {
12467
+ "type": {
12468
+ "text": "void"
12469
+ }
12075
12470
  },
12076
- "attribute": "value",
12077
12471
  "inheritedFrom": {
12078
12472
  "name": "DatePicker",
12079
12473
  "module": "src/date-picker/date-picker.ts"
@@ -12081,18 +12475,24 @@
12081
12475
  },
12082
12476
  {
12083
12477
  "kind": "method",
12084
- "name": "valueChanged",
12478
+ "name": "visibleChanged",
12479
+ "privacy": "protected",
12480
+ "return": {
12481
+ "type": {
12482
+ "text": "void"
12483
+ }
12484
+ },
12085
12485
  "parameters": [
12086
12486
  {
12087
- "name": "oldValue",
12487
+ "name": "_prev",
12088
12488
  "type": {
12089
- "text": "string"
12489
+ "text": "boolean"
12090
12490
  }
12091
12491
  },
12092
12492
  {
12093
- "name": "newValue",
12493
+ "name": "next",
12094
12494
  "type": {
12095
- "text": "string"
12495
+ "text": "boolean"
12096
12496
  }
12097
12497
  }
12098
12498
  ],
@@ -12103,12 +12503,8 @@
12103
12503
  },
12104
12504
  {
12105
12505
  "kind": "field",
12106
- "name": "disabledDaysOfWeek",
12107
- "type": {
12108
- "text": "number[]"
12109
- },
12110
- "default": "[]",
12111
- "privacy": "public",
12506
+ "name": "clickOutside",
12507
+ "privacy": "private",
12112
12508
  "inheritedFrom": {
12113
12509
  "name": "DatePicker",
12114
12510
  "module": "src/date-picker/date-picker.ts"
@@ -12116,21 +12512,52 @@
12116
12512
  },
12117
12513
  {
12118
12514
  "kind": "field",
12119
- "name": "calendar",
12120
- "type": {
12121
- "text": "Calendar"
12515
+ "name": "keydownOutside",
12516
+ "privacy": "private",
12517
+ "inheritedFrom": {
12518
+ "name": "DatePicker",
12519
+ "module": "src/date-picker/date-picker.ts"
12520
+ }
12521
+ },
12522
+ {
12523
+ "kind": "method",
12524
+ "name": "handleKeydownOutside",
12525
+ "privacy": "private",
12526
+ "return": {
12527
+ "type": {
12528
+ "text": "void"
12529
+ }
12122
12530
  },
12531
+ "parameters": [
12532
+ {
12533
+ "name": "event",
12534
+ "type": {
12535
+ "text": "KeyboardEvent"
12536
+ }
12537
+ }
12538
+ ],
12123
12539
  "inheritedFrom": {
12124
12540
  "name": "DatePicker",
12125
12541
  "module": "src/date-picker/date-picker.ts"
12126
12542
  }
12127
12543
  },
12128
12544
  {
12129
- "kind": "field",
12130
- "name": "substringNumber",
12131
- "type": {
12132
- "text": "number"
12545
+ "kind": "method",
12546
+ "name": "handleClickOutside",
12547
+ "privacy": "private",
12548
+ "return": {
12549
+ "type": {
12550
+ "text": "void"
12551
+ }
12133
12552
  },
12553
+ "parameters": [
12554
+ {
12555
+ "name": "event",
12556
+ "type": {
12557
+ "text": "MouseEvent"
12558
+ }
12559
+ }
12560
+ ],
12134
12561
  "inheritedFrom": {
12135
12562
  "name": "DatePicker",
12136
12563
  "module": "src/date-picker/date-picker.ts"
@@ -12138,7 +12565,8 @@
12138
12565
  },
12139
12566
  {
12140
12567
  "kind": "method",
12141
- "name": "updateHeaderText",
12568
+ "name": "closeCalendar",
12569
+ "privacy": "private",
12142
12570
  "return": {
12143
12571
  "type": {
12144
12572
  "text": "void"