@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,28 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component";
|
|
3
|
+
import * as i2 from "./Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component";
|
|
4
|
+
import * as i3 from "./Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component";
|
|
5
|
+
import * as i4 from "./Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component";
|
|
6
|
+
import * as i5 from "./Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component";
|
|
7
|
+
import * as i6 from "./Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component";
|
|
8
|
+
import * as i7 from "./Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component";
|
|
9
|
+
import * as i8 from "./Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component";
|
|
10
|
+
import * as i9 from "./Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component";
|
|
11
|
+
import * as i10 from "./Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component";
|
|
12
|
+
import * as i11 from "@angular/common";
|
|
13
|
+
import * as i12 from "@angular/forms";
|
|
14
|
+
import * as i13 from "@progress/kendo-angular-layout";
|
|
15
|
+
import * as i14 from "@memberjunction/ng-base-forms";
|
|
16
|
+
import * as i15 from "@memberjunction/ng-entity-viewer";
|
|
17
|
+
import * as i16 from "@memberjunction/ng-link-directives";
|
|
18
|
+
export declare class GeneratedForms_SubModule_0 {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.mjBizAppsCommonAddressLinkFormComponent, typeof i2.mjBizAppsCommonAddressTypeFormComponent, typeof i3.mjBizAppsCommonAddressFormComponent, typeof i4.mjBizAppsCommonContactMethodFormComponent, typeof i5.mjBizAppsCommonContactTypeFormComponent, typeof i6.mjBizAppsCommonOrganizationTypeFormComponent, typeof i7.mjBizAppsCommonOrganizationFormComponent, typeof i8.mjBizAppsCommonPersonFormComponent, typeof i9.mjBizAppsCommonRelationshipTypeFormComponent, typeof i10.mjBizAppsCommonRelationshipFormComponent], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.LayoutModule, typeof i14.BaseFormsModule, typeof i15.EntityViewerModule, typeof i16.LinkDirectivesModule], never>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_0>;
|
|
22
|
+
}
|
|
23
|
+
export declare class GeneratedFormsModule {
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedFormsModule, never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedFormsModule, never, [typeof GeneratedForms_SubModule_0], never>;
|
|
26
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedFormsModule>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=generated-forms.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AA8BA,qBAuBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAOa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB,iBAXpB,0BAA0B;0CAW1B,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**********************************************************************************
|
|
2
|
+
* GENERATED FILE - This file is automatically managed by the MJ CodeGen tool,
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE - any changes you make will be wiped out the next time the file is
|
|
5
|
+
* generated
|
|
6
|
+
*
|
|
7
|
+
**********************************************************************************/
|
|
8
|
+
import { NgModule } from '@angular/core';
|
|
9
|
+
import { CommonModule } from '@angular/common';
|
|
10
|
+
import { FormsModule } from '@angular/forms';
|
|
11
|
+
// MemberJunction Imports
|
|
12
|
+
import { BaseFormsModule } from '@memberjunction/ng-base-forms';
|
|
13
|
+
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
14
|
+
import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
|
|
15
|
+
import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
16
|
+
// Import Generated Components
|
|
17
|
+
import { mjBizAppsCommonAddressLinkFormComponent } from "./Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component";
|
|
18
|
+
import { mjBizAppsCommonAddressTypeFormComponent } from "./Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component";
|
|
19
|
+
import { mjBizAppsCommonAddressFormComponent } from "./Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component";
|
|
20
|
+
import { mjBizAppsCommonContactMethodFormComponent } from "./Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component";
|
|
21
|
+
import { mjBizAppsCommonContactTypeFormComponent } from "./Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component";
|
|
22
|
+
import { mjBizAppsCommonOrganizationTypeFormComponent } from "./Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component";
|
|
23
|
+
import { mjBizAppsCommonOrganizationFormComponent } from "./Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component";
|
|
24
|
+
import { mjBizAppsCommonPersonFormComponent } from "./Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component";
|
|
25
|
+
import { mjBizAppsCommonRelationshipTypeFormComponent } from "./Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component";
|
|
26
|
+
import { mjBizAppsCommonRelationshipFormComponent } from "./Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component";
|
|
27
|
+
import * as i0 from "@angular/core";
|
|
28
|
+
export class GeneratedForms_SubModule_0 {
|
|
29
|
+
static ɵfac = function GeneratedForms_SubModule_0_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_0)(); };
|
|
30
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_0 });
|
|
31
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
32
|
+
FormsModule,
|
|
33
|
+
LayoutModule,
|
|
34
|
+
BaseFormsModule,
|
|
35
|
+
EntityViewerModule,
|
|
36
|
+
LinkDirectivesModule] });
|
|
37
|
+
}
|
|
38
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_0, [{
|
|
39
|
+
type: NgModule,
|
|
40
|
+
args: [{
|
|
41
|
+
declarations: [
|
|
42
|
+
mjBizAppsCommonAddressLinkFormComponent,
|
|
43
|
+
mjBizAppsCommonAddressTypeFormComponent,
|
|
44
|
+
mjBizAppsCommonAddressFormComponent,
|
|
45
|
+
mjBizAppsCommonContactMethodFormComponent,
|
|
46
|
+
mjBizAppsCommonContactTypeFormComponent,
|
|
47
|
+
mjBizAppsCommonOrganizationTypeFormComponent,
|
|
48
|
+
mjBizAppsCommonOrganizationFormComponent,
|
|
49
|
+
mjBizAppsCommonPersonFormComponent,
|
|
50
|
+
mjBizAppsCommonRelationshipTypeFormComponent,
|
|
51
|
+
mjBizAppsCommonRelationshipFormComponent
|
|
52
|
+
],
|
|
53
|
+
imports: [
|
|
54
|
+
CommonModule,
|
|
55
|
+
FormsModule,
|
|
56
|
+
LayoutModule,
|
|
57
|
+
BaseFormsModule,
|
|
58
|
+
EntityViewerModule,
|
|
59
|
+
LinkDirectivesModule
|
|
60
|
+
],
|
|
61
|
+
exports: []
|
|
62
|
+
}]
|
|
63
|
+
}], null, null); })();
|
|
64
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_0, { declarations: [mjBizAppsCommonAddressLinkFormComponent,
|
|
65
|
+
mjBizAppsCommonAddressTypeFormComponent,
|
|
66
|
+
mjBizAppsCommonAddressFormComponent,
|
|
67
|
+
mjBizAppsCommonContactMethodFormComponent,
|
|
68
|
+
mjBizAppsCommonContactTypeFormComponent,
|
|
69
|
+
mjBizAppsCommonOrganizationTypeFormComponent,
|
|
70
|
+
mjBizAppsCommonOrganizationFormComponent,
|
|
71
|
+
mjBizAppsCommonPersonFormComponent,
|
|
72
|
+
mjBizAppsCommonRelationshipTypeFormComponent,
|
|
73
|
+
mjBizAppsCommonRelationshipFormComponent], imports: [CommonModule,
|
|
74
|
+
FormsModule,
|
|
75
|
+
LayoutModule,
|
|
76
|
+
BaseFormsModule,
|
|
77
|
+
EntityViewerModule,
|
|
78
|
+
LinkDirectivesModule] }); })();
|
|
79
|
+
export class GeneratedFormsModule {
|
|
80
|
+
static ɵfac = function GeneratedFormsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedFormsModule)(); };
|
|
81
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedFormsModule });
|
|
82
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [GeneratedForms_SubModule_0] });
|
|
83
|
+
}
|
|
84
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedFormsModule, [{
|
|
85
|
+
type: NgModule,
|
|
86
|
+
args: [{
|
|
87
|
+
declarations: [],
|
|
88
|
+
imports: [
|
|
89
|
+
GeneratedForms_SubModule_0
|
|
90
|
+
]
|
|
91
|
+
}]
|
|
92
|
+
}], null, null); })();
|
|
93
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedFormsModule, { imports: [GeneratedForms_SubModule_0] }); })();
|
|
94
|
+
//# sourceMappingURL=generated-forms.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated-forms.module.js","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":"AAAA;;;;;;mFAMmF;AACnF,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,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAE9D,8BAA8B;AAC9B,OAAO,EAAE,uCAAuC,EAAE,MAAM,iFAAiF,CAAC;AAC1I,OAAO,EAAE,uCAAuC,EAAE,MAAM,iFAAiF,CAAC;AAC1I,OAAO,EAAE,mCAAmC,EAAE,MAAM,yEAAyE,CAAC;AAC9H,OAAO,EAAE,yCAAyC,EAAE,MAAM,qFAAqF,CAAC;AAChJ,OAAO,EAAE,uCAAuC,EAAE,MAAM,iFAAiF,CAAC;AAC1I,OAAO,EAAE,4CAA4C,EAAE,MAAM,2FAA2F,CAAC;AACzJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mFAAmF,CAAC;AAC7I,OAAO,EAAE,kCAAkC,EAAE,MAAM,uEAAuE,CAAC;AAC3H,OAAO,EAAE,4CAA4C,EAAE,MAAM,2FAA2F,CAAC;AACzJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mFAAmF,CAAC;;AA0B7I,MAAM,OAAO,0BAA0B;oHAA1B,0BAA0B;4DAA1B,0BAA0B;gEAVnC,YAAY;YACZ,WAAW;YACX,YAAY;YACZ,eAAe;YACf,kBAAkB;YAClB,oBAAoB;;iFAKX,0BAA0B;cAvBtC,QAAQ;eAAC;gBACV,YAAY,EAAE;oBACV,uCAAuC;oBACvC,uCAAuC;oBACvC,mCAAmC;oBACnC,yCAAyC;oBACzC,uCAAuC;oBACvC,4CAA4C;oBAC5C,wCAAwC;oBACxC,kCAAkC;oBAClC,4CAA4C;oBAC5C,wCAAwC;iBAAC;gBAC7C,OAAO,EAAE;oBACL,YAAY;oBACZ,WAAW;oBACX,YAAY;oBACZ,eAAe;oBACf,kBAAkB;oBAClB,oBAAoB;iBACvB;gBACD,OAAO,EAAE,EACR;aACA;;wFACY,0BAA0B,mBArBnC,uCAAuC;QACvC,uCAAuC;QACvC,mCAAmC;QACnC,yCAAyC;QACzC,uCAAuC;QACvC,4CAA4C;QAC5C,wCAAwC;QACxC,kCAAkC;QAClC,4CAA4C;QAC5C,wCAAwC,aAExC,YAAY;QACZ,WAAW;QACX,YAAY;QACZ,eAAe;QACf,kBAAkB;QAClB,oBAAoB;AAgBxB,MAAM,OAAO,oBAAoB;8GAApB,oBAAoB;4DAApB,oBAAoB;gEAH7B,0BAA0B;;iFAGjB,oBAAoB;cAPhC,QAAQ;eAAC;gBACV,YAAY,EAAE,EACb;gBACD,OAAO,EAAE;oBACL,0BAA0B;iBAC7B;aACA;;wFACY,oBAAoB,cAXpB,0BAA0B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BizApps Common Angular Bootstrap
|
|
3
|
+
*
|
|
4
|
+
* Client-side bootstrap package for the BizApps Common Open App.
|
|
5
|
+
* Imports all entity classes and form components to ensure @RegisterClass
|
|
6
|
+
* decorators fire and components are available to MJ's class factory.
|
|
7
|
+
*/
|
|
8
|
+
import '@mj-biz-apps/common-entities';
|
|
9
|
+
import './lib/generated/generated-forms.module';
|
|
10
|
+
import './lib/custom/custom-forms.module';
|
|
11
|
+
export { CLASS_REGISTRATIONS } from './lib/generated/class-registrations-manifest';
|
|
12
|
+
export { GeneratedFormsModule } from './lib/generated/generated-forms.module';
|
|
13
|
+
export { CustomFormsModule } from './lib/custom/custom-forms.module';
|
|
14
|
+
export { AddressEditorComponent } from './lib/components/address-editor/address-editor.component';
|
|
15
|
+
export { ContactMethodListComponent } from './lib/components/contact-method-list/contact-method-list.component';
|
|
16
|
+
export { RelationshipListComponent } from './lib/components/relationship-list/relationship-list.component';
|
|
17
|
+
export { OrgHierarchyTreeComponent, OrgTreeNode } from './lib/components/org-hierarchy-tree/org-hierarchy-tree.component';
|
|
18
|
+
/**
|
|
19
|
+
* Bootstrap function called during MJExplorer initialization.
|
|
20
|
+
* Static imports above handle all registration.
|
|
21
|
+
*/
|
|
22
|
+
export declare function LoadBizAppsCommonClient(): void;
|
|
23
|
+
//# sourceMappingURL=public-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,8BAA8B,CAAC;AAGtC,OAAO,wCAAwC,CAAC;AAGhD,OAAO,kCAAkC,CAAC;AAM1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAGrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,oEAAoE,CAAC;AAChH,OAAO,EAAE,yBAAyB,EAAE,MAAM,gEAAgE,CAAC;AAC3G,OAAO,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,kEAAkE,CAAC;AAE1H;;;GAGG;AACH,wBAAgB,uBAAuB,IAAI,IAAI,CAE9C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BizApps Common Angular Bootstrap
|
|
3
|
+
*
|
|
4
|
+
* Client-side bootstrap package for the BizApps Common Open App.
|
|
5
|
+
* Imports all entity classes and form components to ensure @RegisterClass
|
|
6
|
+
* decorators fire and components are available to MJ's class factory.
|
|
7
|
+
*/
|
|
8
|
+
// Import entity package to trigger @RegisterClass decorators for entity subclasses
|
|
9
|
+
import '@mj-biz-apps/common-entities';
|
|
10
|
+
// Import generated form components (triggers @RegisterClass for form components)
|
|
11
|
+
import './lib/generated/generated-forms.module';
|
|
12
|
+
// Import custom form components (must come AFTER generated to override via @RegisterClass priority)
|
|
13
|
+
import './lib/custom/custom-forms.module';
|
|
14
|
+
// Re-export for consumers
|
|
15
|
+
export { CLASS_REGISTRATIONS } from './lib/generated/class-registrations-manifest';
|
|
16
|
+
export { GeneratedFormsModule } from './lib/generated/generated-forms.module';
|
|
17
|
+
export { CustomFormsModule } from './lib/custom/custom-forms.module';
|
|
18
|
+
// Reusable UI components
|
|
19
|
+
export { AddressEditorComponent } from './lib/components/address-editor/address-editor.component';
|
|
20
|
+
export { ContactMethodListComponent } from './lib/components/contact-method-list/contact-method-list.component';
|
|
21
|
+
export { RelationshipListComponent } from './lib/components/relationship-list/relationship-list.component';
|
|
22
|
+
export { OrgHierarchyTreeComponent } from './lib/components/org-hierarchy-tree/org-hierarchy-tree.component';
|
|
23
|
+
/**
|
|
24
|
+
* Bootstrap function called during MJExplorer initialization.
|
|
25
|
+
* Static imports above handle all registration.
|
|
26
|
+
*/
|
|
27
|
+
export function LoadBizAppsCommonClient() {
|
|
28
|
+
// Static imports ensure all classes are registered.
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=public-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,mFAAmF;AACnF,OAAO,8BAA8B,CAAC;AAEtC,iFAAiF;AACjF,OAAO,wCAAwC,CAAC;AAEhD,oGAAoG;AACpG,OAAO,kCAAkC,CAAC;AAK1C,0BAA0B;AAC1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,yBAAyB;AACzB,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,oEAAoE,CAAC;AAChH,OAAO,EAAE,yBAAyB,EAAE,MAAM,gEAAgE,CAAC;AAC3G,OAAO,EAAE,yBAAyB,EAAe,MAAM,kEAAkE,CAAC;AAE1H;;;GAGG;AACH,MAAM,UAAU,uBAAuB;IACnC,oDAAoD;AACxD,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mj-biz-apps/common-ng",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "5.4.0",
|
|
5
|
+
"description": "BizApps Common Angular bootstrap - form components and module for the Common business entities Open App",
|
|
6
|
+
"main": "dist/public-api.js",
|
|
7
|
+
"types": "dist/public-api.d.ts",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"/dist"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "ngc",
|
|
16
|
+
"test": "echo \"No tests configured yet\""
|
|
17
|
+
},
|
|
18
|
+
"author": "MemberJunction.com",
|
|
19
|
+
"license": "ISC",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@mj-biz-apps/common-entities": "5.4.0",
|
|
22
|
+
"@memberjunction/global": "5.8.0",
|
|
23
|
+
"@memberjunction/actions-base": "5.8.0",
|
|
24
|
+
"@memberjunction/graphql-dataprovider": "5.8.0",
|
|
25
|
+
"@memberjunction/ng-base-forms": "5.8.0",
|
|
26
|
+
"@memberjunction/ng-entity-viewer": "5.8.0",
|
|
27
|
+
"@memberjunction/ng-link-directives": "5.8.0",
|
|
28
|
+
"@angular/core": "21.1.3",
|
|
29
|
+
"@angular/common": "21.1.3",
|
|
30
|
+
"@angular/forms": "21.1.3",
|
|
31
|
+
"@progress/kendo-angular-layout": "22.0.1"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@angular/core": ">=21.0.0",
|
|
35
|
+
"@angular/common": ">=21.0.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@angular/compiler": "21.1.3",
|
|
39
|
+
"@angular/compiler-cli": "21.1.3",
|
|
40
|
+
"typescript": "^5.9.3"
|
|
41
|
+
},
|
|
42
|
+
"repository": {
|
|
43
|
+
"type": "git",
|
|
44
|
+
"url": "https://github.com/MemberJunction/bizapps-common"
|
|
45
|
+
}
|
|
46
|
+
}
|