@genesislcap/rapid-design-system 14.362.1 → 14.362.2-alpha-383efa6.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +450 -450
  2. package/package.json +11 -11
@@ -1093,11 +1093,11 @@
1093
1093
  },
1094
1094
  {
1095
1095
  "kind": "javascript-module",
1096
- "path": "src/actions-menu/actions-menu.styles.ts",
1096
+ "path": "src/anchor/anchor.styles.ts",
1097
1097
  "declarations": [
1098
1098
  {
1099
1099
  "kind": "function",
1100
- "name": "rapidActionsMenuStyles",
1100
+ "name": "rapidAnchorStyles",
1101
1101
  "return": {
1102
1102
  "type": {
1103
1103
  "text": "ElementStyles"
@@ -1122,383 +1122,291 @@
1122
1122
  "exports": [
1123
1123
  {
1124
1124
  "kind": "js",
1125
- "name": "rapidActionsMenuStyles",
1125
+ "name": "rapidAnchorStyles",
1126
1126
  "declaration": {
1127
- "name": "rapidActionsMenuStyles",
1128
- "module": "src/actions-menu/actions-menu.styles.ts"
1127
+ "name": "rapidAnchorStyles",
1128
+ "module": "src/anchor/anchor.styles.ts"
1129
1129
  }
1130
1130
  }
1131
1131
  ]
1132
1132
  },
1133
1133
  {
1134
1134
  "kind": "javascript-module",
1135
- "path": "src/actions-menu/actions-menu.ts",
1135
+ "path": "src/anchor/anchor.template.ts",
1136
+ "declarations": [
1137
+ {
1138
+ "kind": "function",
1139
+ "name": "rapidAnchorTemplate",
1140
+ "return": {
1141
+ "type": {
1142
+ "text": "ViewTemplate<Anchor>"
1143
+ }
1144
+ },
1145
+ "parameters": [
1146
+ {
1147
+ "name": "context",
1148
+ "type": {
1149
+ "text": "ElementDefinitionContext"
1150
+ }
1151
+ },
1152
+ {
1153
+ "name": "definition",
1154
+ "type": {
1155
+ "text": "FoundationElementDefinition"
1156
+ }
1157
+ }
1158
+ ]
1159
+ }
1160
+ ],
1161
+ "exports": [
1162
+ {
1163
+ "kind": "js",
1164
+ "name": "rapidAnchorTemplate",
1165
+ "declaration": {
1166
+ "name": "rapidAnchorTemplate",
1167
+ "module": "src/anchor/anchor.template.ts"
1168
+ }
1169
+ }
1170
+ ]
1171
+ },
1172
+ {
1173
+ "kind": "javascript-module",
1174
+ "path": "src/anchor/anchor.ts",
1136
1175
  "declarations": [
1137
1176
  {
1138
1177
  "kind": "class",
1139
1178
  "description": "",
1140
- "name": "ActionsMenu",
1179
+ "name": "Anchor",
1141
1180
  "superclass": {
1142
- "name": "FoundationActionsMenu",
1181
+ "name": "FoundationAnchor",
1143
1182
  "package": "@genesislcap/foundation-ui"
1144
1183
  },
1145
- "tagName": "%%prefix%%-actions-menu",
1184
+ "tagName": "%%prefix%%-anchor",
1146
1185
  "customElement": true,
1147
1186
  "attributes": [
1148
1187
  {
1149
- "name": "is-vertical",
1188
+ "name": "download",
1150
1189
  "type": {
1151
- "text": "boolean"
1190
+ "text": "string"
1152
1191
  },
1153
- "default": "false",
1154
- "fieldName": "isVertical",
1192
+ "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.",
1193
+ "fieldName": "download",
1155
1194
  "inheritedFrom": {
1156
- "name": "ActionsMenu",
1157
- "module": "src/actions-menu/actions-menu.ts"
1195
+ "name": "Anchor",
1196
+ "module": "src/anchor/anchor.ts"
1158
1197
  }
1159
1198
  },
1160
1199
  {
1161
- "name": "add-default-actions",
1200
+ "name": "href",
1162
1201
  "type": {
1163
- "text": "boolean"
1202
+ "text": "string"
1164
1203
  },
1165
- "default": "true",
1166
- "fieldName": "addDefaultActions",
1204
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1205
+ "fieldName": "href",
1167
1206
  "inheritedFrom": {
1168
- "name": "ActionsMenu",
1169
- "module": "src/actions-menu/actions-menu.ts"
1207
+ "name": "Anchor",
1208
+ "module": "src/anchor/anchor.ts"
1170
1209
  }
1171
1210
  },
1172
1211
  {
1173
- "name": "auto-close-on-action",
1212
+ "name": "hreflang",
1174
1213
  "type": {
1175
- "text": "boolean"
1214
+ "text": "string"
1176
1215
  },
1177
- "default": "true",
1178
- "fieldName": "autoCloseOnAction",
1216
+ "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.",
1217
+ "fieldName": "hreflang",
1179
1218
  "inheritedFrom": {
1180
- "name": "ActionsMenu",
1181
- "module": "src/actions-menu/actions-menu.ts"
1219
+ "name": "Anchor",
1220
+ "module": "src/anchor/anchor.ts"
1182
1221
  }
1183
1222
  },
1184
1223
  {
1185
- "name": "name",
1224
+ "name": "ping",
1186
1225
  "type": {
1187
1226
  "text": "string"
1188
1227
  },
1189
- "default": "'Actions'",
1190
- "fieldName": "name",
1228
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1229
+ "fieldName": "ping",
1191
1230
  "inheritedFrom": {
1192
- "name": "ActionsMenu",
1193
- "module": "src/actions-menu/actions-menu.ts"
1231
+ "name": "Anchor",
1232
+ "module": "src/anchor/anchor.ts"
1194
1233
  }
1195
1234
  },
1196
1235
  {
1197
- "name": "open",
1236
+ "name": "referrerpolicy",
1198
1237
  "type": {
1199
- "text": "boolean"
1238
+ "text": "string"
1200
1239
  },
1201
- "default": "false",
1202
- "fieldName": "open",
1240
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1241
+ "fieldName": "referrerpolicy",
1203
1242
  "inheritedFrom": {
1204
- "name": "ActionsMenu",
1205
- "module": "src/actions-menu/actions-menu.ts"
1243
+ "name": "Anchor",
1244
+ "module": "src/anchor/anchor.ts"
1206
1245
  }
1207
1246
  },
1208
1247
  {
1209
- "name": "buttonAppearance",
1248
+ "name": "rel",
1210
1249
  "type": {
1211
1250
  "text": "string"
1212
1251
  },
1213
- "fieldName": "buttonAppearance",
1252
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1253
+ "fieldName": "rel",
1214
1254
  "inheritedFrom": {
1215
- "name": "ActionsMenu",
1216
- "module": "src/actions-menu/actions-menu.ts"
1255
+ "name": "Anchor",
1256
+ "module": "src/anchor/anchor.ts"
1217
1257
  }
1218
1258
  },
1219
1259
  {
1220
- "name": "hide-disabled",
1260
+ "name": "target",
1221
1261
  "type": {
1222
- "text": "boolean"
1262
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1223
1263
  },
1224
- "default": "false",
1225
- "fieldName": "hideDisabled",
1264
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1265
+ "fieldName": "target",
1226
1266
  "inheritedFrom": {
1227
- "name": "ActionsMenu",
1228
- "module": "src/actions-menu/actions-menu.ts"
1267
+ "name": "Anchor",
1268
+ "module": "src/anchor/anchor.ts"
1229
1269
  }
1230
1270
  },
1231
1271
  {
1232
- "name": "hide-menu-single-option",
1272
+ "name": "type",
1233
1273
  "type": {
1234
- "text": "boolean"
1274
+ "text": "string"
1235
1275
  },
1236
- "default": "false",
1237
- "fieldName": "hideMenuSingleOption",
1276
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1277
+ "fieldName": "type",
1238
1278
  "inheritedFrom": {
1239
- "name": "ActionsMenu",
1240
- "module": "src/actions-menu/actions-menu.ts"
1279
+ "name": "Anchor",
1280
+ "module": "src/anchor/anchor.ts"
1241
1281
  }
1242
1282
  }
1243
1283
  ],
1244
1284
  "members": [
1245
1285
  {
1246
1286
  "kind": "field",
1247
- "name": "actions",
1248
- "type": {
1249
- "text": "ActionMenuItem[]"
1250
- },
1251
- "inheritedFrom": {
1252
- "name": "ActionsMenu",
1253
- "module": "src/actions-menu/actions-menu.ts"
1254
- }
1255
- },
1256
- {
1257
- "kind": "field",
1258
- "name": "isVertical",
1259
- "type": {
1260
- "text": "boolean"
1261
- },
1262
- "default": "false",
1263
- "inheritedFrom": {
1264
- "name": "ActionsMenu",
1265
- "module": "src/actions-menu/actions-menu.ts"
1266
- }
1267
- },
1268
- {
1269
- "kind": "field",
1270
- "name": "addDefaultActions",
1271
- "type": {
1272
- "text": "boolean"
1273
- },
1274
- "default": "true",
1275
- "inheritedFrom": {
1276
- "name": "ActionsMenu",
1277
- "module": "src/actions-menu/actions-menu.ts"
1278
- }
1279
- },
1280
- {
1281
- "kind": "field",
1282
- "name": "autoCloseOnAction",
1283
- "type": {
1284
- "text": "boolean"
1285
- },
1286
- "default": "true",
1287
- "inheritedFrom": {
1288
- "name": "ActionsMenu",
1289
- "module": "src/actions-menu/actions-menu.ts"
1290
- }
1291
- },
1292
- {
1293
- "kind": "field",
1294
- "name": "classNames",
1287
+ "name": "download",
1295
1288
  "type": {
1296
1289
  "text": "string"
1297
1290
  },
1291
+ "privacy": "public",
1292
+ "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.",
1298
1293
  "inheritedFrom": {
1299
- "name": "ActionsMenu",
1300
- "module": "src/actions-menu/actions-menu.ts"
1301
- }
1302
- },
1303
- {
1304
- "kind": "field",
1305
- "name": "definition",
1306
- "type": {
1307
- "text": "any"
1308
- },
1309
- "inheritedFrom": {
1310
- "name": "ActionsMenu",
1311
- "module": "src/actions-menu/actions-menu.ts"
1294
+ "name": "Anchor",
1295
+ "module": "src/anchor/anchor.ts"
1312
1296
  }
1313
1297
  },
1314
1298
  {
1315
1299
  "kind": "field",
1316
- "name": "name",
1300
+ "name": "href",
1317
1301
  "type": {
1318
1302
  "text": "string"
1319
1303
  },
1320
- "default": "'Actions'",
1304
+ "privacy": "public",
1305
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1321
1306
  "inheritedFrom": {
1322
- "name": "ActionsMenu",
1323
- "module": "src/actions-menu/actions-menu.ts"
1307
+ "name": "Anchor",
1308
+ "module": "src/anchor/anchor.ts"
1324
1309
  }
1325
1310
  },
1326
1311
  {
1327
1312
  "kind": "field",
1328
- "name": "open",
1313
+ "name": "hreflang",
1329
1314
  "type": {
1330
- "text": "boolean"
1315
+ "text": "string"
1331
1316
  },
1332
- "default": "false",
1317
+ "privacy": "public",
1318
+ "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.",
1333
1319
  "inheritedFrom": {
1334
- "name": "ActionsMenu",
1335
- "module": "src/actions-menu/actions-menu.ts"
1320
+ "name": "Anchor",
1321
+ "module": "src/anchor/anchor.ts"
1336
1322
  }
1337
1323
  },
1338
1324
  {
1339
1325
  "kind": "field",
1340
- "name": "buttonAppearance",
1326
+ "name": "ping",
1341
1327
  "type": {
1342
1328
  "text": "string"
1343
1329
  },
1330
+ "privacy": "public",
1331
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1344
1332
  "inheritedFrom": {
1345
- "name": "ActionsMenu",
1346
- "module": "src/actions-menu/actions-menu.ts"
1333
+ "name": "Anchor",
1334
+ "module": "src/anchor/anchor.ts"
1347
1335
  }
1348
1336
  },
1349
1337
  {
1350
1338
  "kind": "field",
1351
- "name": "hideDisabled",
1339
+ "name": "referrerpolicy",
1352
1340
  "type": {
1353
- "text": "boolean"
1341
+ "text": "string"
1354
1342
  },
1355
- "default": "false",
1343
+ "privacy": "public",
1344
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1356
1345
  "inheritedFrom": {
1357
- "name": "ActionsMenu",
1358
- "module": "src/actions-menu/actions-menu.ts"
1346
+ "name": "Anchor",
1347
+ "module": "src/anchor/anchor.ts"
1359
1348
  }
1360
1349
  },
1361
1350
  {
1362
1351
  "kind": "field",
1363
- "name": "hideMenuSingleOption",
1352
+ "name": "rel",
1364
1353
  "type": {
1365
- "text": "boolean"
1354
+ "text": "string"
1366
1355
  },
1367
- "default": "false",
1356
+ "privacy": "public",
1357
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1368
1358
  "inheritedFrom": {
1369
- "name": "ActionsMenu",
1370
- "module": "src/actions-menu/actions-menu.ts"
1359
+ "name": "Anchor",
1360
+ "module": "src/anchor/anchor.ts"
1371
1361
  }
1372
1362
  },
1373
1363
  {
1374
1364
  "kind": "field",
1375
- "name": "singleOption",
1365
+ "name": "target",
1376
1366
  "type": {
1377
- "text": "ActionMenuItem"
1367
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1378
1368
  },
1369
+ "privacy": "public",
1370
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1379
1371
  "inheritedFrom": {
1380
- "name": "ActionsMenu",
1381
- "module": "src/actions-menu/actions-menu.ts"
1372
+ "name": "Anchor",
1373
+ "module": "src/anchor/anchor.ts"
1382
1374
  }
1383
1375
  },
1384
1376
  {
1385
1377
  "kind": "field",
1386
- "name": "actionsMenu",
1378
+ "name": "type",
1387
1379
  "type": {
1388
- "text": "HTMLElement"
1380
+ "text": "string"
1389
1381
  },
1382
+ "privacy": "public",
1383
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1390
1384
  "inheritedFrom": {
1391
- "name": "ActionsMenu",
1392
- "module": "src/actions-menu/actions-menu.ts"
1393
- }
1394
- },
1395
- {
1396
- "kind": "method",
1397
- "name": "definitionChanged",
1398
- "privacy": "protected",
1399
- "parameters": [
1400
- {
1401
- "name": "oldValue",
1402
- "type": {
1403
- "text": "any"
1404
- }
1405
- },
1406
- {
1407
- "name": "newValue",
1408
- "type": {
1409
- "text": "any"
1410
- }
1411
- }
1412
- ],
1413
- "inheritedFrom": {
1414
- "name": "ActionsMenu",
1415
- "module": "src/actions-menu/actions-menu.ts"
1416
- }
1417
- },
1418
- {
1419
- "kind": "method",
1420
- "name": "openChanged",
1421
- "privacy": "protected",
1422
- "inheritedFrom": {
1423
- "name": "ActionsMenu",
1424
- "module": "src/actions-menu/actions-menu.ts"
1425
- }
1426
- },
1427
- {
1428
- "kind": "method",
1429
- "name": "toggleActionsMenuVisibility",
1430
- "inheritedFrom": {
1431
- "name": "ActionsMenu",
1432
- "module": "src/actions-menu/actions-menu.ts"
1433
- }
1434
- },
1435
- {
1436
- "kind": "method",
1437
- "name": "onActionMenuItemClick",
1438
- "parameters": [
1439
- {
1440
- "name": "callback",
1441
- "type": {
1442
- "text": "(rowData) => void | any"
1443
- }
1444
- }
1445
- ],
1446
- "inheritedFrom": {
1447
- "name": "ActionsMenu",
1448
- "module": "src/actions-menu/actions-menu.ts"
1385
+ "name": "Anchor",
1386
+ "module": "src/anchor/anchor.ts"
1449
1387
  }
1450
1388
  },
1451
1389
  {
1452
1390
  "kind": "field",
1453
- "name": "allActions",
1391
+ "name": "control",
1454
1392
  "type": {
1455
- "text": "ActionMenuItem[]"
1393
+ "text": "HTMLAnchorElement | undefined"
1456
1394
  },
1457
- "readonly": true,
1395
+ "privacy": "public",
1396
+ "description": "References the root element",
1458
1397
  "inheritedFrom": {
1459
- "name": "ActionsMenu",
1460
- "module": "src/actions-menu/actions-menu.ts"
1398
+ "name": "Anchor",
1399
+ "module": "src/anchor/anchor.ts"
1461
1400
  }
1462
1401
  },
1463
1402
  {
1464
1403
  "kind": "field",
1465
- "name": "rowData",
1466
- "readonly": true,
1467
- "inheritedFrom": {
1468
- "name": "ActionsMenu",
1469
- "module": "src/actions-menu/actions-menu.ts"
1470
- }
1471
- },
1472
- {
1473
- "kind": "method",
1474
- "name": "getLabel",
1475
- "parameters": [
1476
- {
1477
- "name": "name",
1478
- "type": {
1479
- "text": "string | ((rowData: any) => string)"
1480
- }
1481
- }
1482
- ],
1483
- "inheritedFrom": {
1484
- "name": "ActionsMenu",
1485
- "module": "src/actions-menu/actions-menu.ts"
1486
- }
1487
- },
1488
- {
1489
- "kind": "method",
1490
- "name": "getTemplate",
1491
- "parameters": [
1492
- {
1493
- "name": "prefix",
1494
- "type": {
1495
- "text": "string"
1496
- }
1497
- }
1498
- ],
1404
+ "name": "handleUnsupportedDelegatesFocus",
1405
+ "privacy": "private",
1406
+ "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",
1499
1407
  "inheritedFrom": {
1500
- "name": "ActionsMenu",
1501
- "module": "src/actions-menu/actions-menu.ts"
1408
+ "name": "Anchor",
1409
+ "module": "src/anchor/anchor.ts"
1502
1410
  }
1503
1411
  },
1504
1412
  {
@@ -1510,8 +1418,8 @@
1510
1418
  "privacy": "private",
1511
1419
  "default": "void 0",
1512
1420
  "inheritedFrom": {
1513
- "name": "FoundationElement",
1514
- "module": "src/foundation-element/foundation-element.ts"
1421
+ "name": "Anchor",
1422
+ "module": "src/anchor/anchor.ts"
1515
1423
  }
1516
1424
  },
1517
1425
  {
@@ -1523,8 +1431,8 @@
1523
1431
  "privacy": "public",
1524
1432
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1525
1433
  "inheritedFrom": {
1526
- "name": "FoundationElement",
1527
- "module": "src/foundation-element/foundation-element.ts"
1434
+ "name": "Anchor",
1435
+ "module": "src/anchor/anchor.ts"
1528
1436
  }
1529
1437
  },
1530
1438
  {
@@ -1536,8 +1444,8 @@
1536
1444
  "privacy": "public",
1537
1445
  "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.",
1538
1446
  "inheritedFrom": {
1539
- "name": "FoundationElement",
1540
- "module": "src/foundation-element/foundation-element.ts"
1447
+ "name": "Anchor",
1448
+ "module": "src/anchor/anchor.ts"
1541
1449
  }
1542
1450
  },
1543
1451
  {
@@ -1550,8 +1458,8 @@
1550
1458
  }
1551
1459
  },
1552
1460
  "inheritedFrom": {
1553
- "name": "FoundationElement",
1554
- "module": "src/foundation-element/foundation-element.ts"
1461
+ "name": "Anchor",
1462
+ "module": "src/anchor/anchor.ts"
1555
1463
  }
1556
1464
  },
1557
1465
  {
@@ -1563,8 +1471,8 @@
1563
1471
  "privacy": "public",
1564
1472
  "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.",
1565
1473
  "inheritedFrom": {
1566
- "name": "FoundationElement",
1567
- "module": "src/foundation-element/foundation-element.ts"
1474
+ "name": "Anchor",
1475
+ "module": "src/anchor/anchor.ts"
1568
1476
  }
1569
1477
  },
1570
1478
  {
@@ -1577,8 +1485,8 @@
1577
1485
  }
1578
1486
  },
1579
1487
  "inheritedFrom": {
1580
- "name": "FoundationElement",
1581
- "module": "src/foundation-element/foundation-element.ts"
1488
+ "name": "Anchor",
1489
+ "module": "src/anchor/anchor.ts"
1582
1490
  }
1583
1491
  },
1584
1492
  {
@@ -1608,41 +1516,39 @@
1608
1516
  ],
1609
1517
  "description": "Defines an element registry function with a set of element definition defaults.",
1610
1518
  "inheritedFrom": {
1611
- "name": "FoundationElement",
1612
- "module": "src/foundation-element/foundation-element.ts"
1519
+ "name": "Anchor",
1520
+ "module": "src/anchor/anchor.ts"
1613
1521
  }
1614
1522
  }
1615
1523
  ]
1616
1524
  },
1617
1525
  {
1618
1526
  "kind": "variable",
1619
- "name": "rapidActionsMenu",
1620
- "description": "The Rapid Actions Menu",
1621
- "privacy": "public"
1527
+ "name": "rapidAnchor"
1622
1528
  }
1623
1529
  ],
1624
1530
  "exports": [
1625
1531
  {
1626
1532
  "kind": "js",
1627
- "name": "ActionsMenu",
1533
+ "name": "Anchor",
1628
1534
  "declaration": {
1629
- "name": "ActionsMenu",
1630
- "module": "src/actions-menu/actions-menu.ts"
1535
+ "name": "Anchor",
1536
+ "module": "src/anchor/anchor.ts"
1631
1537
  }
1632
1538
  },
1633
1539
  {
1634
1540
  "kind": "js",
1635
- "name": "rapidActionsMenu",
1541
+ "name": "rapidAnchor",
1636
1542
  "declaration": {
1637
- "name": "rapidActionsMenu",
1638
- "module": "src/actions-menu/actions-menu.ts"
1543
+ "name": "rapidAnchor",
1544
+ "module": "src/anchor/anchor.ts"
1639
1545
  }
1640
1546
  }
1641
1547
  ]
1642
1548
  },
1643
1549
  {
1644
1550
  "kind": "javascript-module",
1645
- "path": "src/actions-menu/index.ts",
1551
+ "path": "src/anchor/index.ts",
1646
1552
  "declarations": [],
1647
1553
  "exports": [
1648
1554
  {
@@ -1650,7 +1556,7 @@
1650
1556
  "name": "*",
1651
1557
  "declaration": {
1652
1558
  "name": "*",
1653
- "package": "./actions-menu"
1559
+ "package": "./anchor"
1654
1560
  }
1655
1561
  },
1656
1562
  {
@@ -1658,60 +1564,29 @@
1658
1564
  "name": "*",
1659
1565
  "declaration": {
1660
1566
  "name": "*",
1661
- "package": "./actions-menu.styles"
1567
+ "package": "./anchor.styles"
1662
1568
  }
1663
- }
1664
- ]
1665
- },
1666
- {
1667
- "kind": "javascript-module",
1668
- "path": "src/anchor/anchor.styles.ts",
1669
- "declarations": [
1670
- {
1671
- "kind": "function",
1672
- "name": "rapidAnchorStyles",
1673
- "return": {
1674
- "type": {
1675
- "text": "ElementStyles"
1676
- }
1677
- },
1678
- "parameters": [
1679
- {
1680
- "name": "context",
1681
- "type": {
1682
- "text": "ElementDefinitionContext"
1683
- }
1684
- },
1685
- {
1686
- "name": "definition",
1687
- "type": {
1688
- "text": "FoundationElementDefinition"
1689
- }
1690
- }
1691
- ]
1692
- }
1693
- ],
1694
- "exports": [
1569
+ },
1695
1570
  {
1696
1571
  "kind": "js",
1697
- "name": "rapidAnchorStyles",
1572
+ "name": "*",
1698
1573
  "declaration": {
1699
- "name": "rapidAnchorStyles",
1700
- "module": "src/anchor/anchor.styles.ts"
1574
+ "name": "*",
1575
+ "package": "./anchor.template"
1701
1576
  }
1702
1577
  }
1703
1578
  ]
1704
1579
  },
1705
1580
  {
1706
1581
  "kind": "javascript-module",
1707
- "path": "src/anchor/anchor.template.ts",
1582
+ "path": "src/actions-menu/actions-menu.styles.ts",
1708
1583
  "declarations": [
1709
1584
  {
1710
1585
  "kind": "function",
1711
- "name": "rapidAnchorTemplate",
1586
+ "name": "rapidActionsMenuStyles",
1712
1587
  "return": {
1713
1588
  "type": {
1714
- "text": "ViewTemplate<Anchor>"
1589
+ "text": "ElementStyles"
1715
1590
  }
1716
1591
  },
1717
1592
  "parameters": [
@@ -1733,252 +1608,383 @@
1733
1608
  "exports": [
1734
1609
  {
1735
1610
  "kind": "js",
1736
- "name": "rapidAnchorTemplate",
1611
+ "name": "rapidActionsMenuStyles",
1737
1612
  "declaration": {
1738
- "name": "rapidAnchorTemplate",
1739
- "module": "src/anchor/anchor.template.ts"
1613
+ "name": "rapidActionsMenuStyles",
1614
+ "module": "src/actions-menu/actions-menu.styles.ts"
1740
1615
  }
1741
1616
  }
1742
1617
  ]
1743
1618
  },
1744
1619
  {
1745
1620
  "kind": "javascript-module",
1746
- "path": "src/anchor/anchor.ts",
1621
+ "path": "src/actions-menu/actions-menu.ts",
1747
1622
  "declarations": [
1748
1623
  {
1749
1624
  "kind": "class",
1750
1625
  "description": "",
1751
- "name": "Anchor",
1626
+ "name": "ActionsMenu",
1752
1627
  "superclass": {
1753
- "name": "FoundationAnchor",
1628
+ "name": "FoundationActionsMenu",
1754
1629
  "package": "@genesislcap/foundation-ui"
1755
1630
  },
1756
- "tagName": "%%prefix%%-anchor",
1631
+ "tagName": "%%prefix%%-actions-menu",
1757
1632
  "customElement": true,
1758
1633
  "attributes": [
1759
1634
  {
1760
- "name": "download",
1635
+ "name": "is-vertical",
1761
1636
  "type": {
1762
- "text": "string"
1637
+ "text": "boolean"
1763
1638
  },
1764
- "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.",
1765
- "fieldName": "download",
1639
+ "default": "false",
1640
+ "fieldName": "isVertical",
1766
1641
  "inheritedFrom": {
1767
- "name": "Anchor",
1768
- "module": "src/anchor/anchor.ts"
1642
+ "name": "ActionsMenu",
1643
+ "module": "src/actions-menu/actions-menu.ts"
1769
1644
  }
1770
1645
  },
1771
1646
  {
1772
- "name": "href",
1647
+ "name": "add-default-actions",
1773
1648
  "type": {
1774
- "text": "string"
1649
+ "text": "boolean"
1775
1650
  },
1776
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1777
- "fieldName": "href",
1651
+ "default": "true",
1652
+ "fieldName": "addDefaultActions",
1778
1653
  "inheritedFrom": {
1779
- "name": "Anchor",
1780
- "module": "src/anchor/anchor.ts"
1654
+ "name": "ActionsMenu",
1655
+ "module": "src/actions-menu/actions-menu.ts"
1781
1656
  }
1782
1657
  },
1783
1658
  {
1784
- "name": "hreflang",
1659
+ "name": "auto-close-on-action",
1785
1660
  "type": {
1786
- "text": "string"
1661
+ "text": "boolean"
1787
1662
  },
1788
- "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.",
1789
- "fieldName": "hreflang",
1663
+ "default": "true",
1664
+ "fieldName": "autoCloseOnAction",
1790
1665
  "inheritedFrom": {
1791
- "name": "Anchor",
1792
- "module": "src/anchor/anchor.ts"
1666
+ "name": "ActionsMenu",
1667
+ "module": "src/actions-menu/actions-menu.ts"
1793
1668
  }
1794
1669
  },
1795
1670
  {
1796
- "name": "ping",
1671
+ "name": "name",
1797
1672
  "type": {
1798
1673
  "text": "string"
1799
1674
  },
1800
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1801
- "fieldName": "ping",
1675
+ "default": "'Actions'",
1676
+ "fieldName": "name",
1802
1677
  "inheritedFrom": {
1803
- "name": "Anchor",
1804
- "module": "src/anchor/anchor.ts"
1678
+ "name": "ActionsMenu",
1679
+ "module": "src/actions-menu/actions-menu.ts"
1805
1680
  }
1806
1681
  },
1807
1682
  {
1808
- "name": "referrerpolicy",
1683
+ "name": "open",
1809
1684
  "type": {
1810
- "text": "string"
1685
+ "text": "boolean"
1811
1686
  },
1812
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1813
- "fieldName": "referrerpolicy",
1687
+ "default": "false",
1688
+ "fieldName": "open",
1814
1689
  "inheritedFrom": {
1815
- "name": "Anchor",
1816
- "module": "src/anchor/anchor.ts"
1690
+ "name": "ActionsMenu",
1691
+ "module": "src/actions-menu/actions-menu.ts"
1817
1692
  }
1818
1693
  },
1819
1694
  {
1820
- "name": "rel",
1695
+ "name": "buttonAppearance",
1821
1696
  "type": {
1822
1697
  "text": "string"
1823
1698
  },
1824
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1825
- "fieldName": "rel",
1699
+ "fieldName": "buttonAppearance",
1826
1700
  "inheritedFrom": {
1827
- "name": "Anchor",
1828
- "module": "src/anchor/anchor.ts"
1701
+ "name": "ActionsMenu",
1702
+ "module": "src/actions-menu/actions-menu.ts"
1829
1703
  }
1830
1704
  },
1831
1705
  {
1832
- "name": "target",
1706
+ "name": "hide-disabled",
1833
1707
  "type": {
1834
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1708
+ "text": "boolean"
1835
1709
  },
1836
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1837
- "fieldName": "target",
1710
+ "default": "false",
1711
+ "fieldName": "hideDisabled",
1838
1712
  "inheritedFrom": {
1839
- "name": "Anchor",
1840
- "module": "src/anchor/anchor.ts"
1713
+ "name": "ActionsMenu",
1714
+ "module": "src/actions-menu/actions-menu.ts"
1841
1715
  }
1842
1716
  },
1843
1717
  {
1844
- "name": "type",
1718
+ "name": "hide-menu-single-option",
1719
+ "type": {
1720
+ "text": "boolean"
1721
+ },
1722
+ "default": "false",
1723
+ "fieldName": "hideMenuSingleOption",
1724
+ "inheritedFrom": {
1725
+ "name": "ActionsMenu",
1726
+ "module": "src/actions-menu/actions-menu.ts"
1727
+ }
1728
+ }
1729
+ ],
1730
+ "members": [
1731
+ {
1732
+ "kind": "field",
1733
+ "name": "actions",
1734
+ "type": {
1735
+ "text": "ActionMenuItem[]"
1736
+ },
1737
+ "inheritedFrom": {
1738
+ "name": "ActionsMenu",
1739
+ "module": "src/actions-menu/actions-menu.ts"
1740
+ }
1741
+ },
1742
+ {
1743
+ "kind": "field",
1744
+ "name": "isVertical",
1745
+ "type": {
1746
+ "text": "boolean"
1747
+ },
1748
+ "default": "false",
1749
+ "inheritedFrom": {
1750
+ "name": "ActionsMenu",
1751
+ "module": "src/actions-menu/actions-menu.ts"
1752
+ }
1753
+ },
1754
+ {
1755
+ "kind": "field",
1756
+ "name": "addDefaultActions",
1757
+ "type": {
1758
+ "text": "boolean"
1759
+ },
1760
+ "default": "true",
1761
+ "inheritedFrom": {
1762
+ "name": "ActionsMenu",
1763
+ "module": "src/actions-menu/actions-menu.ts"
1764
+ }
1765
+ },
1766
+ {
1767
+ "kind": "field",
1768
+ "name": "autoCloseOnAction",
1769
+ "type": {
1770
+ "text": "boolean"
1771
+ },
1772
+ "default": "true",
1773
+ "inheritedFrom": {
1774
+ "name": "ActionsMenu",
1775
+ "module": "src/actions-menu/actions-menu.ts"
1776
+ }
1777
+ },
1778
+ {
1779
+ "kind": "field",
1780
+ "name": "classNames",
1845
1781
  "type": {
1846
1782
  "text": "string"
1847
1783
  },
1848
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1849
- "fieldName": "type",
1850
1784
  "inheritedFrom": {
1851
- "name": "Anchor",
1852
- "module": "src/anchor/anchor.ts"
1785
+ "name": "ActionsMenu",
1786
+ "module": "src/actions-menu/actions-menu.ts"
1853
1787
  }
1854
- }
1855
- ],
1856
- "members": [
1788
+ },
1857
1789
  {
1858
1790
  "kind": "field",
1859
- "name": "download",
1791
+ "name": "definition",
1860
1792
  "type": {
1861
- "text": "string"
1793
+ "text": "any"
1862
1794
  },
1863
- "privacy": "public",
1864
- "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.",
1865
1795
  "inheritedFrom": {
1866
- "name": "Anchor",
1867
- "module": "src/anchor/anchor.ts"
1796
+ "name": "ActionsMenu",
1797
+ "module": "src/actions-menu/actions-menu.ts"
1868
1798
  }
1869
1799
  },
1870
1800
  {
1871
1801
  "kind": "field",
1872
- "name": "href",
1802
+ "name": "name",
1873
1803
  "type": {
1874
1804
  "text": "string"
1875
1805
  },
1876
- "privacy": "public",
1877
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1806
+ "default": "'Actions'",
1878
1807
  "inheritedFrom": {
1879
- "name": "Anchor",
1880
- "module": "src/anchor/anchor.ts"
1808
+ "name": "ActionsMenu",
1809
+ "module": "src/actions-menu/actions-menu.ts"
1881
1810
  }
1882
1811
  },
1883
1812
  {
1884
1813
  "kind": "field",
1885
- "name": "hreflang",
1814
+ "name": "open",
1886
1815
  "type": {
1887
- "text": "string"
1816
+ "text": "boolean"
1888
1817
  },
1889
- "privacy": "public",
1890
- "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.",
1818
+ "default": "false",
1891
1819
  "inheritedFrom": {
1892
- "name": "Anchor",
1893
- "module": "src/anchor/anchor.ts"
1820
+ "name": "ActionsMenu",
1821
+ "module": "src/actions-menu/actions-menu.ts"
1894
1822
  }
1895
1823
  },
1896
1824
  {
1897
1825
  "kind": "field",
1898
- "name": "ping",
1826
+ "name": "buttonAppearance",
1899
1827
  "type": {
1900
1828
  "text": "string"
1901
1829
  },
1902
- "privacy": "public",
1903
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1904
1830
  "inheritedFrom": {
1905
- "name": "Anchor",
1906
- "module": "src/anchor/anchor.ts"
1831
+ "name": "ActionsMenu",
1832
+ "module": "src/actions-menu/actions-menu.ts"
1907
1833
  }
1908
1834
  },
1909
1835
  {
1910
1836
  "kind": "field",
1911
- "name": "referrerpolicy",
1837
+ "name": "hideDisabled",
1912
1838
  "type": {
1913
- "text": "string"
1839
+ "text": "boolean"
1914
1840
  },
1915
- "privacy": "public",
1916
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1841
+ "default": "false",
1917
1842
  "inheritedFrom": {
1918
- "name": "Anchor",
1919
- "module": "src/anchor/anchor.ts"
1843
+ "name": "ActionsMenu",
1844
+ "module": "src/actions-menu/actions-menu.ts"
1920
1845
  }
1921
1846
  },
1922
1847
  {
1923
1848
  "kind": "field",
1924
- "name": "rel",
1849
+ "name": "hideMenuSingleOption",
1925
1850
  "type": {
1926
- "text": "string"
1851
+ "text": "boolean"
1927
1852
  },
1928
- "privacy": "public",
1929
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1853
+ "default": "false",
1930
1854
  "inheritedFrom": {
1931
- "name": "Anchor",
1932
- "module": "src/anchor/anchor.ts"
1855
+ "name": "ActionsMenu",
1856
+ "module": "src/actions-menu/actions-menu.ts"
1933
1857
  }
1934
1858
  },
1935
1859
  {
1936
1860
  "kind": "field",
1937
- "name": "target",
1861
+ "name": "singleOption",
1938
1862
  "type": {
1939
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1863
+ "text": "ActionMenuItem"
1940
1864
  },
1941
- "privacy": "public",
1942
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1943
1865
  "inheritedFrom": {
1944
- "name": "Anchor",
1945
- "module": "src/anchor/anchor.ts"
1866
+ "name": "ActionsMenu",
1867
+ "module": "src/actions-menu/actions-menu.ts"
1946
1868
  }
1947
1869
  },
1948
1870
  {
1949
1871
  "kind": "field",
1950
- "name": "type",
1872
+ "name": "actionsMenu",
1951
1873
  "type": {
1952
- "text": "string"
1874
+ "text": "HTMLElement"
1953
1875
  },
1954
- "privacy": "public",
1955
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1956
1876
  "inheritedFrom": {
1957
- "name": "Anchor",
1958
- "module": "src/anchor/anchor.ts"
1877
+ "name": "ActionsMenu",
1878
+ "module": "src/actions-menu/actions-menu.ts"
1879
+ }
1880
+ },
1881
+ {
1882
+ "kind": "method",
1883
+ "name": "definitionChanged",
1884
+ "privacy": "protected",
1885
+ "parameters": [
1886
+ {
1887
+ "name": "oldValue",
1888
+ "type": {
1889
+ "text": "any"
1890
+ }
1891
+ },
1892
+ {
1893
+ "name": "newValue",
1894
+ "type": {
1895
+ "text": "any"
1896
+ }
1897
+ }
1898
+ ],
1899
+ "inheritedFrom": {
1900
+ "name": "ActionsMenu",
1901
+ "module": "src/actions-menu/actions-menu.ts"
1902
+ }
1903
+ },
1904
+ {
1905
+ "kind": "method",
1906
+ "name": "openChanged",
1907
+ "privacy": "protected",
1908
+ "inheritedFrom": {
1909
+ "name": "ActionsMenu",
1910
+ "module": "src/actions-menu/actions-menu.ts"
1911
+ }
1912
+ },
1913
+ {
1914
+ "kind": "method",
1915
+ "name": "toggleActionsMenuVisibility",
1916
+ "inheritedFrom": {
1917
+ "name": "ActionsMenu",
1918
+ "module": "src/actions-menu/actions-menu.ts"
1919
+ }
1920
+ },
1921
+ {
1922
+ "kind": "method",
1923
+ "name": "onActionMenuItemClick",
1924
+ "parameters": [
1925
+ {
1926
+ "name": "callback",
1927
+ "type": {
1928
+ "text": "(rowData) => void | any"
1929
+ }
1930
+ }
1931
+ ],
1932
+ "inheritedFrom": {
1933
+ "name": "ActionsMenu",
1934
+ "module": "src/actions-menu/actions-menu.ts"
1959
1935
  }
1960
1936
  },
1961
1937
  {
1962
1938
  "kind": "field",
1963
- "name": "control",
1939
+ "name": "allActions",
1964
1940
  "type": {
1965
- "text": "HTMLAnchorElement | undefined"
1941
+ "text": "ActionMenuItem[]"
1966
1942
  },
1967
- "privacy": "public",
1968
- "description": "References the root element",
1943
+ "readonly": true,
1969
1944
  "inheritedFrom": {
1970
- "name": "Anchor",
1971
- "module": "src/anchor/anchor.ts"
1945
+ "name": "ActionsMenu",
1946
+ "module": "src/actions-menu/actions-menu.ts"
1972
1947
  }
1973
1948
  },
1974
1949
  {
1975
1950
  "kind": "field",
1976
- "name": "handleUnsupportedDelegatesFocus",
1977
- "privacy": "private",
1978
- "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",
1951
+ "name": "rowData",
1952
+ "readonly": true,
1979
1953
  "inheritedFrom": {
1980
- "name": "Anchor",
1981
- "module": "src/anchor/anchor.ts"
1954
+ "name": "ActionsMenu",
1955
+ "module": "src/actions-menu/actions-menu.ts"
1956
+ }
1957
+ },
1958
+ {
1959
+ "kind": "method",
1960
+ "name": "getLabel",
1961
+ "parameters": [
1962
+ {
1963
+ "name": "name",
1964
+ "type": {
1965
+ "text": "string | ((rowData: any) => string)"
1966
+ }
1967
+ }
1968
+ ],
1969
+ "inheritedFrom": {
1970
+ "name": "ActionsMenu",
1971
+ "module": "src/actions-menu/actions-menu.ts"
1972
+ }
1973
+ },
1974
+ {
1975
+ "kind": "method",
1976
+ "name": "getTemplate",
1977
+ "parameters": [
1978
+ {
1979
+ "name": "prefix",
1980
+ "type": {
1981
+ "text": "string"
1982
+ }
1983
+ }
1984
+ ],
1985
+ "inheritedFrom": {
1986
+ "name": "ActionsMenu",
1987
+ "module": "src/actions-menu/actions-menu.ts"
1982
1988
  }
1983
1989
  },
1984
1990
  {
@@ -1990,8 +1996,8 @@
1990
1996
  "privacy": "private",
1991
1997
  "default": "void 0",
1992
1998
  "inheritedFrom": {
1993
- "name": "Anchor",
1994
- "module": "src/anchor/anchor.ts"
1999
+ "name": "FoundationElement",
2000
+ "module": "src/foundation-element/foundation-element.ts"
1995
2001
  }
1996
2002
  },
1997
2003
  {
@@ -2003,8 +2009,8 @@
2003
2009
  "privacy": "public",
2004
2010
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2005
2011
  "inheritedFrom": {
2006
- "name": "Anchor",
2007
- "module": "src/anchor/anchor.ts"
2012
+ "name": "FoundationElement",
2013
+ "module": "src/foundation-element/foundation-element.ts"
2008
2014
  }
2009
2015
  },
2010
2016
  {
@@ -2016,8 +2022,8 @@
2016
2022
  "privacy": "public",
2017
2023
  "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.",
2018
2024
  "inheritedFrom": {
2019
- "name": "Anchor",
2020
- "module": "src/anchor/anchor.ts"
2025
+ "name": "FoundationElement",
2026
+ "module": "src/foundation-element/foundation-element.ts"
2021
2027
  }
2022
2028
  },
2023
2029
  {
@@ -2030,8 +2036,8 @@
2030
2036
  }
2031
2037
  },
2032
2038
  "inheritedFrom": {
2033
- "name": "Anchor",
2034
- "module": "src/anchor/anchor.ts"
2039
+ "name": "FoundationElement",
2040
+ "module": "src/foundation-element/foundation-element.ts"
2035
2041
  }
2036
2042
  },
2037
2043
  {
@@ -2043,8 +2049,8 @@
2043
2049
  "privacy": "public",
2044
2050
  "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.",
2045
2051
  "inheritedFrom": {
2046
- "name": "Anchor",
2047
- "module": "src/anchor/anchor.ts"
2052
+ "name": "FoundationElement",
2053
+ "module": "src/foundation-element/foundation-element.ts"
2048
2054
  }
2049
2055
  },
2050
2056
  {
@@ -2057,8 +2063,8 @@
2057
2063
  }
2058
2064
  },
2059
2065
  "inheritedFrom": {
2060
- "name": "Anchor",
2061
- "module": "src/anchor/anchor.ts"
2066
+ "name": "FoundationElement",
2067
+ "module": "src/foundation-element/foundation-element.ts"
2062
2068
  }
2063
2069
  },
2064
2070
  {
@@ -2088,39 +2094,41 @@
2088
2094
  ],
2089
2095
  "description": "Defines an element registry function with a set of element definition defaults.",
2090
2096
  "inheritedFrom": {
2091
- "name": "Anchor",
2092
- "module": "src/anchor/anchor.ts"
2097
+ "name": "FoundationElement",
2098
+ "module": "src/foundation-element/foundation-element.ts"
2093
2099
  }
2094
2100
  }
2095
2101
  ]
2096
2102
  },
2097
2103
  {
2098
2104
  "kind": "variable",
2099
- "name": "rapidAnchor"
2105
+ "name": "rapidActionsMenu",
2106
+ "description": "The Rapid Actions Menu",
2107
+ "privacy": "public"
2100
2108
  }
2101
2109
  ],
2102
2110
  "exports": [
2103
2111
  {
2104
2112
  "kind": "js",
2105
- "name": "Anchor",
2113
+ "name": "ActionsMenu",
2106
2114
  "declaration": {
2107
- "name": "Anchor",
2108
- "module": "src/anchor/anchor.ts"
2115
+ "name": "ActionsMenu",
2116
+ "module": "src/actions-menu/actions-menu.ts"
2109
2117
  }
2110
2118
  },
2111
2119
  {
2112
2120
  "kind": "js",
2113
- "name": "rapidAnchor",
2121
+ "name": "rapidActionsMenu",
2114
2122
  "declaration": {
2115
- "name": "rapidAnchor",
2116
- "module": "src/anchor/anchor.ts"
2123
+ "name": "rapidActionsMenu",
2124
+ "module": "src/actions-menu/actions-menu.ts"
2117
2125
  }
2118
2126
  }
2119
2127
  ]
2120
2128
  },
2121
2129
  {
2122
2130
  "kind": "javascript-module",
2123
- "path": "src/anchor/index.ts",
2131
+ "path": "src/actions-menu/index.ts",
2124
2132
  "declarations": [],
2125
2133
  "exports": [
2126
2134
  {
@@ -2128,15 +2136,7 @@
2128
2136
  "name": "*",
2129
2137
  "declaration": {
2130
2138
  "name": "*",
2131
- "package": "./anchor"
2132
- }
2133
- },
2134
- {
2135
- "kind": "js",
2136
- "name": "*",
2137
- "declaration": {
2138
- "name": "*",
2139
- "package": "./anchor.styles"
2139
+ "package": "./actions-menu"
2140
2140
  }
2141
2141
  },
2142
2142
  {
@@ -2144,7 +2144,7 @@
2144
2144
  "name": "*",
2145
2145
  "declaration": {
2146
2146
  "name": "*",
2147
- "package": "./anchor.template"
2147
+ "package": "./actions-menu.styles"
2148
2148
  }
2149
2149
  }
2150
2150
  ]