@genesislcap/rapid-design-system 14.172.2 → 14.172.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +495 -495
  2. package/package.json +10 -10
@@ -1077,7 +1077,7 @@
1077
1077
  },
1078
1078
  {
1079
1079
  "kind": "javascript-module",
1080
- "path": "src/actions-menu/actions-menu.stories.ts",
1080
+ "path": "src/anchor/anchor.stories.ts",
1081
1081
  "declarations": [
1082
1082
  {
1083
1083
  "kind": "variable",
@@ -1085,23 +1085,31 @@
1085
1085
  "type": {
1086
1086
  "text": "Meta"
1087
1087
  },
1088
- "default": "{\n title: 'Actions Menu',\n component: 'rapid-actions-menu',\n}"
1088
+ "default": "{\n title: 'Anchor',\n component: 'rapid-anchor',\n}"
1089
1089
  },
1090
1090
  {
1091
1091
  "kind": "variable",
1092
- "name": "Horizontal",
1092
+ "name": "Default",
1093
1093
  "type": {
1094
1094
  "text": "StoryObj"
1095
1095
  },
1096
- "default": "{\n args: {\n actions: rapidActions,\n actionsOpenerText: 'Horizontal Actions',\n definition,\n isVertical: false,\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <rapid-actions-menu\n .name=${args.actionsOpenerText}\n .definition=${args.definition}\n .actions=${args.actions}\n is-vertical=${args.isVertical}\n ></rapid-actions-menu>\n </div>\n `,\n}"
1096
+ "default": "{\n args: {\n appearance: 'primary',\n target: '_blank',\n href: 'https://www.microsoft.com',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: [...RapidAppearanceValues, ...FastAppearanceValues],\n },\n },\n render: ({ appearance, target, href }) => html`\n <div style=\"${wrapperStyle}\">\n <h3 style=\"${textStyle}\">${appearance}</div>\n <div style=\"display: flex; flex-direction: row; gap:16px;margin: 8px 0;\">\n <rapid-anchor appearance=\"${appearance}\" target=\"${target}\" href=\"${href}\" >Anchor</rapid-anchor>\n <rapid-anchor appearance=\"${appearance}\">\n Anchor\n <rapid-icon name=\"check\" size=\"md\" slot=\"end\"></rapid-icon>\n </rapid-anchor>\n </div>\n </div>`,\n}"
1097
1097
  },
1098
1098
  {
1099
1099
  "kind": "variable",
1100
- "name": "Vertical",
1100
+ "name": "RapidAnchorAppearances",
1101
1101
  "type": {
1102
1102
  "text": "StoryObj"
1103
1103
  },
1104
- "default": "{\n args: {\n actions: rapidActions,\n actionsOpenerText: 'Vertical Actions',\n definition,\n isVertical: true,\n },\n render: (args) => html`\n <div style=\"${verticalStyle}\">\n <rapid-actions-menu\n .name=${args.actionsOpenerText}\n .definition=${args.definition}\n .actions=${args.actions}\n is-vertical=${args.isVertical}\n ></rapid-actions-menu>\n </div>\n `,\n}"
1104
+ "default": "{\n args: {\n appearances: RapidAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
1105
+ },
1106
+ {
1107
+ "kind": "variable",
1108
+ "name": "FastAnchorAppearances",
1109
+ "type": {
1110
+ "text": "StoryObj"
1111
+ },
1112
+ "default": "{\n args: {\n appearances: FastAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
1105
1113
  }
1106
1114
  ],
1107
1115
  "exports": [
@@ -1110,34 +1118,42 @@
1110
1118
  "name": "default",
1111
1119
  "declaration": {
1112
1120
  "name": "meta",
1113
- "module": "src/actions-menu/actions-menu.stories.ts"
1121
+ "module": "src/anchor/anchor.stories.ts"
1114
1122
  }
1115
1123
  },
1116
1124
  {
1117
1125
  "kind": "js",
1118
- "name": "Horizontal",
1126
+ "name": "Default",
1119
1127
  "declaration": {
1120
- "name": "Horizontal",
1121
- "module": "src/actions-menu/actions-menu.stories.ts"
1128
+ "name": "Default",
1129
+ "module": "src/anchor/anchor.stories.ts"
1122
1130
  }
1123
1131
  },
1124
1132
  {
1125
1133
  "kind": "js",
1126
- "name": "Vertical",
1134
+ "name": "RapidAnchorAppearances",
1127
1135
  "declaration": {
1128
- "name": "Vertical",
1129
- "module": "src/actions-menu/actions-menu.stories.ts"
1136
+ "name": "RapidAnchorAppearances",
1137
+ "module": "src/anchor/anchor.stories.ts"
1138
+ }
1139
+ },
1140
+ {
1141
+ "kind": "js",
1142
+ "name": "FastAnchorAppearances",
1143
+ "declaration": {
1144
+ "name": "FastAnchorAppearances",
1145
+ "module": "src/anchor/anchor.stories.ts"
1130
1146
  }
1131
1147
  }
1132
1148
  ]
1133
1149
  },
1134
1150
  {
1135
1151
  "kind": "javascript-module",
1136
- "path": "src/actions-menu/actions-menu.styles.ts",
1152
+ "path": "src/anchor/anchor.styles.ts",
1137
1153
  "declarations": [
1138
1154
  {
1139
1155
  "kind": "function",
1140
- "name": "rapidActionsMenuStyles",
1156
+ "name": "rapidAnchorStyles",
1141
1157
  "return": {
1142
1158
  "type": {
1143
1159
  "text": "ElementStyles"
@@ -1162,383 +1178,291 @@
1162
1178
  "exports": [
1163
1179
  {
1164
1180
  "kind": "js",
1165
- "name": "rapidActionsMenuStyles",
1181
+ "name": "rapidAnchorStyles",
1166
1182
  "declaration": {
1167
- "name": "rapidActionsMenuStyles",
1168
- "module": "src/actions-menu/actions-menu.styles.ts"
1183
+ "name": "rapidAnchorStyles",
1184
+ "module": "src/anchor/anchor.styles.ts"
1169
1185
  }
1170
1186
  }
1171
1187
  ]
1172
1188
  },
1173
1189
  {
1174
1190
  "kind": "javascript-module",
1175
- "path": "src/actions-menu/actions-menu.ts",
1191
+ "path": "src/anchor/anchor.template.ts",
1192
+ "declarations": [
1193
+ {
1194
+ "kind": "function",
1195
+ "name": "rapidAnchorTemplate",
1196
+ "return": {
1197
+ "type": {
1198
+ "text": "ViewTemplate<Anchor>"
1199
+ }
1200
+ },
1201
+ "parameters": [
1202
+ {
1203
+ "name": "context",
1204
+ "type": {
1205
+ "text": "ElementDefinitionContext"
1206
+ }
1207
+ },
1208
+ {
1209
+ "name": "definition",
1210
+ "type": {
1211
+ "text": "FoundationElementDefinition"
1212
+ }
1213
+ }
1214
+ ]
1215
+ }
1216
+ ],
1217
+ "exports": [
1218
+ {
1219
+ "kind": "js",
1220
+ "name": "rapidAnchorTemplate",
1221
+ "declaration": {
1222
+ "name": "rapidAnchorTemplate",
1223
+ "module": "src/anchor/anchor.template.ts"
1224
+ }
1225
+ }
1226
+ ]
1227
+ },
1228
+ {
1229
+ "kind": "javascript-module",
1230
+ "path": "src/anchor/anchor.ts",
1176
1231
  "declarations": [
1177
1232
  {
1178
1233
  "kind": "class",
1179
1234
  "description": "",
1180
- "name": "ActionsMenu",
1235
+ "name": "Anchor",
1181
1236
  "superclass": {
1182
- "name": "FoundationActionsMenu",
1237
+ "name": "FoundationAnchor",
1183
1238
  "package": "@genesislcap/foundation-ui"
1184
1239
  },
1185
- "tagName": "%%prefix%%-actions-menu",
1240
+ "tagName": "%%prefix%%-anchor",
1186
1241
  "customElement": true,
1187
1242
  "attributes": [
1188
1243
  {
1189
- "name": "is-vertical",
1244
+ "name": "download",
1190
1245
  "type": {
1191
- "text": "boolean"
1246
+ "text": "string"
1192
1247
  },
1193
- "default": "false",
1194
- "fieldName": "isVertical",
1248
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1249
+ "fieldName": "download",
1195
1250
  "inheritedFrom": {
1196
- "name": "ActionsMenu",
1197
- "module": "src/actions-menu/actions-menu.ts"
1251
+ "name": "Anchor",
1252
+ "module": "src/anchor/anchor.ts"
1198
1253
  }
1199
1254
  },
1200
1255
  {
1201
- "name": "add-default-actions",
1256
+ "name": "href",
1202
1257
  "type": {
1203
- "text": "boolean"
1258
+ "text": "string"
1204
1259
  },
1205
- "default": "true",
1206
- "fieldName": "addDefaultActions",
1260
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1261
+ "fieldName": "href",
1207
1262
  "inheritedFrom": {
1208
- "name": "ActionsMenu",
1209
- "module": "src/actions-menu/actions-menu.ts"
1263
+ "name": "Anchor",
1264
+ "module": "src/anchor/anchor.ts"
1210
1265
  }
1211
1266
  },
1212
1267
  {
1213
- "name": "auto-close-on-action",
1268
+ "name": "hreflang",
1214
1269
  "type": {
1215
- "text": "boolean"
1270
+ "text": "string"
1216
1271
  },
1217
- "default": "true",
1218
- "fieldName": "autoCloseOnAction",
1272
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1273
+ "fieldName": "hreflang",
1219
1274
  "inheritedFrom": {
1220
- "name": "ActionsMenu",
1221
- "module": "src/actions-menu/actions-menu.ts"
1275
+ "name": "Anchor",
1276
+ "module": "src/anchor/anchor.ts"
1222
1277
  }
1223
1278
  },
1224
1279
  {
1225
- "name": "name",
1280
+ "name": "ping",
1226
1281
  "type": {
1227
1282
  "text": "string"
1228
1283
  },
1229
- "default": "'Actions'",
1230
- "fieldName": "name",
1284
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1285
+ "fieldName": "ping",
1231
1286
  "inheritedFrom": {
1232
- "name": "ActionsMenu",
1233
- "module": "src/actions-menu/actions-menu.ts"
1287
+ "name": "Anchor",
1288
+ "module": "src/anchor/anchor.ts"
1234
1289
  }
1235
1290
  },
1236
1291
  {
1237
- "name": "open",
1292
+ "name": "referrerpolicy",
1238
1293
  "type": {
1239
- "text": "boolean"
1294
+ "text": "string"
1240
1295
  },
1241
- "default": "false",
1242
- "fieldName": "open",
1296
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1297
+ "fieldName": "referrerpolicy",
1243
1298
  "inheritedFrom": {
1244
- "name": "ActionsMenu",
1245
- "module": "src/actions-menu/actions-menu.ts"
1299
+ "name": "Anchor",
1300
+ "module": "src/anchor/anchor.ts"
1246
1301
  }
1247
1302
  },
1248
1303
  {
1249
- "name": "buttonAppearance",
1304
+ "name": "rel",
1250
1305
  "type": {
1251
1306
  "text": "string"
1252
1307
  },
1253
- "fieldName": "buttonAppearance",
1308
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1309
+ "fieldName": "rel",
1254
1310
  "inheritedFrom": {
1255
- "name": "ActionsMenu",
1256
- "module": "src/actions-menu/actions-menu.ts"
1311
+ "name": "Anchor",
1312
+ "module": "src/anchor/anchor.ts"
1257
1313
  }
1258
1314
  },
1259
1315
  {
1260
- "name": "hide-disabled",
1316
+ "name": "target",
1261
1317
  "type": {
1262
- "text": "boolean"
1318
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1263
1319
  },
1264
- "default": "false",
1265
- "fieldName": "hideDisabled",
1320
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1321
+ "fieldName": "target",
1266
1322
  "inheritedFrom": {
1267
- "name": "ActionsMenu",
1268
- "module": "src/actions-menu/actions-menu.ts"
1323
+ "name": "Anchor",
1324
+ "module": "src/anchor/anchor.ts"
1269
1325
  }
1270
1326
  },
1271
1327
  {
1272
- "name": "hide-menu-single-option",
1328
+ "name": "type",
1273
1329
  "type": {
1274
- "text": "boolean"
1330
+ "text": "string"
1275
1331
  },
1276
- "default": "false",
1277
- "fieldName": "hideMenuSingleOption",
1332
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1333
+ "fieldName": "type",
1278
1334
  "inheritedFrom": {
1279
- "name": "ActionsMenu",
1280
- "module": "src/actions-menu/actions-menu.ts"
1335
+ "name": "Anchor",
1336
+ "module": "src/anchor/anchor.ts"
1281
1337
  }
1282
1338
  }
1283
1339
  ],
1284
1340
  "members": [
1285
1341
  {
1286
1342
  "kind": "field",
1287
- "name": "actions",
1343
+ "name": "download",
1288
1344
  "type": {
1289
- "text": "ActionMenuItem[]"
1345
+ "text": "string"
1290
1346
  },
1347
+ "privacy": "public",
1348
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1291
1349
  "inheritedFrom": {
1292
- "name": "ActionsMenu",
1293
- "module": "src/actions-menu/actions-menu.ts"
1350
+ "name": "Anchor",
1351
+ "module": "src/anchor/anchor.ts"
1294
1352
  }
1295
1353
  },
1296
1354
  {
1297
1355
  "kind": "field",
1298
- "name": "isVertical",
1356
+ "name": "href",
1299
1357
  "type": {
1300
- "text": "boolean"
1358
+ "text": "string"
1301
1359
  },
1302
- "default": "false",
1360
+ "privacy": "public",
1361
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1303
1362
  "inheritedFrom": {
1304
- "name": "ActionsMenu",
1305
- "module": "src/actions-menu/actions-menu.ts"
1363
+ "name": "Anchor",
1364
+ "module": "src/anchor/anchor.ts"
1306
1365
  }
1307
1366
  },
1308
1367
  {
1309
1368
  "kind": "field",
1310
- "name": "addDefaultActions",
1369
+ "name": "hreflang",
1311
1370
  "type": {
1312
- "text": "boolean"
1371
+ "text": "string"
1313
1372
  },
1314
- "default": "true",
1373
+ "privacy": "public",
1374
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1315
1375
  "inheritedFrom": {
1316
- "name": "ActionsMenu",
1317
- "module": "src/actions-menu/actions-menu.ts"
1376
+ "name": "Anchor",
1377
+ "module": "src/anchor/anchor.ts"
1318
1378
  }
1319
1379
  },
1320
1380
  {
1321
1381
  "kind": "field",
1322
- "name": "autoCloseOnAction",
1382
+ "name": "ping",
1323
1383
  "type": {
1324
- "text": "boolean"
1384
+ "text": "string"
1325
1385
  },
1326
- "default": "true",
1386
+ "privacy": "public",
1387
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1327
1388
  "inheritedFrom": {
1328
- "name": "ActionsMenu",
1329
- "module": "src/actions-menu/actions-menu.ts"
1389
+ "name": "Anchor",
1390
+ "module": "src/anchor/anchor.ts"
1330
1391
  }
1331
1392
  },
1332
1393
  {
1333
1394
  "kind": "field",
1334
- "name": "classNames",
1395
+ "name": "referrerpolicy",
1335
1396
  "type": {
1336
1397
  "text": "string"
1337
1398
  },
1399
+ "privacy": "public",
1400
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1338
1401
  "inheritedFrom": {
1339
- "name": "ActionsMenu",
1340
- "module": "src/actions-menu/actions-menu.ts"
1402
+ "name": "Anchor",
1403
+ "module": "src/anchor/anchor.ts"
1341
1404
  }
1342
1405
  },
1343
1406
  {
1344
1407
  "kind": "field",
1345
- "name": "definition",
1408
+ "name": "rel",
1346
1409
  "type": {
1347
- "text": "any"
1410
+ "text": "string"
1348
1411
  },
1412
+ "privacy": "public",
1413
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1349
1414
  "inheritedFrom": {
1350
- "name": "ActionsMenu",
1351
- "module": "src/actions-menu/actions-menu.ts"
1415
+ "name": "Anchor",
1416
+ "module": "src/anchor/anchor.ts"
1352
1417
  }
1353
1418
  },
1354
1419
  {
1355
1420
  "kind": "field",
1356
- "name": "name",
1421
+ "name": "target",
1357
1422
  "type": {
1358
- "text": "string"
1423
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1359
1424
  },
1360
- "default": "'Actions'",
1361
- "inheritedFrom": {
1362
- "name": "ActionsMenu",
1363
- "module": "src/actions-menu/actions-menu.ts"
1364
- }
1365
- },
1366
- {
1367
- "kind": "field",
1368
- "name": "open",
1369
- "type": {
1370
- "text": "boolean"
1371
- },
1372
- "default": "false",
1425
+ "privacy": "public",
1426
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1373
1427
  "inheritedFrom": {
1374
- "name": "ActionsMenu",
1375
- "module": "src/actions-menu/actions-menu.ts"
1428
+ "name": "Anchor",
1429
+ "module": "src/anchor/anchor.ts"
1376
1430
  }
1377
1431
  },
1378
1432
  {
1379
1433
  "kind": "field",
1380
- "name": "buttonAppearance",
1434
+ "name": "type",
1381
1435
  "type": {
1382
1436
  "text": "string"
1383
1437
  },
1438
+ "privacy": "public",
1439
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1384
1440
  "inheritedFrom": {
1385
- "name": "ActionsMenu",
1386
- "module": "src/actions-menu/actions-menu.ts"
1387
- }
1388
- },
1389
- {
1390
- "kind": "field",
1391
- "name": "hideDisabled",
1392
- "type": {
1393
- "text": "boolean"
1394
- },
1395
- "default": "false",
1396
- "inheritedFrom": {
1397
- "name": "ActionsMenu",
1398
- "module": "src/actions-menu/actions-menu.ts"
1399
- }
1400
- },
1401
- {
1402
- "kind": "field",
1403
- "name": "hideMenuSingleOption",
1404
- "type": {
1405
- "text": "boolean"
1406
- },
1407
- "default": "false",
1408
- "inheritedFrom": {
1409
- "name": "ActionsMenu",
1410
- "module": "src/actions-menu/actions-menu.ts"
1411
- }
1412
- },
1413
- {
1414
- "kind": "field",
1415
- "name": "singleOption",
1416
- "type": {
1417
- "text": "ActionMenuItem"
1418
- },
1419
- "inheritedFrom": {
1420
- "name": "ActionsMenu",
1421
- "module": "src/actions-menu/actions-menu.ts"
1422
- }
1423
- },
1424
- {
1425
- "kind": "field",
1426
- "name": "actionsMenu",
1427
- "type": {
1428
- "text": "HTMLElement"
1429
- },
1430
- "inheritedFrom": {
1431
- "name": "ActionsMenu",
1432
- "module": "src/actions-menu/actions-menu.ts"
1433
- }
1434
- },
1435
- {
1436
- "kind": "method",
1437
- "name": "definitionChanged",
1438
- "privacy": "protected",
1439
- "parameters": [
1440
- {
1441
- "name": "oldValue",
1442
- "type": {
1443
- "text": "any"
1444
- }
1445
- },
1446
- {
1447
- "name": "newValue",
1448
- "type": {
1449
- "text": "any"
1450
- }
1451
- }
1452
- ],
1453
- "inheritedFrom": {
1454
- "name": "ActionsMenu",
1455
- "module": "src/actions-menu/actions-menu.ts"
1456
- }
1457
- },
1458
- {
1459
- "kind": "method",
1460
- "name": "openChanged",
1461
- "privacy": "protected",
1462
- "inheritedFrom": {
1463
- "name": "ActionsMenu",
1464
- "module": "src/actions-menu/actions-menu.ts"
1465
- }
1466
- },
1467
- {
1468
- "kind": "method",
1469
- "name": "toggleActionsMenuVisibility",
1470
- "inheritedFrom": {
1471
- "name": "ActionsMenu",
1472
- "module": "src/actions-menu/actions-menu.ts"
1473
- }
1474
- },
1475
- {
1476
- "kind": "method",
1477
- "name": "onActionMenuItemClick",
1478
- "parameters": [
1479
- {
1480
- "name": "callback",
1481
- "type": {
1482
- "text": "(rowData) => void | any"
1483
- }
1484
- }
1485
- ],
1486
- "inheritedFrom": {
1487
- "name": "ActionsMenu",
1488
- "module": "src/actions-menu/actions-menu.ts"
1441
+ "name": "Anchor",
1442
+ "module": "src/anchor/anchor.ts"
1489
1443
  }
1490
1444
  },
1491
1445
  {
1492
1446
  "kind": "field",
1493
- "name": "allActions",
1447
+ "name": "control",
1494
1448
  "type": {
1495
- "text": "ActionMenuItem[]"
1449
+ "text": "HTMLAnchorElement | undefined"
1496
1450
  },
1497
- "readonly": true,
1451
+ "privacy": "public",
1452
+ "description": "References the root element",
1498
1453
  "inheritedFrom": {
1499
- "name": "ActionsMenu",
1500
- "module": "src/actions-menu/actions-menu.ts"
1454
+ "name": "Anchor",
1455
+ "module": "src/anchor/anchor.ts"
1501
1456
  }
1502
1457
  },
1503
1458
  {
1504
1459
  "kind": "field",
1505
- "name": "rowData",
1506
- "readonly": true,
1507
- "inheritedFrom": {
1508
- "name": "ActionsMenu",
1509
- "module": "src/actions-menu/actions-menu.ts"
1510
- }
1511
- },
1512
- {
1513
- "kind": "method",
1514
- "name": "getLabel",
1515
- "parameters": [
1516
- {
1517
- "name": "name",
1518
- "type": {
1519
- "text": "string | ((rowData: any) => string)"
1520
- }
1521
- }
1522
- ],
1523
- "inheritedFrom": {
1524
- "name": "ActionsMenu",
1525
- "module": "src/actions-menu/actions-menu.ts"
1526
- }
1527
- },
1528
- {
1529
- "kind": "method",
1530
- "name": "getTemplate",
1531
- "parameters": [
1532
- {
1533
- "name": "prefix",
1534
- "type": {
1535
- "text": "string"
1536
- }
1537
- }
1538
- ],
1460
+ "name": "handleUnsupportedDelegatesFocus",
1461
+ "privacy": "private",
1462
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
1539
1463
  "inheritedFrom": {
1540
- "name": "ActionsMenu",
1541
- "module": "src/actions-menu/actions-menu.ts"
1464
+ "name": "Anchor",
1465
+ "module": "src/anchor/anchor.ts"
1542
1466
  }
1543
1467
  },
1544
1468
  {
@@ -1550,8 +1474,8 @@
1550
1474
  "privacy": "private",
1551
1475
  "default": "void 0",
1552
1476
  "inheritedFrom": {
1553
- "name": "FoundationElement",
1554
- "module": "src/foundation-element/foundation-element.ts"
1477
+ "name": "Anchor",
1478
+ "module": "src/anchor/anchor.ts"
1555
1479
  }
1556
1480
  },
1557
1481
  {
@@ -1563,8 +1487,8 @@
1563
1487
  "privacy": "public",
1564
1488
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1565
1489
  "inheritedFrom": {
1566
- "name": "FoundationElement",
1567
- "module": "src/foundation-element/foundation-element.ts"
1490
+ "name": "Anchor",
1491
+ "module": "src/anchor/anchor.ts"
1568
1492
  }
1569
1493
  },
1570
1494
  {
@@ -1576,8 +1500,8 @@
1576
1500
  "privacy": "public",
1577
1501
  "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.",
1578
1502
  "inheritedFrom": {
1579
- "name": "FoundationElement",
1580
- "module": "src/foundation-element/foundation-element.ts"
1503
+ "name": "Anchor",
1504
+ "module": "src/anchor/anchor.ts"
1581
1505
  }
1582
1506
  },
1583
1507
  {
@@ -1590,8 +1514,8 @@
1590
1514
  }
1591
1515
  },
1592
1516
  "inheritedFrom": {
1593
- "name": "FoundationElement",
1594
- "module": "src/foundation-element/foundation-element.ts"
1517
+ "name": "Anchor",
1518
+ "module": "src/anchor/anchor.ts"
1595
1519
  }
1596
1520
  },
1597
1521
  {
@@ -1603,8 +1527,8 @@
1603
1527
  "privacy": "public",
1604
1528
  "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.",
1605
1529
  "inheritedFrom": {
1606
- "name": "FoundationElement",
1607
- "module": "src/foundation-element/foundation-element.ts"
1530
+ "name": "Anchor",
1531
+ "module": "src/anchor/anchor.ts"
1608
1532
  }
1609
1533
  },
1610
1534
  {
@@ -1617,8 +1541,8 @@
1617
1541
  }
1618
1542
  },
1619
1543
  "inheritedFrom": {
1620
- "name": "FoundationElement",
1621
- "module": "src/foundation-element/foundation-element.ts"
1544
+ "name": "Anchor",
1545
+ "module": "src/anchor/anchor.ts"
1622
1546
  }
1623
1547
  },
1624
1548
  {
@@ -1648,41 +1572,39 @@
1648
1572
  ],
1649
1573
  "description": "Defines an element registry function with a set of element definition defaults.",
1650
1574
  "inheritedFrom": {
1651
- "name": "FoundationElement",
1652
- "module": "src/foundation-element/foundation-element.ts"
1575
+ "name": "Anchor",
1576
+ "module": "src/anchor/anchor.ts"
1653
1577
  }
1654
1578
  }
1655
1579
  ]
1656
1580
  },
1657
1581
  {
1658
1582
  "kind": "variable",
1659
- "name": "rapidActionsMenu",
1660
- "description": "The Rapid Actions Menu",
1661
- "privacy": "public"
1583
+ "name": "rapidAnchor"
1662
1584
  }
1663
1585
  ],
1664
1586
  "exports": [
1665
1587
  {
1666
1588
  "kind": "js",
1667
- "name": "ActionsMenu",
1589
+ "name": "Anchor",
1668
1590
  "declaration": {
1669
- "name": "ActionsMenu",
1670
- "module": "src/actions-menu/actions-menu.ts"
1591
+ "name": "Anchor",
1592
+ "module": "src/anchor/anchor.ts"
1671
1593
  }
1672
1594
  },
1673
1595
  {
1674
1596
  "kind": "js",
1675
- "name": "rapidActionsMenu",
1597
+ "name": "rapidAnchor",
1676
1598
  "declaration": {
1677
- "name": "rapidActionsMenu",
1678
- "module": "src/actions-menu/actions-menu.ts"
1599
+ "name": "rapidAnchor",
1600
+ "module": "src/anchor/anchor.ts"
1679
1601
  }
1680
1602
  }
1681
1603
  ]
1682
1604
  },
1683
1605
  {
1684
1606
  "kind": "javascript-module",
1685
- "path": "src/actions-menu/index.ts",
1607
+ "path": "src/anchor/index.ts",
1686
1608
  "declarations": [],
1687
1609
  "exports": [
1688
1610
  {
@@ -1690,7 +1612,7 @@
1690
1612
  "name": "*",
1691
1613
  "declaration": {
1692
1614
  "name": "*",
1693
- "package": "./actions-menu"
1615
+ "package": "./anchor"
1694
1616
  }
1695
1617
  },
1696
1618
  {
@@ -1698,14 +1620,22 @@
1698
1620
  "name": "*",
1699
1621
  "declaration": {
1700
1622
  "name": "*",
1701
- "package": "./actions-menu.styles"
1623
+ "package": "./anchor.styles"
1624
+ }
1625
+ },
1626
+ {
1627
+ "kind": "js",
1628
+ "name": "*",
1629
+ "declaration": {
1630
+ "name": "*",
1631
+ "package": "./anchor.template"
1702
1632
  }
1703
1633
  }
1704
1634
  ]
1705
1635
  },
1706
1636
  {
1707
1637
  "kind": "javascript-module",
1708
- "path": "src/anchor/anchor.stories.ts",
1638
+ "path": "src/actions-menu/actions-menu.stories.ts",
1709
1639
  "declarations": [
1710
1640
  {
1711
1641
  "kind": "variable",
@@ -1713,31 +1643,23 @@
1713
1643
  "type": {
1714
1644
  "text": "Meta"
1715
1645
  },
1716
- "default": "{\n title: 'Anchor',\n component: 'rapid-anchor',\n}"
1717
- },
1718
- {
1719
- "kind": "variable",
1720
- "name": "Default",
1721
- "type": {
1722
- "text": "StoryObj"
1723
- },
1724
- "default": "{\n args: {\n appearance: 'primary',\n target: '_blank',\n href: 'https://www.microsoft.com',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: [...RapidAppearanceValues, ...FastAppearanceValues],\n },\n },\n render: ({ appearance, target, href }) => html`\n <div style=\"${wrapperStyle}\">\n <h3 style=\"${textStyle}\">${appearance}</div>\n <div style=\"display: flex; flex-direction: row; gap:16px;margin: 8px 0;\">\n <rapid-anchor appearance=\"${appearance}\" target=\"${target}\" href=\"${href}\" >Anchor</rapid-anchor>\n <rapid-anchor appearance=\"${appearance}\">\n Anchor\n <rapid-icon name=\"check\" size=\"md\" slot=\"end\"></rapid-icon>\n </rapid-anchor>\n </div>\n </div>`,\n}"
1646
+ "default": "{\n title: 'Actions Menu',\n component: 'rapid-actions-menu',\n}"
1725
1647
  },
1726
1648
  {
1727
1649
  "kind": "variable",
1728
- "name": "RapidAnchorAppearances",
1650
+ "name": "Horizontal",
1729
1651
  "type": {
1730
1652
  "text": "StoryObj"
1731
1653
  },
1732
- "default": "{\n args: {\n appearances: RapidAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
1654
+ "default": "{\n args: {\n actions: rapidActions,\n actionsOpenerText: 'Horizontal Actions',\n definition,\n isVertical: false,\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <rapid-actions-menu\n .name=${args.actionsOpenerText}\n .definition=${args.definition}\n .actions=${args.actions}\n is-vertical=${args.isVertical}\n ></rapid-actions-menu>\n </div>\n `,\n}"
1733
1655
  },
1734
1656
  {
1735
1657
  "kind": "variable",
1736
- "name": "FastAnchorAppearances",
1658
+ "name": "Vertical",
1737
1659
  "type": {
1738
1660
  "text": "StoryObj"
1739
1661
  },
1740
- "default": "{\n args: {\n appearances: FastAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
1662
+ "default": "{\n args: {\n actions: rapidActions,\n actionsOpenerText: 'Vertical Actions',\n definition,\n isVertical: true,\n },\n render: (args) => html`\n <div style=\"${verticalStyle}\">\n <rapid-actions-menu\n .name=${args.actionsOpenerText}\n .definition=${args.definition}\n .actions=${args.actions}\n is-vertical=${args.isVertical}\n ></rapid-actions-menu>\n </div>\n `,\n}"
1741
1663
  }
1742
1664
  ],
1743
1665
  "exports": [
@@ -1746,42 +1668,34 @@
1746
1668
  "name": "default",
1747
1669
  "declaration": {
1748
1670
  "name": "meta",
1749
- "module": "src/anchor/anchor.stories.ts"
1750
- }
1751
- },
1752
- {
1753
- "kind": "js",
1754
- "name": "Default",
1755
- "declaration": {
1756
- "name": "Default",
1757
- "module": "src/anchor/anchor.stories.ts"
1671
+ "module": "src/actions-menu/actions-menu.stories.ts"
1758
1672
  }
1759
1673
  },
1760
1674
  {
1761
1675
  "kind": "js",
1762
- "name": "RapidAnchorAppearances",
1676
+ "name": "Horizontal",
1763
1677
  "declaration": {
1764
- "name": "RapidAnchorAppearances",
1765
- "module": "src/anchor/anchor.stories.ts"
1678
+ "name": "Horizontal",
1679
+ "module": "src/actions-menu/actions-menu.stories.ts"
1766
1680
  }
1767
1681
  },
1768
1682
  {
1769
1683
  "kind": "js",
1770
- "name": "FastAnchorAppearances",
1684
+ "name": "Vertical",
1771
1685
  "declaration": {
1772
- "name": "FastAnchorAppearances",
1773
- "module": "src/anchor/anchor.stories.ts"
1686
+ "name": "Vertical",
1687
+ "module": "src/actions-menu/actions-menu.stories.ts"
1774
1688
  }
1775
1689
  }
1776
1690
  ]
1777
1691
  },
1778
1692
  {
1779
1693
  "kind": "javascript-module",
1780
- "path": "src/anchor/anchor.styles.ts",
1694
+ "path": "src/actions-menu/actions-menu.styles.ts",
1781
1695
  "declarations": [
1782
1696
  {
1783
1697
  "kind": "function",
1784
- "name": "rapidAnchorStyles",
1698
+ "name": "rapidActionsMenuStyles",
1785
1699
  "return": {
1786
1700
  "type": {
1787
1701
  "text": "ElementStyles"
@@ -1806,291 +1720,383 @@
1806
1720
  "exports": [
1807
1721
  {
1808
1722
  "kind": "js",
1809
- "name": "rapidAnchorStyles",
1723
+ "name": "rapidActionsMenuStyles",
1810
1724
  "declaration": {
1811
- "name": "rapidAnchorStyles",
1812
- "module": "src/anchor/anchor.styles.ts"
1725
+ "name": "rapidActionsMenuStyles",
1726
+ "module": "src/actions-menu/actions-menu.styles.ts"
1813
1727
  }
1814
1728
  }
1815
1729
  ]
1816
1730
  },
1817
1731
  {
1818
1732
  "kind": "javascript-module",
1819
- "path": "src/anchor/anchor.template.ts",
1733
+ "path": "src/actions-menu/actions-menu.ts",
1820
1734
  "declarations": [
1821
1735
  {
1822
- "kind": "function",
1823
- "name": "rapidAnchorTemplate",
1824
- "return": {
1825
- "type": {
1826
- "text": "ViewTemplate<Anchor>"
1827
- }
1736
+ "kind": "class",
1737
+ "description": "",
1738
+ "name": "ActionsMenu",
1739
+ "superclass": {
1740
+ "name": "FoundationActionsMenu",
1741
+ "package": "@genesislcap/foundation-ui"
1828
1742
  },
1829
- "parameters": [
1743
+ "tagName": "%%prefix%%-actions-menu",
1744
+ "customElement": true,
1745
+ "attributes": [
1830
1746
  {
1831
- "name": "context",
1747
+ "name": "is-vertical",
1832
1748
  "type": {
1833
- "text": "ElementDefinitionContext"
1749
+ "text": "boolean"
1750
+ },
1751
+ "default": "false",
1752
+ "fieldName": "isVertical",
1753
+ "inheritedFrom": {
1754
+ "name": "ActionsMenu",
1755
+ "module": "src/actions-menu/actions-menu.ts"
1834
1756
  }
1835
1757
  },
1836
1758
  {
1837
- "name": "definition",
1759
+ "name": "add-default-actions",
1838
1760
  "type": {
1839
- "text": "FoundationElementDefinition"
1761
+ "text": "boolean"
1762
+ },
1763
+ "default": "true",
1764
+ "fieldName": "addDefaultActions",
1765
+ "inheritedFrom": {
1766
+ "name": "ActionsMenu",
1767
+ "module": "src/actions-menu/actions-menu.ts"
1840
1768
  }
1841
- }
1842
- ]
1843
- }
1844
- ],
1845
- "exports": [
1846
- {
1847
- "kind": "js",
1848
- "name": "rapidAnchorTemplate",
1849
- "declaration": {
1850
- "name": "rapidAnchorTemplate",
1851
- "module": "src/anchor/anchor.template.ts"
1852
- }
1853
- }
1854
- ]
1855
- },
1856
- {
1857
- "kind": "javascript-module",
1858
- "path": "src/anchor/anchor.ts",
1859
- "declarations": [
1860
- {
1861
- "kind": "class",
1862
- "description": "",
1863
- "name": "Anchor",
1864
- "superclass": {
1865
- "name": "FoundationAnchor",
1866
- "package": "@genesislcap/foundation-ui"
1867
- },
1868
- "tagName": "%%prefix%%-anchor",
1869
- "customElement": true,
1870
- "attributes": [
1769
+ },
1871
1770
  {
1872
- "name": "download",
1771
+ "name": "auto-close-on-action",
1873
1772
  "type": {
1874
- "text": "string"
1773
+ "text": "boolean"
1875
1774
  },
1876
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1877
- "fieldName": "download",
1775
+ "default": "true",
1776
+ "fieldName": "autoCloseOnAction",
1878
1777
  "inheritedFrom": {
1879
- "name": "Anchor",
1880
- "module": "src/anchor/anchor.ts"
1778
+ "name": "ActionsMenu",
1779
+ "module": "src/actions-menu/actions-menu.ts"
1881
1780
  }
1882
1781
  },
1883
1782
  {
1884
- "name": "href",
1783
+ "name": "name",
1885
1784
  "type": {
1886
1785
  "text": "string"
1887
1786
  },
1888
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1889
- "fieldName": "href",
1787
+ "default": "'Actions'",
1788
+ "fieldName": "name",
1890
1789
  "inheritedFrom": {
1891
- "name": "Anchor",
1892
- "module": "src/anchor/anchor.ts"
1790
+ "name": "ActionsMenu",
1791
+ "module": "src/actions-menu/actions-menu.ts"
1893
1792
  }
1894
1793
  },
1895
1794
  {
1896
- "name": "hreflang",
1795
+ "name": "open",
1897
1796
  "type": {
1898
- "text": "string"
1797
+ "text": "boolean"
1899
1798
  },
1900
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1901
- "fieldName": "hreflang",
1799
+ "default": "false",
1800
+ "fieldName": "open",
1902
1801
  "inheritedFrom": {
1903
- "name": "Anchor",
1904
- "module": "src/anchor/anchor.ts"
1802
+ "name": "ActionsMenu",
1803
+ "module": "src/actions-menu/actions-menu.ts"
1905
1804
  }
1906
1805
  },
1907
1806
  {
1908
- "name": "ping",
1807
+ "name": "buttonAppearance",
1909
1808
  "type": {
1910
1809
  "text": "string"
1911
1810
  },
1912
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1913
- "fieldName": "ping",
1811
+ "fieldName": "buttonAppearance",
1914
1812
  "inheritedFrom": {
1915
- "name": "Anchor",
1916
- "module": "src/anchor/anchor.ts"
1813
+ "name": "ActionsMenu",
1814
+ "module": "src/actions-menu/actions-menu.ts"
1917
1815
  }
1918
1816
  },
1919
1817
  {
1920
- "name": "referrerpolicy",
1818
+ "name": "hide-disabled",
1921
1819
  "type": {
1922
- "text": "string"
1820
+ "text": "boolean"
1923
1821
  },
1924
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1925
- "fieldName": "referrerpolicy",
1822
+ "default": "false",
1823
+ "fieldName": "hideDisabled",
1926
1824
  "inheritedFrom": {
1927
- "name": "Anchor",
1928
- "module": "src/anchor/anchor.ts"
1825
+ "name": "ActionsMenu",
1826
+ "module": "src/actions-menu/actions-menu.ts"
1929
1827
  }
1930
1828
  },
1931
1829
  {
1932
- "name": "rel",
1830
+ "name": "hide-menu-single-option",
1933
1831
  "type": {
1934
- "text": "string"
1832
+ "text": "boolean"
1935
1833
  },
1936
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1937
- "fieldName": "rel",
1834
+ "default": "false",
1835
+ "fieldName": "hideMenuSingleOption",
1938
1836
  "inheritedFrom": {
1939
- "name": "Anchor",
1940
- "module": "src/anchor/anchor.ts"
1837
+ "name": "ActionsMenu",
1838
+ "module": "src/actions-menu/actions-menu.ts"
1839
+ }
1840
+ }
1841
+ ],
1842
+ "members": [
1843
+ {
1844
+ "kind": "field",
1845
+ "name": "actions",
1846
+ "type": {
1847
+ "text": "ActionMenuItem[]"
1848
+ },
1849
+ "inheritedFrom": {
1850
+ "name": "ActionsMenu",
1851
+ "module": "src/actions-menu/actions-menu.ts"
1941
1852
  }
1942
1853
  },
1943
1854
  {
1944
- "name": "target",
1855
+ "kind": "field",
1856
+ "name": "isVertical",
1945
1857
  "type": {
1946
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1858
+ "text": "boolean"
1947
1859
  },
1948
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1949
- "fieldName": "target",
1860
+ "default": "false",
1950
1861
  "inheritedFrom": {
1951
- "name": "Anchor",
1952
- "module": "src/anchor/anchor.ts"
1862
+ "name": "ActionsMenu",
1863
+ "module": "src/actions-menu/actions-menu.ts"
1953
1864
  }
1954
1865
  },
1955
1866
  {
1956
- "name": "type",
1867
+ "kind": "field",
1868
+ "name": "addDefaultActions",
1869
+ "type": {
1870
+ "text": "boolean"
1871
+ },
1872
+ "default": "true",
1873
+ "inheritedFrom": {
1874
+ "name": "ActionsMenu",
1875
+ "module": "src/actions-menu/actions-menu.ts"
1876
+ }
1877
+ },
1878
+ {
1879
+ "kind": "field",
1880
+ "name": "autoCloseOnAction",
1881
+ "type": {
1882
+ "text": "boolean"
1883
+ },
1884
+ "default": "true",
1885
+ "inheritedFrom": {
1886
+ "name": "ActionsMenu",
1887
+ "module": "src/actions-menu/actions-menu.ts"
1888
+ }
1889
+ },
1890
+ {
1891
+ "kind": "field",
1892
+ "name": "classNames",
1957
1893
  "type": {
1958
1894
  "text": "string"
1959
1895
  },
1960
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1961
- "fieldName": "type",
1962
1896
  "inheritedFrom": {
1963
- "name": "Anchor",
1964
- "module": "src/anchor/anchor.ts"
1897
+ "name": "ActionsMenu",
1898
+ "module": "src/actions-menu/actions-menu.ts"
1965
1899
  }
1966
- }
1967
- ],
1968
- "members": [
1900
+ },
1969
1901
  {
1970
1902
  "kind": "field",
1971
- "name": "download",
1903
+ "name": "definition",
1972
1904
  "type": {
1973
- "text": "string"
1905
+ "text": "any"
1974
1906
  },
1975
- "privacy": "public",
1976
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1977
1907
  "inheritedFrom": {
1978
- "name": "Anchor",
1979
- "module": "src/anchor/anchor.ts"
1908
+ "name": "ActionsMenu",
1909
+ "module": "src/actions-menu/actions-menu.ts"
1980
1910
  }
1981
1911
  },
1982
1912
  {
1983
1913
  "kind": "field",
1984
- "name": "href",
1914
+ "name": "name",
1985
1915
  "type": {
1986
1916
  "text": "string"
1987
1917
  },
1988
- "privacy": "public",
1989
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1918
+ "default": "'Actions'",
1990
1919
  "inheritedFrom": {
1991
- "name": "Anchor",
1992
- "module": "src/anchor/anchor.ts"
1920
+ "name": "ActionsMenu",
1921
+ "module": "src/actions-menu/actions-menu.ts"
1993
1922
  }
1994
1923
  },
1995
1924
  {
1996
1925
  "kind": "field",
1997
- "name": "hreflang",
1926
+ "name": "open",
1998
1927
  "type": {
1999
- "text": "string"
1928
+ "text": "boolean"
2000
1929
  },
2001
- "privacy": "public",
2002
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1930
+ "default": "false",
2003
1931
  "inheritedFrom": {
2004
- "name": "Anchor",
2005
- "module": "src/anchor/anchor.ts"
1932
+ "name": "ActionsMenu",
1933
+ "module": "src/actions-menu/actions-menu.ts"
2006
1934
  }
2007
1935
  },
2008
1936
  {
2009
1937
  "kind": "field",
2010
- "name": "ping",
1938
+ "name": "buttonAppearance",
2011
1939
  "type": {
2012
1940
  "text": "string"
2013
1941
  },
2014
- "privacy": "public",
2015
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2016
1942
  "inheritedFrom": {
2017
- "name": "Anchor",
2018
- "module": "src/anchor/anchor.ts"
1943
+ "name": "ActionsMenu",
1944
+ "module": "src/actions-menu/actions-menu.ts"
2019
1945
  }
2020
1946
  },
2021
1947
  {
2022
1948
  "kind": "field",
2023
- "name": "referrerpolicy",
1949
+ "name": "hideDisabled",
2024
1950
  "type": {
2025
- "text": "string"
1951
+ "text": "boolean"
2026
1952
  },
2027
- "privacy": "public",
2028
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1953
+ "default": "false",
2029
1954
  "inheritedFrom": {
2030
- "name": "Anchor",
2031
- "module": "src/anchor/anchor.ts"
1955
+ "name": "ActionsMenu",
1956
+ "module": "src/actions-menu/actions-menu.ts"
2032
1957
  }
2033
1958
  },
2034
1959
  {
2035
1960
  "kind": "field",
2036
- "name": "rel",
1961
+ "name": "hideMenuSingleOption",
2037
1962
  "type": {
2038
- "text": "string"
1963
+ "text": "boolean"
2039
1964
  },
2040
- "privacy": "public",
2041
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1965
+ "default": "false",
2042
1966
  "inheritedFrom": {
2043
- "name": "Anchor",
2044
- "module": "src/anchor/anchor.ts"
1967
+ "name": "ActionsMenu",
1968
+ "module": "src/actions-menu/actions-menu.ts"
2045
1969
  }
2046
1970
  },
2047
1971
  {
2048
1972
  "kind": "field",
2049
- "name": "target",
1973
+ "name": "singleOption",
2050
1974
  "type": {
2051
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1975
+ "text": "ActionMenuItem"
2052
1976
  },
2053
- "privacy": "public",
2054
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2055
1977
  "inheritedFrom": {
2056
- "name": "Anchor",
2057
- "module": "src/anchor/anchor.ts"
1978
+ "name": "ActionsMenu",
1979
+ "module": "src/actions-menu/actions-menu.ts"
2058
1980
  }
2059
1981
  },
2060
1982
  {
2061
1983
  "kind": "field",
2062
- "name": "type",
1984
+ "name": "actionsMenu",
2063
1985
  "type": {
2064
- "text": "string"
1986
+ "text": "HTMLElement"
2065
1987
  },
2066
- "privacy": "public",
2067
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2068
1988
  "inheritedFrom": {
2069
- "name": "Anchor",
2070
- "module": "src/anchor/anchor.ts"
1989
+ "name": "ActionsMenu",
1990
+ "module": "src/actions-menu/actions-menu.ts"
1991
+ }
1992
+ },
1993
+ {
1994
+ "kind": "method",
1995
+ "name": "definitionChanged",
1996
+ "privacy": "protected",
1997
+ "parameters": [
1998
+ {
1999
+ "name": "oldValue",
2000
+ "type": {
2001
+ "text": "any"
2002
+ }
2003
+ },
2004
+ {
2005
+ "name": "newValue",
2006
+ "type": {
2007
+ "text": "any"
2008
+ }
2009
+ }
2010
+ ],
2011
+ "inheritedFrom": {
2012
+ "name": "ActionsMenu",
2013
+ "module": "src/actions-menu/actions-menu.ts"
2014
+ }
2015
+ },
2016
+ {
2017
+ "kind": "method",
2018
+ "name": "openChanged",
2019
+ "privacy": "protected",
2020
+ "inheritedFrom": {
2021
+ "name": "ActionsMenu",
2022
+ "module": "src/actions-menu/actions-menu.ts"
2023
+ }
2024
+ },
2025
+ {
2026
+ "kind": "method",
2027
+ "name": "toggleActionsMenuVisibility",
2028
+ "inheritedFrom": {
2029
+ "name": "ActionsMenu",
2030
+ "module": "src/actions-menu/actions-menu.ts"
2031
+ }
2032
+ },
2033
+ {
2034
+ "kind": "method",
2035
+ "name": "onActionMenuItemClick",
2036
+ "parameters": [
2037
+ {
2038
+ "name": "callback",
2039
+ "type": {
2040
+ "text": "(rowData) => void | any"
2041
+ }
2042
+ }
2043
+ ],
2044
+ "inheritedFrom": {
2045
+ "name": "ActionsMenu",
2046
+ "module": "src/actions-menu/actions-menu.ts"
2071
2047
  }
2072
2048
  },
2073
2049
  {
2074
2050
  "kind": "field",
2075
- "name": "control",
2051
+ "name": "allActions",
2076
2052
  "type": {
2077
- "text": "HTMLAnchorElement | undefined"
2053
+ "text": "ActionMenuItem[]"
2078
2054
  },
2079
- "privacy": "public",
2080
- "description": "References the root element",
2055
+ "readonly": true,
2081
2056
  "inheritedFrom": {
2082
- "name": "Anchor",
2083
- "module": "src/anchor/anchor.ts"
2057
+ "name": "ActionsMenu",
2058
+ "module": "src/actions-menu/actions-menu.ts"
2084
2059
  }
2085
2060
  },
2086
2061
  {
2087
2062
  "kind": "field",
2088
- "name": "handleUnsupportedDelegatesFocus",
2089
- "privacy": "private",
2090
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2063
+ "name": "rowData",
2064
+ "readonly": true,
2091
2065
  "inheritedFrom": {
2092
- "name": "Anchor",
2093
- "module": "src/anchor/anchor.ts"
2066
+ "name": "ActionsMenu",
2067
+ "module": "src/actions-menu/actions-menu.ts"
2068
+ }
2069
+ },
2070
+ {
2071
+ "kind": "method",
2072
+ "name": "getLabel",
2073
+ "parameters": [
2074
+ {
2075
+ "name": "name",
2076
+ "type": {
2077
+ "text": "string | ((rowData: any) => string)"
2078
+ }
2079
+ }
2080
+ ],
2081
+ "inheritedFrom": {
2082
+ "name": "ActionsMenu",
2083
+ "module": "src/actions-menu/actions-menu.ts"
2084
+ }
2085
+ },
2086
+ {
2087
+ "kind": "method",
2088
+ "name": "getTemplate",
2089
+ "parameters": [
2090
+ {
2091
+ "name": "prefix",
2092
+ "type": {
2093
+ "text": "string"
2094
+ }
2095
+ }
2096
+ ],
2097
+ "inheritedFrom": {
2098
+ "name": "ActionsMenu",
2099
+ "module": "src/actions-menu/actions-menu.ts"
2094
2100
  }
2095
2101
  },
2096
2102
  {
@@ -2102,8 +2108,8 @@
2102
2108
  "privacy": "private",
2103
2109
  "default": "void 0",
2104
2110
  "inheritedFrom": {
2105
- "name": "Anchor",
2106
- "module": "src/anchor/anchor.ts"
2111
+ "name": "FoundationElement",
2112
+ "module": "src/foundation-element/foundation-element.ts"
2107
2113
  }
2108
2114
  },
2109
2115
  {
@@ -2115,8 +2121,8 @@
2115
2121
  "privacy": "public",
2116
2122
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2117
2123
  "inheritedFrom": {
2118
- "name": "Anchor",
2119
- "module": "src/anchor/anchor.ts"
2124
+ "name": "FoundationElement",
2125
+ "module": "src/foundation-element/foundation-element.ts"
2120
2126
  }
2121
2127
  },
2122
2128
  {
@@ -2128,8 +2134,8 @@
2128
2134
  "privacy": "public",
2129
2135
  "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.",
2130
2136
  "inheritedFrom": {
2131
- "name": "Anchor",
2132
- "module": "src/anchor/anchor.ts"
2137
+ "name": "FoundationElement",
2138
+ "module": "src/foundation-element/foundation-element.ts"
2133
2139
  }
2134
2140
  },
2135
2141
  {
@@ -2142,8 +2148,8 @@
2142
2148
  }
2143
2149
  },
2144
2150
  "inheritedFrom": {
2145
- "name": "Anchor",
2146
- "module": "src/anchor/anchor.ts"
2151
+ "name": "FoundationElement",
2152
+ "module": "src/foundation-element/foundation-element.ts"
2147
2153
  }
2148
2154
  },
2149
2155
  {
@@ -2155,8 +2161,8 @@
2155
2161
  "privacy": "public",
2156
2162
  "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.",
2157
2163
  "inheritedFrom": {
2158
- "name": "Anchor",
2159
- "module": "src/anchor/anchor.ts"
2164
+ "name": "FoundationElement",
2165
+ "module": "src/foundation-element/foundation-element.ts"
2160
2166
  }
2161
2167
  },
2162
2168
  {
@@ -2169,8 +2175,8 @@
2169
2175
  }
2170
2176
  },
2171
2177
  "inheritedFrom": {
2172
- "name": "Anchor",
2173
- "module": "src/anchor/anchor.ts"
2178
+ "name": "FoundationElement",
2179
+ "module": "src/foundation-element/foundation-element.ts"
2174
2180
  }
2175
2181
  },
2176
2182
  {
@@ -2200,39 +2206,41 @@
2200
2206
  ],
2201
2207
  "description": "Defines an element registry function with a set of element definition defaults.",
2202
2208
  "inheritedFrom": {
2203
- "name": "Anchor",
2204
- "module": "src/anchor/anchor.ts"
2209
+ "name": "FoundationElement",
2210
+ "module": "src/foundation-element/foundation-element.ts"
2205
2211
  }
2206
2212
  }
2207
2213
  ]
2208
2214
  },
2209
2215
  {
2210
2216
  "kind": "variable",
2211
- "name": "rapidAnchor"
2217
+ "name": "rapidActionsMenu",
2218
+ "description": "The Rapid Actions Menu",
2219
+ "privacy": "public"
2212
2220
  }
2213
2221
  ],
2214
2222
  "exports": [
2215
2223
  {
2216
2224
  "kind": "js",
2217
- "name": "Anchor",
2225
+ "name": "ActionsMenu",
2218
2226
  "declaration": {
2219
- "name": "Anchor",
2220
- "module": "src/anchor/anchor.ts"
2227
+ "name": "ActionsMenu",
2228
+ "module": "src/actions-menu/actions-menu.ts"
2221
2229
  }
2222
2230
  },
2223
2231
  {
2224
2232
  "kind": "js",
2225
- "name": "rapidAnchor",
2233
+ "name": "rapidActionsMenu",
2226
2234
  "declaration": {
2227
- "name": "rapidAnchor",
2228
- "module": "src/anchor/anchor.ts"
2235
+ "name": "rapidActionsMenu",
2236
+ "module": "src/actions-menu/actions-menu.ts"
2229
2237
  }
2230
2238
  }
2231
2239
  ]
2232
2240
  },
2233
2241
  {
2234
2242
  "kind": "javascript-module",
2235
- "path": "src/anchor/index.ts",
2243
+ "path": "src/actions-menu/index.ts",
2236
2244
  "declarations": [],
2237
2245
  "exports": [
2238
2246
  {
@@ -2240,15 +2248,7 @@
2240
2248
  "name": "*",
2241
2249
  "declaration": {
2242
2250
  "name": "*",
2243
- "package": "./anchor"
2244
- }
2245
- },
2246
- {
2247
- "kind": "js",
2248
- "name": "*",
2249
- "declaration": {
2250
- "name": "*",
2251
- "package": "./anchor.styles"
2251
+ "package": "./actions-menu"
2252
2252
  }
2253
2253
  },
2254
2254
  {
@@ -2256,7 +2256,7 @@
2256
2256
  "name": "*",
2257
2257
  "declaration": {
2258
2258
  "name": "*",
2259
- "package": "./anchor.template"
2259
+ "package": "./actions-menu.styles"
2260
2260
  }
2261
2261
  }
2262
2262
  ]