@mj-biz-apps/common-ng 5.4.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/README.md +276 -0
- package/dist/lib/components/address-editor/address-editor.component.d.ts +249 -0
- package/dist/lib/components/address-editor/address-editor.component.d.ts.map +1 -0
- package/dist/lib/components/address-editor/address-editor.component.js +981 -0
- package/dist/lib/components/address-editor/address-editor.component.js.map +1 -0
- package/dist/lib/components/contact-method-list/contact-method-list.component.d.ts +256 -0
- package/dist/lib/components/contact-method-list/contact-method-list.component.d.ts.map +1 -0
- package/dist/lib/components/contact-method-list/contact-method-list.component.js +788 -0
- package/dist/lib/components/contact-method-list/contact-method-list.component.js.map +1 -0
- package/dist/lib/components/org-hierarchy-tree/org-hierarchy-tree.component.d.ts +119 -0
- package/dist/lib/components/org-hierarchy-tree/org-hierarchy-tree.component.d.ts.map +1 -0
- package/dist/lib/components/org-hierarchy-tree/org-hierarchy-tree.component.js +295 -0
- package/dist/lib/components/org-hierarchy-tree/org-hierarchy-tree.component.js.map +1 -0
- package/dist/lib/components/relationship-list/relationship-list.component.d.ts +392 -0
- package/dist/lib/components/relationship-list/relationship-list.component.d.ts.map +1 -0
- package/dist/lib/components/relationship-list/relationship-list.component.js +1171 -0
- package/dist/lib/components/relationship-list/relationship-list.component.js.map +1 -0
- package/dist/lib/custom/Organization/organization-form.component.d.ts +24 -0
- package/dist/lib/custom/Organization/organization-form.component.d.ts.map +1 -0
- package/dist/lib/custom/Organization/organization-form.component.js +244 -0
- package/dist/lib/custom/Organization/organization-form.component.js.map +1 -0
- package/dist/lib/custom/Person/person-form.component.d.ts +24 -0
- package/dist/lib/custom/Person/person-form.component.d.ts.map +1 -0
- package/dist/lib/custom/Person/person-form.component.js +231 -0
- package/dist/lib/custom/Person/person-form.component.js.map +1 -0
- package/dist/lib/custom/custom-forms.module.d.ts +17 -0
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -0
- package/dist/lib/custom/custom-forms.module.js +64 -0
- package/dist/lib/custom/custom-forms.module.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.js +94 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.js +70 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.js +86 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.js +70 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.js +86 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.js +190 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.js +80 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.js +184 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.js +78 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.js +90 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.js.map +1 -0
- package/dist/lib/generated/class-registrations-manifest.d.ts +22 -0
- package/dist/lib/generated/class-registrations-manifest.d.ts.map +1 -0
- package/dist/lib/generated/class-registrations-manifest.js +39 -0
- package/dist/lib/generated/class-registrations-manifest.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +28 -0
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -0
- package/dist/lib/generated/generated-forms.module.js +94 -0
- package/dist/lib/generated/generated-forms.module.js.map +1 -0
- package/dist/public-api.d.ts +23 -0
- package/dist/public-api.d.ts.map +1 -0
- package/dist/public-api.js +30 -0
- package/dist/public-api.js.map +1 -0
- package/package.json +46 -0
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
// Extend the generated form to ensure it registers first (dependency ordering)
|
|
11
|
+
import { mjBizAppsCommonPersonFormComponent } from '../../generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
import * as i1 from "@memberjunction/ng-base-forms";
|
|
14
|
+
import * as i2 from "../../components/address-editor/address-editor.component";
|
|
15
|
+
import * as i3 from "../../components/contact-method-list/contact-method-list.component";
|
|
16
|
+
import * as i4 from "../../components/relationship-list/relationship-list.component";
|
|
17
|
+
function BizAppsPersonFormComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
+
i0.ɵɵelement(0, "mj-form-field", 10);
|
|
19
|
+
} if (rf & 2) {
|
|
20
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
21
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
22
|
+
} }
|
|
23
|
+
function BizAppsPersonFormComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
24
|
+
i0.ɵɵelement(0, "mj-form-field", 27)(1, "mj-form-field", 28)(2, "mj-form-field", 29)(3, "mj-form-field", 30)(4, "mj-form-field", 31);
|
|
25
|
+
} if (rf & 2) {
|
|
26
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
27
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
28
|
+
i0.ɵɵadvance();
|
|
29
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
30
|
+
i0.ɵɵadvance();
|
|
31
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
32
|
+
i0.ɵɵadvance();
|
|
33
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
34
|
+
i0.ɵɵadvance();
|
|
35
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
36
|
+
} }
|
|
37
|
+
function BizAppsPersonFormComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
38
|
+
i0.ɵɵelementStart(0, "mj-collapsible-panel", 20);
|
|
39
|
+
i0.ɵɵelement(1, "mj-form-field", 32)(2, "mj-form-field", 33)(3, "mj-form-field", 34)(4, "mj-form-field", 35)(5, "mj-form-field", 36)(6, "mj-form-field", 37)(7, "mj-form-field", 38)(8, "mj-form-field", 39)(9, "mj-form-field", 40);
|
|
40
|
+
i0.ɵɵelementEnd();
|
|
41
|
+
} if (rf & 2) {
|
|
42
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
43
|
+
i0.ɵɵproperty("Form", ctx_r0)("FormContext", ctx_r0.formContext);
|
|
44
|
+
i0.ɵɵadvance();
|
|
45
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
46
|
+
i0.ɵɵadvance();
|
|
47
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
48
|
+
i0.ɵɵadvance();
|
|
49
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
50
|
+
i0.ɵɵadvance();
|
|
51
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
52
|
+
i0.ɵɵadvance();
|
|
53
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
54
|
+
i0.ɵɵadvance();
|
|
55
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
56
|
+
i0.ɵɵadvance();
|
|
57
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
58
|
+
i0.ɵɵadvance();
|
|
59
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
60
|
+
i0.ɵɵadvance();
|
|
61
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
62
|
+
} }
|
|
63
|
+
function BizAppsPersonFormComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
64
|
+
i0.ɵɵelementStart(0, "mj-collapsible-panel", 21);
|
|
65
|
+
i0.ɵɵelement(1, "mj-form-field", 41)(2, "mj-form-field", 42);
|
|
66
|
+
i0.ɵɵelementEnd();
|
|
67
|
+
} if (rf & 2) {
|
|
68
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
69
|
+
i0.ɵɵproperty("Form", ctx_r0)("FormContext", ctx_r0.formContext);
|
|
70
|
+
i0.ɵɵadvance();
|
|
71
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
72
|
+
i0.ɵɵadvance();
|
|
73
|
+
i0.ɵɵproperty("Record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode)("FormContext", ctx_r0.formContext);
|
|
74
|
+
} }
|
|
75
|
+
function BizAppsPersonFormComponent_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
76
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
77
|
+
i0.ɵɵelementStart(0, "bizapps-address-editor", 43);
|
|
78
|
+
i0.ɵɵlistener("DataChanged", function BizAppsPersonFormComponent_Conditional_24_Template_bizapps_address_editor_DataChanged_0_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.OnWidgetDataChanged()); });
|
|
79
|
+
i0.ɵɵelementEnd();
|
|
80
|
+
} if (rf & 2) {
|
|
81
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
82
|
+
i0.ɵɵproperty("RecordID", ctx_r0.record.ID)("EditMode", ctx_r0.EditMode);
|
|
83
|
+
} }
|
|
84
|
+
function BizAppsPersonFormComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
85
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
86
|
+
i0.ɵɵelementStart(0, "bizapps-contact-method-list", 44);
|
|
87
|
+
i0.ɵɵlistener("DataChanged", function BizAppsPersonFormComponent_Conditional_26_Template_bizapps_contact_method_list_DataChanged_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.OnWidgetDataChanged()); });
|
|
88
|
+
i0.ɵɵelementEnd();
|
|
89
|
+
} if (rf & 2) {
|
|
90
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
91
|
+
i0.ɵɵproperty("PersonID", ctx_r0.record.ID)("EditMode", ctx_r0.EditMode);
|
|
92
|
+
} }
|
|
93
|
+
function BizAppsPersonFormComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
94
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
95
|
+
i0.ɵɵelementStart(0, "bizapps-relationship-list", 45);
|
|
96
|
+
i0.ɵɵlistener("DataChanged", function BizAppsPersonFormComponent_Conditional_28_Template_bizapps_relationship_list_DataChanged_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.OnWidgetDataChanged()); })("Navigate", function BizAppsPersonFormComponent_Conditional_28_Template_bizapps_relationship_list_Navigate_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.OnFormNavigate($event)); });
|
|
97
|
+
i0.ɵɵelementEnd();
|
|
98
|
+
} if (rf & 2) {
|
|
99
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
100
|
+
i0.ɵɵproperty("PersonID", ctx_r0.record.ID)("EditMode", ctx_r0.EditMode);
|
|
101
|
+
} }
|
|
102
|
+
/**
|
|
103
|
+
* Custom Person form component that overrides the CodeGen-generated form.
|
|
104
|
+
*
|
|
105
|
+
* Preserves the standard MJ form layout with collapsible field panels
|
|
106
|
+
* and replaces the generic related-entity data grids with richer CRUD
|
|
107
|
+
* widgets for addresses, contact methods, and relationships.
|
|
108
|
+
*/
|
|
109
|
+
let BizAppsPersonFormComponent = class BizAppsPersonFormComponent extends mjBizAppsCommonPersonFormComponent {
|
|
110
|
+
record;
|
|
111
|
+
async ngOnInit() {
|
|
112
|
+
await super.ngOnInit();
|
|
113
|
+
this.initSections([
|
|
114
|
+
{ sectionKey: 'personalIdentity', sectionName: 'Personal Identity', isExpanded: true },
|
|
115
|
+
{ sectionKey: 'professionalAndProfile', sectionName: 'Professional and Profile', isExpanded: true },
|
|
116
|
+
{ sectionKey: 'accountAndStatus', sectionName: 'Account and Status', isExpanded: false },
|
|
117
|
+
{ sectionKey: 'primaryAddress', sectionName: 'Primary Address', isExpanded: false },
|
|
118
|
+
{ sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
|
|
119
|
+
{ sectionKey: 'addresses', sectionName: 'Addresses', isExpanded: true },
|
|
120
|
+
{ sectionKey: 'contactMethods', sectionName: 'Contact Methods', isExpanded: true },
|
|
121
|
+
{ sectionKey: 'relationships', sectionName: 'Relationships', isExpanded: true }
|
|
122
|
+
]);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Called when a CRUD widget (address, contact method, relationship) mutates
|
|
126
|
+
* related data. Reloads the record from the database to refresh virtual
|
|
127
|
+
* fields (PrimaryAddress*, PrimaryEmail, CurrentOrganization*, etc.)
|
|
128
|
+
* only when the form has no pending edits.
|
|
129
|
+
*/
|
|
130
|
+
async OnWidgetDataChanged() {
|
|
131
|
+
if (!this.record.Dirty) {
|
|
132
|
+
await this.record.InnerLoad(this.record.PrimaryKey);
|
|
133
|
+
this.cdr.detectChanges();
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
static ɵfac = /*@__PURE__*/ (() => { let ɵBizAppsPersonFormComponent_BaseFactory; return function BizAppsPersonFormComponent_Factory(__ngFactoryType__) { return (ɵBizAppsPersonFormComponent_BaseFactory || (ɵBizAppsPersonFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(BizAppsPersonFormComponent)))(__ngFactoryType__ || BizAppsPersonFormComponent); }; })();
|
|
137
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BizAppsPersonFormComponent, selectors: [["bizapps-person-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 29, vars: 81, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "personalIdentity", "SectionName", "Personal Identity", "Icon", "fa fa-user", 3, "Form", "FormContext"], ["FieldName", "FirstName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "LastName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "MiddleName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Prefix", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Suffix", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PreferredName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DateOfBirth", "Type", "datepicker", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Gender", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DisplayName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "professionalAndProfile", "SectionName", "Professional and Profile", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "Title", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Email", "Type", "textbox", "LinkType", "Email", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Phone", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PhotoURL", "Type", "textbox", "LinkType", "URL", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Bio", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "accountAndStatus", "SectionName", "Account and Status", "Icon", "fa fa-flag", 3, "Form", "FormContext"], ["FieldName", "LinkedUserID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "primaryAddress", "SectionName", "Primary Address", "Icon", "fa fa-map-marker-alt", 3, "Form", "FormContext"], ["SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["SectionKey", "addresses", "SectionName", "Addresses", "Icon", "fa fa-map-marker-alt", 3, "Form", "FormContext"], ["EntityName", "MJ.BizApps.Common: People", 3, "RecordID", "EditMode"], ["SectionKey", "contactMethods", "SectionName", "Contact Methods", "Icon", "fa fa-address-book", 3, "Form", "FormContext"], [3, "PersonID", "EditMode"], ["SectionKey", "relationships", "SectionName", "Relationships", "Icon", "fa fa-handshake", 3, "Form", "FormContext"], ["FieldName", "PrimaryEmail", "Type", "textbox", "LinkType", "Email", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryPhone", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CurrentOrganizationID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CurrentOrganizationName", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "CurrentJobTitle", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressLine1", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressLine2", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressCity", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressState", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressPostalCode", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressCountry", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressLatitude", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressLongitude", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PrimaryAddressType", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["EntityName", "MJ.BizApps.Common: People", 3, "DataChanged", "RecordID", "EditMode"], [3, "DataChanged", "PersonID", "EditMode"], [3, "DataChanged", "Navigate", "PersonID", "EditMode"]], template: function BizAppsPersonFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
138
|
+
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
139
|
+
i0.ɵɵlistener("Navigate", function BizAppsPersonFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function BizAppsPersonFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function BizAppsPersonFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function BizAppsPersonFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function BizAppsPersonFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
140
|
+
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
141
|
+
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9);
|
|
142
|
+
i0.ɵɵconditionalCreate(10, BizAppsPersonFormComponent_Conditional_10_Template, 1, 4, "mj-form-field", 10);
|
|
143
|
+
i0.ɵɵelementEnd();
|
|
144
|
+
i0.ɵɵelementStart(11, "mj-collapsible-panel", 11);
|
|
145
|
+
i0.ɵɵelement(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15)(16, "mj-form-field", 16);
|
|
146
|
+
i0.ɵɵconditionalCreate(17, BizAppsPersonFormComponent_Conditional_17_Template, 5, 20);
|
|
147
|
+
i0.ɵɵelementEnd();
|
|
148
|
+
i0.ɵɵelementStart(18, "mj-collapsible-panel", 17);
|
|
149
|
+
i0.ɵɵelement(19, "mj-form-field", 18)(20, "mj-form-field", 19);
|
|
150
|
+
i0.ɵɵelementEnd();
|
|
151
|
+
i0.ɵɵconditionalCreate(21, BizAppsPersonFormComponent_Conditional_21_Template, 10, 38, "mj-collapsible-panel", 20);
|
|
152
|
+
i0.ɵɵconditionalCreate(22, BizAppsPersonFormComponent_Conditional_22_Template, 3, 10, "mj-collapsible-panel", 21);
|
|
153
|
+
i0.ɵɵelementStart(23, "mj-collapsible-panel", 22);
|
|
154
|
+
i0.ɵɵconditionalCreate(24, BizAppsPersonFormComponent_Conditional_24_Template, 1, 2, "bizapps-address-editor", 23);
|
|
155
|
+
i0.ɵɵelementEnd();
|
|
156
|
+
i0.ɵɵelementStart(25, "mj-collapsible-panel", 24);
|
|
157
|
+
i0.ɵɵconditionalCreate(26, BizAppsPersonFormComponent_Conditional_26_Template, 1, 2, "bizapps-contact-method-list", 25);
|
|
158
|
+
i0.ɵɵelementEnd();
|
|
159
|
+
i0.ɵɵelementStart(27, "mj-collapsible-panel", 26);
|
|
160
|
+
i0.ɵɵconditionalCreate(28, BizAppsPersonFormComponent_Conditional_28_Template, 1, 2, "bizapps-relationship-list", 25);
|
|
161
|
+
i0.ɵɵelementEnd()();
|
|
162
|
+
} if (rf & 2) {
|
|
163
|
+
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
164
|
+
i0.ɵɵadvance();
|
|
165
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
166
|
+
i0.ɵɵadvance();
|
|
167
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
168
|
+
i0.ɵɵadvance();
|
|
169
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
170
|
+
i0.ɵɵadvance();
|
|
171
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
172
|
+
i0.ɵɵadvance();
|
|
173
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
174
|
+
i0.ɵɵadvance();
|
|
175
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
176
|
+
i0.ɵɵadvance();
|
|
177
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
178
|
+
i0.ɵɵadvance();
|
|
179
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
180
|
+
i0.ɵɵadvance();
|
|
181
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
182
|
+
i0.ɵɵadvance();
|
|
183
|
+
i0.ɵɵconditional(!ctx.EditMode ? 10 : -1);
|
|
184
|
+
i0.ɵɵadvance();
|
|
185
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
186
|
+
i0.ɵɵadvance();
|
|
187
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
188
|
+
i0.ɵɵadvance();
|
|
189
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
190
|
+
i0.ɵɵadvance();
|
|
191
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
192
|
+
i0.ɵɵadvance();
|
|
193
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
194
|
+
i0.ɵɵadvance();
|
|
195
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
196
|
+
i0.ɵɵadvance();
|
|
197
|
+
i0.ɵɵconditional(!ctx.EditMode ? 17 : -1);
|
|
198
|
+
i0.ɵɵadvance();
|
|
199
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
200
|
+
i0.ɵɵadvance();
|
|
201
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
202
|
+
i0.ɵɵadvance();
|
|
203
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
204
|
+
i0.ɵɵadvance();
|
|
205
|
+
i0.ɵɵconditional(!ctx.EditMode ? 21 : -1);
|
|
206
|
+
i0.ɵɵadvance();
|
|
207
|
+
i0.ɵɵconditional(!ctx.EditMode ? 22 : -1);
|
|
208
|
+
i0.ɵɵadvance();
|
|
209
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
210
|
+
i0.ɵɵadvance();
|
|
211
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 24 : -1);
|
|
212
|
+
i0.ɵɵadvance();
|
|
213
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
214
|
+
i0.ɵɵadvance();
|
|
215
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 26 : -1);
|
|
216
|
+
i0.ɵɵadvance();
|
|
217
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
218
|
+
i0.ɵɵadvance();
|
|
219
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 28 : -1);
|
|
220
|
+
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i2.AddressEditorComponent, i3.ContactMethodListComponent, i4.RelationshipListComponent], styles: ["[_nghost-%COMP%] {\n display: block;\n height: 100%;\n}"] });
|
|
221
|
+
};
|
|
222
|
+
BizAppsPersonFormComponent = __decorate([
|
|
223
|
+
RegisterClass(BaseFormComponent, 'MJ.BizApps.Common: People')
|
|
224
|
+
], BizAppsPersonFormComponent);
|
|
225
|
+
export { BizAppsPersonFormComponent };
|
|
226
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BizAppsPersonFormComponent, [{
|
|
227
|
+
type: Component,
|
|
228
|
+
args: [{ standalone: false, selector: 'bizapps-person-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Personal Identity Section -->\n <mj-collapsible-panel\n SectionKey=\"personalIdentity\"\n SectionName=\"Personal Identity\"\n Icon=\"fa fa-user\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"FirstName\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"LastName\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"MiddleName\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Prefix\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Suffix\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PreferredName\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"DateOfBirth\"\n Type=\"datepicker\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Gender\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n @if (!EditMode) {\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"DisplayName\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n }\n </mj-collapsible-panel>\n\n <!-- Professional and Profile Section -->\n <mj-collapsible-panel\n SectionKey=\"professionalAndProfile\"\n SectionName=\"Professional and Profile\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Title\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Email\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\" LinkType=\"Email\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Phone\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PhotoURL\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\" LinkType=\"URL\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Bio\"\n Type=\"textarea\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n @if (!EditMode) {\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryEmail\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\" LinkType=\"Email\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryPhone\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"CurrentOrganizationID\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\" LinkType=\"Record\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"CurrentOrganizationName\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"CurrentJobTitle\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n }\n </mj-collapsible-panel>\n\n <!-- Account and Status Section -->\n <mj-collapsible-panel\n SectionKey=\"accountAndStatus\"\n SectionName=\"Account and Status\"\n Icon=\"fa fa-flag\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"LinkedUserID\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\" LinkType=\"Record\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"Status\"\n Type=\"select\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n </mj-collapsible-panel>\n\n <!-- Primary Address Section (read-only summary from enriched view, hidden in edit mode) -->\n @if (!EditMode) {\n <mj-collapsible-panel\n SectionKey=\"primaryAddress\"\n SectionName=\"Primary Address\"\n Icon=\"fa fa-map-marker-alt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressLine1\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressLine2\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressCity\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressState\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressPostalCode\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressCountry\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressLatitude\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressLongitude\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"PrimaryAddressType\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n </mj-collapsible-panel>\n }\n\n <!-- System Metadata Section (read-only, hidden in edit mode) -->\n @if (!EditMode) {\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n <mj-form-field [Record]=\"record\" [ShowLabel]=\"true\" FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\" [EditMode]=\"EditMode\" [FormContext]=\"formContext\"></mj-form-field>\n </mj-collapsible-panel>\n }\n\n <!-- ========================================\n CUSTOM WIDGET PANELS\n ======================================== -->\n\n <!-- Addresses Section (custom CRUD widget) -->\n <mj-collapsible-panel\n SectionKey=\"addresses\"\n SectionName=\"Addresses\"\n Icon=\"fa fa-map-marker-alt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n @if (record.IsSaved) {\n <bizapps-address-editor\n EntityName=\"MJ.BizApps.Common: People\"\n [RecordID]=\"record.ID\"\n [EditMode]=\"EditMode\"\n (DataChanged)=\"OnWidgetDataChanged()\">\n </bizapps-address-editor>\n }\n </mj-collapsible-panel>\n\n <!-- Contact Methods Section (custom CRUD widget) -->\n <mj-collapsible-panel\n SectionKey=\"contactMethods\"\n SectionName=\"Contact Methods\"\n Icon=\"fa fa-address-book\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n @if (record.IsSaved) {\n <bizapps-contact-method-list\n [PersonID]=\"record.ID\"\n [EditMode]=\"EditMode\"\n (DataChanged)=\"OnWidgetDataChanged()\">\n </bizapps-contact-method-list>\n }\n </mj-collapsible-panel>\n\n <!-- Relationships Section (custom CRUD widget) -->\n <mj-collapsible-panel\n SectionKey=\"relationships\"\n SectionName=\"Relationships\"\n Icon=\"fa fa-handshake\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n @if (record.IsSaved) {\n <bizapps-relationship-list\n [PersonID]=\"record.ID\"\n [EditMode]=\"EditMode\"\n (DataChanged)=\"OnWidgetDataChanged()\"\n (Navigate)=\"OnFormNavigate($event)\">\n </bizapps-relationship-list>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n", styles: [":host {\n display: block;\n height: 100%;\n}\n"] }]
|
|
229
|
+
}], null, null); })();
|
|
230
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BizAppsPersonFormComponent, { className: "BizAppsPersonFormComponent", filePath: "lib/custom/person/person-form.component.ts", lineNumber: 22 }); })();
|
|
231
|
+
//# sourceMappingURL=person-form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"person-form.component.js","sourceRoot":"","sources":["../../../../src/lib/custom/Person/person-form.component.ts","../../../../src/lib/custom/Person/person-form.component.html"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./Person/person-form.component";
|
|
3
|
+
import * as i2 from "./Organization/organization-form.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@memberjunction/ng-base-forms";
|
|
7
|
+
import * as i6 from "@memberjunction/ng-link-directives";
|
|
8
|
+
import * as i7 from "../components/address-editor/address-editor.component";
|
|
9
|
+
import * as i8 from "../components/contact-method-list/contact-method-list.component";
|
|
10
|
+
import * as i9 from "../components/relationship-list/relationship-list.component";
|
|
11
|
+
import * as i10 from "../components/org-hierarchy-tree/org-hierarchy-tree.component";
|
|
12
|
+
export declare class CustomFormsModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomFormsModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CustomFormsModule, [typeof i1.BizAppsPersonFormComponent, typeof i2.BizAppsOrganizationFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.BaseFormsModule, typeof i6.LinkDirectivesModule, typeof i7.AddressEditorComponent, typeof i8.ContactMethodListComponent, typeof i9.RelationshipListComponent, typeof i10.OrgHierarchyTreeComponent], [typeof i1.BizAppsPersonFormComponent, typeof i2.BizAppsOrganizationFormComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CustomFormsModule>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=custom-forms.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAkBA,qBAqBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAI"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { FormsModule } from '@angular/forms';
|
|
4
|
+
// MemberJunction Imports
|
|
5
|
+
import { BaseFormsModule } from '@memberjunction/ng-base-forms';
|
|
6
|
+
import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
|
|
7
|
+
// Standalone CRUD widget components (used directly in form templates)
|
|
8
|
+
import { AddressEditorComponent } from '../components/address-editor/address-editor.component';
|
|
9
|
+
import { ContactMethodListComponent } from '../components/contact-method-list/contact-method-list.component';
|
|
10
|
+
import { RelationshipListComponent } from '../components/relationship-list/relationship-list.component';
|
|
11
|
+
import { OrgHierarchyTreeComponent } from '../components/org-hierarchy-tree/org-hierarchy-tree.component';
|
|
12
|
+
// Custom form components
|
|
13
|
+
import { BizAppsPersonFormComponent } from './Person/person-form.component';
|
|
14
|
+
import { BizAppsOrganizationFormComponent } from './Organization/organization-form.component';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
export class CustomFormsModule {
|
|
17
|
+
static ɵfac = function CustomFormsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomFormsModule)(); };
|
|
18
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CustomFormsModule });
|
|
19
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
20
|
+
FormsModule,
|
|
21
|
+
BaseFormsModule,
|
|
22
|
+
LinkDirectivesModule,
|
|
23
|
+
// Standalone CRUD widgets used in form templates
|
|
24
|
+
AddressEditorComponent,
|
|
25
|
+
ContactMethodListComponent,
|
|
26
|
+
RelationshipListComponent,
|
|
27
|
+
OrgHierarchyTreeComponent] });
|
|
28
|
+
}
|
|
29
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CustomFormsModule, [{
|
|
30
|
+
type: NgModule,
|
|
31
|
+
args: [{
|
|
32
|
+
declarations: [
|
|
33
|
+
BizAppsPersonFormComponent,
|
|
34
|
+
BizAppsOrganizationFormComponent
|
|
35
|
+
],
|
|
36
|
+
imports: [
|
|
37
|
+
CommonModule,
|
|
38
|
+
FormsModule,
|
|
39
|
+
BaseFormsModule,
|
|
40
|
+
LinkDirectivesModule,
|
|
41
|
+
// Standalone CRUD widgets used in form templates
|
|
42
|
+
AddressEditorComponent,
|
|
43
|
+
ContactMethodListComponent,
|
|
44
|
+
RelationshipListComponent,
|
|
45
|
+
OrgHierarchyTreeComponent
|
|
46
|
+
],
|
|
47
|
+
exports: [
|
|
48
|
+
BizAppsPersonFormComponent,
|
|
49
|
+
BizAppsOrganizationFormComponent
|
|
50
|
+
]
|
|
51
|
+
}]
|
|
52
|
+
}], null, null); })();
|
|
53
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CustomFormsModule, { declarations: [BizAppsPersonFormComponent,
|
|
54
|
+
BizAppsOrganizationFormComponent], imports: [CommonModule,
|
|
55
|
+
FormsModule,
|
|
56
|
+
BaseFormsModule,
|
|
57
|
+
LinkDirectivesModule,
|
|
58
|
+
// Standalone CRUD widgets used in form templates
|
|
59
|
+
AddressEditorComponent,
|
|
60
|
+
ContactMethodListComponent,
|
|
61
|
+
RelationshipListComponent,
|
|
62
|
+
OrgHierarchyTreeComponent], exports: [BizAppsPersonFormComponent,
|
|
63
|
+
BizAppsOrganizationFormComponent] }); })();
|
|
64
|
+
//# sourceMappingURL=custom-forms.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-forms.module.js","sourceRoot":"","sources":["../../../src/lib/custom/custom-forms.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,yBAAyB;AACzB,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E,sEAAsE;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,iEAAiE,CAAC;AAC7G,OAAO,EAAE,yBAAyB,EAAE,MAAM,6DAA6D,CAAC;AACxG,OAAO,EAAE,yBAAyB,EAAE,MAAM,+DAA+D,CAAC;AAE1G,yBAAyB;AACzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;;AAuB9F,MAAM,OAAO,iBAAiB;2GAAjB,iBAAiB;4DAAjB,iBAAiB;gEAftB,YAAY;YACZ,WAAW;YACX,eAAe;YACf,oBAAoB;YACpB,iDAAiD;YACjD,sBAAsB;YACtB,0BAA0B;YAC1B,yBAAyB;YACzB,yBAAyB;;iFAOpB,iBAAiB;cArB7B,QAAQ;eAAC;gBACN,YAAY,EAAE;oBACV,0BAA0B;oBAC1B,gCAAgC;iBACnC;gBACD,OAAO,EAAE;oBACL,YAAY;oBACZ,WAAW;oBACX,eAAe;oBACf,oBAAoB;oBACpB,iDAAiD;oBACjD,sBAAsB;oBACtB,0BAA0B;oBAC1B,yBAAyB;oBACzB,yBAAyB;iBAC5B;gBACD,OAAO,EAAE;oBACL,0BAA0B;oBAC1B,gCAAgC;iBACnC;aACJ;;wFACY,iBAAiB,mBAnBtB,0BAA0B;QAC1B,gCAAgC,aAGhC,YAAY;QACZ,WAAW;QACX,eAAe;QACf,oBAAoB;QACpB,iDAAiD;QACjD,sBAAsB;QACtB,0BAA0B;QAC1B,yBAAyB;QACzB,yBAAyB,aAGzB,0BAA0B;QAC1B,gCAAgC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { mjBizAppsCommonAddressEntity } from '@mj-biz-apps/common-entities';
|
|
2
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class mjBizAppsCommonAddressFormComponent extends BaseFormComponent {
|
|
5
|
+
record: mjBizAppsCommonAddressEntity;
|
|
6
|
+
ngOnInit(): Promise<void>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<mjBizAppsCommonAddressFormComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<mjBizAppsCommonAddressFormComponent, "gen-mjbizappscommonaddress-form", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=mjbizappscommonaddress.form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mjbizappscommonaddress.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAGlE,qBAMa,mCAAoC,SAAQ,iBAAiB;IAC/D,MAAM,EAAG,4BAA4B,CAAC;IAE9B,QAAQ;yCAHd,mCAAmC;2CAAnC,mCAAmC;CAY/C"}
|
package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.js
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
|
+
function mjBizAppsCommonAddressFormComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 16);
|
|
15
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsCommonAddressFormComponent_Conditional_16_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function mjBizAppsCommonAddressFormComponent_Conditional_16_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJBizAppsCommonAddressLinks", $event.totalRowCount)); });
|
|
16
|
+
i0.ɵɵelementEnd()();
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
|
+
i0.ɵɵadvance();
|
|
20
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ.BizApps.Common: Address Links", "AddressID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ.BizApps.Common: Address Links"))("AllowLoad", ctx_r1.IsSectionExpanded("mJBizAppsCommonAddressLinks"))("ShowToolbar", false);
|
|
21
|
+
} }
|
|
22
|
+
let mjBizAppsCommonAddressFormComponent = class mjBizAppsCommonAddressFormComponent extends BaseFormComponent {
|
|
23
|
+
record;
|
|
24
|
+
async ngOnInit() {
|
|
25
|
+
await super.ngOnInit();
|
|
26
|
+
this.initSections([
|
|
27
|
+
{ sectionKey: 'addressDetails', sectionName: 'Address Details', isExpanded: true },
|
|
28
|
+
{ sectionKey: 'geographicLocation', sectionName: 'Geographic Location', isExpanded: true },
|
|
29
|
+
{ sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false },
|
|
30
|
+
{ sectionKey: 'mJBizAppsCommonAddressLinks', sectionName: 'MJ.BizApps.Common: Address Links', isExpanded: false }
|
|
31
|
+
]);
|
|
32
|
+
}
|
|
33
|
+
static ɵfac = /*@__PURE__*/ (() => { let ɵmjBizAppsCommonAddressFormComponent_BaseFactory; return function mjBizAppsCommonAddressFormComponent_Factory(__ngFactoryType__) { return (ɵmjBizAppsCommonAddressFormComponent_BaseFactory || (ɵmjBizAppsCommonAddressFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(mjBizAppsCommonAddressFormComponent)))(__ngFactoryType__ || mjBizAppsCommonAddressFormComponent); }; })();
|
|
34
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: mjBizAppsCommonAddressFormComponent, selectors: [["gen-mjbizappscommonaddress-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 57, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "addressDetails", "SectionName", "Address Details", "Icon", "fa fa-home", 3, "Form", "FormContext"], ["FieldName", "Line1", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Line2", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Line3", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "City", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "StateProvince", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "PostalCode", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Country", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "geographicLocation", "SectionName", "Geographic Location", "Icon", "fa fa-globe-americas", 3, "Form", "FormContext"], ["FieldName", "Latitude", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Longitude", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "mJBizAppsCommonAddressLinks", "SectionName", "MJ.BizApps.Common: Address Links", "Icon", "fa fa-link", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function mjBizAppsCommonAddressFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
+
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
36
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsCommonAddressFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function mjBizAppsCommonAddressFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function mjBizAppsCommonAddressFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function mjBizAppsCommonAddressFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function mjBizAppsCommonAddressFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
37
|
+
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
38
|
+
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
|
|
39
|
+
i0.ɵɵelementEnd();
|
|
40
|
+
i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
|
|
41
|
+
i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11);
|
|
42
|
+
i0.ɵɵelementEnd();
|
|
43
|
+
i0.ɵɵelementStart(12, "mj-collapsible-panel", 12);
|
|
44
|
+
i0.ɵɵelement(13, "mj-form-field", 13)(14, "mj-form-field", 14);
|
|
45
|
+
i0.ɵɵelementEnd();
|
|
46
|
+
i0.ɵɵelementStart(15, "mj-collapsible-panel", 15);
|
|
47
|
+
i0.ɵɵconditionalCreate(16, mjBizAppsCommonAddressFormComponent_Conditional_16_Template, 2, 4, "div");
|
|
48
|
+
i0.ɵɵelementEnd()();
|
|
49
|
+
} if (rf & 2) {
|
|
50
|
+
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
51
|
+
i0.ɵɵadvance();
|
|
52
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
53
|
+
i0.ɵɵadvance();
|
|
54
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
55
|
+
i0.ɵɵadvance();
|
|
56
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
57
|
+
i0.ɵɵadvance();
|
|
58
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
59
|
+
i0.ɵɵadvance();
|
|
60
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
61
|
+
i0.ɵɵadvance();
|
|
62
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
63
|
+
i0.ɵɵadvance();
|
|
64
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
65
|
+
i0.ɵɵadvance();
|
|
66
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
67
|
+
i0.ɵɵadvance();
|
|
68
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
69
|
+
i0.ɵɵadvance();
|
|
70
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
71
|
+
i0.ɵɵadvance();
|
|
72
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
73
|
+
i0.ɵɵadvance();
|
|
74
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
75
|
+
i0.ɵɵadvance();
|
|
76
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
77
|
+
i0.ɵɵadvance();
|
|
78
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
79
|
+
i0.ɵɵadvance();
|
|
80
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJBizAppsCommonAddressLinks"))("DefaultExpanded", false);
|
|
81
|
+
i0.ɵɵadvance();
|
|
82
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 16 : -1);
|
|
83
|
+
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent], encapsulation: 2 });
|
|
84
|
+
};
|
|
85
|
+
mjBizAppsCommonAddressFormComponent = __decorate([
|
|
86
|
+
RegisterClass(BaseFormComponent, 'MJ.BizApps.Common: Addresses') // Tell MemberJunction about this class
|
|
87
|
+
], mjBizAppsCommonAddressFormComponent);
|
|
88
|
+
export { mjBizAppsCommonAddressFormComponent };
|
|
89
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(mjBizAppsCommonAddressFormComponent, [{
|
|
90
|
+
type: Component,
|
|
91
|
+
args: [{ standalone: false, selector: 'gen-mjbizappscommonaddress-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Address Details Section -->\n <mj-collapsible-panel\n SectionKey=\"addressDetails\"\n SectionName=\"Address Details\"\n Icon=\"fa fa-home\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Line1\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Line2\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Line3\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"City\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"StateProvince\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"PostalCode\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Country\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Geographic Location Section -->\n <mj-collapsible-panel\n SectionKey=\"geographicLocation\"\n SectionName=\"Geographic Location\"\n Icon=\"fa fa-globe-americas\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Latitude\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Longitude\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- MJ.BizApps.Common: Address Links Section -->\n <mj-collapsible-panel\n SectionKey=\"mJBizAppsCommonAddressLinks\"\n SectionName=\"MJ.BizApps.Common: Address Links\"\n Icon=\"fa fa-link\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJBizAppsCommonAddressLinks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ.BizApps.Common: Address Links','AddressID')\"\n [NewRecordValues]=\"NewRecordValues('MJ.BizApps.Common: Address Links')\"\n [AllowLoad]=\"IsSectionExpanded('mJBizAppsCommonAddressLinks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJBizAppsCommonAddressLinks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
92
|
+
}], null, null); })();
|
|
93
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(mjBizAppsCommonAddressFormComponent, { className: "mjBizAppsCommonAddressFormComponent", filePath: "lib/generated/entities/mjbizappscommonaddress/mjbizappscommonaddress.form.component.ts", lineNumber: 13 }); })();
|
|
94
|
+
//# sourceMappingURL=mjbizappscommonaddress.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mjbizappscommonaddress.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.ts","../../../../../src/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.html"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { mjBizAppsCommonAddressLinkEntity } from '@mj-biz-apps/common-entities';
|
|
2
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class mjBizAppsCommonAddressLinkFormComponent extends BaseFormComponent {
|
|
5
|
+
record: mjBizAppsCommonAddressLinkEntity;
|
|
6
|
+
ngOnInit(): Promise<void>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<mjBizAppsCommonAddressLinkFormComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<mjBizAppsCommonAddressLinkFormComponent, "gen-mjbizappscommonaddresslink-form", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=mjbizappscommonaddresslink.form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mjbizappscommonaddresslink.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAEhF,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAMa,uCAAwC,SAAQ,iBAAiB;IACnE,MAAM,EAAG,gCAAgC,CAAC;IAElC,QAAQ;yCAHd,uCAAuC;2CAAvC,uCAAuC;CAWnD"}
|