@genesislcap/pbc-notify-ui 14.441.0 → 14.443.1-alpha-3fbf238.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/api-extractor.json +2 -2
- package/dist/dts/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.template.d.ts.map +1 -1
- package/package.json +24 -31
- package/src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.ts +0 -1
- package/src/components/foundation-notification-dashboard/notification-dashboard.template.ts +1 -2
- package/tsconfig.json +1 -3
package/api-extractor.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
+
"extends": "../../../../api-extractor.json"
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"foundation-inbox-counter.d.ts","sourceRoot":"","sources":["../../../../../../src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAiB,cAAc,EAAc,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"foundation-inbox-counter.d.ts","sourceRoot":"","sources":["../../../../../../src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACxD,OAAO,EAAiB,cAAc,EAAc,MAAM,uBAAuB,CAAC;AAElF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAK5E,qBAKa,sBAAuB,SAAQ,cAAc;IAC5C,KAAK,EAAE,MAAM,CAAK;IACrB,OAAO,EAAE,OAAO,CAAC;IACF,YAAY,EAAE,sBAAsB,CAAC;IAC7D,OAAO,CAAC,aAAa,CAAe;IAE9B,iBAAiB;IAUvB,oBAAoB;IAOpB;;;OAGG;YACW,iBAAiB;IAU/B;;;OAGG;IACH,OAAO,CAAC,mBAAmB,CAEzB;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification-dashboard.template.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation-notification-dashboard/notification-dashboard.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAMhF,eAAO,MAAM,uCAAuC,
|
|
1
|
+
{"version":3,"file":"notification-dashboard.template.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation-notification-dashboard/notification-dashboard.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAMhF,eAAO,MAAM,uCAAuC,sFAgDnD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-notify-ui",
|
|
3
3
|
"description": "Genesis PBC Notify UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.443.1-alpha-3fbf238.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"workspaces": [
|
|
7
7
|
"client"
|
|
@@ -60,19 +60,12 @@
|
|
|
60
60
|
"test:unit:browser:watch": "genx test --browser --watch",
|
|
61
61
|
"test:unit:watch": "genx test --watch",
|
|
62
62
|
"test:debug": "genx test --debug",
|
|
63
|
-
"lint": "genx lint
|
|
64
|
-
"lint:fix": "genx lint --fix",
|
|
63
|
+
"lint": "genx lint -l ox",
|
|
64
|
+
"lint:fix": "genx lint -l ox --fix",
|
|
65
65
|
"lint:eslint": "genx lint -l eslint --profile",
|
|
66
66
|
"lint:stylelint": "genx lint -l stylelint",
|
|
67
67
|
"prepare": "cd .. && husky client/.husky"
|
|
68
68
|
},
|
|
69
|
-
"lint-staged": {
|
|
70
|
-
"*.{ts,js}": "eslint",
|
|
71
|
-
"*.styles.ts": "stylelint"
|
|
72
|
-
},
|
|
73
|
-
"eslintConfig": {
|
|
74
|
-
"extends": "@genesislcap/eslint-config"
|
|
75
|
-
},
|
|
76
69
|
"stylelint": {
|
|
77
70
|
"extends": "@genesislcap/stylelint-config"
|
|
78
71
|
},
|
|
@@ -90,34 +83,34 @@
|
|
|
90
83
|
"@commitlint/format": "^19.0.3",
|
|
91
84
|
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
|
|
92
85
|
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
|
|
93
|
-
"@genesislcap/design-system-configurator": "14.
|
|
94
|
-
"@genesislcap/eslint-config": "14.
|
|
95
|
-
"@genesislcap/eslint-stylelint-builder": "14.
|
|
96
|
-
"@genesislcap/foundation-testing": "14.
|
|
97
|
-
"@genesislcap/genx": "14.
|
|
98
|
-
"@genesislcap/prettier-config": "14.
|
|
99
|
-
"@genesislcap/stylelint-config": "14.
|
|
100
|
-
"@genesislcap/vite-builder": "14.
|
|
101
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/design-system-configurator": "14.443.1-alpha-3fbf238.0",
|
|
87
|
+
"@genesislcap/eslint-config": "14.443.1-alpha-3fbf238.0",
|
|
88
|
+
"@genesislcap/eslint-stylelint-builder": "14.443.1-alpha-3fbf238.0",
|
|
89
|
+
"@genesislcap/foundation-testing": "14.443.1-alpha-3fbf238.0",
|
|
90
|
+
"@genesislcap/genx": "14.443.1-alpha-3fbf238.0",
|
|
91
|
+
"@genesislcap/prettier-config": "14.443.1-alpha-3fbf238.0",
|
|
92
|
+
"@genesislcap/stylelint-config": "14.443.1-alpha-3fbf238.0",
|
|
93
|
+
"@genesislcap/vite-builder": "14.443.1-alpha-3fbf238.0",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.443.1-alpha-3fbf238.0",
|
|
102
95
|
"dayjs": "^1.11.7"
|
|
103
96
|
},
|
|
104
97
|
"dependencies": {
|
|
105
|
-
"@genesislcap/foundation-comms": "14.
|
|
106
|
-
"@genesislcap/foundation-criteria": "14.
|
|
107
|
-
"@genesislcap/foundation-entity-management": "14.
|
|
108
|
-
"@genesislcap/foundation-forms": "14.
|
|
109
|
-
"@genesislcap/foundation-layout": "14.
|
|
110
|
-
"@genesislcap/foundation-logger": "14.
|
|
111
|
-
"@genesislcap/foundation-notifications": "14.
|
|
112
|
-
"@genesislcap/foundation-utils": "14.
|
|
113
|
-
"@genesislcap/rapid-design-system": "14.
|
|
114
|
-
"@genesislcap/rapid-grid-pro": "14.
|
|
115
|
-
"@genesislcap/web-core": "14.
|
|
98
|
+
"@genesislcap/foundation-comms": "14.443.1-alpha-3fbf238.0",
|
|
99
|
+
"@genesislcap/foundation-criteria": "14.443.1-alpha-3fbf238.0",
|
|
100
|
+
"@genesislcap/foundation-entity-management": "14.443.1-alpha-3fbf238.0",
|
|
101
|
+
"@genesislcap/foundation-forms": "14.443.1-alpha-3fbf238.0",
|
|
102
|
+
"@genesislcap/foundation-layout": "14.443.1-alpha-3fbf238.0",
|
|
103
|
+
"@genesislcap/foundation-logger": "14.443.1-alpha-3fbf238.0",
|
|
104
|
+
"@genesislcap/foundation-notifications": "14.443.1-alpha-3fbf238.0",
|
|
105
|
+
"@genesislcap/foundation-utils": "14.443.1-alpha-3fbf238.0",
|
|
106
|
+
"@genesislcap/rapid-design-system": "14.443.1-alpha-3fbf238.0",
|
|
107
|
+
"@genesislcap/rapid-grid-pro": "14.443.1-alpha-3fbf238.0",
|
|
108
|
+
"@genesislcap/web-core": "14.443.1-alpha-3fbf238.0",
|
|
116
109
|
"lodash.debounce": "^4.0.8",
|
|
117
110
|
"rxjs": "^7.5.4"
|
|
118
111
|
},
|
|
119
112
|
"publishConfig": {
|
|
120
113
|
"access": "public"
|
|
121
114
|
},
|
|
122
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "144e5165ddad3e82f50599102a4f2d157cbb5ddf"
|
|
123
116
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
2
2
|
import { customElement, GenesisElement, observable } from '@genesislcap/web-core';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
|
-
|
|
5
4
|
import { FoundationInboxService } from '../../../../services/inbox.service';
|
|
6
5
|
import { AlertStatus } from '../../inbox.types';
|
|
7
6
|
import { FoundationInboxCounterStyles } from './foundation-inbox-counter.styles';
|
|
@@ -34,8 +34,7 @@ export const FoundationNotificationDashboardTemplate = html<FoundationNotificati
|
|
|
34
34
|
html`
|
|
35
35
|
${
|
|
36
36
|
/* HTML Render */
|
|
37
|
-
(x) =>
|
|
38
|
-
html<NotificationDashboardTab>`
|
|
37
|
+
(x) => html<NotificationDashboardTab>`
|
|
39
38
|
<rapid-tab-panel slot="${x.id}-tab"
|
|
40
39
|
id="${x.id}-tab-panel">
|
|
41
40
|
<${x.component}></${x.component}>
|