@genesislcap/rapid-design-system 14.343.1 → 14.343.2

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 +680 -680
  2. package/package.json +11 -11
@@ -764,37 +764,6 @@
764
764
  }
765
765
  ]
766
766
  },
767
- {
768
- "kind": "javascript-module",
769
- "path": "src/_config/index.ts",
770
- "declarations": [],
771
- "exports": [
772
- {
773
- "kind": "js",
774
- "name": "*",
775
- "declaration": {
776
- "name": "*",
777
- "package": "./styles"
778
- }
779
- },
780
- {
781
- "kind": "js",
782
- "name": "*",
783
- "declaration": {
784
- "name": "*",
785
- "package": "./tokens"
786
- }
787
- },
788
- {
789
- "kind": "js",
790
- "name": "*",
791
- "declaration": {
792
- "name": "*",
793
- "package": "./values"
794
- }
795
- }
796
- ]
797
- },
798
767
  {
799
768
  "kind": "javascript-module",
800
769
  "path": "src/accordion/accordion.styles.ts",
@@ -943,6 +912,37 @@
943
912
  }
944
913
  ]
945
914
  },
915
+ {
916
+ "kind": "javascript-module",
917
+ "path": "src/_config/index.ts",
918
+ "declarations": [],
919
+ "exports": [
920
+ {
921
+ "kind": "js",
922
+ "name": "*",
923
+ "declaration": {
924
+ "name": "*",
925
+ "package": "./styles"
926
+ }
927
+ },
928
+ {
929
+ "kind": "js",
930
+ "name": "*",
931
+ "declaration": {
932
+ "name": "*",
933
+ "package": "./tokens"
934
+ }
935
+ },
936
+ {
937
+ "kind": "js",
938
+ "name": "*",
939
+ "declaration": {
940
+ "name": "*",
941
+ "package": "./values"
942
+ }
943
+ }
944
+ ]
945
+ },
946
946
  {
947
947
  "kind": "javascript-module",
948
948
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -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",
1287
+ "name": "download",
1248
1288
  "type": {
1249
- "text": "ActionMenuItem[]"
1289
+ "text": "string"
1250
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.",
1251
1293
  "inheritedFrom": {
1252
- "name": "ActionsMenu",
1253
- "module": "src/actions-menu/actions-menu.ts"
1294
+ "name": "Anchor",
1295
+ "module": "src/anchor/anchor.ts"
1254
1296
  }
1255
1297
  },
1256
1298
  {
1257
1299
  "kind": "field",
1258
- "name": "isVertical",
1300
+ "name": "href",
1259
1301
  "type": {
1260
- "text": "boolean"
1302
+ "text": "string"
1261
1303
  },
1262
- "default": "false",
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.",
1263
1306
  "inheritedFrom": {
1264
- "name": "ActionsMenu",
1265
- "module": "src/actions-menu/actions-menu.ts"
1307
+ "name": "Anchor",
1308
+ "module": "src/anchor/anchor.ts"
1266
1309
  }
1267
1310
  },
1268
1311
  {
1269
1312
  "kind": "field",
1270
- "name": "addDefaultActions",
1313
+ "name": "hreflang",
1271
1314
  "type": {
1272
- "text": "boolean"
1315
+ "text": "string"
1273
1316
  },
1274
- "default": "true",
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.",
1275
1319
  "inheritedFrom": {
1276
- "name": "ActionsMenu",
1277
- "module": "src/actions-menu/actions-menu.ts"
1320
+ "name": "Anchor",
1321
+ "module": "src/anchor/anchor.ts"
1278
1322
  }
1279
1323
  },
1280
1324
  {
1281
1325
  "kind": "field",
1282
- "name": "autoCloseOnAction",
1326
+ "name": "ping",
1283
1327
  "type": {
1284
- "text": "boolean"
1328
+ "text": "string"
1285
1329
  },
1286
- "default": "true",
1330
+ "privacy": "public",
1331
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1287
1332
  "inheritedFrom": {
1288
- "name": "ActionsMenu",
1289
- "module": "src/actions-menu/actions-menu.ts"
1333
+ "name": "Anchor",
1334
+ "module": "src/anchor/anchor.ts"
1290
1335
  }
1291
1336
  },
1292
1337
  {
1293
1338
  "kind": "field",
1294
- "name": "classNames",
1339
+ "name": "referrerpolicy",
1295
1340
  "type": {
1296
1341
  "text": "string"
1297
1342
  },
1343
+ "privacy": "public",
1344
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1298
1345
  "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"
1346
+ "name": "Anchor",
1347
+ "module": "src/anchor/anchor.ts"
1312
1348
  }
1313
1349
  },
1314
1350
  {
1315
1351
  "kind": "field",
1316
- "name": "name",
1352
+ "name": "rel",
1317
1353
  "type": {
1318
1354
  "text": "string"
1319
1355
  },
1320
- "default": "'Actions'",
1356
+ "privacy": "public",
1357
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1321
1358
  "inheritedFrom": {
1322
- "name": "ActionsMenu",
1323
- "module": "src/actions-menu/actions-menu.ts"
1359
+ "name": "Anchor",
1360
+ "module": "src/anchor/anchor.ts"
1324
1361
  }
1325
1362
  },
1326
1363
  {
1327
1364
  "kind": "field",
1328
- "name": "open",
1365
+ "name": "target",
1329
1366
  "type": {
1330
- "text": "boolean"
1367
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1331
1368
  },
1332
- "default": "false",
1369
+ "privacy": "public",
1370
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1333
1371
  "inheritedFrom": {
1334
- "name": "ActionsMenu",
1335
- "module": "src/actions-menu/actions-menu.ts"
1372
+ "name": "Anchor",
1373
+ "module": "src/anchor/anchor.ts"
1336
1374
  }
1337
1375
  },
1338
1376
  {
1339
1377
  "kind": "field",
1340
- "name": "buttonAppearance",
1378
+ "name": "type",
1341
1379
  "type": {
1342
1380
  "text": "string"
1343
1381
  },
1382
+ "privacy": "public",
1383
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1344
1384
  "inheritedFrom": {
1345
- "name": "ActionsMenu",
1346
- "module": "src/actions-menu/actions-menu.ts"
1347
- }
1348
- },
1349
- {
1350
- "kind": "field",
1351
- "name": "hideDisabled",
1352
- "type": {
1353
- "text": "boolean"
1354
- },
1355
- "default": "false",
1356
- "inheritedFrom": {
1357
- "name": "ActionsMenu",
1358
- "module": "src/actions-menu/actions-menu.ts"
1359
- }
1360
- },
1361
- {
1362
- "kind": "field",
1363
- "name": "hideMenuSingleOption",
1364
- "type": {
1365
- "text": "boolean"
1366
- },
1367
- "default": "false",
1368
- "inheritedFrom": {
1369
- "name": "ActionsMenu",
1370
- "module": "src/actions-menu/actions-menu.ts"
1371
- }
1372
- },
1373
- {
1374
- "kind": "field",
1375
- "name": "singleOption",
1376
- "type": {
1377
- "text": "ActionMenuItem"
1378
- },
1379
- "inheritedFrom": {
1380
- "name": "ActionsMenu",
1381
- "module": "src/actions-menu/actions-menu.ts"
1382
- }
1383
- },
1384
- {
1385
- "kind": "field",
1386
- "name": "actionsMenu",
1387
- "type": {
1388
- "text": "HTMLElement"
1389
- },
1390
- "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,18 +1564,26 @@
1658
1564
  "name": "*",
1659
1565
  "declaration": {
1660
1566
  "name": "*",
1661
- "package": "./actions-menu.styles"
1567
+ "package": "./anchor.styles"
1568
+ }
1569
+ },
1570
+ {
1571
+ "kind": "js",
1572
+ "name": "*",
1573
+ "declaration": {
1574
+ "name": "*",
1575
+ "package": "./anchor.template"
1662
1576
  }
1663
1577
  }
1664
1578
  ]
1665
1579
  },
1666
1580
  {
1667
1581
  "kind": "javascript-module",
1668
- "path": "src/anchor/anchor.styles.ts",
1582
+ "path": "src/actions-menu/actions-menu.styles.ts",
1669
1583
  "declarations": [
1670
1584
  {
1671
1585
  "kind": "function",
1672
- "name": "rapidAnchorStyles",
1586
+ "name": "rapidActionsMenuStyles",
1673
1587
  "return": {
1674
1588
  "type": {
1675
1589
  "text": "ElementStyles"
@@ -1694,291 +1608,383 @@
1694
1608
  "exports": [
1695
1609
  {
1696
1610
  "kind": "js",
1697
- "name": "rapidAnchorStyles",
1698
- "declaration": {
1699
- "name": "rapidAnchorStyles",
1700
- "module": "src/anchor/anchor.styles.ts"
1701
- }
1702
- }
1703
- ]
1704
- },
1705
- {
1706
- "kind": "javascript-module",
1707
- "path": "src/anchor/anchor.template.ts",
1708
- "declarations": [
1709
- {
1710
- "kind": "function",
1711
- "name": "rapidAnchorTemplate",
1712
- "return": {
1713
- "type": {
1714
- "text": "ViewTemplate<Anchor>"
1715
- }
1716
- },
1717
- "parameters": [
1718
- {
1719
- "name": "context",
1720
- "type": {
1721
- "text": "ElementDefinitionContext"
1722
- }
1723
- },
1724
- {
1725
- "name": "definition",
1726
- "type": {
1727
- "text": "FoundationElementDefinition"
1728
- }
1729
- }
1730
- ]
1731
- }
1732
- ],
1733
- "exports": [
1734
- {
1735
- "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",
1845
1719
  "type": {
1846
- "text": "string"
1720
+ "text": "boolean"
1847
1721
  },
1848
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1849
- "fieldName": "type",
1722
+ "default": "false",
1723
+ "fieldName": "hideMenuSingleOption",
1850
1724
  "inheritedFrom": {
1851
- "name": "Anchor",
1852
- "module": "src/anchor/anchor.ts"
1725
+ "name": "ActionsMenu",
1726
+ "module": "src/actions-menu/actions-menu.ts"
1853
1727
  }
1854
1728
  }
1855
1729
  ],
1856
1730
  "members": [
1857
1731
  {
1858
1732
  "kind": "field",
1859
- "name": "download",
1733
+ "name": "actions",
1860
1734
  "type": {
1861
- "text": "string"
1735
+ "text": "ActionMenuItem[]"
1862
1736
  },
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
1737
  "inheritedFrom": {
1866
- "name": "Anchor",
1867
- "module": "src/anchor/anchor.ts"
1738
+ "name": "ActionsMenu",
1739
+ "module": "src/actions-menu/actions-menu.ts"
1868
1740
  }
1869
1741
  },
1870
1742
  {
1871
1743
  "kind": "field",
1872
- "name": "href",
1744
+ "name": "isVertical",
1873
1745
  "type": {
1874
- "text": "string"
1746
+ "text": "boolean"
1875
1747
  },
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.",
1748
+ "default": "false",
1878
1749
  "inheritedFrom": {
1879
- "name": "Anchor",
1880
- "module": "src/anchor/anchor.ts"
1750
+ "name": "ActionsMenu",
1751
+ "module": "src/actions-menu/actions-menu.ts"
1881
1752
  }
1882
1753
  },
1883
1754
  {
1884
1755
  "kind": "field",
1885
- "name": "hreflang",
1756
+ "name": "addDefaultActions",
1886
1757
  "type": {
1887
- "text": "string"
1758
+ "text": "boolean"
1888
1759
  },
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.",
1760
+ "default": "true",
1891
1761
  "inheritedFrom": {
1892
- "name": "Anchor",
1893
- "module": "src/anchor/anchor.ts"
1762
+ "name": "ActionsMenu",
1763
+ "module": "src/actions-menu/actions-menu.ts"
1894
1764
  }
1895
1765
  },
1896
1766
  {
1897
1767
  "kind": "field",
1898
- "name": "ping",
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",
1899
1781
  "type": {
1900
1782
  "text": "string"
1901
1783
  },
1902
- "privacy": "public",
1903
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1904
1784
  "inheritedFrom": {
1905
- "name": "Anchor",
1906
- "module": "src/anchor/anchor.ts"
1785
+ "name": "ActionsMenu",
1786
+ "module": "src/actions-menu/actions-menu.ts"
1907
1787
  }
1908
1788
  },
1909
1789
  {
1910
1790
  "kind": "field",
1911
- "name": "referrerpolicy",
1791
+ "name": "definition",
1792
+ "type": {
1793
+ "text": "any"
1794
+ },
1795
+ "inheritedFrom": {
1796
+ "name": "ActionsMenu",
1797
+ "module": "src/actions-menu/actions-menu.ts"
1798
+ }
1799
+ },
1800
+ {
1801
+ "kind": "field",
1802
+ "name": "name",
1912
1803
  "type": {
1913
1804
  "text": "string"
1914
1805
  },
1915
- "privacy": "public",
1916
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1806
+ "default": "'Actions'",
1917
1807
  "inheritedFrom": {
1918
- "name": "Anchor",
1919
- "module": "src/anchor/anchor.ts"
1808
+ "name": "ActionsMenu",
1809
+ "module": "src/actions-menu/actions-menu.ts"
1920
1810
  }
1921
1811
  },
1922
1812
  {
1923
1813
  "kind": "field",
1924
- "name": "rel",
1814
+ "name": "open",
1815
+ "type": {
1816
+ "text": "boolean"
1817
+ },
1818
+ "default": "false",
1819
+ "inheritedFrom": {
1820
+ "name": "ActionsMenu",
1821
+ "module": "src/actions-menu/actions-menu.ts"
1822
+ }
1823
+ },
1824
+ {
1825
+ "kind": "field",
1826
+ "name": "buttonAppearance",
1925
1827
  "type": {
1926
1828
  "text": "string"
1927
1829
  },
1928
- "privacy": "public",
1929
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1930
1830
  "inheritedFrom": {
1931
- "name": "Anchor",
1932
- "module": "src/anchor/anchor.ts"
1831
+ "name": "ActionsMenu",
1832
+ "module": "src/actions-menu/actions-menu.ts"
1833
+ }
1834
+ },
1835
+ {
1836
+ "kind": "field",
1837
+ "name": "hideDisabled",
1838
+ "type": {
1839
+ "text": "boolean"
1840
+ },
1841
+ "default": "false",
1842
+ "inheritedFrom": {
1843
+ "name": "ActionsMenu",
1844
+ "module": "src/actions-menu/actions-menu.ts"
1845
+ }
1846
+ },
1847
+ {
1848
+ "kind": "field",
1849
+ "name": "hideMenuSingleOption",
1850
+ "type": {
1851
+ "text": "boolean"
1852
+ },
1853
+ "default": "false",
1854
+ "inheritedFrom": {
1855
+ "name": "ActionsMenu",
1856
+ "module": "src/actions-menu/actions-menu.ts"
1857
+ }
1858
+ },
1859
+ {
1860
+ "kind": "field",
1861
+ "name": "singleOption",
1862
+ "type": {
1863
+ "text": "ActionMenuItem"
1864
+ },
1865
+ "inheritedFrom": {
1866
+ "name": "ActionsMenu",
1867
+ "module": "src/actions-menu/actions-menu.ts"
1868
+ }
1869
+ },
1870
+ {
1871
+ "kind": "field",
1872
+ "name": "actionsMenu",
1873
+ "type": {
1874
+ "text": "HTMLElement"
1875
+ },
1876
+ "inheritedFrom": {
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"
1933
1935
  }
1934
1936
  },
1935
1937
  {
1936
1938
  "kind": "field",
1937
- "name": "target",
1939
+ "name": "allActions",
1938
1940
  "type": {
1939
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1941
+ "text": "ActionMenuItem[]"
1940
1942
  },
1941
- "privacy": "public",
1942
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1943
+ "readonly": true,
1943
1944
  "inheritedFrom": {
1944
- "name": "Anchor",
1945
- "module": "src/anchor/anchor.ts"
1945
+ "name": "ActionsMenu",
1946
+ "module": "src/actions-menu/actions-menu.ts"
1946
1947
  }
1947
1948
  },
1948
1949
  {
1949
1950
  "kind": "field",
1950
- "name": "type",
1951
- "type": {
1952
- "text": "string"
1953
- },
1954
- "privacy": "public",
1955
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1951
+ "name": "rowData",
1952
+ "readonly": true,
1956
1953
  "inheritedFrom": {
1957
- "name": "Anchor",
1958
- "module": "src/anchor/anchor.ts"
1954
+ "name": "ActionsMenu",
1955
+ "module": "src/actions-menu/actions-menu.ts"
1959
1956
  }
1960
1957
  },
1961
1958
  {
1962
- "kind": "field",
1963
- "name": "control",
1964
- "type": {
1965
- "text": "HTMLAnchorElement | undefined"
1966
- },
1967
- "privacy": "public",
1968
- "description": "References the root element",
1959
+ "kind": "method",
1960
+ "name": "getLabel",
1961
+ "parameters": [
1962
+ {
1963
+ "name": "name",
1964
+ "type": {
1965
+ "text": "string | ((rowData: any) => string)"
1966
+ }
1967
+ }
1968
+ ],
1969
1969
  "inheritedFrom": {
1970
- "name": "Anchor",
1971
- "module": "src/anchor/anchor.ts"
1970
+ "name": "ActionsMenu",
1971
+ "module": "src/actions-menu/actions-menu.ts"
1972
1972
  }
1973
1973
  },
1974
1974
  {
1975
- "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",
1975
+ "kind": "method",
1976
+ "name": "getTemplate",
1977
+ "parameters": [
1978
+ {
1979
+ "name": "prefix",
1980
+ "type": {
1981
+ "text": "string"
1982
+ }
1983
+ }
1984
+ ],
1979
1985
  "inheritedFrom": {
1980
- "name": "Anchor",
1981
- "module": "src/anchor/anchor.ts"
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
  ]
@@ -21796,17 +21796,165 @@
21796
21796
  "exports": [
21797
21797
  {
21798
21798
  "kind": "js",
21799
- "name": "tagFor",
21799
+ "name": "tagFor",
21800
+ "declaration": {
21801
+ "name": "tagFor",
21802
+ "module": "src/patterns/tag-for.ts"
21803
+ }
21804
+ }
21805
+ ]
21806
+ },
21807
+ {
21808
+ "kind": "javascript-module",
21809
+ "path": "src/progress/index.ts",
21810
+ "declarations": [],
21811
+ "exports": [
21812
+ {
21813
+ "kind": "js",
21814
+ "name": "*",
21815
+ "declaration": {
21816
+ "name": "*",
21817
+ "package": "./progress"
21818
+ }
21819
+ },
21820
+ {
21821
+ "kind": "js",
21822
+ "name": "*",
21823
+ "declaration": {
21824
+ "name": "*",
21825
+ "package": "./progress.styles"
21826
+ }
21827
+ },
21828
+ {
21829
+ "kind": "js",
21830
+ "name": "*",
21831
+ "declaration": {
21832
+ "name": "*",
21833
+ "package": "./progress.template"
21834
+ }
21835
+ }
21836
+ ]
21837
+ },
21838
+ {
21839
+ "kind": "javascript-module",
21840
+ "path": "src/progress/progress.styles.ts",
21841
+ "declarations": [
21842
+ {
21843
+ "kind": "function",
21844
+ "name": "rapidProgressStyles",
21845
+ "return": {
21846
+ "type": {
21847
+ "text": "ElementStyles"
21848
+ }
21849
+ },
21850
+ "parameters": [
21851
+ {
21852
+ "name": "context",
21853
+ "type": {
21854
+ "text": "ElementDefinitionContext"
21855
+ }
21856
+ },
21857
+ {
21858
+ "name": "definition",
21859
+ "type": {
21860
+ "text": "ProgressOptions"
21861
+ }
21862
+ }
21863
+ ]
21864
+ }
21865
+ ],
21866
+ "exports": [
21867
+ {
21868
+ "kind": "js",
21869
+ "name": "rapidProgressStyles",
21870
+ "declaration": {
21871
+ "name": "rapidProgressStyles",
21872
+ "module": "src/progress/progress.styles.ts"
21873
+ }
21874
+ }
21875
+ ]
21876
+ },
21877
+ {
21878
+ "kind": "javascript-module",
21879
+ "path": "src/progress/progress.template.ts",
21880
+ "declarations": [
21881
+ {
21882
+ "kind": "function",
21883
+ "name": "rapidProgressTemplate",
21884
+ "return": {
21885
+ "type": {
21886
+ "text": "ViewTemplate<Progress>"
21887
+ }
21888
+ },
21889
+ "parameters": [
21890
+ {
21891
+ "name": "context",
21892
+ "type": {
21893
+ "text": "ElementDefinitionContext"
21894
+ }
21895
+ },
21896
+ {
21897
+ "name": "definition",
21898
+ "type": {
21899
+ "text": "ProgressOptions"
21900
+ }
21901
+ }
21902
+ ]
21903
+ }
21904
+ ],
21905
+ "exports": [
21906
+ {
21907
+ "kind": "js",
21908
+ "name": "rapidProgressTemplate",
21909
+ "declaration": {
21910
+ "name": "rapidProgressTemplate",
21911
+ "module": "src/progress/progress.template.ts"
21912
+ }
21913
+ }
21914
+ ]
21915
+ },
21916
+ {
21917
+ "kind": "javascript-module",
21918
+ "path": "src/progress/progress.ts",
21919
+ "declarations": [
21920
+ {
21921
+ "kind": "class",
21922
+ "description": "",
21923
+ "name": "Progress",
21924
+ "superclass": {
21925
+ "name": "FoundationProgress",
21926
+ "package": "@genesislcap/foundation-ui"
21927
+ },
21928
+ "tagName": "%%prefix%%-progress",
21929
+ "customElement": true
21930
+ },
21931
+ {
21932
+ "kind": "variable",
21933
+ "name": "rapidProgress"
21934
+ }
21935
+ ],
21936
+ "exports": [
21937
+ {
21938
+ "kind": "js",
21939
+ "name": "Progress",
21800
21940
  "declaration": {
21801
- "name": "tagFor",
21802
- "module": "src/patterns/tag-for.ts"
21941
+ "name": "Progress",
21942
+ "module": "src/progress/progress.ts"
21943
+ }
21944
+ },
21945
+ {
21946
+ "kind": "js",
21947
+ "name": "rapidProgress",
21948
+ "declaration": {
21949
+ "name": "rapidProgress",
21950
+ "module": "src/progress/progress.ts"
21803
21951
  }
21804
21952
  }
21805
21953
  ]
21806
21954
  },
21807
21955
  {
21808
21956
  "kind": "javascript-module",
21809
- "path": "src/progress/index.ts",
21957
+ "path": "src/progress-ring/index.ts",
21810
21958
  "declarations": [],
21811
21959
  "exports": [
21812
21960
  {
@@ -21814,7 +21962,7 @@
21814
21962
  "name": "*",
21815
21963
  "declaration": {
21816
21964
  "name": "*",
21817
- "package": "./progress"
21965
+ "package": "./progress-ring"
21818
21966
  }
21819
21967
  },
21820
21968
  {
@@ -21822,7 +21970,7 @@
21822
21970
  "name": "*",
21823
21971
  "declaration": {
21824
21972
  "name": "*",
21825
- "package": "./progress.styles"
21973
+ "package": "./progress-ring.styles"
21826
21974
  }
21827
21975
  },
21828
21976
  {
@@ -21830,18 +21978,18 @@
21830
21978
  "name": "*",
21831
21979
  "declaration": {
21832
21980
  "name": "*",
21833
- "package": "./progress.template"
21981
+ "package": "./progress-ring.template"
21834
21982
  }
21835
21983
  }
21836
21984
  ]
21837
21985
  },
21838
21986
  {
21839
21987
  "kind": "javascript-module",
21840
- "path": "src/progress/progress.styles.ts",
21988
+ "path": "src/progress-ring/progress-ring.styles.ts",
21841
21989
  "declarations": [
21842
21990
  {
21843
21991
  "kind": "function",
21844
- "name": "rapidProgressStyles",
21992
+ "name": "rapidProgressRingStyles",
21845
21993
  "return": {
21846
21994
  "type": {
21847
21995
  "text": "ElementStyles"
@@ -21857,7 +22005,7 @@
21857
22005
  {
21858
22006
  "name": "definition",
21859
22007
  "type": {
21860
- "text": "ProgressOptions"
22008
+ "text": "ProgressRingOptions"
21861
22009
  }
21862
22010
  }
21863
22011
  ]
@@ -21866,26 +22014,21 @@
21866
22014
  "exports": [
21867
22015
  {
21868
22016
  "kind": "js",
21869
- "name": "rapidProgressStyles",
22017
+ "name": "rapidProgressRingStyles",
21870
22018
  "declaration": {
21871
- "name": "rapidProgressStyles",
21872
- "module": "src/progress/progress.styles.ts"
22019
+ "name": "rapidProgressRingStyles",
22020
+ "module": "src/progress-ring/progress-ring.styles.ts"
21873
22021
  }
21874
22022
  }
21875
22023
  ]
21876
22024
  },
21877
22025
  {
21878
22026
  "kind": "javascript-module",
21879
- "path": "src/progress/progress.template.ts",
22027
+ "path": "src/progress-ring/progress-ring.template.ts",
21880
22028
  "declarations": [
21881
22029
  {
21882
22030
  "kind": "function",
21883
- "name": "rapidProgressTemplate",
21884
- "return": {
21885
- "type": {
21886
- "text": "ViewTemplate<Progress>"
21887
- }
21888
- },
22031
+ "name": "rapidProgressRingTemplate",
21889
22032
  "parameters": [
21890
22033
  {
21891
22034
  "name": "context",
@@ -21896,7 +22039,7 @@
21896
22039
  {
21897
22040
  "name": "definition",
21898
22041
  "type": {
21899
- "text": "ProgressOptions"
22042
+ "text": "ProgressRingOptions"
21900
22043
  }
21901
22044
  }
21902
22045
  ]
@@ -21905,49 +22048,63 @@
21905
22048
  "exports": [
21906
22049
  {
21907
22050
  "kind": "js",
21908
- "name": "rapidProgressTemplate",
22051
+ "name": "rapidProgressRingTemplate",
21909
22052
  "declaration": {
21910
- "name": "rapidProgressTemplate",
21911
- "module": "src/progress/progress.template.ts"
22053
+ "name": "rapidProgressRingTemplate",
22054
+ "module": "src/progress-ring/progress-ring.template.ts"
21912
22055
  }
21913
22056
  }
21914
22057
  ]
21915
22058
  },
21916
22059
  {
21917
22060
  "kind": "javascript-module",
21918
- "path": "src/progress/progress.ts",
22061
+ "path": "src/progress-ring/progress-ring.ts",
21919
22062
  "declarations": [
21920
22063
  {
21921
22064
  "kind": "class",
21922
22065
  "description": "",
21923
- "name": "Progress",
22066
+ "name": "ProgressRing",
21924
22067
  "superclass": {
21925
- "name": "FoundationProgress",
22068
+ "name": "FoundationProgressRing",
21926
22069
  "package": "@genesislcap/foundation-ui"
22070
+ }
22071
+ },
22072
+ {
22073
+ "kind": "variable",
22074
+ "name": "defaultrapidProgressRingConfig",
22075
+ "type": {
22076
+ "text": "object"
21927
22077
  },
21928
- "tagName": "%%prefix%%-progress",
21929
- "customElement": true
22078
+ "default": "{}"
21930
22079
  },
21931
22080
  {
21932
22081
  "kind": "variable",
21933
- "name": "rapidProgress"
22082
+ "name": "rapidProgressRing"
21934
22083
  }
21935
22084
  ],
21936
22085
  "exports": [
21937
22086
  {
21938
22087
  "kind": "js",
21939
- "name": "Progress",
22088
+ "name": "ProgressRing",
21940
22089
  "declaration": {
21941
- "name": "Progress",
21942
- "module": "src/progress/progress.ts"
22090
+ "name": "ProgressRing",
22091
+ "module": "src/progress-ring/progress-ring.ts"
21943
22092
  }
21944
22093
  },
21945
22094
  {
21946
22095
  "kind": "js",
21947
- "name": "rapidProgress",
22096
+ "name": "defaultrapidProgressRingConfig",
21948
22097
  "declaration": {
21949
- "name": "rapidProgress",
21950
- "module": "src/progress/progress.ts"
22098
+ "name": "defaultrapidProgressRingConfig",
22099
+ "module": "src/progress-ring/progress-ring.ts"
22100
+ }
22101
+ },
22102
+ {
22103
+ "kind": "js",
22104
+ "name": "rapidProgressRing",
22105
+ "declaration": {
22106
+ "name": "rapidProgressRing",
22107
+ "module": "src/progress-ring/progress-ring.ts"
21951
22108
  }
21952
22109
  }
21953
22110
  ]
@@ -22299,163 +22456,6 @@
22299
22456
  }
22300
22457
  ]
22301
22458
  },
22302
- {
22303
- "kind": "javascript-module",
22304
- "path": "src/progress-ring/index.ts",
22305
- "declarations": [],
22306
- "exports": [
22307
- {
22308
- "kind": "js",
22309
- "name": "*",
22310
- "declaration": {
22311
- "name": "*",
22312
- "package": "./progress-ring"
22313
- }
22314
- },
22315
- {
22316
- "kind": "js",
22317
- "name": "*",
22318
- "declaration": {
22319
- "name": "*",
22320
- "package": "./progress-ring.styles"
22321
- }
22322
- },
22323
- {
22324
- "kind": "js",
22325
- "name": "*",
22326
- "declaration": {
22327
- "name": "*",
22328
- "package": "./progress-ring.template"
22329
- }
22330
- }
22331
- ]
22332
- },
22333
- {
22334
- "kind": "javascript-module",
22335
- "path": "src/progress-ring/progress-ring.styles.ts",
22336
- "declarations": [
22337
- {
22338
- "kind": "function",
22339
- "name": "rapidProgressRingStyles",
22340
- "return": {
22341
- "type": {
22342
- "text": "ElementStyles"
22343
- }
22344
- },
22345
- "parameters": [
22346
- {
22347
- "name": "context",
22348
- "type": {
22349
- "text": "ElementDefinitionContext"
22350
- }
22351
- },
22352
- {
22353
- "name": "definition",
22354
- "type": {
22355
- "text": "ProgressRingOptions"
22356
- }
22357
- }
22358
- ]
22359
- }
22360
- ],
22361
- "exports": [
22362
- {
22363
- "kind": "js",
22364
- "name": "rapidProgressRingStyles",
22365
- "declaration": {
22366
- "name": "rapidProgressRingStyles",
22367
- "module": "src/progress-ring/progress-ring.styles.ts"
22368
- }
22369
- }
22370
- ]
22371
- },
22372
- {
22373
- "kind": "javascript-module",
22374
- "path": "src/progress-ring/progress-ring.template.ts",
22375
- "declarations": [
22376
- {
22377
- "kind": "function",
22378
- "name": "rapidProgressRingTemplate",
22379
- "parameters": [
22380
- {
22381
- "name": "context",
22382
- "type": {
22383
- "text": "ElementDefinitionContext"
22384
- }
22385
- },
22386
- {
22387
- "name": "definition",
22388
- "type": {
22389
- "text": "ProgressRingOptions"
22390
- }
22391
- }
22392
- ]
22393
- }
22394
- ],
22395
- "exports": [
22396
- {
22397
- "kind": "js",
22398
- "name": "rapidProgressRingTemplate",
22399
- "declaration": {
22400
- "name": "rapidProgressRingTemplate",
22401
- "module": "src/progress-ring/progress-ring.template.ts"
22402
- }
22403
- }
22404
- ]
22405
- },
22406
- {
22407
- "kind": "javascript-module",
22408
- "path": "src/progress-ring/progress-ring.ts",
22409
- "declarations": [
22410
- {
22411
- "kind": "class",
22412
- "description": "",
22413
- "name": "ProgressRing",
22414
- "superclass": {
22415
- "name": "FoundationProgressRing",
22416
- "package": "@genesislcap/foundation-ui"
22417
- }
22418
- },
22419
- {
22420
- "kind": "variable",
22421
- "name": "defaultrapidProgressRingConfig",
22422
- "type": {
22423
- "text": "object"
22424
- },
22425
- "default": "{}"
22426
- },
22427
- {
22428
- "kind": "variable",
22429
- "name": "rapidProgressRing"
22430
- }
22431
- ],
22432
- "exports": [
22433
- {
22434
- "kind": "js",
22435
- "name": "ProgressRing",
22436
- "declaration": {
22437
- "name": "ProgressRing",
22438
- "module": "src/progress-ring/progress-ring.ts"
22439
- }
22440
- },
22441
- {
22442
- "kind": "js",
22443
- "name": "defaultrapidProgressRingConfig",
22444
- "declaration": {
22445
- "name": "defaultrapidProgressRingConfig",
22446
- "module": "src/progress-ring/progress-ring.ts"
22447
- }
22448
- },
22449
- {
22450
- "kind": "js",
22451
- "name": "rapidProgressRing",
22452
- "declaration": {
22453
- "name": "rapidProgressRing",
22454
- "module": "src/progress-ring/progress-ring.ts"
22455
- }
22456
- }
22457
- ]
22458
- },
22459
22459
  {
22460
22460
  "kind": "javascript-module",
22461
22461
  "path": "src/radio-group/index.ts",