@genesislcap/rapid-design-system 14.370.1-alpha-fa13546.0 → 14.371.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 +621 -621
- 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,304 +1122,396 @@
|
|
|
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",
|
|
1353
1306
|
"type": {
|
|
1354
|
-
"text": "
|
|
1307
|
+
"text": "any"
|
|
1355
1308
|
},
|
|
1356
|
-
"privacy": "public",
|
|
1357
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1358
1309
|
"inheritedFrom": {
|
|
1359
|
-
"name": "
|
|
1360
|
-
"module": "src/
|
|
1310
|
+
"name": "ActionsMenu",
|
|
1311
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1361
1312
|
}
|
|
1362
1313
|
},
|
|
1363
1314
|
{
|
|
1364
1315
|
"kind": "field",
|
|
1365
|
-
"name": "
|
|
1316
|
+
"name": "name",
|
|
1366
1317
|
"type": {
|
|
1367
|
-
"text": "
|
|
1318
|
+
"text": "string"
|
|
1368
1319
|
},
|
|
1369
|
-
"
|
|
1370
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1320
|
+
"default": "'Actions'",
|
|
1371
1321
|
"inheritedFrom": {
|
|
1372
|
-
"name": "
|
|
1373
|
-
"module": "src/
|
|
1322
|
+
"name": "ActionsMenu",
|
|
1323
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1374
1324
|
}
|
|
1375
1325
|
},
|
|
1376
1326
|
{
|
|
1377
1327
|
"kind": "field",
|
|
1378
|
-
"name": "
|
|
1328
|
+
"name": "open",
|
|
1379
1329
|
"type": {
|
|
1380
|
-
"text": "
|
|
1330
|
+
"text": "boolean"
|
|
1381
1331
|
},
|
|
1382
|
-
"
|
|
1383
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1332
|
+
"default": "false",
|
|
1384
1333
|
"inheritedFrom": {
|
|
1385
|
-
"name": "
|
|
1386
|
-
"module": "src/
|
|
1334
|
+
"name": "ActionsMenu",
|
|
1335
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1387
1336
|
}
|
|
1388
1337
|
},
|
|
1389
1338
|
{
|
|
1390
1339
|
"kind": "field",
|
|
1391
|
-
"name": "
|
|
1340
|
+
"name": "buttonAppearance",
|
|
1392
1341
|
"type": {
|
|
1393
|
-
"text": "
|
|
1342
|
+
"text": "string"
|
|
1394
1343
|
},
|
|
1395
|
-
"privacy": "public",
|
|
1396
|
-
"description": "References the root element",
|
|
1397
1344
|
"inheritedFrom": {
|
|
1398
|
-
"name": "
|
|
1399
|
-
"module": "src/
|
|
1345
|
+
"name": "ActionsMenu",
|
|
1346
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1400
1347
|
}
|
|
1401
1348
|
},
|
|
1402
1349
|
{
|
|
1403
1350
|
"kind": "field",
|
|
1404
|
-
"name": "
|
|
1405
|
-
"
|
|
1406
|
-
|
|
1351
|
+
"name": "hideDisabled",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "boolean"
|
|
1354
|
+
},
|
|
1355
|
+
"default": "false",
|
|
1407
1356
|
"inheritedFrom": {
|
|
1408
|
-
"name": "
|
|
1409
|
-
"module": "src/
|
|
1357
|
+
"name": "ActionsMenu",
|
|
1358
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1410
1359
|
}
|
|
1411
1360
|
},
|
|
1412
1361
|
{
|
|
1413
1362
|
"kind": "field",
|
|
1414
|
-
"name": "
|
|
1363
|
+
"name": "hideMenuSingleOption",
|
|
1415
1364
|
"type": {
|
|
1416
|
-
"text": "
|
|
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
|
+
],
|
|
1499
|
+
"inheritedFrom": {
|
|
1500
|
+
"name": "ActionsMenu",
|
|
1501
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"kind": "field",
|
|
1506
|
+
"name": "_presentation",
|
|
1507
|
+
"type": {
|
|
1508
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1417
1509
|
},
|
|
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
|
-
"
|
|
1700
|
-
"
|
|
1701
|
-
"name": "ActionsMenu",
|
|
1702
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"name": "hide-disabled",
|
|
1707
|
-
"type": {
|
|
1708
|
-
"text": "boolean"
|
|
1709
|
-
},
|
|
1710
|
-
"default": "false",
|
|
1711
|
-
"fieldName": "hideDisabled",
|
|
1712
|
-
"inheritedFrom": {
|
|
1713
|
-
"name": "ActionsMenu",
|
|
1714
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1715
|
-
}
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"name": "hide-menu-single-option",
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "boolean"
|
|
1721
|
-
},
|
|
1722
|
-
"default": "false",
|
|
1723
|
-
"fieldName": "hideMenuSingleOption",
|
|
1724
|
-
"inheritedFrom": {
|
|
1725
|
-
"name": "ActionsMenu",
|
|
1726
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
|
-
],
|
|
1730
|
-
"members": [
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "field",
|
|
1733
|
-
"name": "actions",
|
|
1734
|
-
"type": {
|
|
1735
|
-
"text": "ActionMenuItem[]"
|
|
1736
|
-
},
|
|
1737
|
-
"inheritedFrom": {
|
|
1738
|
-
"name": "ActionsMenu",
|
|
1739
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1740
|
-
}
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "field",
|
|
1744
|
-
"name": "isVertical",
|
|
1745
|
-
"type": {
|
|
1746
|
-
"text": "boolean"
|
|
1747
|
-
},
|
|
1748
|
-
"default": "false",
|
|
1749
|
-
"inheritedFrom": {
|
|
1750
|
-
"name": "ActionsMenu",
|
|
1751
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "field",
|
|
1756
|
-
"name": "addDefaultActions",
|
|
1757
|
-
"type": {
|
|
1758
|
-
"text": "boolean"
|
|
1759
|
-
},
|
|
1760
|
-
"default": "true",
|
|
1761
|
-
"inheritedFrom": {
|
|
1762
|
-
"name": "ActionsMenu",
|
|
1763
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1764
|
-
}
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"kind": "field",
|
|
1768
|
-
"name": "autoCloseOnAction",
|
|
1769
|
-
"type": {
|
|
1770
|
-
"text": "boolean"
|
|
1771
|
-
},
|
|
1772
|
-
"default": "true",
|
|
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",
|
|
1773
1778
|
"inheritedFrom": {
|
|
1774
|
-
"name": "
|
|
1775
|
-
"module": "src/
|
|
1779
|
+
"name": "Anchor",
|
|
1780
|
+
"module": "src/anchor/anchor.ts"
|
|
1776
1781
|
}
|
|
1777
1782
|
},
|
|
1778
1783
|
{
|
|
1779
|
-
"
|
|
1780
|
-
"name": "classNames",
|
|
1784
|
+
"name": "hreflang",
|
|
1781
1785
|
"type": {
|
|
1782
1786
|
"text": "string"
|
|
1783
1787
|
},
|
|
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",
|
|
1784
1790
|
"inheritedFrom": {
|
|
1785
|
-
"name": "
|
|
1786
|
-
"module": "src/
|
|
1787
|
-
}
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"kind": "field",
|
|
1791
|
-
"name": "definition",
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "any"
|
|
1794
|
-
},
|
|
1795
|
-
"inheritedFrom": {
|
|
1796
|
-
"name": "ActionsMenu",
|
|
1797
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1791
|
+
"name": "Anchor",
|
|
1792
|
+
"module": "src/anchor/anchor.ts"
|
|
1798
1793
|
}
|
|
1799
1794
|
},
|
|
1800
1795
|
{
|
|
1801
|
-
"
|
|
1802
|
-
"name": "name",
|
|
1796
|
+
"name": "ping",
|
|
1803
1797
|
"type": {
|
|
1804
1798
|
"text": "string"
|
|
1805
1799
|
},
|
|
1806
|
-
"
|
|
1800
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1801
|
+
"fieldName": "ping",
|
|
1807
1802
|
"inheritedFrom": {
|
|
1808
|
-
"name": "
|
|
1809
|
-
"module": "src/
|
|
1803
|
+
"name": "Anchor",
|
|
1804
|
+
"module": "src/anchor/anchor.ts"
|
|
1810
1805
|
}
|
|
1811
1806
|
},
|
|
1812
1807
|
{
|
|
1813
|
-
"
|
|
1814
|
-
"name": "open",
|
|
1808
|
+
"name": "referrerpolicy",
|
|
1815
1809
|
"type": {
|
|
1816
|
-
"text": "
|
|
1810
|
+
"text": "string"
|
|
1817
1811
|
},
|
|
1818
|
-
"
|
|
1812
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1813
|
+
"fieldName": "referrerpolicy",
|
|
1819
1814
|
"inheritedFrom": {
|
|
1820
|
-
"name": "
|
|
1821
|
-
"module": "src/
|
|
1815
|
+
"name": "Anchor",
|
|
1816
|
+
"module": "src/anchor/anchor.ts"
|
|
1822
1817
|
}
|
|
1823
1818
|
},
|
|
1824
1819
|
{
|
|
1825
|
-
"
|
|
1826
|
-
"name": "buttonAppearance",
|
|
1820
|
+
"name": "rel",
|
|
1827
1821
|
"type": {
|
|
1828
1822
|
"text": "string"
|
|
1829
1823
|
},
|
|
1824
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1825
|
+
"fieldName": "rel",
|
|
1830
1826
|
"inheritedFrom": {
|
|
1831
|
-
"name": "
|
|
1832
|
-
"module": "src/
|
|
1827
|
+
"name": "Anchor",
|
|
1828
|
+
"module": "src/anchor/anchor.ts"
|
|
1833
1829
|
}
|
|
1834
1830
|
},
|
|
1835
1831
|
{
|
|
1836
|
-
"
|
|
1837
|
-
"name": "hideDisabled",
|
|
1832
|
+
"name": "target",
|
|
1838
1833
|
"type": {
|
|
1839
|
-
"text": "
|
|
1834
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1840
1835
|
},
|
|
1841
|
-
"
|
|
1836
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1837
|
+
"fieldName": "target",
|
|
1842
1838
|
"inheritedFrom": {
|
|
1843
|
-
"name": "
|
|
1844
|
-
"module": "src/
|
|
1839
|
+
"name": "Anchor",
|
|
1840
|
+
"module": "src/anchor/anchor.ts"
|
|
1845
1841
|
}
|
|
1846
1842
|
},
|
|
1847
1843
|
{
|
|
1848
|
-
"
|
|
1849
|
-
"name": "hideMenuSingleOption",
|
|
1844
|
+
"name": "type",
|
|
1850
1845
|
"type": {
|
|
1851
|
-
"text": "
|
|
1846
|
+
"text": "string"
|
|
1852
1847
|
},
|
|
1853
|
-
"
|
|
1848
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1849
|
+
"fieldName": "type",
|
|
1854
1850
|
"inheritedFrom": {
|
|
1855
|
-
"name": "
|
|
1856
|
-
"module": "src/
|
|
1851
|
+
"name": "Anchor",
|
|
1852
|
+
"module": "src/anchor/anchor.ts"
|
|
1857
1853
|
}
|
|
1858
|
-
}
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"members": [
|
|
1859
1857
|
{
|
|
1860
1858
|
"kind": "field",
|
|
1861
|
-
"name": "
|
|
1859
|
+
"name": "download",
|
|
1862
1860
|
"type": {
|
|
1863
|
-
"text": "
|
|
1861
|
+
"text": "string"
|
|
1864
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.",
|
|
1865
1865
|
"inheritedFrom": {
|
|
1866
|
-
"name": "
|
|
1867
|
-
"module": "src/
|
|
1866
|
+
"name": "Anchor",
|
|
1867
|
+
"module": "src/anchor/anchor.ts"
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
1870
|
{
|
|
1871
1871
|
"kind": "field",
|
|
1872
|
-
"name": "
|
|
1872
|
+
"name": "href",
|
|
1873
1873
|
"type": {
|
|
1874
|
-
"text": "
|
|
1874
|
+
"text": "string"
|
|
1875
1875
|
},
|
|
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.",
|
|
1876
1878
|
"inheritedFrom": {
|
|
1877
|
-
"name": "
|
|
1878
|
-
"module": "src/
|
|
1879
|
+
"name": "Anchor",
|
|
1880
|
+
"module": "src/anchor/anchor.ts"
|
|
1879
1881
|
}
|
|
1880
1882
|
},
|
|
1881
1883
|
{
|
|
1882
|
-
"kind": "
|
|
1883
|
-
"name": "
|
|
1884
|
-
"
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
"text": "any"
|
|
1890
|
-
}
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"name": "newValue",
|
|
1894
|
-
"type": {
|
|
1895
|
-
"text": "any"
|
|
1896
|
-
}
|
|
1897
|
-
}
|
|
1898
|
-
],
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "hreflang",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "string"
|
|
1888
|
+
},
|
|
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.",
|
|
1899
1891
|
"inheritedFrom": {
|
|
1900
|
-
"name": "
|
|
1901
|
-
"module": "src/
|
|
1892
|
+
"name": "Anchor",
|
|
1893
|
+
"module": "src/anchor/anchor.ts"
|
|
1902
1894
|
}
|
|
1903
1895
|
},
|
|
1904
1896
|
{
|
|
1905
|
-
"kind": "
|
|
1906
|
-
"name": "
|
|
1907
|
-
"
|
|
1897
|
+
"kind": "field",
|
|
1898
|
+
"name": "ping",
|
|
1899
|
+
"type": {
|
|
1900
|
+
"text": "string"
|
|
1901
|
+
},
|
|
1902
|
+
"privacy": "public",
|
|
1903
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1908
1904
|
"inheritedFrom": {
|
|
1909
|
-
"name": "
|
|
1910
|
-
"module": "src/
|
|
1905
|
+
"name": "Anchor",
|
|
1906
|
+
"module": "src/anchor/anchor.ts"
|
|
1911
1907
|
}
|
|
1912
1908
|
},
|
|
1913
1909
|
{
|
|
1914
|
-
"kind": "
|
|
1915
|
-
"name": "
|
|
1910
|
+
"kind": "field",
|
|
1911
|
+
"name": "referrerpolicy",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "string"
|
|
1914
|
+
},
|
|
1915
|
+
"privacy": "public",
|
|
1916
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1916
1917
|
"inheritedFrom": {
|
|
1917
|
-
"name": "
|
|
1918
|
-
"module": "src/
|
|
1918
|
+
"name": "Anchor",
|
|
1919
|
+
"module": "src/anchor/anchor.ts"
|
|
1919
1920
|
}
|
|
1920
1921
|
},
|
|
1921
1922
|
{
|
|
1922
|
-
"kind": "
|
|
1923
|
-
"name": "
|
|
1924
|
-
"
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
}
|
|
1930
|
-
}
|
|
1931
|
-
],
|
|
1923
|
+
"kind": "field",
|
|
1924
|
+
"name": "rel",
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "string"
|
|
1927
|
+
},
|
|
1928
|
+
"privacy": "public",
|
|
1929
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1932
1930
|
"inheritedFrom": {
|
|
1933
|
-
"name": "
|
|
1934
|
-
"module": "src/
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"module": "src/anchor/anchor.ts"
|
|
1935
1933
|
}
|
|
1936
1934
|
},
|
|
1937
1935
|
{
|
|
1938
1936
|
"kind": "field",
|
|
1939
|
-
"name": "
|
|
1937
|
+
"name": "target",
|
|
1940
1938
|
"type": {
|
|
1941
|
-
"text": "
|
|
1939
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1942
1940
|
},
|
|
1943
|
-
"
|
|
1941
|
+
"privacy": "public",
|
|
1942
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1944
1943
|
"inheritedFrom": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"module": "src/
|
|
1944
|
+
"name": "Anchor",
|
|
1945
|
+
"module": "src/anchor/anchor.ts"
|
|
1947
1946
|
}
|
|
1948
1947
|
},
|
|
1949
1948
|
{
|
|
1950
1949
|
"kind": "field",
|
|
1951
|
-
"name": "
|
|
1952
|
-
"
|
|
1950
|
+
"name": "type",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "string"
|
|
1953
|
+
},
|
|
1954
|
+
"privacy": "public",
|
|
1955
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1953
1956
|
"inheritedFrom": {
|
|
1954
|
-
"name": "
|
|
1955
|
-
"module": "src/
|
|
1957
|
+
"name": "Anchor",
|
|
1958
|
+
"module": "src/anchor/anchor.ts"
|
|
1956
1959
|
}
|
|
1957
1960
|
},
|
|
1958
1961
|
{
|
|
1959
|
-
"kind": "
|
|
1960
|
-
"name": "
|
|
1961
|
-
"
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
}
|
|
1967
|
-
}
|
|
1968
|
-
],
|
|
1962
|
+
"kind": "field",
|
|
1963
|
+
"name": "control",
|
|
1964
|
+
"type": {
|
|
1965
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1966
|
+
},
|
|
1967
|
+
"privacy": "public",
|
|
1968
|
+
"description": "References the root element",
|
|
1969
1969
|
"inheritedFrom": {
|
|
1970
|
-
"name": "
|
|
1971
|
-
"module": "src/
|
|
1970
|
+
"name": "Anchor",
|
|
1971
|
+
"module": "src/anchor/anchor.ts"
|
|
1972
1972
|
}
|
|
1973
1973
|
},
|
|
1974
1974
|
{
|
|
1975
|
-
"kind": "
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1979
|
-
"name": "prefix",
|
|
1980
|
-
"type": {
|
|
1981
|
-
"text": "string"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
],
|
|
1975
|
+
"kind": "field",
|
|
1976
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1977
|
+
"privacy": "private",
|
|
1978
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
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
|
]
|
|
@@ -3707,11 +3707,11 @@
|
|
|
3707
3707
|
},
|
|
3708
3708
|
{
|
|
3709
3709
|
"kind": "javascript-module",
|
|
3710
|
-
"path": "src/
|
|
3710
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
3711
3711
|
"declarations": [
|
|
3712
3712
|
{
|
|
3713
3713
|
"kind": "function",
|
|
3714
|
-
"name": "
|
|
3714
|
+
"name": "rapidAvatarStyles",
|
|
3715
3715
|
"return": {
|
|
3716
3716
|
"type": {
|
|
3717
3717
|
"text": "ElementStyles"
|
|
@@ -3736,24 +3736,24 @@
|
|
|
3736
3736
|
"exports": [
|
|
3737
3737
|
{
|
|
3738
3738
|
"kind": "js",
|
|
3739
|
-
"name": "
|
|
3739
|
+
"name": "rapidAvatarStyles",
|
|
3740
3740
|
"declaration": {
|
|
3741
|
-
"name": "
|
|
3742
|
-
"module": "src/
|
|
3741
|
+
"name": "rapidAvatarStyles",
|
|
3742
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
]
|
|
3746
3746
|
},
|
|
3747
3747
|
{
|
|
3748
3748
|
"kind": "javascript-module",
|
|
3749
|
-
"path": "src/
|
|
3749
|
+
"path": "src/avatar/avatar.template.ts",
|
|
3750
3750
|
"declarations": [
|
|
3751
3751
|
{
|
|
3752
3752
|
"kind": "function",
|
|
3753
|
-
"name": "
|
|
3753
|
+
"name": "rapidAvatarTemplate",
|
|
3754
3754
|
"return": {
|
|
3755
3755
|
"type": {
|
|
3756
|
-
"text": "ViewTemplate<
|
|
3756
|
+
"text": "ViewTemplate<Avatar>"
|
|
3757
3757
|
}
|
|
3758
3758
|
},
|
|
3759
3759
|
"parameters": [
|
|
@@ -3775,27 +3775,27 @@
|
|
|
3775
3775
|
"exports": [
|
|
3776
3776
|
{
|
|
3777
3777
|
"kind": "js",
|
|
3778
|
-
"name": "
|
|
3778
|
+
"name": "rapidAvatarTemplate",
|
|
3779
3779
|
"declaration": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3780
|
+
"name": "rapidAvatarTemplate",
|
|
3781
|
+
"module": "src/avatar/avatar.template.ts"
|
|
3782
3782
|
}
|
|
3783
3783
|
}
|
|
3784
3784
|
]
|
|
3785
3785
|
},
|
|
3786
3786
|
{
|
|
3787
3787
|
"kind": "javascript-module",
|
|
3788
|
-
"path": "src/
|
|
3788
|
+
"path": "src/avatar/avatar.ts",
|
|
3789
3789
|
"declarations": [
|
|
3790
3790
|
{
|
|
3791
3791
|
"kind": "class",
|
|
3792
3792
|
"description": "",
|
|
3793
|
-
"name": "
|
|
3793
|
+
"name": "Avatar",
|
|
3794
3794
|
"superclass": {
|
|
3795
|
-
"name": "
|
|
3795
|
+
"name": "FoundationAvatar",
|
|
3796
3796
|
"package": "@genesislcap/foundation-ui"
|
|
3797
3797
|
},
|
|
3798
|
-
"tagName": "%%prefix%%-
|
|
3798
|
+
"tagName": "%%prefix%%-avatar",
|
|
3799
3799
|
"customElement": true,
|
|
3800
3800
|
"attributes": [
|
|
3801
3801
|
{
|
|
@@ -3803,34 +3803,47 @@
|
|
|
3803
3803
|
"type": {
|
|
3804
3804
|
"text": "string"
|
|
3805
3805
|
},
|
|
3806
|
-
"description": "Indicates the
|
|
3806
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3807
3807
|
"fieldName": "fill",
|
|
3808
3808
|
"inheritedFrom": {
|
|
3809
|
-
"name": "
|
|
3810
|
-
"module": "src/
|
|
3809
|
+
"name": "Avatar",
|
|
3810
|
+
"module": "src/avatar/avatar.ts"
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"name": "color",
|
|
3815
|
+
"type": {
|
|
3816
|
+
"text": "string"
|
|
3817
|
+
},
|
|
3818
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3819
|
+
"fieldName": "color",
|
|
3820
|
+
"inheritedFrom": {
|
|
3821
|
+
"name": "Avatar",
|
|
3822
|
+
"module": "src/avatar/avatar.ts"
|
|
3811
3823
|
}
|
|
3812
3824
|
},
|
|
3813
3825
|
{
|
|
3814
|
-
"name": "
|
|
3826
|
+
"name": "link",
|
|
3815
3827
|
"type": {
|
|
3816
3828
|
"text": "string"
|
|
3817
3829
|
},
|
|
3818
|
-
"description": "Indicates the
|
|
3819
|
-
"fieldName": "
|
|
3830
|
+
"description": "Indicates the Avatar should have url link",
|
|
3831
|
+
"fieldName": "link",
|
|
3820
3832
|
"inheritedFrom": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3833
|
+
"name": "Avatar",
|
|
3834
|
+
"module": "src/avatar/avatar.ts"
|
|
3823
3835
|
}
|
|
3824
3836
|
},
|
|
3825
3837
|
{
|
|
3838
|
+
"name": "shape",
|
|
3826
3839
|
"type": {
|
|
3827
|
-
"text": "
|
|
3840
|
+
"text": "AvatarShape"
|
|
3828
3841
|
},
|
|
3829
|
-
"description": "Indicates the
|
|
3830
|
-
"fieldName": "
|
|
3842
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3843
|
+
"fieldName": "shape",
|
|
3831
3844
|
"inheritedFrom": {
|
|
3832
|
-
"name": "
|
|
3833
|
-
"module": "src/
|
|
3845
|
+
"name": "Avatar",
|
|
3846
|
+
"module": "src/avatar/avatar.ts"
|
|
3834
3847
|
}
|
|
3835
3848
|
}
|
|
3836
3849
|
],
|
|
@@ -3842,10 +3855,10 @@
|
|
|
3842
3855
|
"text": "string"
|
|
3843
3856
|
},
|
|
3844
3857
|
"privacy": "public",
|
|
3845
|
-
"description": "Indicates the
|
|
3858
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3846
3859
|
"inheritedFrom": {
|
|
3847
|
-
"name": "
|
|
3848
|
-
"module": "src/
|
|
3860
|
+
"name": "Avatar",
|
|
3861
|
+
"module": "src/avatar/avatar.ts"
|
|
3849
3862
|
}
|
|
3850
3863
|
},
|
|
3851
3864
|
{
|
|
@@ -3855,32 +3868,36 @@
|
|
|
3855
3868
|
"text": "string"
|
|
3856
3869
|
},
|
|
3857
3870
|
"privacy": "public",
|
|
3858
|
-
"description": "Indicates the
|
|
3871
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3859
3872
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3873
|
+
"name": "Avatar",
|
|
3874
|
+
"module": "src/avatar/avatar.ts"
|
|
3862
3875
|
}
|
|
3863
3876
|
},
|
|
3864
3877
|
{
|
|
3865
3878
|
"kind": "field",
|
|
3866
|
-
"name": "
|
|
3879
|
+
"name": "link",
|
|
3867
3880
|
"type": {
|
|
3868
|
-
"text": "
|
|
3881
|
+
"text": "string"
|
|
3869
3882
|
},
|
|
3870
3883
|
"privacy": "public",
|
|
3871
|
-
"description": "Indicates the
|
|
3884
|
+
"description": "Indicates the Avatar should have url link",
|
|
3872
3885
|
"inheritedFrom": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/
|
|
3886
|
+
"name": "Avatar",
|
|
3887
|
+
"module": "src/avatar/avatar.ts"
|
|
3875
3888
|
}
|
|
3876
3889
|
},
|
|
3877
3890
|
{
|
|
3878
3891
|
"kind": "field",
|
|
3879
|
-
"name": "
|
|
3892
|
+
"name": "shape",
|
|
3893
|
+
"type": {
|
|
3894
|
+
"text": "AvatarShape"
|
|
3895
|
+
},
|
|
3880
3896
|
"privacy": "public",
|
|
3897
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3881
3898
|
"inheritedFrom": {
|
|
3882
|
-
"name": "
|
|
3883
|
-
"module": "src/
|
|
3899
|
+
"name": "Avatar",
|
|
3900
|
+
"module": "src/avatar/avatar.ts"
|
|
3884
3901
|
}
|
|
3885
3902
|
},
|
|
3886
3903
|
{
|
|
@@ -3892,8 +3909,8 @@
|
|
|
3892
3909
|
"privacy": "private",
|
|
3893
3910
|
"default": "void 0",
|
|
3894
3911
|
"inheritedFrom": {
|
|
3895
|
-
"name": "
|
|
3896
|
-
"module": "src/
|
|
3912
|
+
"name": "Avatar",
|
|
3913
|
+
"module": "src/avatar/avatar.ts"
|
|
3897
3914
|
}
|
|
3898
3915
|
},
|
|
3899
3916
|
{
|
|
@@ -3905,8 +3922,8 @@
|
|
|
3905
3922
|
"privacy": "public",
|
|
3906
3923
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3907
3924
|
"inheritedFrom": {
|
|
3908
|
-
"name": "
|
|
3909
|
-
"module": "src/
|
|
3925
|
+
"name": "Avatar",
|
|
3926
|
+
"module": "src/avatar/avatar.ts"
|
|
3910
3927
|
}
|
|
3911
3928
|
},
|
|
3912
3929
|
{
|
|
@@ -3918,8 +3935,8 @@
|
|
|
3918
3935
|
"privacy": "public",
|
|
3919
3936
|
"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.",
|
|
3920
3937
|
"inheritedFrom": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/
|
|
3938
|
+
"name": "Avatar",
|
|
3939
|
+
"module": "src/avatar/avatar.ts"
|
|
3923
3940
|
}
|
|
3924
3941
|
},
|
|
3925
3942
|
{
|
|
@@ -3932,8 +3949,8 @@
|
|
|
3932
3949
|
}
|
|
3933
3950
|
},
|
|
3934
3951
|
"inheritedFrom": {
|
|
3935
|
-
"name": "
|
|
3936
|
-
"module": "src/
|
|
3952
|
+
"name": "Avatar",
|
|
3953
|
+
"module": "src/avatar/avatar.ts"
|
|
3937
3954
|
}
|
|
3938
3955
|
},
|
|
3939
3956
|
{
|
|
@@ -3945,8 +3962,8 @@
|
|
|
3945
3962
|
"privacy": "public",
|
|
3946
3963
|
"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.",
|
|
3947
3964
|
"inheritedFrom": {
|
|
3948
|
-
"name": "
|
|
3949
|
-
"module": "src/
|
|
3965
|
+
"name": "Avatar",
|
|
3966
|
+
"module": "src/avatar/avatar.ts"
|
|
3950
3967
|
}
|
|
3951
3968
|
},
|
|
3952
3969
|
{
|
|
@@ -3959,8 +3976,8 @@
|
|
|
3959
3976
|
}
|
|
3960
3977
|
},
|
|
3961
3978
|
"inheritedFrom": {
|
|
3962
|
-
"name": "
|
|
3963
|
-
"module": "src/
|
|
3979
|
+
"name": "Avatar",
|
|
3980
|
+
"module": "src/avatar/avatar.ts"
|
|
3964
3981
|
}
|
|
3965
3982
|
},
|
|
3966
3983
|
{
|
|
@@ -3990,39 +4007,39 @@
|
|
|
3990
4007
|
],
|
|
3991
4008
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3992
4009
|
"inheritedFrom": {
|
|
3993
|
-
"name": "
|
|
3994
|
-
"module": "src/
|
|
4010
|
+
"name": "Avatar",
|
|
4011
|
+
"module": "src/avatar/avatar.ts"
|
|
3995
4012
|
}
|
|
3996
4013
|
}
|
|
3997
4014
|
]
|
|
3998
4015
|
},
|
|
3999
4016
|
{
|
|
4000
4017
|
"kind": "variable",
|
|
4001
|
-
"name": "
|
|
4018
|
+
"name": "rapidAvatar"
|
|
4002
4019
|
}
|
|
4003
4020
|
],
|
|
4004
4021
|
"exports": [
|
|
4005
4022
|
{
|
|
4006
4023
|
"kind": "js",
|
|
4007
|
-
"name": "
|
|
4024
|
+
"name": "Avatar",
|
|
4008
4025
|
"declaration": {
|
|
4009
|
-
"name": "
|
|
4010
|
-
"module": "src/
|
|
4026
|
+
"name": "Avatar",
|
|
4027
|
+
"module": "src/avatar/avatar.ts"
|
|
4011
4028
|
}
|
|
4012
4029
|
},
|
|
4013
4030
|
{
|
|
4014
4031
|
"kind": "js",
|
|
4015
|
-
"name": "
|
|
4032
|
+
"name": "rapidAvatar",
|
|
4016
4033
|
"declaration": {
|
|
4017
|
-
"name": "
|
|
4018
|
-
"module": "src/
|
|
4034
|
+
"name": "rapidAvatar",
|
|
4035
|
+
"module": "src/avatar/avatar.ts"
|
|
4019
4036
|
}
|
|
4020
4037
|
}
|
|
4021
4038
|
]
|
|
4022
4039
|
},
|
|
4023
4040
|
{
|
|
4024
4041
|
"kind": "javascript-module",
|
|
4025
|
-
"path": "src/
|
|
4042
|
+
"path": "src/avatar/index.ts",
|
|
4026
4043
|
"declarations": [],
|
|
4027
4044
|
"exports": [
|
|
4028
4045
|
{
|
|
@@ -4030,7 +4047,7 @@
|
|
|
4030
4047
|
"name": "*",
|
|
4031
4048
|
"declaration": {
|
|
4032
4049
|
"name": "*",
|
|
4033
|
-
"package": "./
|
|
4050
|
+
"package": "./avatar"
|
|
4034
4051
|
}
|
|
4035
4052
|
},
|
|
4036
4053
|
{
|
|
@@ -4038,7 +4055,7 @@
|
|
|
4038
4055
|
"name": "*",
|
|
4039
4056
|
"declaration": {
|
|
4040
4057
|
"name": "*",
|
|
4041
|
-
"package": "./
|
|
4058
|
+
"package": "./avatar.styles"
|
|
4042
4059
|
}
|
|
4043
4060
|
},
|
|
4044
4061
|
{
|
|
@@ -4046,18 +4063,18 @@
|
|
|
4046
4063
|
"name": "*",
|
|
4047
4064
|
"declaration": {
|
|
4048
4065
|
"name": "*",
|
|
4049
|
-
"package": "./
|
|
4066
|
+
"package": "./avatar.template"
|
|
4050
4067
|
}
|
|
4051
4068
|
}
|
|
4052
4069
|
]
|
|
4053
4070
|
},
|
|
4054
4071
|
{
|
|
4055
4072
|
"kind": "javascript-module",
|
|
4056
|
-
"path": "src/
|
|
4073
|
+
"path": "src/badge/badge.styles.ts",
|
|
4057
4074
|
"declarations": [
|
|
4058
4075
|
{
|
|
4059
4076
|
"kind": "function",
|
|
4060
|
-
"name": "
|
|
4077
|
+
"name": "rapidBadgeStyles",
|
|
4061
4078
|
"return": {
|
|
4062
4079
|
"type": {
|
|
4063
4080
|
"text": "ElementStyles"
|
|
@@ -4082,24 +4099,24 @@
|
|
|
4082
4099
|
"exports": [
|
|
4083
4100
|
{
|
|
4084
4101
|
"kind": "js",
|
|
4085
|
-
"name": "
|
|
4102
|
+
"name": "rapidBadgeStyles",
|
|
4086
4103
|
"declaration": {
|
|
4087
|
-
"name": "
|
|
4088
|
-
"module": "src/
|
|
4104
|
+
"name": "rapidBadgeStyles",
|
|
4105
|
+
"module": "src/badge/badge.styles.ts"
|
|
4089
4106
|
}
|
|
4090
4107
|
}
|
|
4091
4108
|
]
|
|
4092
4109
|
},
|
|
4093
4110
|
{
|
|
4094
4111
|
"kind": "javascript-module",
|
|
4095
|
-
"path": "src/
|
|
4112
|
+
"path": "src/badge/badge.template.ts",
|
|
4096
4113
|
"declarations": [
|
|
4097
4114
|
{
|
|
4098
4115
|
"kind": "function",
|
|
4099
|
-
"name": "
|
|
4116
|
+
"name": "rapidBadgeTemplate",
|
|
4100
4117
|
"return": {
|
|
4101
4118
|
"type": {
|
|
4102
|
-
"text": "ViewTemplate<
|
|
4119
|
+
"text": "ViewTemplate<Badge>"
|
|
4103
4120
|
}
|
|
4104
4121
|
},
|
|
4105
4122
|
"parameters": [
|
|
@@ -4121,27 +4138,27 @@
|
|
|
4121
4138
|
"exports": [
|
|
4122
4139
|
{
|
|
4123
4140
|
"kind": "js",
|
|
4124
|
-
"name": "
|
|
4141
|
+
"name": "rapidBadgeTemplate",
|
|
4125
4142
|
"declaration": {
|
|
4126
|
-
"name": "
|
|
4127
|
-
"module": "src/
|
|
4143
|
+
"name": "rapidBadgeTemplate",
|
|
4144
|
+
"module": "src/badge/badge.template.ts"
|
|
4128
4145
|
}
|
|
4129
4146
|
}
|
|
4130
4147
|
]
|
|
4131
4148
|
},
|
|
4132
4149
|
{
|
|
4133
4150
|
"kind": "javascript-module",
|
|
4134
|
-
"path": "src/
|
|
4151
|
+
"path": "src/badge/badge.ts",
|
|
4135
4152
|
"declarations": [
|
|
4136
4153
|
{
|
|
4137
4154
|
"kind": "class",
|
|
4138
4155
|
"description": "",
|
|
4139
|
-
"name": "
|
|
4156
|
+
"name": "Badge",
|
|
4140
4157
|
"superclass": {
|
|
4141
|
-
"name": "
|
|
4158
|
+
"name": "FoundationBadge",
|
|
4142
4159
|
"package": "@genesislcap/foundation-ui"
|
|
4143
4160
|
},
|
|
4144
|
-
"tagName": "%%prefix%%-
|
|
4161
|
+
"tagName": "%%prefix%%-badge",
|
|
4145
4162
|
"customElement": true,
|
|
4146
4163
|
"attributes": [
|
|
4147
4164
|
{
|
|
@@ -4149,11 +4166,11 @@
|
|
|
4149
4166
|
"type": {
|
|
4150
4167
|
"text": "string"
|
|
4151
4168
|
},
|
|
4152
|
-
"description": "Indicates the
|
|
4169
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4153
4170
|
"fieldName": "fill",
|
|
4154
4171
|
"inheritedFrom": {
|
|
4155
|
-
"name": "
|
|
4156
|
-
"module": "src/
|
|
4172
|
+
"name": "Badge",
|
|
4173
|
+
"module": "src/badge/badge.ts"
|
|
4157
4174
|
}
|
|
4158
4175
|
},
|
|
4159
4176
|
{
|
|
@@ -4161,35 +4178,22 @@
|
|
|
4161
4178
|
"type": {
|
|
4162
4179
|
"text": "string"
|
|
4163
4180
|
},
|
|
4164
|
-
"description": "Indicates the
|
|
4181
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4165
4182
|
"fieldName": "color",
|
|
4166
4183
|
"inheritedFrom": {
|
|
4167
|
-
"name": "
|
|
4168
|
-
"module": "src/
|
|
4169
|
-
}
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "link",
|
|
4173
|
-
"type": {
|
|
4174
|
-
"text": "string"
|
|
4175
|
-
},
|
|
4176
|
-
"description": "Indicates the Avatar should have url link",
|
|
4177
|
-
"fieldName": "link",
|
|
4178
|
-
"inheritedFrom": {
|
|
4179
|
-
"name": "Avatar",
|
|
4180
|
-
"module": "src/avatar/avatar.ts"
|
|
4184
|
+
"name": "Badge",
|
|
4185
|
+
"module": "src/badge/badge.ts"
|
|
4181
4186
|
}
|
|
4182
4187
|
},
|
|
4183
4188
|
{
|
|
4184
|
-
"name": "shape",
|
|
4185
4189
|
"type": {
|
|
4186
|
-
"text": "
|
|
4190
|
+
"text": "boolean"
|
|
4187
4191
|
},
|
|
4188
|
-
"description": "Indicates the
|
|
4189
|
-
"fieldName": "
|
|
4192
|
+
"description": "Indicates the element should be circular",
|
|
4193
|
+
"fieldName": "circular",
|
|
4190
4194
|
"inheritedFrom": {
|
|
4191
|
-
"name": "
|
|
4192
|
-
"module": "src/
|
|
4195
|
+
"name": "Badge",
|
|
4196
|
+
"module": "src/badge/badge.ts"
|
|
4193
4197
|
}
|
|
4194
4198
|
}
|
|
4195
4199
|
],
|
|
@@ -4201,10 +4205,10 @@
|
|
|
4201
4205
|
"text": "string"
|
|
4202
4206
|
},
|
|
4203
4207
|
"privacy": "public",
|
|
4204
|
-
"description": "Indicates the
|
|
4208
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4205
4209
|
"inheritedFrom": {
|
|
4206
|
-
"name": "
|
|
4207
|
-
"module": "src/
|
|
4210
|
+
"name": "Badge",
|
|
4211
|
+
"module": "src/badge/badge.ts"
|
|
4208
4212
|
}
|
|
4209
4213
|
},
|
|
4210
4214
|
{
|
|
@@ -4214,36 +4218,32 @@
|
|
|
4214
4218
|
"text": "string"
|
|
4215
4219
|
},
|
|
4216
4220
|
"privacy": "public",
|
|
4217
|
-
"description": "Indicates the
|
|
4221
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4218
4222
|
"inheritedFrom": {
|
|
4219
|
-
"name": "
|
|
4220
|
-
"module": "src/
|
|
4223
|
+
"name": "Badge",
|
|
4224
|
+
"module": "src/badge/badge.ts"
|
|
4221
4225
|
}
|
|
4222
4226
|
},
|
|
4223
4227
|
{
|
|
4224
4228
|
"kind": "field",
|
|
4225
|
-
"name": "
|
|
4229
|
+
"name": "circular",
|
|
4226
4230
|
"type": {
|
|
4227
|
-
"text": "
|
|
4231
|
+
"text": "boolean"
|
|
4228
4232
|
},
|
|
4229
4233
|
"privacy": "public",
|
|
4230
|
-
"description": "Indicates the
|
|
4234
|
+
"description": "Indicates the element should be circular",
|
|
4231
4235
|
"inheritedFrom": {
|
|
4232
|
-
"name": "
|
|
4233
|
-
"module": "src/
|
|
4236
|
+
"name": "Badge",
|
|
4237
|
+
"module": "src/badge/badge.ts"
|
|
4234
4238
|
}
|
|
4235
4239
|
},
|
|
4236
4240
|
{
|
|
4237
4241
|
"kind": "field",
|
|
4238
|
-
"name": "
|
|
4239
|
-
"type": {
|
|
4240
|
-
"text": "AvatarShape"
|
|
4241
|
-
},
|
|
4242
|
+
"name": "generateBadgeStyle",
|
|
4242
4243
|
"privacy": "public",
|
|
4243
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
4244
4244
|
"inheritedFrom": {
|
|
4245
|
-
"name": "
|
|
4246
|
-
"module": "src/
|
|
4245
|
+
"name": "Badge",
|
|
4246
|
+
"module": "src/badge/badge.ts"
|
|
4247
4247
|
}
|
|
4248
4248
|
},
|
|
4249
4249
|
{
|
|
@@ -4255,8 +4255,8 @@
|
|
|
4255
4255
|
"privacy": "private",
|
|
4256
4256
|
"default": "void 0",
|
|
4257
4257
|
"inheritedFrom": {
|
|
4258
|
-
"name": "
|
|
4259
|
-
"module": "src/
|
|
4258
|
+
"name": "Badge",
|
|
4259
|
+
"module": "src/badge/badge.ts"
|
|
4260
4260
|
}
|
|
4261
4261
|
},
|
|
4262
4262
|
{
|
|
@@ -4268,8 +4268,8 @@
|
|
|
4268
4268
|
"privacy": "public",
|
|
4269
4269
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4270
4270
|
"inheritedFrom": {
|
|
4271
|
-
"name": "
|
|
4272
|
-
"module": "src/
|
|
4271
|
+
"name": "Badge",
|
|
4272
|
+
"module": "src/badge/badge.ts"
|
|
4273
4273
|
}
|
|
4274
4274
|
},
|
|
4275
4275
|
{
|
|
@@ -4281,8 +4281,8 @@
|
|
|
4281
4281
|
"privacy": "public",
|
|
4282
4282
|
"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.",
|
|
4283
4283
|
"inheritedFrom": {
|
|
4284
|
-
"name": "
|
|
4285
|
-
"module": "src/
|
|
4284
|
+
"name": "Badge",
|
|
4285
|
+
"module": "src/badge/badge.ts"
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
4288
4288
|
{
|
|
@@ -4295,8 +4295,8 @@
|
|
|
4295
4295
|
}
|
|
4296
4296
|
},
|
|
4297
4297
|
"inheritedFrom": {
|
|
4298
|
-
"name": "
|
|
4299
|
-
"module": "src/
|
|
4298
|
+
"name": "Badge",
|
|
4299
|
+
"module": "src/badge/badge.ts"
|
|
4300
4300
|
}
|
|
4301
4301
|
},
|
|
4302
4302
|
{
|
|
@@ -4308,8 +4308,8 @@
|
|
|
4308
4308
|
"privacy": "public",
|
|
4309
4309
|
"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.",
|
|
4310
4310
|
"inheritedFrom": {
|
|
4311
|
-
"name": "
|
|
4312
|
-
"module": "src/
|
|
4311
|
+
"name": "Badge",
|
|
4312
|
+
"module": "src/badge/badge.ts"
|
|
4313
4313
|
}
|
|
4314
4314
|
},
|
|
4315
4315
|
{
|
|
@@ -4322,8 +4322,8 @@
|
|
|
4322
4322
|
}
|
|
4323
4323
|
},
|
|
4324
4324
|
"inheritedFrom": {
|
|
4325
|
-
"name": "
|
|
4326
|
-
"module": "src/
|
|
4325
|
+
"name": "Badge",
|
|
4326
|
+
"module": "src/badge/badge.ts"
|
|
4327
4327
|
}
|
|
4328
4328
|
},
|
|
4329
4329
|
{
|
|
@@ -4353,39 +4353,39 @@
|
|
|
4353
4353
|
],
|
|
4354
4354
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4355
4355
|
"inheritedFrom": {
|
|
4356
|
-
"name": "
|
|
4357
|
-
"module": "src/
|
|
4356
|
+
"name": "Badge",
|
|
4357
|
+
"module": "src/badge/badge.ts"
|
|
4358
4358
|
}
|
|
4359
4359
|
}
|
|
4360
4360
|
]
|
|
4361
4361
|
},
|
|
4362
4362
|
{
|
|
4363
4363
|
"kind": "variable",
|
|
4364
|
-
"name": "
|
|
4364
|
+
"name": "rapidBadge"
|
|
4365
4365
|
}
|
|
4366
4366
|
],
|
|
4367
4367
|
"exports": [
|
|
4368
4368
|
{
|
|
4369
4369
|
"kind": "js",
|
|
4370
|
-
"name": "
|
|
4370
|
+
"name": "Badge",
|
|
4371
4371
|
"declaration": {
|
|
4372
|
-
"name": "
|
|
4373
|
-
"module": "src/
|
|
4372
|
+
"name": "Badge",
|
|
4373
|
+
"module": "src/badge/badge.ts"
|
|
4374
4374
|
}
|
|
4375
4375
|
},
|
|
4376
4376
|
{
|
|
4377
4377
|
"kind": "js",
|
|
4378
|
-
"name": "
|
|
4378
|
+
"name": "rapidBadge",
|
|
4379
4379
|
"declaration": {
|
|
4380
|
-
"name": "
|
|
4381
|
-
"module": "src/
|
|
4380
|
+
"name": "rapidBadge",
|
|
4381
|
+
"module": "src/badge/badge.ts"
|
|
4382
4382
|
}
|
|
4383
4383
|
}
|
|
4384
4384
|
]
|
|
4385
4385
|
},
|
|
4386
4386
|
{
|
|
4387
4387
|
"kind": "javascript-module",
|
|
4388
|
-
"path": "src/
|
|
4388
|
+
"path": "src/badge/index.ts",
|
|
4389
4389
|
"declarations": [],
|
|
4390
4390
|
"exports": [
|
|
4391
4391
|
{
|
|
@@ -4393,7 +4393,7 @@
|
|
|
4393
4393
|
"name": "*",
|
|
4394
4394
|
"declaration": {
|
|
4395
4395
|
"name": "*",
|
|
4396
|
-
"package": "./
|
|
4396
|
+
"package": "./badge"
|
|
4397
4397
|
}
|
|
4398
4398
|
},
|
|
4399
4399
|
{
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
"name": "*",
|
|
4402
4402
|
"declaration": {
|
|
4403
4403
|
"name": "*",
|
|
4404
|
-
"package": "./
|
|
4404
|
+
"package": "./badge.styles"
|
|
4405
4405
|
}
|
|
4406
4406
|
},
|
|
4407
4407
|
{
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
"name": "*",
|
|
4410
4410
|
"declaration": {
|
|
4411
4411
|
"name": "*",
|
|
4412
|
-
"package": "./
|
|
4412
|
+
"package": "./badge.template"
|
|
4413
4413
|
}
|
|
4414
4414
|
}
|
|
4415
4415
|
]
|