@genesislcap/rapid-design-system 14.172.3 → 14.173.1

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