@memberjunction/ng-explorer-core 2.129.0 → 2.130.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/lib/guards/auth-guard.service.d.ts +2 -1
- package/dist/lib/guards/auth-guard.service.d.ts.map +1 -1
- package/dist/lib/guards/auth-guard.service.js +8 -4
- package/dist/lib/guards/auth-guard.service.js.map +1 -1
- package/dist/lib/resource-wrappers/chat-conversations-resource.component.d.ts +40 -11
- package/dist/lib/resource-wrappers/chat-conversations-resource.component.d.ts.map +1 -1
- package/dist/lib/resource-wrappers/chat-conversations-resource.component.js +151 -90
- package/dist/lib/resource-wrappers/chat-conversations-resource.component.js.map +1 -1
- package/dist/lib/shell/components/header/app-nav.component.d.ts +2 -1
- package/dist/lib/shell/components/header/app-nav.component.d.ts.map +1 -1
- package/dist/lib/shell/components/header/app-nav.component.js +4 -2
- package/dist/lib/shell/components/header/app-nav.component.js.map +1 -1
- package/dist/lib/shell/components/tabs/tab-container.component.d.ts.map +1 -1
- package/dist/lib/shell/components/tabs/tab-container.component.js +1 -0
- package/dist/lib/shell/components/tabs/tab-container.component.js.map +1 -1
- package/dist/lib/shell/shell.component.d.ts.map +1 -1
- package/dist/lib/shell/shell.component.js +6 -9
- package/dist/lib/shell/shell.component.js.map +1 -1
- package/dist/lib/single-record/single-record.component.d.ts +1 -1
- package/dist/lib/single-record/single-record.component.d.ts.map +1 -1
- package/dist/lib/single-record/single-record.component.js +47 -2
- package/dist/lib/single-record/single-record.component.js.map +1 -1
- package/dist/lib/user-profile/user-profile.component.d.ts +3 -2
- package/dist/lib/user-profile/user-profile.component.d.ts.map +1 -1
- package/dist/lib/user-profile/user-profile.component.js +9 -7
- package/dist/lib/user-profile/user-profile.component.js.map +1 -1
- package/package.json +35 -35
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../src/lib/user-profile/user-profile.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;;
|
|
1
|
+
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../src/lib/user-profile/user-profile.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC,qBAKa,oBAAoB;IAIZ,QAAQ,EAAE,UAAU;IAHhC,IAAI,EAAE,GAAG,CAAQ;IACjB,IAAI,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC;gBAE9B,QAAQ,EAAE,UAAU;yCAJ5B,oBAAoB;2CAApB,oBAAoB;CAQhC"}
|
|
@@ -13,13 +13,14 @@ function UserProfileComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
13
13
|
i0.ɵɵtext(6);
|
|
14
14
|
i0.ɵɵelementEnd()();
|
|
15
15
|
} if (rf & 2) {
|
|
16
|
-
const
|
|
16
|
+
const user_r1 = ctx.ngIf;
|
|
17
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
17
18
|
i0.ɵɵadvance(2);
|
|
18
|
-
i0.ɵɵtextInterpolate(
|
|
19
|
+
i0.ɵɵtextInterpolate(user_r1.name);
|
|
19
20
|
i0.ɵɵadvance(2);
|
|
20
|
-
i0.ɵɵtextInterpolate(
|
|
21
|
+
i0.ɵɵtextInterpolate(user_r1.email);
|
|
21
22
|
i0.ɵɵadvance(2);
|
|
22
|
-
i0.ɵɵtextInterpolate(
|
|
23
|
+
i0.ɵɵtextInterpolate(ctx_r1.JSON.stringify(user_r1));
|
|
23
24
|
} }
|
|
24
25
|
export class UserProfileComponent {
|
|
25
26
|
authBase;
|
|
@@ -27,7 +28,8 @@ export class UserProfileComponent {
|
|
|
27
28
|
User;
|
|
28
29
|
constructor(authBase) {
|
|
29
30
|
this.authBase = authBase;
|
|
30
|
-
|
|
31
|
+
// v3.0 API - User is now an observable that the template subscribes to
|
|
32
|
+
this.User = authBase.getUserInfo();
|
|
31
33
|
}
|
|
32
34
|
static ɵfac = function UserProfileComponent_Factory(t) { return new (t || UserProfileComponent)(i0.ɵɵdirectiveInject(i1.MJAuthBase)); };
|
|
33
35
|
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserProfileComponent, selectors: [["app-user-profile"]], decls: 2, vars: 3, consts: [[4, "ngIf"]], template: function UserProfileComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -39,7 +41,7 @@ export class UserProfileComponent {
|
|
|
39
41
|
}
|
|
40
42
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserProfileComponent, [{
|
|
41
43
|
type: Component,
|
|
42
|
-
args: [{ selector: 'app-user-profile', template: "<ul *ngIf=\"User | async\">\n <li>{{
|
|
44
|
+
args: [{ selector: 'app-user-profile', template: "<ul *ngIf=\"User | async as user\">\n <li>{{ user.name }}</li>\n <li>{{ user.email }}</li>\n <li>{{ JSON.stringify(user) }}</li>\n</ul>" }]
|
|
43
45
|
}], () => [{ type: i1.MJAuthBase }], null); })();
|
|
44
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserProfileComponent, { className: "UserProfileComponent", filePath: "src/lib/user-profile/user-profile.component.ts", lineNumber:
|
|
46
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserProfileComponent, { className: "UserProfileComponent", filePath: "src/lib/user-profile/user-profile.component.ts", lineNumber: 11 }); })();
|
|
45
47
|
//# sourceMappingURL=user-profile.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.component.js","sourceRoot":"","sources":["../../../src/lib/user-profile/user-profile.component.ts","../../../src/lib/user-profile/user-profile.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;;;;ICCtC,AADJ,
|
|
1
|
+
{"version":3,"file":"user-profile.component.js","sourceRoot":"","sources":["../../../src/lib/user-profile/user-profile.component.ts","../../../src/lib/user-profile/user-profile.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;;;;ICCtC,AADJ,0BAAiC,SACzB;IAAA,YAAe;IAAA,iBAAK;IACxB,0BAAI;IAAA,YAAgB;IAAA,iBAAK;IACzB,0BAAI;IAAA,YAA0B;IAClC,AADkC,iBAAK,EAClC;;;;IAHG,eAAe;IAAf,kCAAe;IACf,eAAgB;IAAhB,mCAAgB;IAChB,eAA0B;IAA1B,oDAA0B;;ADOlC,MAAM,OAAO,oBAAoB;IAIZ;IAHZ,IAAI,GAAQ,IAAI,CAAC;IACjB,IAAI,CAAsC;IAEjD,YAAmB,QAAoB;QAApB,aAAQ,GAAR,QAAQ,CAAY;QACrC,uEAAuE;QACvE,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC,WAAW,EAAE,CAAC;IACrC,CAAC;8EAPU,oBAAoB;6DAApB,oBAAoB;YCVjC,mEAAiC;;;YAA5B,qDAAmB;;;iFDUX,oBAAoB;cALhC,SAAS;2BACE,kBAAkB;;kFAIjB,oBAAoB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-explorer-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.130.1",
|
|
4
4
|
"description": "MemberJunction Explorer: Core Angular Components",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -30,40 +30,40 @@
|
|
|
30
30
|
"@angular/cdk": "18.0.2",
|
|
31
31
|
"@angular/platform-browser": "18.0.2",
|
|
32
32
|
"@auth0/auth0-angular": "latest",
|
|
33
|
-
"@memberjunction/ai-core-plus": "2.
|
|
34
|
-
"@memberjunction/ai-engine-base": "2.
|
|
35
|
-
"@memberjunction/communication-types": "2.
|
|
36
|
-
"@memberjunction/core": "2.
|
|
37
|
-
"@memberjunction/core-entities": "2.
|
|
38
|
-
"@memberjunction/entity-communications-client": "2.
|
|
39
|
-
"@memberjunction/global": "2.
|
|
40
|
-
"@memberjunction/ng-ai-test-harness": "2.
|
|
41
|
-
"@memberjunction/ng-artifacts": "2.
|
|
42
|
-
"@memberjunction/ng-auth-services": "2.
|
|
43
|
-
"@memberjunction/ng-base-application": "2.
|
|
44
|
-
"@memberjunction/ng-base-forms": "2.
|
|
45
|
-
"@memberjunction/ng-compare-records": "2.
|
|
46
|
-
"@memberjunction/ng-container-directives": "2.
|
|
47
|
-
"@memberjunction/ng-conversations": "2.
|
|
48
|
-
"@memberjunction/ng-dashboards": "2.
|
|
49
|
-
"@memberjunction/ng-entity-form-dialog": "2.
|
|
50
|
-
"@memberjunction/ng-entity-permissions": "2.
|
|
51
|
-
"@memberjunction/ng-entity-viewer": "2.
|
|
52
|
-
"@memberjunction/ng-explorer-settings": "2.
|
|
53
|
-
"@memberjunction/ng-file-storage": "2.
|
|
54
|
-
"@memberjunction/ng-generic-dialog": "2.
|
|
55
|
-
"@memberjunction/ng-notifications": "2.
|
|
56
|
-
"@memberjunction/ng-query-grid": "2.
|
|
57
|
-
"@memberjunction/ng-record-changes": "2.
|
|
58
|
-
"@memberjunction/ng-record-selector": "2.
|
|
59
|
-
"@memberjunction/ng-resource-permissions": "2.
|
|
60
|
-
"@memberjunction/ng-shared": "2.
|
|
61
|
-
"@memberjunction/ng-shared-generic": "2.
|
|
62
|
-
"@memberjunction/ng-tabstrip": "2.
|
|
63
|
-
"@memberjunction/ng-user-avatar": "2.
|
|
64
|
-
"@memberjunction/ng-user-view-grid": "2.
|
|
65
|
-
"@memberjunction/ng-user-view-properties": "2.
|
|
66
|
-
"@memberjunction/templates-base-types": "2.
|
|
33
|
+
"@memberjunction/ai-core-plus": "2.130.1",
|
|
34
|
+
"@memberjunction/ai-engine-base": "2.130.1",
|
|
35
|
+
"@memberjunction/communication-types": "2.130.1",
|
|
36
|
+
"@memberjunction/core": "2.130.1",
|
|
37
|
+
"@memberjunction/core-entities": "2.130.1",
|
|
38
|
+
"@memberjunction/entity-communications-client": "2.130.1",
|
|
39
|
+
"@memberjunction/global": "2.130.1",
|
|
40
|
+
"@memberjunction/ng-ai-test-harness": "2.130.1",
|
|
41
|
+
"@memberjunction/ng-artifacts": "2.130.1",
|
|
42
|
+
"@memberjunction/ng-auth-services": "2.130.1",
|
|
43
|
+
"@memberjunction/ng-base-application": "2.130.1",
|
|
44
|
+
"@memberjunction/ng-base-forms": "2.130.1",
|
|
45
|
+
"@memberjunction/ng-compare-records": "2.130.1",
|
|
46
|
+
"@memberjunction/ng-container-directives": "2.130.1",
|
|
47
|
+
"@memberjunction/ng-conversations": "2.130.1",
|
|
48
|
+
"@memberjunction/ng-dashboards": "2.130.1",
|
|
49
|
+
"@memberjunction/ng-entity-form-dialog": "2.130.1",
|
|
50
|
+
"@memberjunction/ng-entity-permissions": "2.130.1",
|
|
51
|
+
"@memberjunction/ng-entity-viewer": "2.130.1",
|
|
52
|
+
"@memberjunction/ng-explorer-settings": "2.130.1",
|
|
53
|
+
"@memberjunction/ng-file-storage": "2.130.1",
|
|
54
|
+
"@memberjunction/ng-generic-dialog": "2.130.1",
|
|
55
|
+
"@memberjunction/ng-notifications": "2.130.1",
|
|
56
|
+
"@memberjunction/ng-query-grid": "2.130.1",
|
|
57
|
+
"@memberjunction/ng-record-changes": "2.130.1",
|
|
58
|
+
"@memberjunction/ng-record-selector": "2.130.1",
|
|
59
|
+
"@memberjunction/ng-resource-permissions": "2.130.1",
|
|
60
|
+
"@memberjunction/ng-shared": "2.130.1",
|
|
61
|
+
"@memberjunction/ng-shared-generic": "2.130.1",
|
|
62
|
+
"@memberjunction/ng-tabstrip": "2.130.1",
|
|
63
|
+
"@memberjunction/ng-user-avatar": "2.130.1",
|
|
64
|
+
"@memberjunction/ng-user-view-grid": "2.130.1",
|
|
65
|
+
"@memberjunction/ng-user-view-properties": "2.130.1",
|
|
66
|
+
"@memberjunction/templates-base-types": "2.130.1",
|
|
67
67
|
"@progress/kendo-angular-buttons": "16.2.0",
|
|
68
68
|
"@progress/kendo-angular-dateinputs": "16.2.0",
|
|
69
69
|
"@progress/kendo-angular-dialog": "16.2.0",
|