@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.
- package/custom-elements-manifest.config.js +14 -0
- package/dist/custom-elements.json +5953 -0
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.d.ts +1 -8
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.d.ts +1 -8
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts +6 -8
- package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox.styles.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox.types.d.ts +6 -3
- package/dist/dts/components/foundation-inbox/inbox.types.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox.utils.d.ts +2 -0
- package/dist/dts/components/foundation-inbox/inbox.utils.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.d.ts +2 -8
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.d.ts +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.d.ts +2 -2
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.d.ts +2 -11
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts +0 -14
- package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/types/param-type.d.ts +1 -1
- package/dist/dts/components/foundation-notification-dashboard/types/param-type.d.ts.map +1 -1
- package/dist/dts/index.d.ts +3 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/notify.types.d.ts +0 -6
- package/dist/dts/notify.types.d.ts.map +1 -1
- package/dist/dts/react.d.ts +258 -0
- package/dist/dts/services/system.service.d.ts +0 -1
- package/dist/dts/services/system.service.d.ts.map +1 -1
- package/dist/esm/components/foundation-inbox/components/inbox-subscription/inbox-subscription.js +9 -51
- package/dist/esm/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.js +6 -48
- package/dist/esm/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.js +21 -40
- package/dist/esm/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.js +4 -71
- package/dist/esm/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.js +2 -16
- package/dist/esm/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.template.js +11 -12
- package/dist/esm/components/foundation-inbox/inbox-base/inbox-base.js +40 -76
- package/dist/esm/components/foundation-inbox/inbox.styles.js +3 -24
- package/dist/esm/components/foundation-inbox/inbox.template.js +66 -26
- package/dist/esm/components/foundation-inbox/inbox.types.js +2 -1
- package/dist/esm/components/foundation-inbox/inbox.utils.js +2 -0
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.js +3 -59
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.js +14 -43
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.js +10 -27
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.js +1 -2
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.js +8 -10
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.js +9 -121
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.js +6 -35
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.js +11 -30
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.js +1 -2
- package/dist/esm/components/foundation-notification-dashboard/notification-dashboard.utils.js +1 -303
- package/dist/esm/components/foundation-notification-dashboard/types/param-type.js +1 -1
- package/dist/esm/notify.types.js +1 -8
- package/dist/esm/services/system.service.js +0 -3
- package/dist/pbc-notify-ui.api.json +339 -1
- package/dist/pbc-notify-ui.d.ts +41 -12
- package/dist/react.cjs +266 -0
- package/dist/react.mjs +240 -0
- package/package.json +23 -22
- package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.styles.ts +6 -48
- package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.template.ts +21 -52
- package/src/components/foundation-inbox/components/inbox-subscription/inbox-subscription.ts +11 -54
- package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.styles.ts +2 -16
- package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.template.ts +11 -11
- package/src/components/foundation-inbox/components/inbox-subscription/rule-parameter/rule-parameter.ts +6 -78
- package/src/components/foundation-inbox/inbox-base/inbox-base.ts +44 -75
- package/src/components/foundation-inbox/inbox.styles.ts +3 -24
- package/src/components/foundation-inbox/inbox.template.ts +80 -33
- package/src/components/foundation-inbox/inbox.types.ts +6 -2
- package/src/components/foundation-inbox/inbox.utils.ts +4 -0
- package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.ts +14 -51
- package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.ts +2 -53
- package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.ts +0 -2
- package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.ts +8 -27
- package/src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.ts +1 -1
- package/src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts +8 -10
- package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.ts +6 -42
- package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.ts +7 -118
- package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.ts +0 -2
- package/src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.ts +13 -30
- package/src/components/foundation-notification-dashboard/notification-dashboard.utils.ts +0 -336
- package/src/components/foundation-notification-dashboard/types/param-type.ts +1 -1
- package/src/index.ts +6 -0
- package/src/notify.types.ts +1 -9
- package/src/services/system.service.ts +0 -4
- 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
|
+
};
|