@mj-biz-apps/issues-ng 0.0.1 → 1.0.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/dist/lib/components/report-issue/report-issue.component.d.ts +74 -0
- package/dist/lib/components/report-issue/report-issue.component.d.ts.map +1 -0
- package/dist/lib/components/report-issue/report-issue.component.js +344 -0
- package/dist/lib/components/report-issue/report-issue.component.js.map +1 -0
- package/dist/lib/custom/custom-forms.module.d.ts +12 -0
- package/dist/lib/custom/custom-forms.module.d.ts.map +1 -0
- package/dist/lib/custom/custom-forms.module.js +43 -0
- package/dist/lib/custom/custom-forms.module.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssue/mjbizappsissuesissue.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssue/mjbizappsissuesissue.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssue/mjbizappsissuesissue.form.component.js +108 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssue/mjbizappsissuesissue.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueComment/mjbizappsissuesissuecomment.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueComment/mjbizappsissuesissuecomment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueComment/mjbizappsissuesissuecomment.form.component.js +65 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueComment/mjbizappsissuesissuecomment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueNumberSequence/mjbizappsissuesissuenumbersequence.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueNumberSequence/mjbizappsissuesissuenumbersequence.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueNumberSequence/mjbizappsissuesissuenumbersequence.form.component.js +59 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueNumberSequence/mjbizappsissuesissuenumbersequence.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueStatus/mjbizappsissuesissuestatus.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueStatus/mjbizappsissuesissuestatus.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueStatus/mjbizappsissuesissuestatus.form.component.js +88 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueStatus/mjbizappsissuesissuestatus.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component.js +94 -0
- package/dist/lib/generated/Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.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 +34 -0
- package/dist/lib/generated/class-registrations-manifest.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +22 -0
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -0
- package/dist/lib/generated/generated-forms.module.js +75 -0
- package/dist/lib/generated/generated-forms.module.js.map +1 -0
- package/dist/public-api.d.ts +20 -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 +45 -7
- package/README.md +0 -45
|
@@ -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 mjBizAppsIssuesIssueTypeFormComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 18);
|
|
15
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsIssuesIssueTypeFormComponent_Conditional_17_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 mjBizAppsIssuesIssueTypeFormComponent_Conditional_17_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJBizAppsIssuesIssues", $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_Issues: Issues", "IssueTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ_BizApps_Issues: Issues"))("AllowLoad", ctx_r1.IsSectionExpanded("mJBizAppsIssuesIssues"))("ShowToolbar", false);
|
|
21
|
+
} }
|
|
22
|
+
let mjBizAppsIssuesIssueTypeFormComponent = class mjBizAppsIssuesIssueTypeFormComponent extends BaseFormComponent {
|
|
23
|
+
record;
|
|
24
|
+
async ngOnInit() {
|
|
25
|
+
await super.ngOnInit();
|
|
26
|
+
this.initSections([
|
|
27
|
+
{ sectionKey: 'details', sectionName: 'Details', isExpanded: true },
|
|
28
|
+
{ sectionKey: 'mJBizAppsIssuesIssues', sectionName: 'Issues', isExpanded: false }
|
|
29
|
+
]);
|
|
30
|
+
}
|
|
31
|
+
static ɵfac = /*@__PURE__*/ (() => { let ɵmjBizAppsIssuesIssueTypeFormComponent_BaseFactory; return function mjBizAppsIssuesIssueTypeFormComponent_Factory(__ngFactoryType__) { return (ɵmjBizAppsIssuesIssueTypeFormComponent_BaseFactory || (ɵmjBizAppsIssuesIssueTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(mjBizAppsIssuesIssueTypeFormComponent)))(__ngFactoryType__ || mjBizAppsIssuesIssueTypeFormComponent); }; })();
|
|
32
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: mjBizAppsIssuesIssueTypeFormComponent, selectors: [["gen-mjbizappsissuesissuetype-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 72, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["Slot", "before-fields", 3, "Entity", "Record", "FormComponent", "FormContext"], ["SectionKey", "details", "SectionName", "Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "IconClass", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DefaultPriority", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DefaultTaskTypeID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnCreateActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnStatusChangeActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnAssignActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnCloseActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "IsActive", "Type", "checkbox", 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"], ["Slot", "after-fields", 3, "Entity", "Record", "FormComponent", "FormContext"], ["SectionKey", "mJBizAppsIssuesIssues", "SectionName", "Issues", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["Slot", "after-related", 3, "Entity", "Record", "FormComponent", "FormContext"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function mjBizAppsIssuesIssueTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
34
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsIssuesIssueTypeFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function mjBizAppsIssuesIssueTypeFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function mjBizAppsIssuesIssueTypeFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function mjBizAppsIssuesIssueTypeFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function mjBizAppsIssuesIssueTypeFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
35
|
+
i0.ɵɵelement(1, "mj-form-panel-slot", 1);
|
|
36
|
+
i0.ɵɵelementStart(2, "mj-collapsible-panel", 2);
|
|
37
|
+
i0.ɵɵelement(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)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14);
|
|
38
|
+
i0.ɵɵelementEnd();
|
|
39
|
+
i0.ɵɵelement(15, "mj-form-panel-slot", 15);
|
|
40
|
+
i0.ɵɵelementStart(16, "mj-collapsible-panel", 16);
|
|
41
|
+
i0.ɵɵconditionalCreate(17, mjBizAppsIssuesIssueTypeFormComponent_Conditional_17_Template, 2, 4, "div");
|
|
42
|
+
i0.ɵɵelementEnd();
|
|
43
|
+
i0.ɵɵelement(18, "mj-form-panel-slot", 17);
|
|
44
|
+
i0.ɵɵelementEnd();
|
|
45
|
+
} if (rf & 2) {
|
|
46
|
+
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
47
|
+
i0.ɵɵadvance();
|
|
48
|
+
i0.ɵɵproperty("Entity", i0.ɵɵinterpolate(ctx.record.EntityInfo.Name))("Record", ctx.record)("FormComponent", ctx)("FormContext", ctx.formContext);
|
|
49
|
+
i0.ɵɵadvance();
|
|
50
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
51
|
+
i0.ɵɵadvance();
|
|
52
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("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("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("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("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
75
|
+
i0.ɵɵadvance();
|
|
76
|
+
i0.ɵɵproperty("Entity", i0.ɵɵinterpolate(ctx.record.EntityInfo.Name))("Record", ctx.record)("FormComponent", ctx)("FormContext", ctx.formContext);
|
|
77
|
+
i0.ɵɵadvance();
|
|
78
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJBizAppsIssuesIssues"))("DefaultExpanded", false);
|
|
79
|
+
i0.ɵɵadvance();
|
|
80
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 17 : -1);
|
|
81
|
+
i0.ɵɵadvance();
|
|
82
|
+
i0.ɵɵproperty("Entity", i0.ɵɵinterpolate(ctx.record.EntityInfo.Name))("Record", ctx.record)("FormComponent", ctx)("FormContext", ctx.formContext);
|
|
83
|
+
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent, i1.FormPanelSlotComponent], encapsulation: 2 });
|
|
84
|
+
};
|
|
85
|
+
mjBizAppsIssuesIssueTypeFormComponent = __decorate([
|
|
86
|
+
RegisterClass(BaseFormComponent, 'MJ_BizApps_Issues: Issue Types') // Tell MemberJunction about this class
|
|
87
|
+
], mjBizAppsIssuesIssueTypeFormComponent);
|
|
88
|
+
export { mjBizAppsIssuesIssueTypeFormComponent };
|
|
89
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(mjBizAppsIssuesIssueTypeFormComponent, [{
|
|
90
|
+
type: Component,
|
|
91
|
+
args: [{ standalone: false, selector: 'gen-mjbizappsissuesissuetype-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 <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"before-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel\n SectionKey=\"details\"\n SectionName=\"Details\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\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=\"Description\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IconClass\"\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=\"DefaultPriority\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DefaultTaskTypeID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OnCreateActionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OnStatusChangeActionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OnAssignActionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OnCloseActionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\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 <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Issues Section -->\n <mj-collapsible-panel\n SectionKey=\"mJBizAppsIssuesIssues\"\n SectionName=\"Issues\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJBizAppsIssuesIssues')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ_BizApps_Issues: Issues','IssueTypeID')\"\n [NewRecordValues]=\"NewRecordValues('MJ_BizApps_Issues: Issues')\"\n [AllowLoad]=\"IsSectionExpanded('mJBizAppsIssuesIssues')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJBizAppsIssuesIssues', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-related\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n</mj-record-form-container>\n " }]
|
|
92
|
+
}], null, null); })();
|
|
93
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(mjBizAppsIssuesIssueTypeFormComponent, { className: "mjBizAppsIssuesIssueTypeFormComponent", filePath: "lib/generated/entities/mjbizappsissuesissuetype/mjbizappsissuesissuetype.form.component.ts", lineNumber: 13 }); })();
|
|
94
|
+
//# sourceMappingURL=mjbizappsissuesissuetype.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mjbizappsissuesissuetype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component.ts","../../../../../src/lib/generated/Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component.html"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
* Generated by mj codegen manifest
|
|
4
|
+
* App: @mj-biz-apps/issues-ng
|
|
5
|
+
* Dependency tree: 60 packages walked, 1 contain @RegisterClass
|
|
6
|
+
*
|
|
7
|
+
* This file imports every @RegisterClass decorated class by name and places
|
|
8
|
+
* them in an exported array, creating a static code path that prevents
|
|
9
|
+
* tree-shaking from removing them.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Runtime references to every @RegisterClass decorated class.
|
|
13
|
+
* This array creates a static code path the bundler cannot tree-shake.
|
|
14
|
+
*/
|
|
15
|
+
export declare const CLASS_REGISTRATIONS: any[];
|
|
16
|
+
/** Marker constant indicating the manifest has been loaded. */
|
|
17
|
+
export declare const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
|
|
18
|
+
/** Total @RegisterClass decorated classes discovered in dependency tree */
|
|
19
|
+
export declare const CLASS_REGISTRATIONS_COUNT = 5;
|
|
20
|
+
/** Packages imported by this manifest */
|
|
21
|
+
export declare const CLASS_REGISTRATIONS_PACKAGES: readonly ["@mj-biz-apps/issues-entities"];
|
|
22
|
+
//# sourceMappingURL=class-registrations-manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-registrations-manifest.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/class-registrations-manifest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAaH;;;GAGG;AAEH,eAAO,MAAM,mBAAmB,EAAE,GAAG,EAMpC,CAAC;AAEF,+DAA+D;AAC/D,eAAO,MAAM,mCAAmC,OAAO,CAAC;AAExD,2EAA2E;AAC3E,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAE3C,yCAAyC;AACzC,eAAO,MAAM,4BAA4B,2CAE/B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
* Generated by mj codegen manifest
|
|
4
|
+
* App: @mj-biz-apps/issues-ng
|
|
5
|
+
* Dependency tree: 60 packages walked, 1 contain @RegisterClass
|
|
6
|
+
*
|
|
7
|
+
* This file imports every @RegisterClass decorated class by name and places
|
|
8
|
+
* them in an exported array, creating a static code path that prevents
|
|
9
|
+
* tree-shaking from removing them.
|
|
10
|
+
*/
|
|
11
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
12
|
+
// @mj-biz-apps/issues-entities (5 classes)
|
|
13
|
+
import { mjBizAppsIssuesIssueCommentEntity, mjBizAppsIssuesIssueEntity, mjBizAppsIssuesIssueNumberSequenceEntity, mjBizAppsIssuesIssueStatusEntity, mjBizAppsIssuesIssueTypeEntity, } from '@mj-biz-apps/issues-entities';
|
|
14
|
+
/**
|
|
15
|
+
* Runtime references to every @RegisterClass decorated class.
|
|
16
|
+
* This array creates a static code path the bundler cannot tree-shake.
|
|
17
|
+
*/
|
|
18
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
19
|
+
export const CLASS_REGISTRATIONS = [
|
|
20
|
+
mjBizAppsIssuesIssueCommentEntity,
|
|
21
|
+
mjBizAppsIssuesIssueEntity,
|
|
22
|
+
mjBizAppsIssuesIssueNumberSequenceEntity,
|
|
23
|
+
mjBizAppsIssuesIssueStatusEntity,
|
|
24
|
+
mjBizAppsIssuesIssueTypeEntity,
|
|
25
|
+
];
|
|
26
|
+
/** Marker constant indicating the manifest has been loaded. */
|
|
27
|
+
export const CLASS_REGISTRATIONS_MANIFEST_LOADED = true;
|
|
28
|
+
/** Total @RegisterClass decorated classes discovered in dependency tree */
|
|
29
|
+
export const CLASS_REGISTRATIONS_COUNT = 5;
|
|
30
|
+
/** Packages imported by this manifest */
|
|
31
|
+
export const CLASS_REGISTRATIONS_PACKAGES = [
|
|
32
|
+
'@mj-biz-apps/issues-entities',
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=class-registrations-manifest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-registrations-manifest.js","sourceRoot":"","sources":["../../../src/lib/generated/class-registrations-manifest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,sDAAsD;AAEtD,2CAA2C;AAC3C,OAAO,EACH,iCAAiC,EACjC,0BAA0B,EAC1B,wCAAwC,EACxC,gCAAgC,EAChC,8BAA8B,GACjC,MAAM,8BAA8B,CAAC;AAEtC;;;GAGG;AACH,8DAA8D;AAC9D,MAAM,CAAC,MAAM,mBAAmB,GAAU;IACtC,iCAAiC;IACjC,0BAA0B;IAC1B,wCAAwC;IACxC,gCAAgC;IAChC,8BAA8B;CACjC,CAAC;AAEF,+DAA+D;AAC/D,MAAM,CAAC,MAAM,mCAAmC,GAAG,IAAI,CAAC;AAExD,2EAA2E;AAC3E,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAE3C,yCAAyC;AACzC,MAAM,CAAC,MAAM,4BAA4B,GAAG;IACxC,8BAA8B;CACxB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./Entities/mjBizAppsIssuesIssueComment/mjbizappsissuesissuecomment.form.component";
|
|
3
|
+
import * as i2 from "./Entities/mjBizAppsIssuesIssueNumberSequence/mjbizappsissuesissuenumbersequence.form.component";
|
|
4
|
+
import * as i3 from "./Entities/mjBizAppsIssuesIssueStatus/mjbizappsissuesissuestatus.form.component";
|
|
5
|
+
import * as i4 from "./Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component";
|
|
6
|
+
import * as i5 from "./Entities/mjBizAppsIssuesIssue/mjbizappsissuesissue.form.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
9
|
+
import * as i8 from "@memberjunction/ng-base-forms";
|
|
10
|
+
import * as i9 from "@memberjunction/ng-entity-viewer";
|
|
11
|
+
import * as i10 from "@memberjunction/ng-link-directives";
|
|
12
|
+
export declare class GeneratedForms_SubModule_0 {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.mjBizAppsIssuesIssueCommentFormComponent, typeof i2.mjBizAppsIssuesIssueNumberSequenceFormComponent, typeof i3.mjBizAppsIssuesIssueStatusFormComponent, typeof i4.mjBizAppsIssuesIssueTypeFormComponent, typeof i5.mjBizAppsIssuesIssueFormComponent], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.BaseFormsModule, typeof i9.EntityViewerModule, typeof i10.LinkDirectivesModule], never>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_0>;
|
|
16
|
+
}
|
|
17
|
+
export declare class GeneratedFormsModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedFormsModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedFormsModule, never, [typeof GeneratedForms_SubModule_0], never>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedFormsModule>;
|
|
21
|
+
}
|
|
22
|
+
//# 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":";;;;;;;;;;;AAwBA,qBAiBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAOa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB,iBAXpB,0BAA0B;0CAW1B,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,75 @@
|
|
|
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 Generated Components
|
|
16
|
+
import { mjBizAppsIssuesIssueCommentFormComponent } from "./Entities/mjBizAppsIssuesIssueComment/mjbizappsissuesissuecomment.form.component";
|
|
17
|
+
import { mjBizAppsIssuesIssueNumberSequenceFormComponent } from "./Entities/mjBizAppsIssuesIssueNumberSequence/mjbizappsissuesissuenumbersequence.form.component";
|
|
18
|
+
import { mjBizAppsIssuesIssueStatusFormComponent } from "./Entities/mjBizAppsIssuesIssueStatus/mjbizappsissuesissuestatus.form.component";
|
|
19
|
+
import { mjBizAppsIssuesIssueTypeFormComponent } from "./Entities/mjBizAppsIssuesIssueType/mjbizappsissuesissuetype.form.component";
|
|
20
|
+
import { mjBizAppsIssuesIssueFormComponent } from "./Entities/mjBizAppsIssuesIssue/mjbizappsissuesissue.form.component";
|
|
21
|
+
import * as i0 from "@angular/core";
|
|
22
|
+
export class GeneratedForms_SubModule_0 {
|
|
23
|
+
static ɵfac = function GeneratedForms_SubModule_0_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_0)(); };
|
|
24
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_0 });
|
|
25
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
26
|
+
FormsModule,
|
|
27
|
+
BaseFormsModule,
|
|
28
|
+
EntityViewerModule,
|
|
29
|
+
LinkDirectivesModule] });
|
|
30
|
+
}
|
|
31
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_0, [{
|
|
32
|
+
type: NgModule,
|
|
33
|
+
args: [{
|
|
34
|
+
declarations: [
|
|
35
|
+
mjBizAppsIssuesIssueCommentFormComponent,
|
|
36
|
+
mjBizAppsIssuesIssueNumberSequenceFormComponent,
|
|
37
|
+
mjBizAppsIssuesIssueStatusFormComponent,
|
|
38
|
+
mjBizAppsIssuesIssueTypeFormComponent,
|
|
39
|
+
mjBizAppsIssuesIssueFormComponent
|
|
40
|
+
],
|
|
41
|
+
imports: [
|
|
42
|
+
CommonModule,
|
|
43
|
+
FormsModule,
|
|
44
|
+
BaseFormsModule,
|
|
45
|
+
EntityViewerModule,
|
|
46
|
+
LinkDirectivesModule
|
|
47
|
+
],
|
|
48
|
+
exports: []
|
|
49
|
+
}]
|
|
50
|
+
}], null, null); })();
|
|
51
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_0, { declarations: [mjBizAppsIssuesIssueCommentFormComponent,
|
|
52
|
+
mjBizAppsIssuesIssueNumberSequenceFormComponent,
|
|
53
|
+
mjBizAppsIssuesIssueStatusFormComponent,
|
|
54
|
+
mjBizAppsIssuesIssueTypeFormComponent,
|
|
55
|
+
mjBizAppsIssuesIssueFormComponent], imports: [CommonModule,
|
|
56
|
+
FormsModule,
|
|
57
|
+
BaseFormsModule,
|
|
58
|
+
EntityViewerModule,
|
|
59
|
+
LinkDirectivesModule] }); })();
|
|
60
|
+
export class GeneratedFormsModule {
|
|
61
|
+
static ɵfac = function GeneratedFormsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedFormsModule)(); };
|
|
62
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedFormsModule });
|
|
63
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [GeneratedForms_SubModule_0] });
|
|
64
|
+
}
|
|
65
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedFormsModule, [{
|
|
66
|
+
type: NgModule,
|
|
67
|
+
args: [{
|
|
68
|
+
declarations: [],
|
|
69
|
+
imports: [
|
|
70
|
+
GeneratedForms_SubModule_0
|
|
71
|
+
]
|
|
72
|
+
}]
|
|
73
|
+
}], null, null); })();
|
|
74
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedFormsModule, { imports: [GeneratedForms_SubModule_0] }); })();
|
|
75
|
+
//# 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;AAE1E,8BAA8B;AAC9B,OAAO,EAAE,wCAAwC,EAAE,MAAM,mFAAmF,CAAC;AAC7I,OAAO,EAAE,+CAA+C,EAAE,MAAM,iGAAiG,CAAC;AAClK,OAAO,EAAE,uCAAuC,EAAE,MAAM,iFAAiF,CAAC;AAC1I,OAAO,EAAE,qCAAqC,EAAE,MAAM,6EAA6E,CAAC;AACpI,OAAO,EAAE,iCAAiC,EAAE,MAAM,qEAAqE,CAAC;;AAoBxH,MAAM,OAAO,0BAA0B;oHAA1B,0BAA0B;4DAA1B,0BAA0B;gEATnC,YAAY;YACZ,WAAW;YACX,eAAe;YACf,kBAAkB;YAClB,oBAAoB;;iFAKX,0BAA0B;cAjBtC,QAAQ;eAAC;gBACV,YAAY,EAAE;oBACV,wCAAwC;oBACxC,+CAA+C;oBAC/C,uCAAuC;oBACvC,qCAAqC;oBACrC,iCAAiC;iBAAC;gBACtC,OAAO,EAAE;oBACL,YAAY;oBACZ,WAAW;oBACX,eAAe;oBACf,kBAAkB;oBAClB,oBAAoB;iBACvB;gBACD,OAAO,EAAE,EACR;aACA;;wFACY,0BAA0B,mBAfnC,wCAAwC;QACxC,+CAA+C;QAC/C,uCAAuC;QACvC,qCAAqC;QACrC,iCAAiC,aAEjC,YAAY;QACZ,WAAW;QACX,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,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BizApps Issues Angular Bootstrap
|
|
3
|
+
*
|
|
4
|
+
* Client-side bootstrap package for the BizApps Issues Open App. Imports all
|
|
5
|
+
* entity classes and form components so @RegisterClass decorators fire and
|
|
6
|
+
* components are available to MJ's class factory.
|
|
7
|
+
*/
|
|
8
|
+
import '@mj-biz-apps/issues-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 { ReportIssueComponent } from './lib/components/report-issue/report-issue.component';
|
|
15
|
+
/**
|
|
16
|
+
* Bootstrap function called during MJExplorer initialization.
|
|
17
|
+
* Static imports above handle all registration.
|
|
18
|
+
*/
|
|
19
|
+
export declare function LoadBizAppsIssuesClient(): void;
|
|
20
|
+
//# 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,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAE5F;;;GAGG;AACH,wBAAgB,uBAAuB,IAAI,IAAI,CAG9C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BizApps Issues Angular Bootstrap
|
|
3
|
+
*
|
|
4
|
+
* Client-side bootstrap package for the BizApps Issues Open App. Imports all
|
|
5
|
+
* entity classes and form components so @RegisterClass decorators fire and
|
|
6
|
+
* 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/issues-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
|
+
// Import class registrations manifest
|
|
15
|
+
import { CLASS_REGISTRATIONS } from './lib/generated/class-registrations-manifest';
|
|
16
|
+
// Re-export for consumers
|
|
17
|
+
export { CLASS_REGISTRATIONS } from './lib/generated/class-registrations-manifest';
|
|
18
|
+
export { GeneratedFormsModule } from './lib/generated/generated-forms.module';
|
|
19
|
+
export { CustomFormsModule } from './lib/custom/custom-forms.module';
|
|
20
|
+
// Reusable UI components
|
|
21
|
+
export { ReportIssueComponent } from './lib/components/report-issue/report-issue.component';
|
|
22
|
+
/**
|
|
23
|
+
* Bootstrap function called during MJExplorer initialization.
|
|
24
|
+
* Static imports above handle all registration.
|
|
25
|
+
*/
|
|
26
|
+
export function LoadBizAppsIssuesClient() {
|
|
27
|
+
// Static imports ensure all classes are registered.
|
|
28
|
+
void CLASS_REGISTRATIONS;
|
|
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;AAE1C,sCAAsC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAEnF,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,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAE5F;;;GAGG;AACH,MAAM,UAAU,uBAAuB;IACrC,oDAAoD;IACpD,KAAK,mBAAmB,CAAC;AAC3B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mj-biz-apps/issues-ng",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"description": "BizApps Issues Angular bootstrap - form components and module for the Issues 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
|
+
"prebuild": "mj codegen manifest --exclude-packages @memberjunction --output ./src/lib/generated/class-registrations-manifest.ts || echo 'Warning: mj codegen manifest not available, using existing manifest'",
|
|
16
|
+
"build": "ngc",
|
|
17
|
+
"test": "echo \"No tests configured yet\""
|
|
18
|
+
},
|
|
19
|
+
"author": "MemberJunction.com",
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@mj-biz-apps/issues-entities": "1.0.0"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"@angular/animations": ">=21.0.0 <22.0.0",
|
|
26
|
+
"@angular/common": ">=21.0.0 <22.0.0",
|
|
27
|
+
"@angular/core": ">=21.0.0 <22.0.0",
|
|
28
|
+
"@angular/forms": ">=21.0.0 <22.0.0",
|
|
29
|
+
"@memberjunction/global": "^5.40.2",
|
|
30
|
+
"@memberjunction/actions-base": "^5.40.2",
|
|
31
|
+
"@memberjunction/graphql-dataprovider": "^5.40.2",
|
|
32
|
+
"@memberjunction/ng-base-forms": "^5.40.2",
|
|
33
|
+
"@memberjunction/ng-entity-viewer": "^5.40.2",
|
|
34
|
+
"@memberjunction/ng-link-directives": "^5.40.2",
|
|
35
|
+
"@memberjunction/ng-ui-components": "^5.40.2",
|
|
36
|
+
"@memberjunction/ng-shared-generic": "^5.40.2",
|
|
37
|
+
"@memberjunction/core": "^5.40.2"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@angular/compiler": "21.1.3",
|
|
41
|
+
"@angular/compiler-cli": "21.1.3",
|
|
42
|
+
"typescript": "^5.9.3"
|
|
43
|
+
},
|
|
44
|
+
"repository": {
|
|
45
|
+
"type": "git",
|
|
46
|
+
"url": "https://github.com/MemberJunction/bizapps-issues"
|
|
47
|
+
}
|
|
10
48
|
}
|
package/README.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# @mj-biz-apps/issues-ng
|
|
2
|
-
|
|
3
|
-
## ⚠️ IMPORTANT NOTICE ⚠️
|
|
4
|
-
|
|
5
|
-
**This package is created solely for the purpose of setting up OIDC (OpenID Connect) trusted publishing with npm.**
|
|
6
|
-
|
|
7
|
-
This is **NOT** a functional package and contains **NO** code or functionality beyond the OIDC setup configuration.
|
|
8
|
-
|
|
9
|
-
## Purpose
|
|
10
|
-
|
|
11
|
-
This package exists to:
|
|
12
|
-
1. Configure OIDC trusted publishing for the package name `@mj-biz-apps/issues-ng`
|
|
13
|
-
2. Enable secure, token-less publishing from CI/CD workflows
|
|
14
|
-
3. Establish provenance for packages published under this name
|
|
15
|
-
|
|
16
|
-
## What is OIDC Trusted Publishing?
|
|
17
|
-
|
|
18
|
-
OIDC trusted publishing allows package maintainers to publish packages directly from their CI/CD workflows without needing to manage npm access tokens. Instead, it uses OpenID Connect to establish trust between the CI/CD provider (like GitHub Actions) and npm.
|
|
19
|
-
|
|
20
|
-
## Setup Instructions
|
|
21
|
-
|
|
22
|
-
To properly configure OIDC trusted publishing for this package:
|
|
23
|
-
|
|
24
|
-
1. Go to [npmjs.com](https://www.npmjs.com/) and navigate to your package settings
|
|
25
|
-
2. Configure the trusted publisher (e.g., GitHub Actions)
|
|
26
|
-
3. Specify the repository and workflow that should be allowed to publish
|
|
27
|
-
4. Use the configured workflow to publish your actual package
|
|
28
|
-
|
|
29
|
-
## DO NOT USE THIS PACKAGE
|
|
30
|
-
|
|
31
|
-
This package is a placeholder for OIDC configuration only. It:
|
|
32
|
-
- Contains no executable code
|
|
33
|
-
- Provides no functionality
|
|
34
|
-
- Should not be installed as a dependency
|
|
35
|
-
- Exists only for administrative purposes
|
|
36
|
-
|
|
37
|
-
## More Information
|
|
38
|
-
|
|
39
|
-
For more details about npm's trusted publishing feature, see:
|
|
40
|
-
- [npm Trusted Publishing Documentation](https://docs.npmjs.com/generating-provenance-statements)
|
|
41
|
-
- [GitHub Actions OIDC Documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
**Maintained for OIDC setup purposes only**
|