@genesislcap/foundation-notifications 14.226.0 → 14.226.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/foundation-notifications.api.json +225 -422
- package/docs/api/foundation-notifications.getbanneranchor.md +1 -13
- package/docs/api/foundation-notifications.getbannerbuilder.md +1 -5
- package/docs/api/foundation-notifications.getdialogbuilder.md +1 -5
- package/docs/api/foundation-notifications.getloglevel.md +1 -14
- package/docs/api/foundation-notifications.getnotificationbuilder.md +1 -5
- package/docs/api/foundation-notifications.getnotificationcontainer.md +1 -14
- package/docs/api/foundation-notifications.getnotificationdetails.md +1 -14
- package/docs/api/foundation-notifications.getsnackbarbuilder.md +1 -5
- package/docs/api/foundation-notifications.gettoastbuilder.md +1 -5
- package/docs/api/foundation-notifications.md +22 -22
- package/docs/api/foundation-notifications.showbanner.md +1 -15
- package/docs/api/foundation-notifications.showloggerloglevel.md +1 -12
- package/docs/api/foundation-notifications.shownotification.md +1 -15
- package/docs/api/foundation-notifications.shownotificationalert.md +1 -12
- package/docs/api/foundation-notifications.shownotificationbanner.md +1 -14
- package/docs/api/foundation-notifications.shownotificationdialog.md +1 -13
- package/docs/api/foundation-notifications.shownotificationsnackbar.md +1 -13
- package/docs/api/foundation-notifications.shownotificationtoast.md +1 -14
- package/package.json +11 -11
- /package/docs/{api-report.md.api.md → api-report.md} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.34.9",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -1126,21 +1126,17 @@
|
|
|
1126
1126
|
"extendsTokenRanges": []
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
1129
|
-
"kind": "
|
|
1130
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getBannerAnchor:
|
|
1129
|
+
"kind": "Variable",
|
|
1130
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getBannerAnchor:var",
|
|
1131
1131
|
"docComment": "/**\n * Get the banner anchor to attach the banner to\n *\n * @param element - The element to start searching from\n *\n * @returns \n *\n * @public\n */\n",
|
|
1132
1132
|
"excerptTokens": [
|
|
1133
1133
|
{
|
|
1134
1134
|
"kind": "Content",
|
|
1135
|
-
"text": "getBannerAnchor:
|
|
1135
|
+
"text": "getBannerAnchor: "
|
|
1136
1136
|
},
|
|
1137
1137
|
{
|
|
1138
1138
|
"kind": "Content",
|
|
1139
|
-
"text": "any"
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"kind": "Content",
|
|
1143
|
-
"text": ") => "
|
|
1139
|
+
"text": "(element: any) => "
|
|
1144
1140
|
},
|
|
1145
1141
|
{
|
|
1146
1142
|
"kind": "Reference",
|
|
@@ -1153,32 +1149,26 @@
|
|
|
1153
1149
|
}
|
|
1154
1150
|
],
|
|
1155
1151
|
"fileUrlPath": "src/notification-util.ts",
|
|
1156
|
-
"
|
|
1157
|
-
"startIndex": 3,
|
|
1158
|
-
"endIndex": 5
|
|
1159
|
-
},
|
|
1152
|
+
"isReadonly": true,
|
|
1160
1153
|
"releaseTag": "Public",
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
"startIndex": 1,
|
|
1167
|
-
"endIndex": 2
|
|
1168
|
-
},
|
|
1169
|
-
"isOptional": false
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1172
|
-
"name": "getBannerAnchor"
|
|
1154
|
+
"name": "getBannerAnchor",
|
|
1155
|
+
"variableTypeTokenRange": {
|
|
1156
|
+
"startIndex": 1,
|
|
1157
|
+
"endIndex": 4
|
|
1158
|
+
}
|
|
1173
1159
|
},
|
|
1174
1160
|
{
|
|
1175
|
-
"kind": "
|
|
1176
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getBannerBuilder:
|
|
1161
|
+
"kind": "Variable",
|
|
1162
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getBannerBuilder:var",
|
|
1177
1163
|
"docComment": "/**\n * Get banner builder instance\n *\n * @deprecated\n *\n * Use showNotificationBanner instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
|
|
1178
1164
|
"excerptTokens": [
|
|
1179
1165
|
{
|
|
1180
1166
|
"kind": "Content",
|
|
1181
|
-
"text": "getBannerBuilder:
|
|
1167
|
+
"text": "getBannerBuilder: "
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"kind": "Content",
|
|
1171
|
+
"text": "() => "
|
|
1182
1172
|
},
|
|
1183
1173
|
{
|
|
1184
1174
|
"kind": "Reference",
|
|
@@ -1187,23 +1177,26 @@
|
|
|
1187
1177
|
}
|
|
1188
1178
|
],
|
|
1189
1179
|
"fileUrlPath": "src/banner/banner-builder-old.ts",
|
|
1190
|
-
"
|
|
1191
|
-
"startIndex": 1,
|
|
1192
|
-
"endIndex": 2
|
|
1193
|
-
},
|
|
1180
|
+
"isReadonly": true,
|
|
1194
1181
|
"releaseTag": "Public",
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1197
|
-
|
|
1182
|
+
"name": "getBannerBuilder",
|
|
1183
|
+
"variableTypeTokenRange": {
|
|
1184
|
+
"startIndex": 1,
|
|
1185
|
+
"endIndex": 3
|
|
1186
|
+
}
|
|
1198
1187
|
},
|
|
1199
1188
|
{
|
|
1200
|
-
"kind": "
|
|
1201
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getDialogBuilder:
|
|
1189
|
+
"kind": "Variable",
|
|
1190
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getDialogBuilder:var",
|
|
1202
1191
|
"docComment": "/**\n * Returns an instance of DialogBuilder\n *\n * @deprecated\n *\n * Use showNotificationDialog instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
|
|
1203
1192
|
"excerptTokens": [
|
|
1204
1193
|
{
|
|
1205
1194
|
"kind": "Content",
|
|
1206
|
-
"text": "getDialogBuilder:
|
|
1195
|
+
"text": "getDialogBuilder: "
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "Content",
|
|
1199
|
+
"text": "() => "
|
|
1207
1200
|
},
|
|
1208
1201
|
{
|
|
1209
1202
|
"kind": "Reference",
|
|
@@ -1212,23 +1205,26 @@
|
|
|
1212
1205
|
}
|
|
1213
1206
|
],
|
|
1214
1207
|
"fileUrlPath": "src/dialog/dialog-builder-old.ts",
|
|
1215
|
-
"
|
|
1216
|
-
"startIndex": 1,
|
|
1217
|
-
"endIndex": 2
|
|
1218
|
-
},
|
|
1208
|
+
"isReadonly": true,
|
|
1219
1209
|
"releaseTag": "Public",
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1222
|
-
|
|
1210
|
+
"name": "getDialogBuilder",
|
|
1211
|
+
"variableTypeTokenRange": {
|
|
1212
|
+
"startIndex": 1,
|
|
1213
|
+
"endIndex": 3
|
|
1214
|
+
}
|
|
1223
1215
|
},
|
|
1224
1216
|
{
|
|
1225
|
-
"kind": "
|
|
1226
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getLoglevel:
|
|
1217
|
+
"kind": "Variable",
|
|
1218
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getLoglevel:var",
|
|
1227
1219
|
"docComment": "/**\n * Retrieves the log level from an NotificationStructure object\n *\n * @param details - The NotificationStructure object\n *\n * @returns The log level or the default value (LogLevel.Debug) if not present\n *\n * @public\n */\n",
|
|
1228
1220
|
"excerptTokens": [
|
|
1229
1221
|
{
|
|
1230
1222
|
"kind": "Content",
|
|
1231
|
-
"text": "getLoglevel:
|
|
1223
|
+
"text": "getLoglevel: "
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"kind": "Content",
|
|
1227
|
+
"text": "(details: "
|
|
1232
1228
|
},
|
|
1233
1229
|
{
|
|
1234
1230
|
"kind": "Reference",
|
|
@@ -1246,32 +1242,26 @@
|
|
|
1246
1242
|
}
|
|
1247
1243
|
],
|
|
1248
1244
|
"fileUrlPath": "src/notification-util.ts",
|
|
1249
|
-
"
|
|
1250
|
-
"startIndex": 3,
|
|
1251
|
-
"endIndex": 4
|
|
1252
|
-
},
|
|
1245
|
+
"isReadonly": true,
|
|
1253
1246
|
"releaseTag": "Public",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
"startIndex": 1,
|
|
1260
|
-
"endIndex": 2
|
|
1261
|
-
},
|
|
1262
|
-
"isOptional": false
|
|
1263
|
-
}
|
|
1264
|
-
],
|
|
1265
|
-
"name": "getLoglevel"
|
|
1247
|
+
"name": "getLoglevel",
|
|
1248
|
+
"variableTypeTokenRange": {
|
|
1249
|
+
"startIndex": 1,
|
|
1250
|
+
"endIndex": 5
|
|
1251
|
+
}
|
|
1266
1252
|
},
|
|
1267
1253
|
{
|
|
1268
|
-
"kind": "
|
|
1269
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getNotificationBuilder:
|
|
1254
|
+
"kind": "Variable",
|
|
1255
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getNotificationBuilder:var",
|
|
1270
1256
|
"docComment": "/**\n * Returns a new NotificationBuilder instance\n *\n * @deprecated\n *\n * Use showNotificationBanner/Dialog/Snackbar/Toast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
|
|
1271
1257
|
"excerptTokens": [
|
|
1272
1258
|
{
|
|
1273
1259
|
"kind": "Content",
|
|
1274
|
-
"text": "getNotificationBuilder:
|
|
1260
|
+
"text": "getNotificationBuilder: "
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "Content",
|
|
1264
|
+
"text": "() => "
|
|
1275
1265
|
},
|
|
1276
1266
|
{
|
|
1277
1267
|
"kind": "Reference",
|
|
@@ -1280,31 +1270,26 @@
|
|
|
1280
1270
|
}
|
|
1281
1271
|
],
|
|
1282
1272
|
"fileUrlPath": "src/notification-builder.ts",
|
|
1283
|
-
"
|
|
1284
|
-
"startIndex": 1,
|
|
1285
|
-
"endIndex": 2
|
|
1286
|
-
},
|
|
1273
|
+
"isReadonly": true,
|
|
1287
1274
|
"releaseTag": "Public",
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
|
|
1275
|
+
"name": "getNotificationBuilder",
|
|
1276
|
+
"variableTypeTokenRange": {
|
|
1277
|
+
"startIndex": 1,
|
|
1278
|
+
"endIndex": 3
|
|
1279
|
+
}
|
|
1291
1280
|
},
|
|
1292
1281
|
{
|
|
1293
|
-
"kind": "
|
|
1294
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getNotificationContainer:
|
|
1282
|
+
"kind": "Variable",
|
|
1283
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getNotificationContainer:var",
|
|
1295
1284
|
"docComment": "/**\n * Get/Create the error container in the DOM\n *\n * @param id - The id of the container\n *\n * @param tagName - The tag name to create prefix for the design system provider\n *\n * @returns \n *\n * @public\n */\n",
|
|
1296
1285
|
"excerptTokens": [
|
|
1297
1286
|
{
|
|
1298
1287
|
"kind": "Content",
|
|
1299
|
-
"text": "getNotificationContainer:
|
|
1288
|
+
"text": "getNotificationContainer: "
|
|
1300
1289
|
},
|
|
1301
1290
|
{
|
|
1302
1291
|
"kind": "Content",
|
|
1303
|
-
"text": "string"
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"kind": "Content",
|
|
1307
|
-
"text": ", tagName: "
|
|
1292
|
+
"text": "(id: string, tagName: "
|
|
1308
1293
|
},
|
|
1309
1294
|
{
|
|
1310
1295
|
"kind": "Reference",
|
|
@@ -1322,40 +1307,26 @@
|
|
|
1322
1307
|
}
|
|
1323
1308
|
],
|
|
1324
1309
|
"fileUrlPath": "src/notification-util.ts",
|
|
1325
|
-
"
|
|
1326
|
-
"startIndex": 5,
|
|
1327
|
-
"endIndex": 6
|
|
1328
|
-
},
|
|
1310
|
+
"isReadonly": true,
|
|
1329
1311
|
"releaseTag": "Public",
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
"startIndex": 1,
|
|
1336
|
-
"endIndex": 2
|
|
1337
|
-
},
|
|
1338
|
-
"isOptional": false
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"parameterName": "tagName",
|
|
1342
|
-
"parameterTypeTokenRange": {
|
|
1343
|
-
"startIndex": 3,
|
|
1344
|
-
"endIndex": 4
|
|
1345
|
-
},
|
|
1346
|
-
"isOptional": false
|
|
1347
|
-
}
|
|
1348
|
-
],
|
|
1349
|
-
"name": "getNotificationContainer"
|
|
1312
|
+
"name": "getNotificationContainer",
|
|
1313
|
+
"variableTypeTokenRange": {
|
|
1314
|
+
"startIndex": 1,
|
|
1315
|
+
"endIndex": 5
|
|
1316
|
+
}
|
|
1350
1317
|
},
|
|
1351
1318
|
{
|
|
1352
|
-
"kind": "
|
|
1353
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getNotificationDetails:
|
|
1319
|
+
"kind": "Variable",
|
|
1320
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getNotificationDetails:var",
|
|
1354
1321
|
"docComment": "/**\n * Retrieves the notification details from an NotificationStructure object\n *\n * @param details - The NotificationStructure object\n *\n * @returns The title and body concatenated as a string, or default values ('Error: Something went wrong') if not present\n *\n * @public\n */\n",
|
|
1355
1322
|
"excerptTokens": [
|
|
1356
1323
|
{
|
|
1357
1324
|
"kind": "Content",
|
|
1358
|
-
"text": "getNotificationDetails:
|
|
1325
|
+
"text": "getNotificationDetails: "
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "Content",
|
|
1329
|
+
"text": "(details: "
|
|
1359
1330
|
},
|
|
1360
1331
|
{
|
|
1361
1332
|
"kind": "Reference",
|
|
@@ -1364,40 +1335,30 @@
|
|
|
1364
1335
|
},
|
|
1365
1336
|
{
|
|
1366
1337
|
"kind": "Content",
|
|
1367
|
-
"text": ") => "
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"kind": "Content",
|
|
1371
|
-
"text": "string"
|
|
1338
|
+
"text": ") => string"
|
|
1372
1339
|
}
|
|
1373
1340
|
],
|
|
1374
1341
|
"fileUrlPath": "src/notification-util.ts",
|
|
1375
|
-
"
|
|
1376
|
-
"startIndex": 3,
|
|
1377
|
-
"endIndex": 4
|
|
1378
|
-
},
|
|
1342
|
+
"isReadonly": true,
|
|
1379
1343
|
"releaseTag": "Public",
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
"startIndex": 1,
|
|
1386
|
-
"endIndex": 2
|
|
1387
|
-
},
|
|
1388
|
-
"isOptional": false
|
|
1389
|
-
}
|
|
1390
|
-
],
|
|
1391
|
-
"name": "getNotificationDetails"
|
|
1344
|
+
"name": "getNotificationDetails",
|
|
1345
|
+
"variableTypeTokenRange": {
|
|
1346
|
+
"startIndex": 1,
|
|
1347
|
+
"endIndex": 4
|
|
1348
|
+
}
|
|
1392
1349
|
},
|
|
1393
1350
|
{
|
|
1394
|
-
"kind": "
|
|
1395
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getSnackbarBuilder:
|
|
1351
|
+
"kind": "Variable",
|
|
1352
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getSnackbarBuilder:var",
|
|
1396
1353
|
"docComment": "/**\n * Get snackbar builder instance\n *\n * @deprecated\n *\n * Use showNotificationSnackbar instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
|
|
1397
1354
|
"excerptTokens": [
|
|
1398
1355
|
{
|
|
1399
1356
|
"kind": "Content",
|
|
1400
|
-
"text": "getSnackbarBuilder:
|
|
1357
|
+
"text": "getSnackbarBuilder: "
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "Content",
|
|
1361
|
+
"text": "() => "
|
|
1401
1362
|
},
|
|
1402
1363
|
{
|
|
1403
1364
|
"kind": "Reference",
|
|
@@ -1406,23 +1367,26 @@
|
|
|
1406
1367
|
}
|
|
1407
1368
|
],
|
|
1408
1369
|
"fileUrlPath": "src/snackbar/snackbar-builder-old.ts",
|
|
1409
|
-
"
|
|
1410
|
-
"startIndex": 1,
|
|
1411
|
-
"endIndex": 2
|
|
1412
|
-
},
|
|
1370
|
+
"isReadonly": true,
|
|
1413
1371
|
"releaseTag": "Public",
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1416
|
-
|
|
1372
|
+
"name": "getSnackbarBuilder",
|
|
1373
|
+
"variableTypeTokenRange": {
|
|
1374
|
+
"startIndex": 1,
|
|
1375
|
+
"endIndex": 3
|
|
1376
|
+
}
|
|
1417
1377
|
},
|
|
1418
1378
|
{
|
|
1419
|
-
"kind": "
|
|
1420
|
-
"canonicalReference": "@genesislcap/foundation-notifications!getToastBuilder:
|
|
1379
|
+
"kind": "Variable",
|
|
1380
|
+
"canonicalReference": "@genesislcap/foundation-notifications!getToastBuilder:var",
|
|
1421
1381
|
"docComment": "/**\n * Get notification builder instance\n *\n * @deprecated\n *\n * Use showNotificationToast instead or provide a NotificationStructure object when used with an event for a notification listener.\n *\n * @public\n */\n",
|
|
1422
1382
|
"excerptTokens": [
|
|
1423
1383
|
{
|
|
1424
1384
|
"kind": "Content",
|
|
1425
|
-
"text": "getToastBuilder:
|
|
1385
|
+
"text": "getToastBuilder: "
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "Content",
|
|
1389
|
+
"text": "() => "
|
|
1426
1390
|
},
|
|
1427
1391
|
{
|
|
1428
1392
|
"kind": "Reference",
|
|
@@ -1431,14 +1395,13 @@
|
|
|
1431
1395
|
}
|
|
1432
1396
|
],
|
|
1433
1397
|
"fileUrlPath": "src/toast/toast-builder-old.ts",
|
|
1434
|
-
"
|
|
1435
|
-
"startIndex": 1,
|
|
1436
|
-
"endIndex": 2
|
|
1437
|
-
},
|
|
1398
|
+
"isReadonly": true,
|
|
1438
1399
|
"releaseTag": "Public",
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
|
|
1400
|
+
"name": "getToastBuilder",
|
|
1401
|
+
"variableTypeTokenRange": {
|
|
1402
|
+
"startIndex": 1,
|
|
1403
|
+
"endIndex": 3
|
|
1404
|
+
}
|
|
1442
1405
|
},
|
|
1443
1406
|
{
|
|
1444
1407
|
"kind": "Class",
|
|
@@ -2545,13 +2508,17 @@
|
|
|
2545
2508
|
}
|
|
2546
2509
|
},
|
|
2547
2510
|
{
|
|
2548
|
-
"kind": "
|
|
2549
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showBanner:
|
|
2511
|
+
"kind": "Variable",
|
|
2512
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showBanner:var",
|
|
2550
2513
|
"docComment": "/**\n * Shows the notificationStructure dialog\n *\n * @param notificationStructure - The NotificationStructure object\n *\n * @param tagName - The tag name to create prefix for the design system provider & notificationStructure component\n *\n * @param notificationBoundary - target listener for the notification\n *\n * @returns \n *\n * @public\n */\n",
|
|
2551
2514
|
"excerptTokens": [
|
|
2552
2515
|
{
|
|
2553
2516
|
"kind": "Content",
|
|
2554
|
-
"text": "showBanner:
|
|
2517
|
+
"text": "showBanner: "
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"kind": "Content",
|
|
2521
|
+
"text": "(notificationStructure: "
|
|
2555
2522
|
},
|
|
2556
2523
|
{
|
|
2557
2524
|
"kind": "Reference",
|
|
@@ -2578,56 +2545,30 @@
|
|
|
2578
2545
|
},
|
|
2579
2546
|
{
|
|
2580
2547
|
"kind": "Content",
|
|
2581
|
-
"text": ") => "
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"kind": "Content",
|
|
2585
|
-
"text": "void"
|
|
2548
|
+
"text": ") => void"
|
|
2586
2549
|
}
|
|
2587
2550
|
],
|
|
2588
2551
|
"fileUrlPath": "src/banner/banner-launcher.ts",
|
|
2589
|
-
"
|
|
2590
|
-
"startIndex": 7,
|
|
2591
|
-
"endIndex": 8
|
|
2592
|
-
},
|
|
2552
|
+
"isReadonly": true,
|
|
2593
2553
|
"releaseTag": "Public",
|
|
2594
|
-
"
|
|
2595
|
-
"
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
"startIndex": 1,
|
|
2600
|
-
"endIndex": 2
|
|
2601
|
-
},
|
|
2602
|
-
"isOptional": false
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"parameterName": "tagName",
|
|
2606
|
-
"parameterTypeTokenRange": {
|
|
2607
|
-
"startIndex": 3,
|
|
2608
|
-
"endIndex": 4
|
|
2609
|
-
},
|
|
2610
|
-
"isOptional": false
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"parameterName": "notificationBoundary",
|
|
2614
|
-
"parameterTypeTokenRange": {
|
|
2615
|
-
"startIndex": 5,
|
|
2616
|
-
"endIndex": 6
|
|
2617
|
-
},
|
|
2618
|
-
"isOptional": false
|
|
2619
|
-
}
|
|
2620
|
-
],
|
|
2621
|
-
"name": "showBanner"
|
|
2554
|
+
"name": "showBanner",
|
|
2555
|
+
"variableTypeTokenRange": {
|
|
2556
|
+
"startIndex": 1,
|
|
2557
|
+
"endIndex": 8
|
|
2558
|
+
}
|
|
2622
2559
|
},
|
|
2623
2560
|
{
|
|
2624
|
-
"kind": "
|
|
2625
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showLoggerLogLevel:
|
|
2561
|
+
"kind": "Variable",
|
|
2562
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showLoggerLogLevel:var",
|
|
2626
2563
|
"docComment": "/**\n * Shows logger with log level from NotificationStructure object\n *\n * @param notificationStructure - The NotificationStructure object\n *\n * @public\n */\n",
|
|
2627
2564
|
"excerptTokens": [
|
|
2628
2565
|
{
|
|
2629
2566
|
"kind": "Content",
|
|
2630
|
-
"text": "showLoggerLogLevel:
|
|
2567
|
+
"text": "showLoggerLogLevel: "
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"kind": "Content",
|
|
2571
|
+
"text": "(notificationStructure: "
|
|
2631
2572
|
},
|
|
2632
2573
|
{
|
|
2633
2574
|
"kind": "Reference",
|
|
@@ -2636,40 +2577,30 @@
|
|
|
2636
2577
|
},
|
|
2637
2578
|
{
|
|
2638
2579
|
"kind": "Content",
|
|
2639
|
-
"text": ") => "
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"kind": "Content",
|
|
2643
|
-
"text": "void"
|
|
2580
|
+
"text": ") => void"
|
|
2644
2581
|
}
|
|
2645
2582
|
],
|
|
2646
2583
|
"fileUrlPath": "src/notification-util.ts",
|
|
2647
|
-
"
|
|
2648
|
-
"startIndex": 3,
|
|
2649
|
-
"endIndex": 4
|
|
2650
|
-
},
|
|
2584
|
+
"isReadonly": true,
|
|
2651
2585
|
"releaseTag": "Public",
|
|
2652
|
-
"
|
|
2653
|
-
"
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
"startIndex": 1,
|
|
2658
|
-
"endIndex": 2
|
|
2659
|
-
},
|
|
2660
|
-
"isOptional": false
|
|
2661
|
-
}
|
|
2662
|
-
],
|
|
2663
|
-
"name": "showLoggerLogLevel"
|
|
2586
|
+
"name": "showLoggerLogLevel",
|
|
2587
|
+
"variableTypeTokenRange": {
|
|
2588
|
+
"startIndex": 1,
|
|
2589
|
+
"endIndex": 4
|
|
2590
|
+
}
|
|
2664
2591
|
},
|
|
2665
2592
|
{
|
|
2666
|
-
"kind": "
|
|
2667
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showNotification:
|
|
2593
|
+
"kind": "Variable",
|
|
2594
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showNotification:var",
|
|
2668
2595
|
"docComment": "/**\n * Shows the notificationStructure in the appropriate component\n *\n * @param notificationStructure - The NotificationStructure object\n *\n * @param tagName - The tag name to create prefix for the design system provider *\n *\n * @param notificationBoundary - The notificationStructure boundary element\n *\n * @returns \n *\n * @public\n */\n",
|
|
2669
2596
|
"excerptTokens": [
|
|
2670
2597
|
{
|
|
2671
2598
|
"kind": "Content",
|
|
2672
|
-
"text": "showNotification:
|
|
2599
|
+
"text": "showNotification: "
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"kind": "Content",
|
|
2603
|
+
"text": "(notificationStructure: "
|
|
2673
2604
|
},
|
|
2674
2605
|
{
|
|
2675
2606
|
"kind": "Reference",
|
|
@@ -2696,56 +2627,30 @@
|
|
|
2696
2627
|
},
|
|
2697
2628
|
{
|
|
2698
2629
|
"kind": "Content",
|
|
2699
|
-
"text": ") => "
|
|
2700
|
-
},
|
|
2701
|
-
{
|
|
2702
|
-
"kind": "Content",
|
|
2703
|
-
"text": "void"
|
|
2630
|
+
"text": ") => void"
|
|
2704
2631
|
}
|
|
2705
2632
|
],
|
|
2706
2633
|
"fileUrlPath": "src/notification-launcher.ts",
|
|
2707
|
-
"
|
|
2708
|
-
"startIndex": 7,
|
|
2709
|
-
"endIndex": 8
|
|
2710
|
-
},
|
|
2634
|
+
"isReadonly": true,
|
|
2711
2635
|
"releaseTag": "Public",
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
"startIndex": 1,
|
|
2718
|
-
"endIndex": 2
|
|
2719
|
-
},
|
|
2720
|
-
"isOptional": false
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"parameterName": "tagName",
|
|
2724
|
-
"parameterTypeTokenRange": {
|
|
2725
|
-
"startIndex": 3,
|
|
2726
|
-
"endIndex": 4
|
|
2727
|
-
},
|
|
2728
|
-
"isOptional": false
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"parameterName": "notificationBoundary",
|
|
2732
|
-
"parameterTypeTokenRange": {
|
|
2733
|
-
"startIndex": 5,
|
|
2734
|
-
"endIndex": 6
|
|
2735
|
-
},
|
|
2736
|
-
"isOptional": true
|
|
2737
|
-
}
|
|
2738
|
-
],
|
|
2739
|
-
"name": "showNotification"
|
|
2636
|
+
"name": "showNotification",
|
|
2637
|
+
"variableTypeTokenRange": {
|
|
2638
|
+
"startIndex": 1,
|
|
2639
|
+
"endIndex": 8
|
|
2640
|
+
}
|
|
2740
2641
|
},
|
|
2741
2642
|
{
|
|
2742
|
-
"kind": "
|
|
2743
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationAlert:
|
|
2643
|
+
"kind": "Variable",
|
|
2644
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationAlert:var",
|
|
2744
2645
|
"docComment": "/**\n * Shows the notification alert\n *\n * @public\n */\n",
|
|
2745
2646
|
"excerptTokens": [
|
|
2746
2647
|
{
|
|
2747
2648
|
"kind": "Content",
|
|
2748
|
-
"text": "showNotificationAlert:
|
|
2649
|
+
"text": "showNotificationAlert: "
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"kind": "Content",
|
|
2653
|
+
"text": "(configuration: "
|
|
2749
2654
|
},
|
|
2750
2655
|
{
|
|
2751
2656
|
"kind": "Reference",
|
|
@@ -2754,40 +2659,30 @@
|
|
|
2754
2659
|
},
|
|
2755
2660
|
{
|
|
2756
2661
|
"kind": "Content",
|
|
2757
|
-
"text": ") => "
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"kind": "Content",
|
|
2761
|
-
"text": "void"
|
|
2662
|
+
"text": ") => void"
|
|
2762
2663
|
}
|
|
2763
2664
|
],
|
|
2764
2665
|
"fileUrlPath": "src/alert/alert-builder.ts",
|
|
2765
|
-
"
|
|
2766
|
-
"startIndex": 3,
|
|
2767
|
-
"endIndex": 4
|
|
2768
|
-
},
|
|
2666
|
+
"isReadonly": true,
|
|
2769
2667
|
"releaseTag": "Public",
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
"startIndex": 1,
|
|
2776
|
-
"endIndex": 2
|
|
2777
|
-
},
|
|
2778
|
-
"isOptional": false
|
|
2779
|
-
}
|
|
2780
|
-
],
|
|
2781
|
-
"name": "showNotificationAlert"
|
|
2668
|
+
"name": "showNotificationAlert",
|
|
2669
|
+
"variableTypeTokenRange": {
|
|
2670
|
+
"startIndex": 1,
|
|
2671
|
+
"endIndex": 4
|
|
2672
|
+
}
|
|
2782
2673
|
},
|
|
2783
2674
|
{
|
|
2784
|
-
"kind": "
|
|
2785
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationBanner:
|
|
2675
|
+
"kind": "Variable",
|
|
2676
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationBanner:var",
|
|
2786
2677
|
"docComment": "/**\n * Shows the notification banner\n *\n * @public\n */\n",
|
|
2787
2678
|
"excerptTokens": [
|
|
2788
2679
|
{
|
|
2789
2680
|
"kind": "Content",
|
|
2790
|
-
"text": "showNotificationBanner:
|
|
2681
|
+
"text": "showNotificationBanner: "
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"kind": "Content",
|
|
2685
|
+
"text": "(configuration: "
|
|
2791
2686
|
},
|
|
2792
2687
|
{
|
|
2793
2688
|
"kind": "Reference",
|
|
@@ -2814,56 +2709,30 @@
|
|
|
2814
2709
|
},
|
|
2815
2710
|
{
|
|
2816
2711
|
"kind": "Content",
|
|
2817
|
-
"text": ") => "
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "Content",
|
|
2821
|
-
"text": "void"
|
|
2712
|
+
"text": ") => void"
|
|
2822
2713
|
}
|
|
2823
2714
|
],
|
|
2824
2715
|
"fileUrlPath": "src/banner/banner-builder.ts",
|
|
2825
|
-
"
|
|
2826
|
-
"startIndex": 7,
|
|
2827
|
-
"endIndex": 8
|
|
2828
|
-
},
|
|
2716
|
+
"isReadonly": true,
|
|
2829
2717
|
"releaseTag": "Public",
|
|
2830
|
-
"
|
|
2831
|
-
"
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
"startIndex": 1,
|
|
2836
|
-
"endIndex": 2
|
|
2837
|
-
},
|
|
2838
|
-
"isOptional": false
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"parameterName": "tagName",
|
|
2842
|
-
"parameterTypeTokenRange": {
|
|
2843
|
-
"startIndex": 3,
|
|
2844
|
-
"endIndex": 4
|
|
2845
|
-
},
|
|
2846
|
-
"isOptional": false
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"parameterName": "notificationBoundary",
|
|
2850
|
-
"parameterTypeTokenRange": {
|
|
2851
|
-
"startIndex": 5,
|
|
2852
|
-
"endIndex": 6
|
|
2853
|
-
},
|
|
2854
|
-
"isOptional": true
|
|
2855
|
-
}
|
|
2856
|
-
],
|
|
2857
|
-
"name": "showNotificationBanner"
|
|
2718
|
+
"name": "showNotificationBanner",
|
|
2719
|
+
"variableTypeTokenRange": {
|
|
2720
|
+
"startIndex": 1,
|
|
2721
|
+
"endIndex": 8
|
|
2722
|
+
}
|
|
2858
2723
|
},
|
|
2859
2724
|
{
|
|
2860
|
-
"kind": "
|
|
2861
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationDialog:
|
|
2725
|
+
"kind": "Variable",
|
|
2726
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationDialog:var",
|
|
2862
2727
|
"docComment": "/**\n * Shows the notification dialog\n *\n * @public\n */\n",
|
|
2863
2728
|
"excerptTokens": [
|
|
2864
2729
|
{
|
|
2865
2730
|
"kind": "Content",
|
|
2866
|
-
"text": "showNotificationDialog:
|
|
2731
|
+
"text": "showNotificationDialog: "
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"kind": "Content",
|
|
2735
|
+
"text": "(configuration: "
|
|
2867
2736
|
},
|
|
2868
2737
|
{
|
|
2869
2738
|
"kind": "Reference",
|
|
@@ -2881,48 +2750,30 @@
|
|
|
2881
2750
|
},
|
|
2882
2751
|
{
|
|
2883
2752
|
"kind": "Content",
|
|
2884
|
-
"text": ") => "
|
|
2885
|
-
},
|
|
2886
|
-
{
|
|
2887
|
-
"kind": "Content",
|
|
2888
|
-
"text": "void"
|
|
2753
|
+
"text": ") => void"
|
|
2889
2754
|
}
|
|
2890
2755
|
],
|
|
2891
2756
|
"fileUrlPath": "src/dialog/dialog-builder.ts",
|
|
2892
|
-
"
|
|
2893
|
-
"startIndex": 5,
|
|
2894
|
-
"endIndex": 6
|
|
2895
|
-
},
|
|
2757
|
+
"isReadonly": true,
|
|
2896
2758
|
"releaseTag": "Public",
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
"startIndex": 1,
|
|
2903
|
-
"endIndex": 2
|
|
2904
|
-
},
|
|
2905
|
-
"isOptional": false
|
|
2906
|
-
},
|
|
2907
|
-
{
|
|
2908
|
-
"parameterName": "tagName",
|
|
2909
|
-
"parameterTypeTokenRange": {
|
|
2910
|
-
"startIndex": 3,
|
|
2911
|
-
"endIndex": 4
|
|
2912
|
-
},
|
|
2913
|
-
"isOptional": false
|
|
2914
|
-
}
|
|
2915
|
-
],
|
|
2916
|
-
"name": "showNotificationDialog"
|
|
2759
|
+
"name": "showNotificationDialog",
|
|
2760
|
+
"variableTypeTokenRange": {
|
|
2761
|
+
"startIndex": 1,
|
|
2762
|
+
"endIndex": 6
|
|
2763
|
+
}
|
|
2917
2764
|
},
|
|
2918
2765
|
{
|
|
2919
|
-
"kind": "
|
|
2920
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationSnackbar:
|
|
2766
|
+
"kind": "Variable",
|
|
2767
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationSnackbar:var",
|
|
2921
2768
|
"docComment": "/**\n * Shows the notification snackbar\n *\n * @public\n */\n",
|
|
2922
2769
|
"excerptTokens": [
|
|
2923
2770
|
{
|
|
2924
2771
|
"kind": "Content",
|
|
2925
|
-
"text": "showNotificationSnackbar:
|
|
2772
|
+
"text": "showNotificationSnackbar: "
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "Content",
|
|
2776
|
+
"text": "(configuration: "
|
|
2926
2777
|
},
|
|
2927
2778
|
{
|
|
2928
2779
|
"kind": "Reference",
|
|
@@ -2940,48 +2791,30 @@
|
|
|
2940
2791
|
},
|
|
2941
2792
|
{
|
|
2942
2793
|
"kind": "Content",
|
|
2943
|
-
"text": ") => "
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"kind": "Content",
|
|
2947
|
-
"text": "void"
|
|
2794
|
+
"text": ") => void"
|
|
2948
2795
|
}
|
|
2949
2796
|
],
|
|
2950
2797
|
"fileUrlPath": "src/snackbar/snackbar-builder.ts",
|
|
2951
|
-
"
|
|
2952
|
-
"startIndex": 5,
|
|
2953
|
-
"endIndex": 6
|
|
2954
|
-
},
|
|
2798
|
+
"isReadonly": true,
|
|
2955
2799
|
"releaseTag": "Public",
|
|
2956
|
-
"
|
|
2957
|
-
"
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
"startIndex": 1,
|
|
2962
|
-
"endIndex": 2
|
|
2963
|
-
},
|
|
2964
|
-
"isOptional": false
|
|
2965
|
-
},
|
|
2966
|
-
{
|
|
2967
|
-
"parameterName": "tagName",
|
|
2968
|
-
"parameterTypeTokenRange": {
|
|
2969
|
-
"startIndex": 3,
|
|
2970
|
-
"endIndex": 4
|
|
2971
|
-
},
|
|
2972
|
-
"isOptional": false
|
|
2973
|
-
}
|
|
2974
|
-
],
|
|
2975
|
-
"name": "showNotificationSnackbar"
|
|
2800
|
+
"name": "showNotificationSnackbar",
|
|
2801
|
+
"variableTypeTokenRange": {
|
|
2802
|
+
"startIndex": 1,
|
|
2803
|
+
"endIndex": 6
|
|
2804
|
+
}
|
|
2976
2805
|
},
|
|
2977
2806
|
{
|
|
2978
|
-
"kind": "
|
|
2979
|
-
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationToast:
|
|
2807
|
+
"kind": "Variable",
|
|
2808
|
+
"canonicalReference": "@genesislcap/foundation-notifications!showNotificationToast:var",
|
|
2980
2809
|
"docComment": "/**\n * Shows the notification toast\n *\n * @public\n */\n",
|
|
2981
2810
|
"excerptTokens": [
|
|
2982
2811
|
{
|
|
2983
2812
|
"kind": "Content",
|
|
2984
|
-
"text": "showNotificationToast:
|
|
2813
|
+
"text": "showNotificationToast: "
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "Content",
|
|
2817
|
+
"text": "(configuration: "
|
|
2985
2818
|
},
|
|
2986
2819
|
{
|
|
2987
2820
|
"kind": "Reference",
|
|
@@ -3008,47 +2841,17 @@
|
|
|
3008
2841
|
},
|
|
3009
2842
|
{
|
|
3010
2843
|
"kind": "Content",
|
|
3011
|
-
"text": ") => "
|
|
3012
|
-
},
|
|
3013
|
-
{
|
|
3014
|
-
"kind": "Content",
|
|
3015
|
-
"text": "void"
|
|
2844
|
+
"text": ") => void"
|
|
3016
2845
|
}
|
|
3017
2846
|
],
|
|
3018
2847
|
"fileUrlPath": "src/toast/toast-builder.ts",
|
|
3019
|
-
"
|
|
3020
|
-
"startIndex": 7,
|
|
3021
|
-
"endIndex": 8
|
|
3022
|
-
},
|
|
2848
|
+
"isReadonly": true,
|
|
3023
2849
|
"releaseTag": "Public",
|
|
3024
|
-
"
|
|
3025
|
-
"
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
"startIndex": 1,
|
|
3030
|
-
"endIndex": 2
|
|
3031
|
-
},
|
|
3032
|
-
"isOptional": false
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"parameterName": "tagName",
|
|
3036
|
-
"parameterTypeTokenRange": {
|
|
3037
|
-
"startIndex": 3,
|
|
3038
|
-
"endIndex": 4
|
|
3039
|
-
},
|
|
3040
|
-
"isOptional": false
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"parameterName": "notificationContainer",
|
|
3044
|
-
"parameterTypeTokenRange": {
|
|
3045
|
-
"startIndex": 5,
|
|
3046
|
-
"endIndex": 6
|
|
3047
|
-
},
|
|
3048
|
-
"isOptional": true
|
|
3049
|
-
}
|
|
3050
|
-
],
|
|
3051
|
-
"name": "showNotificationToast"
|
|
2850
|
+
"name": "showNotificationToast",
|
|
2851
|
+
"variableTypeTokenRange": {
|
|
2852
|
+
"startIndex": 1,
|
|
2853
|
+
"endIndex": 8
|
|
2854
|
+
}
|
|
3052
2855
|
},
|
|
3053
2856
|
{
|
|
3054
2857
|
"kind": "Interface",
|