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