@genesislcap/pbc-notify-ui 14.483.3-alpha-7a2e689.0 → 14.484.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 (98) hide show
  1. package/custom-elements-manifest.config.js +14 -0
  2. package/dist/custom-elements.json +5953 -0
  3. package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.d.ts +1 -8
  4. package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.d.ts.map +1 -1
  5. package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.d.ts.map +1 -1
  6. package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.d.ts.map +1 -1
  7. package/dist/dts/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.d.ts +1 -8
  8. package/dist/dts/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.d.ts.map +1 -1
  9. package/dist/dts/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.d.ts.map +1 -1
  10. package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts +6 -8
  11. package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts.map +1 -1
  12. package/dist/dts/components/foundation-inbox/inbox.styles.d.ts.map +1 -1
  13. package/dist/dts/components/foundation-inbox/inbox.template.d.ts.map +1 -1
  14. package/dist/dts/components/foundation-inbox/inbox.types.d.ts +6 -3
  15. package/dist/dts/components/foundation-inbox/inbox.types.d.ts.map +1 -1
  16. package/dist/dts/components/foundation-inbox/inbox.utils.d.ts +2 -0
  17. package/dist/dts/components/foundation-inbox/inbox.utils.d.ts.map +1 -1
  18. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.d.ts +2 -8
  19. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.d.ts.map +1 -1
  20. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.d.ts.map +1 -1
  21. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.d.ts.map +1 -1
  22. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.d.ts.map +1 -1
  23. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.d.ts +1 -1
  24. package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.d.ts.map +1 -1
  25. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.d.ts +2 -2
  26. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.d.ts.map +1 -1
  27. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.d.ts +2 -11
  28. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.d.ts.map +1 -1
  29. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.d.ts.map +1 -1
  30. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.d.ts.map +1 -1
  31. package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.d.ts.map +1 -1
  32. package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts +0 -14
  33. package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts.map +1 -1
  34. package/dist/dts/components/foundation-notification-dashboard/types/param-type.d.ts +1 -1
  35. package/dist/dts/components/foundation-notification-dashboard/types/param-type.d.ts.map +1 -1
  36. package/dist/dts/index.d.ts +3 -0
  37. package/dist/dts/index.d.ts.map +1 -1
  38. package/dist/dts/notify.types.d.ts +0 -6
  39. package/dist/dts/notify.types.d.ts.map +1 -1
  40. package/dist/dts/react.d.ts +258 -0
  41. package/dist/dts/services/system.service.d.ts +0 -1
  42. package/dist/dts/services/system.service.d.ts.map +1 -1
  43. package/dist/esm/components/foundation-inbox/components/inbox-subscription/inbox-subscription.js +9 -51
  44. package/dist/esm/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.js +6 -48
  45. package/dist/esm/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.js +21 -40
  46. package/dist/esm/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.js +4 -71
  47. package/dist/esm/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.js +2 -16
  48. package/dist/esm/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.template.js +11 -12
  49. package/dist/esm/components/foundation-inbox/inbox-base/inbox-base.js +40 -76
  50. package/dist/esm/components/foundation-inbox/inbox.styles.js +3 -24
  51. package/dist/esm/components/foundation-inbox/inbox.template.js +66 -26
  52. package/dist/esm/components/foundation-inbox/inbox.types.js +2 -1
  53. package/dist/esm/components/foundation-inbox/inbox.utils.js +2 -0
  54. package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.js +3 -59
  55. package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.js +14 -43
  56. package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.js +10 -27
  57. package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.js +1 -2
  58. package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.js +8 -10
  59. package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.js +9 -121
  60. package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.js +6 -35
  61. package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.js +11 -30
  62. package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.js +1 -2
  63. package/dist/esm/components/foundation-notification-dashboard/notification-dashboard.utils.js +1 -303
  64. package/dist/esm/components/foundation-notification-dashboard/types/param-type.js +1 -1
  65. package/dist/esm/notify.types.js +1 -8
  66. package/dist/esm/services/system.service.js +0 -3
  67. package/dist/pbc-notify-ui.api.json +339 -1
  68. package/dist/pbc-notify-ui.d.ts +41 -12
  69. package/dist/react.cjs +266 -0
  70. package/dist/react.mjs +240 -0
  71. package/package.json +23 -22
  72. package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.ts +6 -48
  73. package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.ts +21 -52
  74. package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.ts +11 -54
  75. package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.ts +2 -16
  76. package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.template.ts +11 -11
  77. package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.ts +6 -78
  78. package/src/components/foundation-inbox/inbox-base/inbox-base.ts +44 -75
  79. package/src/components/foundation-inbox/inbox.styles.ts +3 -24
  80. package/src/components/foundation-inbox/inbox.template.ts +80 -33
  81. package/src/components/foundation-inbox/inbox.types.ts +6 -2
  82. package/src/components/foundation-inbox/inbox.utils.ts +4 -0
  83. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.ts +14 -51
  84. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.ts +2 -53
  85. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.ts +0 -2
  86. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.ts +8 -27
  87. package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.ts +1 -1
  88. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts +8 -10
  89. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.ts +6 -42
  90. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.ts +7 -118
  91. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.ts +0 -2
  92. package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.ts +13 -30
  93. package/src/components/foundation-notification-dashboard/notification-dashboard.utils.ts +0 -336
  94. package/src/components/foundation-notification-dashboard/types/param-type.ts +1 -1
  95. package/src/index.ts +6 -0
  96. package/src/notify.types.ts +1 -9
  97. package/src/services/system.service.ts +0 -4
  98. package/tsdoc.json +14 -0
@@ -0,0 +1,14 @@
1
+ module.exports = {
2
+ /** Globs to analyze */
3
+ globs: ['src/**/*.ts'],
4
+ /** Directory to output CEM to */
5
+ outdir: './dist',
6
+ /** Run in dev mode, provides extra logging */
7
+ dev: false,
8
+ /** Enable special handling for FastElement */
9
+ fast: true,
10
+ /** Include third party custom elements manifests */
11
+ dependencies: true,
12
+ /** Output CEM path to `package.json`, defaults to true */
13
+ packagejson: true,
14
+ };