@genesislcap/pbc-notify-ui 14.486.2-alpha-686dcaf.0 → 14.487.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.
Files changed (28) hide show
  1. package/dist/custom-elements.json +36 -930
  2. package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts +0 -16
  3. package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts.map +1 -1
  4. package/dist/dts/components/foundation-inbox/inbox.styles.d.ts.map +1 -1
  5. package/dist/dts/components/foundation-inbox/inbox.template.d.ts.map +1 -1
  6. package/dist/dts/components/foundation-inbox/inbox.utils.d.ts +0 -1
  7. package/dist/dts/components/foundation-inbox/inbox.utils.d.ts.map +1 -1
  8. package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts.map +1 -1
  9. package/dist/dts/react.d.ts +8 -8
  10. package/dist/esm/components/foundation-inbox/inbox-base/inbox-base.js +0 -183
  11. package/dist/esm/components/foundation-inbox/inbox.styles.js +0 -27
  12. package/dist/esm/components/foundation-inbox/inbox.template.js +3 -35
  13. package/dist/esm/components/foundation-inbox/inbox.utils.js +0 -7
  14. package/dist/esm/components/foundation-notification-dashboard/notification-dashboard.utils.js +0 -1
  15. package/dist/pbc-notify-ui.d.ts +0 -45
  16. package/dist/react.cjs +5 -5
  17. package/dist/react.mjs +4 -4
  18. package/dist/tsconfig.tsbuildinfo +1 -1
  19. package/package.json +23 -23
  20. package/src/components/foundation-inbox/inbox-base/inbox-base.ts +0 -206
  21. package/src/components/foundation-inbox/inbox.styles.ts +0 -27
  22. package/src/components/foundation-inbox/inbox.template.ts +3 -48
  23. package/src/components/foundation-inbox/inbox.utils.ts +0 -8
  24. package/src/components/foundation-notification-dashboard/notification-dashboard.utils.ts +0 -1
  25. package/dist/dts/services/notify-route.service.d.ts +0 -27
  26. package/dist/dts/services/notify-route.service.d.ts.map +0 -1
  27. package/dist/esm/services/notify-route.service.js +0 -107
  28. package/src/services/notify-route.service.ts +0 -164
@@ -299,26 +299,6 @@
299
299
  }
300
300
  ]
301
301
  },
302
- {
303
- "kind": "javascript-module",
304
- "path": "src/services/notify-route.service.ts",
305
- "declarations": [
306
- {
307
- "kind": "variable",
308
- "name": "NotifyRouteService"
309
- }
310
- ],
311
- "exports": [
312
- {
313
- "kind": "js",
314
- "name": "NotifyRouteService",
315
- "declaration": {
316
- "name": "NotifyRouteService",
317
- "module": "src/services/notify-route.service.ts"
318
- }
319
- }
320
- ]
321
- },
322
302
  {
323
303
  "kind": "javascript-module",
324
304
  "path": "src/services/notify.service.ts",
@@ -768,7 +748,7 @@
768
748
  {
769
749
  "kind": "variable",
770
750
  "name": "ruleAndTemplate",
771
- "default": "css`\n .template {\n .template-row {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .template-details {\n flex: 1;\n min-width: 0;\n }\n\n .template-subscribe-toggle {\n flex-shrink: 0;\n margin-top: calc(var(--design-unit) * 1px);\n }\n\n .template-name {\n font-weight: 700;\n }\n\n .template-description {\n font-size: var(--type-ramp-minus-2-font-size);\n }\n\n .template-datetime {\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-hint);\n }\n\n .channel-chip-row {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 1px);\n margin-top: calc(var(--design-unit) * 1px);\n justify-content: flex-end;\n }\n\n .channel-chip {\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 999px);\n font-size: var(--type-ramp-minus-2-font-size);\n\n &[appearance='selected'] {\n background-color: color-mix(in srgb, #7acc79, transparent 20%);\n color: #fff;\n border-color: transparent;\n }\n\n &[disabled] {\n opacity: 50%;\n background-color: var(--neutral-layer-3);\n color: var(--neutral-foreground-hint);\n cursor: not-allowed;\n }\n }\n }\n\n .rule {\n cursor: pointer;\n\n .rule-name {\n font-weight: 700;\n }\n\n .rule-expression {\n font-size: var(--type-ramp-minus-2-font-size);\n }\n\n .rule-datetime {\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-hint);\n }\n }\n\n .rule,\n .template {\n border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 3px);\n }\n\n .template-subscribing {\n position: relative;\n z-index: 5;\n overflow: visible;\n padding-bottom: calc(var(--design-unit) * 24px);\n }\n\n .rule-status-actions {\n display: flex;\n flex-direction: row;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .rule:hover {\n background-color: var(--neutral-layer-3);\n }\n\n .rule-actions {\n margin-left: auto;\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n justify-content: space-between;\n visibility: hidden;\n }\n\n .rule:hover > .rule-status-actions > .rule-actions {\n visibility: visible;\n }\n\n .active {\n color: #7acc79;\n }\n\n .paused {\n color: #ffb660;\n }\n\n .rule-action-edit,\n .rule-action-enable-disable,\n .rule-action-delete {\n cursor: pointer;\n }\n\n .close-icon {\n position: absolute;\n right: calc(var(--design-unit) * 2px);\n cursor: pointer;\n }\n`"
751
+ "default": "css`\n .template {\n .template-row {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .template-details {\n flex: 1;\n min-width: 0;\n }\n\n .template-subscribe-toggle {\n flex-shrink: 0;\n margin-top: calc(var(--design-unit) * 1px);\n }\n\n .template-name {\n font-weight: 700;\n }\n\n .template-description {\n font-size: var(--type-ramp-minus-2-font-size);\n }\n\n .template-datetime {\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-hint);\n }\n }\n\n .rule {\n cursor: pointer;\n\n .rule-name {\n font-weight: 700;\n }\n\n .rule-expression {\n font-size: var(--type-ramp-minus-2-font-size);\n }\n\n .rule-datetime {\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-hint);\n }\n }\n\n .rule,\n .template {\n border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 3px);\n }\n\n .template-subscribing {\n position: relative;\n z-index: 5;\n overflow: visible;\n padding-bottom: calc(var(--design-unit) * 24px);\n }\n\n .rule-status-actions {\n display: flex;\n flex-direction: row;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .rule:hover {\n background-color: var(--neutral-layer-3);\n }\n\n .rule-actions {\n margin-left: auto;\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n justify-content: space-between;\n visibility: hidden;\n }\n\n .rule:hover > .rule-status-actions > .rule-actions {\n visibility: visible;\n }\n\n .active {\n color: #7acc79;\n }\n\n .paused {\n color: #ffb660;\n }\n\n .rule-action-edit,\n .rule-action-enable-disable,\n .rule-action-delete {\n cursor: pointer;\n }\n\n .close-icon {\n position: absolute;\n right: calc(var(--design-unit) * 2px);\n cursor: pointer;\n }\n`"
772
752
  },
773
753
  {
774
754
  "kind": "variable",
@@ -835,7 +815,7 @@
835
815
  {
836
816
  "kind": "variable",
837
817
  "name": "FoundationInboxTemplate",
838
- "default": "html<FoundationInbox>`\n <div class=\"inbox-content\">\n <rapid-tabs ${ref('tabs')} appearance=\"secondary\" activeid=${(x) => InboxTab.ALERTS_NEW}>\n <rapid-tab\n slot=\"alert-log-tab\"\n id=${InboxTab.ALERTS_NEW}\n @click=${(x) => x.inboxTabChanged(InboxTab.ALERTS_NEW)}\n appearance=\"secondary\"\n >\n Alerts\n </rapid-tab>\n <rapid-tab\n slot=\"alert-log-tab\"\n id=${InboxTab.ALERT_HISTORY}\n @click=${(x) => x.inboxTabChanged(InboxTab.ALERT_HISTORY)}\n appearance=\"secondary\"\n >\n Alert History\n </rapid-tab>\n ${when(\n (x) => x.auth.currentUser?.hasPermission(NotifyPermission.NotificationRuleTemplateView),\n html`\n <rapid-tab\n slot=\"subscribe-tab\"\n id=${InboxTab.SUBSCRIBE}\n @click=${(x) => x.inboxTabChanged(InboxTab.SUBSCRIBE)}\n appearance=\"secondary\"\n >\n Subscribe\n </rapid-tab>\n `,\n )}\n\n <!-- Alerts -->\n ${(_) => alertsTab(InboxTab.ALERTS_NEW)} ${(_) => alertsTab(InboxTab.ALERT_HISTORY)}\n ${when(\n (x) => x.auth.currentUser?.hasPermission(NotifyPermission.NotificationRuleTemplateView),\n html`\n <rapid-tab-panel\n slot=\"subscribe-tab\"\n class=\"subscribe-tab-panel\"\n id=${InboxTab.SUBSCRIBE}\n style=${(x) => (x.selectedTab === InboxTab.SUBSCRIBE ? '' : 'display: none;')}\n >\n <div class=\"search\">\n <rapid-text-field\n class=\"search-input\"\n @input=${(x, c) => {\n x.searchSubscribe = (c.event.target as HTMLInputElement).value;\n x.filterSearchSubscribe();\n }}\n placeholder=\"Search Templates...\"\n autocomplete=\"off\"\n ></rapid-text-field>\n </div>\n <div class=\"subscribe-tab-content\">\n ${repeat(\n (x) => x.templatesFilter,\n html<RuleTemplate, FoundationInbox>`\n <div\n class=\"template ${(x, c) =>\n c.parent.pendingSubscribeTemplateId === x.ID ? 'template-subscribing' : ''}\"\n id=${(x) => x.ID}\n >\n <div class=\"template-row\">\n <div class=\"template-details\">\n <div class=\"template-name\">${(x) => x.NAME}</div>\n <div class=\"template-description\">${(x) => x.DESCRIPTION}</div>\n </div>\n <rapid-switch\n class=\"template-subscribe-toggle\"\n :checked=${(x, c) => c.parent.isTemplateSubscribed(x)}\n @change=${(x, c) => c.parent.handleTemplateToggle(x, c.event as Event)}\n @click=${(_, c) => c.event.stopPropagation()}\n ></rapid-switch>\n </div>\n ${when(\n (x, c) =>\n c.parent.auth.currentUser?.hasPermission(\n NotifyPermission.NotificationRouteView,\n ),\n html<RuleTemplate, FoundationInbox>`\n <div class=\"channel-chip-row\">\n ${when(\n (x, c) => c.parent.isChannelAvailable(x, 'popup'),\n html<RuleTemplate, FoundationInbox>`\n <rapid-button\n class=\"channel-chip\"\n appearance=${(x, c) =>\n c.parent.isChannelEnabled(x, 'popup') ? 'selected' : ''}\n ?disabled=${(x, c) =>\n !c.parent.isTemplateSubscribed(x) ||\n c.parent.isChannelTogglePending(x, 'popup')}\n @click=${(x, c) => {\n c.event.stopPropagation();\n c.parent.toggleChannel(x, 'popup');\n }}\n >\n Pop-up\n </rapid-button>\n `,\n )}\n ${when(\n (x, c) => c.parent.isChannelAvailable(x, 'email'),\n html<RuleTemplate, FoundationInbox>`\n <rapid-button\n class=\"channel-chip\"\n appearance=${(x, c) =>\n c.parent.isChannelEnabled(x, 'email') ? 'selected' : ''}\n ?disabled=${(x, c) =>\n !c.parent.isTemplateSubscribed(x) ||\n c.parent.isChannelTogglePending(x, 'email')}\n @click=${(x, c) => {\n c.event.stopPropagation();\n c.parent.toggleChannel(x, 'email');\n }}\n >\n Email\n </rapid-button>\n `,\n )}\n </div>\n `,\n )}\n ${when(\n (x, c) => c.parent.pendingSubscribeTemplateId === x.ID,\n html`\n <inbox-subscription\n inline\n :template=${(x, c) => c.parent.ruleTemplateDetails}\n @templateSubscribed=${(x, c) =>\n c.parent.onTemplateSubscribed(eventDetail(c))}\n @subscribeCancelled=${(x, c) => c.parent.cancelPendingSubscribe()}\n ></inbox-subscription>\n `,\n )}\n </div>\n `,\n )}\n </div>\n </rapid-tab-panel>\n `,\n )}\n </rapid-tabs>\n </div>\n`",
818
+ "default": "html<FoundationInbox>`\n <div class=\"inbox-content\">\n <rapid-tabs ${ref('tabs')} appearance=\"secondary\" activeid=${(x) => InboxTab.ALERTS_NEW}>\n <rapid-tab\n slot=\"alert-log-tab\"\n id=${InboxTab.ALERTS_NEW}\n @click=${(x) => x.inboxTabChanged(InboxTab.ALERTS_NEW)}\n appearance=\"secondary\"\n >\n Alerts\n </rapid-tab>\n <rapid-tab\n slot=\"alert-log-tab\"\n id=${InboxTab.ALERT_HISTORY}\n @click=${(x) => x.inboxTabChanged(InboxTab.ALERT_HISTORY)}\n appearance=\"secondary\"\n >\n Alert History\n </rapid-tab>\n ${when(\n (x) => x.auth.currentUser?.hasPermission(NotifyPermission.NotificationRuleTemplateView),\n html`\n <rapid-tab\n slot=\"subscribe-tab\"\n id=${InboxTab.SUBSCRIBE}\n @click=${(x) => x.inboxTabChanged(InboxTab.SUBSCRIBE)}\n appearance=\"secondary\"\n >\n Subscribe\n </rapid-tab>\n `,\n )}\n\n <!-- Alerts -->\n ${(_) => alertsTab(InboxTab.ALERTS_NEW)} ${(_) => alertsTab(InboxTab.ALERT_HISTORY)}\n ${when(\n (x) => x.auth.currentUser?.hasPermission(NotifyPermission.NotificationRuleTemplateView),\n html`\n <rapid-tab-panel\n slot=\"subscribe-tab\"\n class=\"subscribe-tab-panel\"\n id=${InboxTab.SUBSCRIBE}\n style=${(x) => (x.selectedTab === InboxTab.SUBSCRIBE ? '' : 'display: none;')}\n >\n <div class=\"search\">\n <rapid-text-field\n class=\"search-input\"\n @input=${(x, c) => {\n x.searchSubscribe = (c.event.target as HTMLInputElement).value;\n x.filterSearchSubscribe();\n }}\n placeholder=\"Search Templates...\"\n autocomplete=\"off\"\n ></rapid-text-field>\n </div>\n <div class=\"subscribe-tab-content\">\n ${repeat(\n (x) => x.templatesFilter,\n html<RuleTemplate, FoundationInbox>`\n <div\n class=\"template ${(x, c) =>\n c.parent.pendingSubscribeTemplateId === x.ID ? 'template-subscribing' : ''}\"\n id=${(x) => x.ID}\n >\n <div class=\"template-row\">\n <div class=\"template-details\">\n <div class=\"template-name\">${(x) => x.NAME}</div>\n <div class=\"template-description\">${(x) => x.DESCRIPTION}</div>\n <div class=\"template-datetime\">\n ${(x, c) => getFormattedDate(x.DATETIME)}\n </div>\n </div>\n <rapid-switch\n class=\"template-subscribe-toggle\"\n :checked=${(x, c) => c.parent.isTemplateSubscribed(x)}\n @change=${(x, c) => c.parent.handleTemplateToggle(x, c.event as Event)}\n @click=${(_, c) => c.event.stopPropagation()}\n ></rapid-switch>\n </div>\n ${when(\n (x, c) => c.parent.pendingSubscribeTemplateId === x.ID,\n html`\n <inbox-subscription\n inline\n :template=${(x, c) => c.parent.ruleTemplateDetails}\n @templateSubscribed=${(x, c) =>\n c.parent.onTemplateSubscribed(eventDetail(c))}\n @subscribeCancelled=${(x, c) => c.parent.cancelPendingSubscribe()}\n ></inbox-subscription>\n `,\n )}\n </div>\n `,\n )}\n </div>\n </rapid-tab-panel>\n `,\n )}\n </rapid-tabs>\n </div>\n`",
839
819
  "privacy": "public"
840
820
  }
841
821
  ],
@@ -1016,66 +996,6 @@
1016
996
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1017
997
  }
1018
998
  },
1019
- {
1020
- "kind": "field",
1021
- "name": "routeService",
1022
- "type": {
1023
- "text": "NotifyRouteService"
1024
- },
1025
- "inheritedFrom": {
1026
- "name": "FoundationInboxBase",
1027
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1028
- }
1029
- },
1030
- {
1031
- "kind": "field",
1032
- "name": "channelAvailability",
1033
- "type": {
1034
- "text": "Record<string, Record<NotifyChannel, boolean>>"
1035
- },
1036
- "default": "{}",
1037
- "inheritedFrom": {
1038
- "name": "FoundationInboxBase",
1039
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1040
- }
1041
- },
1042
- {
1043
- "kind": "field",
1044
- "name": "userChannelRoutes",
1045
- "type": {
1046
- "text": "Record<string, Record<NotifyChannel, NotifyRoute | null>>"
1047
- },
1048
- "default": "{}",
1049
- "inheritedFrom": {
1050
- "name": "FoundationInboxBase",
1051
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1052
- }
1053
- },
1054
- {
1055
- "kind": "field",
1056
- "name": "channelTogglePending",
1057
- "type": {
1058
- "text": "Record<string, Partial<Record<NotifyChannel, boolean>>>"
1059
- },
1060
- "default": "{}",
1061
- "inheritedFrom": {
1062
- "name": "FoundationInboxBase",
1063
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1064
- }
1065
- },
1066
- {
1067
- "kind": "field",
1068
- "name": "channelRoutesQueryId",
1069
- "type": {
1070
- "text": "number"
1071
- },
1072
- "privacy": "private",
1073
- "default": "0",
1074
- "inheritedFrom": {
1075
- "name": "FoundationInboxBase",
1076
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1077
- }
1078
- },
1079
999
  {
1080
1000
  "kind": "field",
1081
1001
  "name": "searchAlertLog",
@@ -1407,43 +1327,6 @@
1407
1327
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1408
1328
  }
1409
1329
  },
1410
- {
1411
- "kind": "method",
1412
- "name": "refreshChannelRoutes",
1413
- "privacy": "private",
1414
- "inheritedFrom": {
1415
- "name": "FoundationInboxBase",
1416
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1417
- }
1418
- },
1419
- {
1420
- "kind": "method",
1421
- "name": "isOwnRoute",
1422
- "privacy": "private",
1423
- "return": {
1424
- "type": {
1425
- "text": "boolean"
1426
- }
1427
- },
1428
- "parameters": [
1429
- {
1430
- "name": "route",
1431
- "type": {
1432
- "text": "NotifyRoute"
1433
- }
1434
- },
1435
- {
1436
- "name": "username",
1437
- "type": {
1438
- "text": "string"
1439
- }
1440
- }
1441
- ],
1442
- "inheritedFrom": {
1443
- "name": "FoundationInboxBase",
1444
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1445
- }
1446
- },
1447
1330
  {
1448
1331
  "kind": "method",
1449
1332
  "name": "findSubscribedRule",
@@ -1488,94 +1371,7 @@
1488
1371
  },
1489
1372
  {
1490
1373
  "kind": "method",
1491
- "name": "isChannelAvailable",
1492
- "return": {
1493
- "type": {
1494
- "text": "boolean"
1495
- }
1496
- },
1497
- "parameters": [
1498
- {
1499
- "name": "template",
1500
- "type": {
1501
- "text": "RuleTemplate"
1502
- }
1503
- },
1504
- {
1505
- "name": "channel",
1506
- "type": {
1507
- "text": "NotifyChannel"
1508
- }
1509
- }
1510
- ],
1511
- "inheritedFrom": {
1512
- "name": "FoundationInboxBase",
1513
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1514
- }
1515
- },
1516
- {
1517
- "kind": "method",
1518
- "name": "isChannelEnabled",
1519
- "return": {
1520
- "type": {
1521
- "text": "boolean"
1522
- }
1523
- },
1524
- "parameters": [
1525
- {
1526
- "name": "template",
1527
- "type": {
1528
- "text": "RuleTemplate"
1529
- }
1530
- },
1531
- {
1532
- "name": "channel",
1533
- "type": {
1534
- "text": "NotifyChannel"
1535
- }
1536
- }
1537
- ],
1538
- "inheritedFrom": {
1539
- "name": "FoundationInboxBase",
1540
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1541
- }
1542
- },
1543
- {
1544
- "kind": "method",
1545
- "name": "isLastEnabledChannel",
1546
- "privacy": "private",
1547
- "return": {
1548
- "type": {
1549
- "text": "boolean"
1550
- }
1551
- },
1552
- "parameters": [
1553
- {
1554
- "name": "template",
1555
- "type": {
1556
- "text": "RuleTemplate"
1557
- }
1558
- },
1559
- {
1560
- "name": "channel",
1561
- "type": {
1562
- "text": "NotifyChannel"
1563
- }
1564
- }
1565
- ],
1566
- "inheritedFrom": {
1567
- "name": "FoundationInboxBase",
1568
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1569
- }
1570
- },
1571
- {
1572
- "kind": "method",
1573
- "name": "isChannelTogglePending",
1574
- "return": {
1575
- "type": {
1576
- "text": "boolean"
1577
- }
1578
- },
1374
+ "name": "handleTemplateToggle",
1579
1375
  "parameters": [
1580
1376
  {
1581
1377
  "name": "template",
@@ -1584,38 +1380,9 @@
1584
1380
  }
1585
1381
  },
1586
1382
  {
1587
- "name": "channel",
1588
- "type": {
1589
- "text": "NotifyChannel"
1590
- }
1591
- }
1592
- ],
1593
- "inheritedFrom": {
1594
- "name": "FoundationInboxBase",
1595
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1596
- }
1597
- },
1598
- {
1599
- "kind": "method",
1600
- "name": "setChannelRoute",
1601
- "privacy": "private",
1602
- "parameters": [
1603
- {
1604
- "name": "templateId",
1605
- "type": {
1606
- "text": "string"
1607
- }
1608
- },
1609
- {
1610
- "name": "channel",
1611
- "type": {
1612
- "text": "NotifyChannel"
1613
- }
1614
- },
1615
- {
1616
- "name": "route",
1383
+ "name": "event",
1617
1384
  "type": {
1618
- "text": "NotifyRoute | null"
1385
+ "text": "Event"
1619
1386
  }
1620
1387
  }
1621
1388
  ],
@@ -1626,48 +1393,14 @@
1626
1393
  },
1627
1394
  {
1628
1395
  "kind": "method",
1629
- "name": "setChannelTogglePending",
1630
- "privacy": "private",
1396
+ "name": "onTemplateSubscribed",
1631
1397
  "parameters": [
1632
1398
  {
1633
1399
  "name": "templateId",
1400
+ "optional": true,
1634
1401
  "type": {
1635
1402
  "text": "string"
1636
1403
  }
1637
- },
1638
- {
1639
- "name": "channel",
1640
- "type": {
1641
- "text": "NotifyChannel"
1642
- }
1643
- },
1644
- {
1645
- "name": "pending",
1646
- "type": {
1647
- "text": "boolean"
1648
- }
1649
- }
1650
- ],
1651
- "inheritedFrom": {
1652
- "name": "FoundationInboxBase",
1653
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1654
- }
1655
- },
1656
- {
1657
- "kind": "method",
1658
- "name": "toggleChannel",
1659
- "parameters": [
1660
- {
1661
- "name": "template",
1662
- "type": {
1663
- "text": "RuleTemplate"
1664
- }
1665
- },
1666
- {
1667
- "name": "channel",
1668
- "type": {
1669
- "text": "NotifyChannel"
1670
- }
1671
1404
  }
1672
1405
  ],
1673
1406
  "inheritedFrom": {
@@ -1677,21 +1410,7 @@
1677
1410
  },
1678
1411
  {
1679
1412
  "kind": "method",
1680
- "name": "handleTemplateToggle",
1681
- "parameters": [
1682
- {
1683
- "name": "template",
1684
- "type": {
1685
- "text": "RuleTemplate"
1686
- }
1687
- },
1688
- {
1689
- "name": "event",
1690
- "type": {
1691
- "text": "Event"
1692
- }
1693
- }
1694
- ],
1413
+ "name": "cancelPendingSubscribe",
1695
1414
  "inheritedFrom": {
1696
1415
  "name": "FoundationInboxBase",
1697
1416
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
@@ -1699,52 +1418,10 @@
1699
1418
  },
1700
1419
  {
1701
1420
  "kind": "method",
1702
- "name": "onTemplateSubscribed",
1421
+ "name": "formatDateStrForMatchCriteria",
1703
1422
  "parameters": [
1704
1423
  {
1705
- "name": "templateId",
1706
- "optional": true,
1707
- "type": {
1708
- "text": "string"
1709
- }
1710
- }
1711
- ],
1712
- "inheritedFrom": {
1713
- "name": "FoundationInboxBase",
1714
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1715
- }
1716
- },
1717
- {
1718
- "kind": "method",
1719
- "name": "ensureDefaultChannel",
1720
- "privacy": "private",
1721
- "parameters": [
1722
- {
1723
- "name": "template",
1724
- "type": {
1725
- "text": "RuleTemplate"
1726
- }
1727
- }
1728
- ],
1729
- "inheritedFrom": {
1730
- "name": "FoundationInboxBase",
1731
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1732
- }
1733
- },
1734
- {
1735
- "kind": "method",
1736
- "name": "cancelPendingSubscribe",
1737
- "inheritedFrom": {
1738
- "name": "FoundationInboxBase",
1739
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
1740
- }
1741
- },
1742
- {
1743
- "kind": "method",
1744
- "name": "formatDateStrForMatchCriteria",
1745
- "parameters": [
1746
- {
1747
- "name": "date",
1424
+ "name": "date",
1748
1425
  "optional": true,
1749
1426
  "type": {
1750
1427
  "text": "string"
@@ -1788,23 +1465,6 @@
1788
1465
  "kind": "javascript-module",
1789
1466
  "path": "src/components/foundation-inbox/inbox.utils.ts",
1790
1467
  "declarations": [
1791
- {
1792
- "kind": "function",
1793
- "name": "extractTopic",
1794
- "return": {
1795
- "type": {
1796
- "text": "string | null"
1797
- }
1798
- },
1799
- "parameters": [
1800
- {
1801
- "name": "resultExpression",
1802
- "type": {
1803
- "text": "string"
1804
- }
1805
- }
1806
- ]
1807
- },
1808
1468
  {
1809
1469
  "kind": "function",
1810
1470
  "name": "getFormattedDate",
@@ -1828,14 +1488,6 @@
1828
1488
  }
1829
1489
  ],
1830
1490
  "exports": [
1831
- {
1832
- "kind": "js",
1833
- "name": "extractTopic",
1834
- "declaration": {
1835
- "name": "extractTopic",
1836
- "module": "src/components/foundation-inbox/inbox.utils.ts"
1837
- }
1838
- },
1839
1491
  {
1840
1492
  "kind": "js",
1841
1493
  "name": "getFormattedDate",
@@ -2552,46 +2204,6 @@
2552
2204
  },
2553
2205
  "default": "[]"
2554
2206
  },
2555
- {
2556
- "kind": "field",
2557
- "name": "routeService",
2558
- "type": {
2559
- "text": "NotifyRouteService"
2560
- }
2561
- },
2562
- {
2563
- "kind": "field",
2564
- "name": "channelAvailability",
2565
- "type": {
2566
- "text": "Record<string, Record<NotifyChannel, boolean>>"
2567
- },
2568
- "default": "{}"
2569
- },
2570
- {
2571
- "kind": "field",
2572
- "name": "userChannelRoutes",
2573
- "type": {
2574
- "text": "Record<string, Record<NotifyChannel, NotifyRoute | null>>"
2575
- },
2576
- "default": "{}"
2577
- },
2578
- {
2579
- "kind": "field",
2580
- "name": "channelTogglePending",
2581
- "type": {
2582
- "text": "Record<string, Partial<Record<NotifyChannel, boolean>>>"
2583
- },
2584
- "default": "{}"
2585
- },
2586
- {
2587
- "kind": "field",
2588
- "name": "channelRoutesQueryId",
2589
- "type": {
2590
- "text": "number"
2591
- },
2592
- "privacy": "private",
2593
- "default": "0"
2594
- },
2595
2207
  {
2596
2208
  "kind": "field",
2597
2209
  "name": "searchAlertLog",
@@ -2799,35 +2411,6 @@
2799
2411
  "kind": "method",
2800
2412
  "name": "refreshSubscribeData"
2801
2413
  },
2802
- {
2803
- "kind": "method",
2804
- "name": "refreshChannelRoutes",
2805
- "privacy": "private"
2806
- },
2807
- {
2808
- "kind": "method",
2809
- "name": "isOwnRoute",
2810
- "privacy": "private",
2811
- "return": {
2812
- "type": {
2813
- "text": "boolean"
2814
- }
2815
- },
2816
- "parameters": [
2817
- {
2818
- "name": "route",
2819
- "type": {
2820
- "text": "NotifyRoute"
2821
- }
2822
- },
2823
- {
2824
- "name": "username",
2825
- "type": {
2826
- "text": "string"
2827
- }
2828
- }
2829
- ]
2830
- },
2831
2414
  {
2832
2415
  "kind": "method",
2833
2416
  "name": "findSubscribedRule",
@@ -2864,82 +2447,7 @@
2864
2447
  },
2865
2448
  {
2866
2449
  "kind": "method",
2867
- "name": "isChannelAvailable",
2868
- "return": {
2869
- "type": {
2870
- "text": "boolean"
2871
- }
2872
- },
2873
- "parameters": [
2874
- {
2875
- "name": "template",
2876
- "type": {
2877
- "text": "RuleTemplate"
2878
- }
2879
- },
2880
- {
2881
- "name": "channel",
2882
- "type": {
2883
- "text": "NotifyChannel"
2884
- }
2885
- }
2886
- ]
2887
- },
2888
- {
2889
- "kind": "method",
2890
- "name": "isChannelEnabled",
2891
- "return": {
2892
- "type": {
2893
- "text": "boolean"
2894
- }
2895
- },
2896
- "parameters": [
2897
- {
2898
- "name": "template",
2899
- "type": {
2900
- "text": "RuleTemplate"
2901
- }
2902
- },
2903
- {
2904
- "name": "channel",
2905
- "type": {
2906
- "text": "NotifyChannel"
2907
- }
2908
- }
2909
- ]
2910
- },
2911
- {
2912
- "kind": "method",
2913
- "name": "isLastEnabledChannel",
2914
- "privacy": "private",
2915
- "return": {
2916
- "type": {
2917
- "text": "boolean"
2918
- }
2919
- },
2920
- "parameters": [
2921
- {
2922
- "name": "template",
2923
- "type": {
2924
- "text": "RuleTemplate"
2925
- }
2926
- },
2927
- {
2928
- "name": "channel",
2929
- "type": {
2930
- "text": "NotifyChannel"
2931
- }
2932
- }
2933
- ]
2934
- },
2935
- {
2936
- "kind": "method",
2937
- "name": "isChannelTogglePending",
2938
- "return": {
2939
- "type": {
2940
- "text": "boolean"
2941
- }
2942
- },
2450
+ "name": "handleTemplateToggle",
2943
2451
  "parameters": [
2944
2452
  {
2945
2453
  "name": "template",
@@ -2948,135 +2456,36 @@
2948
2456
  }
2949
2457
  },
2950
2458
  {
2951
- "name": "channel",
2952
- "type": {
2953
- "text": "NotifyChannel"
2954
- }
2955
- }
2956
- ]
2957
- },
2958
- {
2959
- "kind": "method",
2960
- "name": "setChannelRoute",
2961
- "privacy": "private",
2962
- "parameters": [
2963
- {
2964
- "name": "templateId",
2965
- "type": {
2966
- "text": "string"
2967
- }
2968
- },
2969
- {
2970
- "name": "channel",
2971
- "type": {
2972
- "text": "NotifyChannel"
2973
- }
2974
- },
2975
- {
2976
- "name": "route",
2459
+ "name": "event",
2977
2460
  "type": {
2978
- "text": "NotifyRoute | null"
2461
+ "text": "Event"
2979
2462
  }
2980
2463
  }
2981
2464
  ]
2982
2465
  },
2983
2466
  {
2984
2467
  "kind": "method",
2985
- "name": "setChannelTogglePending",
2986
- "privacy": "private",
2468
+ "name": "onTemplateSubscribed",
2987
2469
  "parameters": [
2988
2470
  {
2989
2471
  "name": "templateId",
2472
+ "optional": true,
2990
2473
  "type": {
2991
2474
  "text": "string"
2992
2475
  }
2993
- },
2994
- {
2995
- "name": "channel",
2996
- "type": {
2997
- "text": "NotifyChannel"
2998
- }
2999
- },
3000
- {
3001
- "name": "pending",
3002
- "type": {
3003
- "text": "boolean"
3004
- }
3005
- }
3006
- ]
3007
- },
3008
- {
3009
- "kind": "method",
3010
- "name": "toggleChannel",
3011
- "parameters": [
3012
- {
3013
- "name": "template",
3014
- "type": {
3015
- "text": "RuleTemplate"
3016
- }
3017
- },
3018
- {
3019
- "name": "channel",
3020
- "type": {
3021
- "text": "NotifyChannel"
3022
- }
3023
2476
  }
3024
2477
  ]
3025
2478
  },
3026
2479
  {
3027
2480
  "kind": "method",
3028
- "name": "handleTemplateToggle",
3029
- "parameters": [
3030
- {
3031
- "name": "template",
3032
- "type": {
3033
- "text": "RuleTemplate"
3034
- }
3035
- },
3036
- {
3037
- "name": "event",
3038
- "type": {
3039
- "text": "Event"
3040
- }
3041
- }
3042
- ]
2481
+ "name": "cancelPendingSubscribe"
3043
2482
  },
3044
2483
  {
3045
2484
  "kind": "method",
3046
- "name": "onTemplateSubscribed",
2485
+ "name": "formatDateStrForMatchCriteria",
3047
2486
  "parameters": [
3048
2487
  {
3049
- "name": "templateId",
3050
- "optional": true,
3051
- "type": {
3052
- "text": "string"
3053
- }
3054
- }
3055
- ]
3056
- },
3057
- {
3058
- "kind": "method",
3059
- "name": "ensureDefaultChannel",
3060
- "privacy": "private",
3061
- "parameters": [
3062
- {
3063
- "name": "template",
3064
- "type": {
3065
- "text": "RuleTemplate"
3066
- }
3067
- }
3068
- ]
3069
- },
3070
- {
3071
- "kind": "method",
3072
- "name": "cancelPendingSubscribe"
3073
- },
3074
- {
3075
- "kind": "method",
3076
- "name": "formatDateStrForMatchCriteria",
3077
- "parameters": [
3078
- {
3079
- "name": "date",
2488
+ "name": "date",
3080
2489
  "optional": true,
3081
2490
  "type": {
3082
2491
  "text": "string"
@@ -4173,66 +3582,6 @@
4173
3582
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4174
3583
  }
4175
3584
  },
4176
- {
4177
- "kind": "field",
4178
- "name": "routeService",
4179
- "type": {
4180
- "text": "NotifyRouteService"
4181
- },
4182
- "inheritedFrom": {
4183
- "name": "FoundationInboxBase",
4184
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4185
- }
4186
- },
4187
- {
4188
- "kind": "field",
4189
- "name": "channelAvailability",
4190
- "type": {
4191
- "text": "Record<string, Record<NotifyChannel, boolean>>"
4192
- },
4193
- "default": "{}",
4194
- "inheritedFrom": {
4195
- "name": "FoundationInboxBase",
4196
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4197
- }
4198
- },
4199
- {
4200
- "kind": "field",
4201
- "name": "userChannelRoutes",
4202
- "type": {
4203
- "text": "Record<string, Record<NotifyChannel, NotifyRoute | null>>"
4204
- },
4205
- "default": "{}",
4206
- "inheritedFrom": {
4207
- "name": "FoundationInboxBase",
4208
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4209
- }
4210
- },
4211
- {
4212
- "kind": "field",
4213
- "name": "channelTogglePending",
4214
- "type": {
4215
- "text": "Record<string, Partial<Record<NotifyChannel, boolean>>>"
4216
- },
4217
- "default": "{}",
4218
- "inheritedFrom": {
4219
- "name": "FoundationInboxBase",
4220
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4221
- }
4222
- },
4223
- {
4224
- "kind": "field",
4225
- "name": "channelRoutesQueryId",
4226
- "type": {
4227
- "text": "number"
4228
- },
4229
- "privacy": "private",
4230
- "default": "0",
4231
- "inheritedFrom": {
4232
- "name": "FoundationInboxBase",
4233
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4234
- }
4235
- },
4236
3585
  {
4237
3586
  "kind": "field",
4238
3587
  "name": "searchAlertLog",
@@ -4564,43 +3913,6 @@
4564
3913
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4565
3914
  }
4566
3915
  },
4567
- {
4568
- "kind": "method",
4569
- "name": "refreshChannelRoutes",
4570
- "privacy": "private",
4571
- "inheritedFrom": {
4572
- "name": "FoundationInboxBase",
4573
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4574
- }
4575
- },
4576
- {
4577
- "kind": "method",
4578
- "name": "isOwnRoute",
4579
- "privacy": "private",
4580
- "return": {
4581
- "type": {
4582
- "text": "boolean"
4583
- }
4584
- },
4585
- "parameters": [
4586
- {
4587
- "name": "route",
4588
- "type": {
4589
- "text": "NotifyRoute"
4590
- }
4591
- },
4592
- {
4593
- "name": "username",
4594
- "type": {
4595
- "text": "string"
4596
- }
4597
- }
4598
- ],
4599
- "inheritedFrom": {
4600
- "name": "FoundationInboxBase",
4601
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4602
- }
4603
- },
4604
3916
  {
4605
3917
  "kind": "method",
4606
3918
  "name": "findSubscribedRule",
@@ -4643,195 +3955,6 @@
4643
3955
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4644
3956
  }
4645
3957
  },
4646
- {
4647
- "kind": "method",
4648
- "name": "isChannelAvailable",
4649
- "return": {
4650
- "type": {
4651
- "text": "boolean"
4652
- }
4653
- },
4654
- "parameters": [
4655
- {
4656
- "name": "template",
4657
- "type": {
4658
- "text": "RuleTemplate"
4659
- }
4660
- },
4661
- {
4662
- "name": "channel",
4663
- "type": {
4664
- "text": "NotifyChannel"
4665
- }
4666
- }
4667
- ],
4668
- "inheritedFrom": {
4669
- "name": "FoundationInboxBase",
4670
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4671
- }
4672
- },
4673
- {
4674
- "kind": "method",
4675
- "name": "isChannelEnabled",
4676
- "return": {
4677
- "type": {
4678
- "text": "boolean"
4679
- }
4680
- },
4681
- "parameters": [
4682
- {
4683
- "name": "template",
4684
- "type": {
4685
- "text": "RuleTemplate"
4686
- }
4687
- },
4688
- {
4689
- "name": "channel",
4690
- "type": {
4691
- "text": "NotifyChannel"
4692
- }
4693
- }
4694
- ],
4695
- "inheritedFrom": {
4696
- "name": "FoundationInboxBase",
4697
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4698
- }
4699
- },
4700
- {
4701
- "kind": "method",
4702
- "name": "isLastEnabledChannel",
4703
- "privacy": "private",
4704
- "return": {
4705
- "type": {
4706
- "text": "boolean"
4707
- }
4708
- },
4709
- "parameters": [
4710
- {
4711
- "name": "template",
4712
- "type": {
4713
- "text": "RuleTemplate"
4714
- }
4715
- },
4716
- {
4717
- "name": "channel",
4718
- "type": {
4719
- "text": "NotifyChannel"
4720
- }
4721
- }
4722
- ],
4723
- "inheritedFrom": {
4724
- "name": "FoundationInboxBase",
4725
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4726
- }
4727
- },
4728
- {
4729
- "kind": "method",
4730
- "name": "isChannelTogglePending",
4731
- "return": {
4732
- "type": {
4733
- "text": "boolean"
4734
- }
4735
- },
4736
- "parameters": [
4737
- {
4738
- "name": "template",
4739
- "type": {
4740
- "text": "RuleTemplate"
4741
- }
4742
- },
4743
- {
4744
- "name": "channel",
4745
- "type": {
4746
- "text": "NotifyChannel"
4747
- }
4748
- }
4749
- ],
4750
- "inheritedFrom": {
4751
- "name": "FoundationInboxBase",
4752
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4753
- }
4754
- },
4755
- {
4756
- "kind": "method",
4757
- "name": "setChannelRoute",
4758
- "privacy": "private",
4759
- "parameters": [
4760
- {
4761
- "name": "templateId",
4762
- "type": {
4763
- "text": "string"
4764
- }
4765
- },
4766
- {
4767
- "name": "channel",
4768
- "type": {
4769
- "text": "NotifyChannel"
4770
- }
4771
- },
4772
- {
4773
- "name": "route",
4774
- "type": {
4775
- "text": "NotifyRoute | null"
4776
- }
4777
- }
4778
- ],
4779
- "inheritedFrom": {
4780
- "name": "FoundationInboxBase",
4781
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4782
- }
4783
- },
4784
- {
4785
- "kind": "method",
4786
- "name": "setChannelTogglePending",
4787
- "privacy": "private",
4788
- "parameters": [
4789
- {
4790
- "name": "templateId",
4791
- "type": {
4792
- "text": "string"
4793
- }
4794
- },
4795
- {
4796
- "name": "channel",
4797
- "type": {
4798
- "text": "NotifyChannel"
4799
- }
4800
- },
4801
- {
4802
- "name": "pending",
4803
- "type": {
4804
- "text": "boolean"
4805
- }
4806
- }
4807
- ],
4808
- "inheritedFrom": {
4809
- "name": "FoundationInboxBase",
4810
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4811
- }
4812
- },
4813
- {
4814
- "kind": "method",
4815
- "name": "toggleChannel",
4816
- "parameters": [
4817
- {
4818
- "name": "template",
4819
- "type": {
4820
- "text": "RuleTemplate"
4821
- }
4822
- },
4823
- {
4824
- "name": "channel",
4825
- "type": {
4826
- "text": "NotifyChannel"
4827
- }
4828
- }
4829
- ],
4830
- "inheritedFrom": {
4831
- "name": "FoundationInboxBase",
4832
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4833
- }
4834
- },
4835
3958
  {
4836
3959
  "kind": "method",
4837
3960
  "name": "handleTemplateToggle",
@@ -4871,23 +3994,6 @@
4871
3994
  "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4872
3995
  }
4873
3996
  },
4874
- {
4875
- "kind": "method",
4876
- "name": "ensureDefaultChannel",
4877
- "privacy": "private",
4878
- "parameters": [
4879
- {
4880
- "name": "template",
4881
- "type": {
4882
- "text": "RuleTemplate"
4883
- }
4884
- }
4885
- ],
4886
- "inheritedFrom": {
4887
- "name": "FoundationInboxBase",
4888
- "module": "src/components/foundation-inbox/inbox-base/inbox-base.ts"
4889
- }
4890
- },
4891
3997
  {
4892
3998
  "kind": "method",
4893
3999
  "name": "cancelPendingSubscribe",
@@ -5157,70 +4263,70 @@
5157
4263
  },
5158
4264
  {
5159
4265
  "kind": "javascript-module",
5160
- "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
4266
+ "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5161
4267
  "declarations": [
5162
4268
  {
5163
4269
  "kind": "class",
5164
4270
  "description": "",
5165
- "name": "RouteManagement",
4271
+ "name": "NotifyAuditManagement",
5166
4272
  "superclass": {
5167
4273
  "name": "GenesisElement",
5168
4274
  "package": "@genesislcap/web-core"
5169
4275
  },
5170
- "tagName": "route-management",
4276
+ "tagName": "notify-audit-management",
5171
4277
  "customElement": true
5172
4278
  }
5173
4279
  ],
5174
4280
  "exports": [
5175
4281
  {
5176
4282
  "kind": "js",
5177
- "name": "RouteManagement",
4283
+ "name": "NotifyAuditManagement",
5178
4284
  "declaration": {
5179
- "name": "RouteManagement",
5180
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
4285
+ "name": "NotifyAuditManagement",
4286
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5181
4287
  }
5182
4288
  },
5183
4289
  {
5184
4290
  "kind": "custom-element-definition",
5185
- "name": "route-management",
4291
+ "name": "notify-audit-management",
5186
4292
  "declaration": {
5187
- "name": "RouteManagement",
5188
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
4293
+ "name": "NotifyAuditManagement",
4294
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5189
4295
  }
5190
4296
  }
5191
4297
  ]
5192
4298
  },
5193
4299
  {
5194
4300
  "kind": "javascript-module",
5195
- "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
4301
+ "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5196
4302
  "declarations": [
5197
4303
  {
5198
4304
  "kind": "class",
5199
4305
  "description": "",
5200
- "name": "NotifyAuditManagement",
4306
+ "name": "RouteManagement",
5201
4307
  "superclass": {
5202
4308
  "name": "GenesisElement",
5203
4309
  "package": "@genesislcap/web-core"
5204
4310
  },
5205
- "tagName": "notify-audit-management",
4311
+ "tagName": "route-management",
5206
4312
  "customElement": true
5207
4313
  }
5208
4314
  ],
5209
4315
  "exports": [
5210
4316
  {
5211
4317
  "kind": "js",
5212
- "name": "NotifyAuditManagement",
4318
+ "name": "RouteManagement",
5213
4319
  "declaration": {
5214
- "name": "NotifyAuditManagement",
5215
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
4320
+ "name": "RouteManagement",
4321
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5216
4322
  }
5217
4323
  },
5218
4324
  {
5219
4325
  "kind": "custom-element-definition",
5220
- "name": "notify-audit-management",
4326
+ "name": "route-management",
5221
4327
  "declaration": {
5222
- "name": "NotifyAuditManagement",
5223
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
4328
+ "name": "RouteManagement",
4329
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5224
4330
  }
5225
4331
  }
5226
4332
  ]