@memberjunction/ng-core-entity-forms 2.106.0 → 2.108.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/custom/AIAgents/ai-agent-form.component.d.ts +71 -3
- package/dist/lib/custom/AIAgents/ai-agent-form.component.d.ts.map +1 -1
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js +899 -641
- package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts +1 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +57 -34
- package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts +2 -0
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +32 -4
- package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +358 -337
- package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/AIAgent/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js +60 -4
- package/dist/lib/generated/Entities/AIAgentAction/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +31 -4
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIAgentRun/aiagentrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js +15 -4
- package/dist/lib/generated/Entities/AIAgentRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +34 -13
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +6 -6
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Action/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Action/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/collection.form.component.js +14 -4
- package/dist/lib/generated/Entities/Collection/collection.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/Collection/sections/details.component.js +24 -4
- package/dist/lib/generated/Entities/Collection/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js +59 -0
- package/dist/lib/generated/Entities/CollectionPermission/collectionpermission.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js +167 -0
- package/dist/lib/generated/Entities/CollectionPermission/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js +13 -4
- package/dist/lib/generated/Entities/ConversationDetail/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +7 -7
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Environment/environment.form.component.js +16 -16
- package/dist/lib/generated/Entities/Environment/environment.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.js +329 -0
- package/dist/lib/generated/Entities/ScheduledJob/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.js +174 -0
- package/dist/lib/generated/Entities/ScheduledJobRun/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js +70 -0
- package/dist/lib/generated/Entities/ScheduledJobType/scheduledjobtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.d.ts +11 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.js +125 -0
- package/dist/lib/generated/Entities/ScheduledJobType/sections/details.component.js.map +1 -0
- package/dist/lib/generated/Entities/User/user.form.component.js +81 -21
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +319 -311
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +217 -185
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -28,13 +28,13 @@ function EnvironmentFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
28
28
|
i0.ɵɵelement(7, "mj-form-section", 7);
|
|
29
29
|
i0.ɵɵelementEnd();
|
|
30
30
|
i0.ɵɵelementStart(8, "mj-tab", 8);
|
|
31
|
-
i0.ɵɵtext(9, " MJ:
|
|
31
|
+
i0.ɵɵtext(9, " MJ: Projects ");
|
|
32
32
|
i0.ɵɵelementEnd();
|
|
33
33
|
i0.ɵɵelementStart(10, "mj-tab-body");
|
|
34
34
|
i0.ɵɵelement(11, "mj-user-view-grid", 9);
|
|
35
35
|
i0.ɵɵelementEnd();
|
|
36
36
|
i0.ɵɵelementStart(12, "mj-tab", 10);
|
|
37
|
-
i0.ɵɵtext(13, " MJ:
|
|
37
|
+
i0.ɵɵtext(13, " MJ: Collections ");
|
|
38
38
|
i0.ɵɵelementEnd();
|
|
39
39
|
i0.ɵɵelementStart(14, "mj-tab-body");
|
|
40
40
|
i0.ɵɵelement(15, "mj-user-view-grid", 9);
|
|
@@ -46,14 +46,14 @@ function EnvironmentFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
46
46
|
i0.ɵɵelement(19, "mj-user-view-grid", 9);
|
|
47
47
|
i0.ɵɵelementEnd();
|
|
48
48
|
i0.ɵɵelementStart(20, "mj-tab", 12);
|
|
49
|
-
i0.ɵɵ
|
|
50
|
-
i0.ɵɵtext(22, "Dashboards ");
|
|
49
|
+
i0.ɵɵtext(21, " MJ: Tasks ");
|
|
51
50
|
i0.ɵɵelementEnd();
|
|
52
|
-
i0.ɵɵelementStart(
|
|
53
|
-
i0.ɵɵelement(
|
|
51
|
+
i0.ɵɵelementStart(22, "mj-tab-body");
|
|
52
|
+
i0.ɵɵelement(23, "mj-user-view-grid", 9);
|
|
54
53
|
i0.ɵɵelementEnd();
|
|
55
|
-
i0.ɵɵelementStart(
|
|
56
|
-
i0.ɵɵ
|
|
54
|
+
i0.ɵɵelementStart(24, "mj-tab", 13);
|
|
55
|
+
i0.ɵɵelement(25, "span", 14);
|
|
56
|
+
i0.ɵɵtext(26, "Dashboards ");
|
|
57
57
|
i0.ɵɵelementEnd();
|
|
58
58
|
i0.ɵɵelementStart(27, "mj-tab-body");
|
|
59
59
|
i0.ɵɵelement(28, "mj-user-view-grid", 9);
|
|
@@ -81,26 +81,26 @@ function EnvironmentFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
81
81
|
i0.ɵɵadvance();
|
|
82
82
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
83
83
|
i0.ɵɵadvance(3);
|
|
84
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
84
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Projects", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Projects"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Projects"))("EditMode", ctx_r1.GridEditMode());
|
|
85
85
|
i0.ɵɵadvance();
|
|
86
86
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
87
87
|
i0.ɵɵadvance(3);
|
|
88
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ:
|
|
88
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Collections", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Collections"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Collections"))("EditMode", ctx_r1.GridEditMode());
|
|
89
89
|
i0.ɵɵadvance();
|
|
90
90
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
91
91
|
i0.ɵɵadvance(3);
|
|
92
92
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Artifacts", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Artifacts"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Artifacts"))("EditMode", ctx_r1.GridEditMode());
|
|
93
93
|
i0.ɵɵadvance();
|
|
94
94
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
95
|
-
i0.ɵɵadvance(4);
|
|
96
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Dashboards", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Dashboards"))("AllowLoad", ctx_r1.IsCurrentTab("Dashboards"))("EditMode", ctx_r1.GridEditMode());
|
|
97
|
-
i0.ɵɵadvance();
|
|
98
|
-
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
99
95
|
i0.ɵɵadvance(3);
|
|
100
96
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Tasks", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Tasks"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Tasks"))("EditMode", ctx_r1.GridEditMode());
|
|
101
97
|
i0.ɵɵadvance();
|
|
102
98
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
103
99
|
i0.ɵɵadvance(4);
|
|
100
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Dashboards", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Dashboards"))("AllowLoad", ctx_r1.IsCurrentTab("Dashboards"))("EditMode", ctx_r1.GridEditMode());
|
|
101
|
+
i0.ɵɵadvance();
|
|
102
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
103
|
+
i0.ɵɵadvance(4);
|
|
104
104
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Reports", "EnvironmentID"))("NewRecordValues", ctx_r1.NewRecordValues("Reports"))("AllowLoad", ctx_r1.IsCurrentTab("Reports"))("EditMode", ctx_r1.GridEditMode());
|
|
105
105
|
i0.ɵɵadvance();
|
|
106
106
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
@@ -109,7 +109,7 @@ function EnvironmentFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
109
109
|
} }
|
|
110
110
|
let EnvironmentFormComponent = class EnvironmentFormComponent extends BaseFormComponent {
|
|
111
111
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEnvironmentFormComponent_BaseFactory; return function EnvironmentFormComponent_Factory(t) { return (ɵEnvironmentFormComponent_BaseFactory || (ɵEnvironmentFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EnvironmentFormComponent)))(t || EnvironmentFormComponent); }; })(); }
|
|
112
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EnvironmentFormComponent, selectors: [["gen-environment-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: Environments", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ:
|
|
112
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EnvironmentFormComponent, selectors: [["gen-environment-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: Environments", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Projects", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "MJ: Collections", 3, "Visible"], ["Name", "MJ: Artifacts", 3, "Visible"], ["Name", "MJ: Tasks", 3, "Visible"], ["Name", "Dashboards", 3, "Visible"], [1, "fa-solid", "fa-table-columns", "tab-header-icon"], ["Name", "Reports", 3, "Visible"], [1, "fa-solid", "fa-chart-line", "tab-header-icon"], ["Name", "Conversations", 3, "Visible"], [1, "fa-regular", "fa-comments", "tab-header-icon"]], template: function EnvironmentFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
113
113
|
i0.ɵɵelementStart(0, "div", 1);
|
|
114
114
|
i0.ɵɵtemplate(1, EnvironmentFormComponent_form_1_Template, 39, 38, "form", 2);
|
|
115
115
|
i0.ɵɵelementEnd();
|
|
@@ -124,7 +124,7 @@ EnvironmentFormComponent = __decorate([
|
|
|
124
124
|
export { EnvironmentFormComponent };
|
|
125
125
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnvironmentFormComponent, [{
|
|
126
126
|
type: Component,
|
|
127
|
-
args: [{ selector: 'gen-environment-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: Environments\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ:
|
|
127
|
+
args: [{ selector: 'gen-environment-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: Environments\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Projects\" [Visible]=\"record.IsSaved\"> \n MJ: Projects\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Projects','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Projects')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Projects')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Collections\" [Visible]=\"record.IsSaved\"> \n MJ: Collections\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Collections','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Collections')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Collections')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Artifacts\" [Visible]=\"record.IsSaved\"> \n MJ: Artifacts\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Artifacts','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Artifacts')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Artifacts')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"MJ: Tasks\" [Visible]=\"record.IsSaved\"> \n MJ: Tasks\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Tasks','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Tasks')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Tasks')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Dashboards\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-table-columns tab-header-icon\"></span>Dashboards\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Dashboards','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('Dashboards')\"\n [AllowLoad]=\"IsCurrentTab('Dashboards')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Reports\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-chart-line tab-header-icon\"></span>Reports\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Reports','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('Reports')\"\n [AllowLoad]=\"IsCurrentTab('Reports')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Conversations\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-regular fa-comments tab-header-icon\"></span>Conversations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Conversations','EnvironmentID')\" \n [NewRecordValues]=\"NewRecordValues('Conversations')\"\n [AllowLoad]=\"IsCurrentTab('Conversations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
128
128
|
}], null, null); })();
|
|
129
129
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnvironmentFormComponent, { className: "EnvironmentFormComponent", filePath: "src/lib/generated/Entities/Environment/environment.form.component.ts", lineNumber: 14 }); })();
|
|
130
130
|
export function LoadEnvironmentFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Environment/environment.form.component.ts","../../../../../src/lib/generated/Entities/Environment/environment.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH1E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,4MAAe,0BAAmB,KAAC,iMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"environment.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Environment/environment.form.component.ts","../../../../../src/lib/generated/Entities/Environment/environment.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH1E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,4MAAe,0BAAmB,KAAC,iMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAuD;IACnD,8BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAwD;IACpD,gCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAoD;IAChD,4BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAqD;IACjD,4BAA+D;IAAA,4BACnE;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAkD;IAC9C,4BAA4D;IAAA,yBAChE;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAwD;IACpD,4BAA4D;IAAA,+BAChE;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA3Gc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIN,cAA0B;IAA1B,+CAA0B;IAK9C,eAAkF;IAGlF,AADA,AADA,AADA,wGAAkF,2DAC/B,kDACT,mCACf;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAqF;IAGrF,AADA,AADA,AADA,2GAAqF,8DAC/B,qDACT,mCAClB;IAKN,cAA0B;IAA1B,+CAA0B;IAK/C,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,4DAC/B,mDACT,mCAChB;IAKV,cAA0B;IAA1B,+CAA0B;IAK3C,eAA+E;IAG/E,AADA,AADA,AADA,qGAA+E,wDAC/B,+CACT,mCACZ;IAKT,cAA0B;IAA1B,+CAA0B;IAK5C,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,yDAC/B,gDACT,mCACb;IAKZ,cAA0B;IAA1B,+CAA0B;IAKzC,eAA6E;IAG7E,AADA,AADA,AADA,mGAA6E,sDAC/B,6CACT,mCACV;IAKN,cAA0B;IAA1B,+CAA0B;IAK/C,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,4DAC/B,mDACT,mCAChB;;AD3FhD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,iBAAiB;oQAAlD,wBAAwB,SAAxB,wBAAwB;oEAAxB,wBAAwB;YCbrC,8BAAqC;YACjC,6EAA0D;YA6G9D,iBAAM;;YA7GK,cAAY;YAAZ,iCAAY;;;ADYV,wBAAwB;IANpC,aAAa,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAAC,uCAAuC;GAMhF,wBAAwB,CAEpC;;iFAFY,wBAAwB;cALpC,SAAS;2BACI,sBAAsB;;kFAIvB,wBAAwB;AAIrC,MAAM,UAAU,4BAA4B;IACxC,+BAA+B,EAAE,CAAC;AACtC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ScheduledJobEntity } from '@memberjunction/core-entities';
|
|
2
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScheduledJobFormComponent extends BaseFormComponent {
|
|
5
|
+
record: ScheduledJobEntity;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduledJobFormComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScheduledJobFormComponent, "gen-scheduledjob-form", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
export declare function LoadScheduledJobFormComponent(): void;
|
|
10
|
+
//# sourceMappingURL=scheduledjob.form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduledjob.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAIlE,qBAMa,yBAA0B,SAAQ,iBAAiB;IACrD,MAAM,EAAG,kBAAkB,CAAC;yCAD1B,yBAAyB;2CAAzB,yBAAyB;CAErC;AAED,wBAAgB,6BAA6B,SAE5C"}
|
|
@@ -0,0 +1,70 @@
|
|
|
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 { LoadScheduledJobDetailsComponent } from "./sections/details.component";
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
import * as i1 from "@angular/common";
|
|
13
|
+
import * as i2 from "@angular/forms";
|
|
14
|
+
import * as i3 from "@memberjunction/ng-user-view-grid";
|
|
15
|
+
import * as i4 from "@memberjunction/ng-base-forms";
|
|
16
|
+
import * as i5 from "@memberjunction/ng-form-toolbar";
|
|
17
|
+
import * as i6 from "@memberjunction/ng-tabstrip";
|
|
18
|
+
function ScheduledJobFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
20
|
+
i0.ɵɵelementStart(0, "form", 3, 0);
|
|
21
|
+
i0.ɵɵelement(2, "mj-form-toolbar", 4);
|
|
22
|
+
i0.ɵɵelementStart(3, "mj-tabstrip", 5);
|
|
23
|
+
i0.ɵɵlistener("TabSelected", function ScheduledJobFormComponent_form_1_Template_mj_tabstrip_TabSelected_3_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onTabSelect($event)); })("ResizeContainer", function ScheduledJobFormComponent_form_1_Template_mj_tabstrip_ResizeContainer_3_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.InvokeManualResize()); });
|
|
24
|
+
i0.ɵɵelementStart(4, "mj-tab", 6);
|
|
25
|
+
i0.ɵɵtext(5, " Details ");
|
|
26
|
+
i0.ɵɵelementEnd();
|
|
27
|
+
i0.ɵɵelementStart(6, "mj-tab-body");
|
|
28
|
+
i0.ɵɵelement(7, "mj-form-section", 7);
|
|
29
|
+
i0.ɵɵelementEnd();
|
|
30
|
+
i0.ɵɵelementStart(8, "mj-tab", 8);
|
|
31
|
+
i0.ɵɵtext(9, " MJ: Scheduled Job Runs ");
|
|
32
|
+
i0.ɵɵelementEnd();
|
|
33
|
+
i0.ɵɵelementStart(10, "mj-tab-body");
|
|
34
|
+
i0.ɵɵelement(11, "mj-user-view-grid", 9);
|
|
35
|
+
i0.ɵɵelementEnd()()();
|
|
36
|
+
} if (rf & 2) {
|
|
37
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
38
|
+
i0.ɵɵadvance(2);
|
|
39
|
+
i0.ɵɵproperty("form", ctx_r1);
|
|
40
|
+
i0.ɵɵadvance(5);
|
|
41
|
+
i0.ɵɵproperty("record", ctx_r1.record)("EditMode", ctx_r1.EditMode);
|
|
42
|
+
i0.ɵɵadvance();
|
|
43
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
44
|
+
i0.ɵɵadvance(3);
|
|
45
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ: Scheduled Job Runs", "ScheduledJobID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: Scheduled Job Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: Scheduled Job Runs"))("EditMode", ctx_r1.GridEditMode());
|
|
46
|
+
} }
|
|
47
|
+
let ScheduledJobFormComponent = class ScheduledJobFormComponent extends BaseFormComponent {
|
|
48
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵScheduledJobFormComponent_BaseFactory; return function ScheduledJobFormComponent_Factory(t) { return (ɵScheduledJobFormComponent_BaseFactory || (ɵScheduledJobFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ScheduledJobFormComponent)))(t || ScheduledJobFormComponent); }; })(); }
|
|
49
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ScheduledJobFormComponent, selectors: [["gen-scheduledjob-form"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [["form", "ngForm"], [1, "record-form-container"], ["class", "record-form", 4, "ngIf"], [1, "record-form"], [3, "form"], [3, "TabSelected", "ResizeContainer"], ["Name", "Details"], ["Entity", "MJ: Scheduled Jobs", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: Scheduled Job Runs", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ScheduledJobFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
50
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
51
|
+
i0.ɵɵtemplate(1, ScheduledJobFormComponent_form_1_Template, 12, 8, "form", 2);
|
|
52
|
+
i0.ɵɵelementEnd();
|
|
53
|
+
} if (rf & 2) {
|
|
54
|
+
i0.ɵɵadvance();
|
|
55
|
+
i0.ɵɵproperty("ngIf", ctx.record);
|
|
56
|
+
} }, dependencies: [i1.NgIf, i2.ɵNgNoValidate, i2.NgControlStatusGroup, i2.NgForm, i3.UserViewGridComponent, i4.SectionLoaderComponent, i5.FormToolbarComponent, i6.MJTabStripComponent, i6.MJTabBodyComponent, i6.MJTabComponent], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
|
|
57
|
+
};
|
|
58
|
+
ScheduledJobFormComponent = __decorate([
|
|
59
|
+
RegisterClass(BaseFormComponent, 'MJ: Scheduled Jobs') // Tell MemberJunction about this class
|
|
60
|
+
], ScheduledJobFormComponent);
|
|
61
|
+
export { ScheduledJobFormComponent };
|
|
62
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ScheduledJobFormComponent, [{
|
|
63
|
+
type: Component,
|
|
64
|
+
args: [{ selector: 'gen-scheduledjob-form', template: "<div class=\"record-form-container\" >\n <form *ngIf=\"record\" class=\"record-form\" #form=\"ngForm\" >\n <mj-form-toolbar [form]=\"this\"></mj-form-toolbar>\n\n <mj-tabstrip (TabSelected)=\"onTabSelect($event)\" (ResizeContainer)=\"InvokeManualResize()\">\n \n <mj-tab Name=\"Details\">\n Details\n </mj-tab>\n <mj-tab-body>\n <mj-form-section \n Entity=\"MJ: Scheduled Jobs\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: Scheduled Job Runs\" [Visible]=\"record.IsSaved\"> \n MJ: Scheduled Job Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Scheduled Job Runs','ScheduledJobID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Scheduled Job Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Scheduled Job Runs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n </mj-tabstrip>\n </form>\n</div>\n ", styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
65
|
+
}], null, null); })();
|
|
66
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ScheduledJobFormComponent, { className: "ScheduledJobFormComponent", filePath: "src/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.ts", lineNumber: 14 }); })();
|
|
67
|
+
export function LoadScheduledJobFormComponent() {
|
|
68
|
+
LoadScheduledJobDetailsComponent();
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=scheduledjob.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduledjob.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.ts","../../../../../src/lib/generated/Entities/ScheduledJob/scheduledjob.form.component.html"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH3E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,6MAAe,0BAAmB,KAAC,kMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAiE;IAC7D,wCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA7Bc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAII,cAA0B;IAA1B,+CAA0B;IAKxD,eAA6F;IAG7F,AADA,AADA,AADA,mHAA6F,qEAChC,4DACT,mCACzB;;ADbhD,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,iBAAiB;wQAAnD,yBAAyB,SAAzB,yBAAyB;oEAAzB,yBAAyB;YCbtC,8BAAqC;YACjC,6EAA0D;YA+B9D,iBAAM;;YA/BK,cAAY;YAAZ,iCAAY;;;ADYV,yBAAyB;IANrC,aAAa,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,uCAAuC;GAMlF,yBAAyB,CAErC;;iFAFY,yBAAyB;cALrC,SAAS;2BACI,uBAAuB;;kFAIxB,yBAAyB;AAItC,MAAM,UAAU,6BAA6B;IACzC,gCAAgC,EAAE,CAAC;AACvC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
2
|
+
import { ScheduledJobEntity } from '@memberjunction/core-entities';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScheduledJobDetailsComponent extends BaseFormSectionComponent {
|
|
5
|
+
record: ScheduledJobEntity;
|
|
6
|
+
EditMode: boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduledJobDetailsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScheduledJobDetailsComponent, "gen-scheduledjob-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare function LoadScheduledJobDetailsComponent(): void;
|
|
11
|
+
//# sourceMappingURL=details.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ScheduledJob/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;;AAEnE,qBAmOa,4BAA6B,SAAQ,wBAAwB;IACpD,MAAM,EAAG,kBAAkB,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,4BAA4B;2CAA5B,4BAA4B;CAGxC;AAED,wBAAgB,gCAAgC,SAE/C"}
|
|
@@ -0,0 +1,329 @@
|
|
|
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, Input } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "@angular/common";
|
|
12
|
+
import * as i2 from "@memberjunction/ng-base-forms";
|
|
13
|
+
function ScheduledJobDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "div", 1);
|
|
15
|
+
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)(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)(15, "mj-form-field", 15)(16, "mj-form-field", 16)(17, "mj-form-field", 17)(18, "mj-form-field", 18)(19, "mj-form-field", 19)(20, "mj-form-field", 20)(21, "mj-form-field", 21)(22, "mj-form-field", 22)(23, "mj-form-field", 23)(24, "mj-form-field", 24)(25, "mj-form-field", 25)(26, "mj-form-field", 26)(27, "mj-form-field", 27)(28, "mj-form-field", 28)(29, "mj-form-field", 29)(30, "mj-form-field", 30)(31, "mj-form-field", 31);
|
|
16
|
+
i0.ɵɵelementEnd()();
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
19
|
+
i0.ɵɵadvance(2);
|
|
20
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
21
|
+
i0.ɵɵadvance();
|
|
22
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
23
|
+
i0.ɵɵadvance();
|
|
24
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
25
|
+
i0.ɵɵadvance();
|
|
26
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
27
|
+
i0.ɵɵadvance();
|
|
28
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
29
|
+
i0.ɵɵadvance();
|
|
30
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
31
|
+
i0.ɵɵadvance();
|
|
32
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
33
|
+
i0.ɵɵadvance();
|
|
34
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
35
|
+
i0.ɵɵadvance();
|
|
36
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
37
|
+
i0.ɵɵadvance();
|
|
38
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
39
|
+
i0.ɵɵadvance();
|
|
40
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
41
|
+
i0.ɵɵadvance();
|
|
42
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
43
|
+
i0.ɵɵadvance();
|
|
44
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
45
|
+
i0.ɵɵadvance();
|
|
46
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
47
|
+
i0.ɵɵadvance();
|
|
48
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
49
|
+
i0.ɵɵadvance();
|
|
50
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
51
|
+
i0.ɵɵadvance();
|
|
52
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
53
|
+
i0.ɵɵadvance();
|
|
54
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
55
|
+
i0.ɵɵadvance();
|
|
56
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
57
|
+
i0.ɵɵadvance();
|
|
58
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
59
|
+
i0.ɵɵadvance();
|
|
60
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
61
|
+
i0.ɵɵadvance();
|
|
62
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
63
|
+
i0.ɵɵadvance();
|
|
64
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
65
|
+
i0.ɵɵadvance();
|
|
66
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
67
|
+
i0.ɵɵadvance();
|
|
68
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
69
|
+
i0.ɵɵadvance();
|
|
70
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
71
|
+
i0.ɵɵadvance();
|
|
72
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
73
|
+
i0.ɵɵadvance();
|
|
74
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
75
|
+
i0.ɵɵadvance();
|
|
76
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
77
|
+
i0.ɵɵadvance();
|
|
78
|
+
i0.ɵɵproperty("record", ctx_r0.record)("ShowLabel", true)("EditMode", ctx_r0.EditMode);
|
|
79
|
+
} }
|
|
80
|
+
let ScheduledJobDetailsComponent = class ScheduledJobDetailsComponent extends BaseFormSectionComponent {
|
|
81
|
+
constructor() {
|
|
82
|
+
super(...arguments);
|
|
83
|
+
this.EditMode = false;
|
|
84
|
+
}
|
|
85
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵScheduledJobDetailsComponent_BaseFactory; return function ScheduledJobDetailsComponent_Factory(t) { return (ɵScheduledJobDetailsComponent_BaseFactory || (ɵScheduledJobDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ScheduledJobDetailsComponent)))(t || ScheduledJobDetailsComponent); }; })(); }
|
|
86
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ScheduledJobDetailsComponent, selectors: [["gen-scheduledjob-form-details"]], inputs: { record: "record", EditMode: "EditMode" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "record-form"], ["FieldName", "JobTypeID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Name", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Description", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "CronExpression", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Timezone", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "StartAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "EndAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Status", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "Configuration", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OwnerUserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LastRunAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NextRunAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "RunCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "SuccessCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "FailureCount", "Type", "numerictextbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NotifyOnSuccess", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NotifyOnFailure", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NotifyUserID", "Type", "textbox", "LinkType", "Record", "LinkComponentType", "Search", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NotifyViaEmail", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NotifyViaInApp", "Type", "checkbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LockToken", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LockedAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "LockedByInstance", "Type", "textarea", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ExpectedCompletionAt", "Type", "datepicker", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "ConcurrencyMode", "Type", "dropdownlist", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "JobType", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "OwnerUser", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"], ["FieldName", "NotifyUser", "Type", "textbox", 3, "record", "ShowLabel", "EditMode"]], template: function ScheduledJobDetailsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87
|
+
i0.ɵɵtemplate(0, ScheduledJobDetailsComponent_div_0_Template, 32, 90, "div", 0);
|
|
88
|
+
} if (rf & 2) {
|
|
89
|
+
i0.ɵɵproperty("ngIf", ctx.record);
|
|
90
|
+
} }, dependencies: [i1.NgIf, i2.MJFormField], styles: [".k-pane[_ngcontent-%COMP%] {\n background-color: #F5F6FA;\n}\n\n.content-margin[_ngcontent-%COMP%] {\n margin: 10px;\n} \n\n\na[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group[_ngcontent-%COMP%] {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton[_ngcontent-%COMP%] {\n margin-right: 5px;\n}\n\n.record-form[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] {\n margin-bottom: 10px;\n}\n\n.k-splitter[_ngcontent-%COMP%] {\n border-width: 0px;\n}\n\n.record-form-row[_ngcontent-%COMP%] {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > [_ngcontent-%COMP%]:first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form[_ngcontent-%COMP%] .record-form-row[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row[_ngcontent-%COMP%] {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n width: 240px;\n margin-bottom: 0;\n }\n}"] }); }
|
|
91
|
+
};
|
|
92
|
+
ScheduledJobDetailsComponent = __decorate([
|
|
93
|
+
RegisterClass(BaseFormSectionComponent, 'MJ: Scheduled Jobs.details') // Tell MemberJunction about this class
|
|
94
|
+
], ScheduledJobDetailsComponent);
|
|
95
|
+
export { ScheduledJobDetailsComponent };
|
|
96
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ScheduledJobDetailsComponent, [{
|
|
97
|
+
type: Component,
|
|
98
|
+
args: [{ selector: 'gen-scheduledjob-form-details', template: `<div *ngIf="this.record">
|
|
99
|
+
<div class="record-form">
|
|
100
|
+
<mj-form-field
|
|
101
|
+
[record]="record"
|
|
102
|
+
[ShowLabel]="true"
|
|
103
|
+
FieldName="JobTypeID"
|
|
104
|
+
Type="textbox"
|
|
105
|
+
[EditMode]="EditMode"
|
|
106
|
+
LinkType="Record"
|
|
107
|
+
LinkComponentType="Search"
|
|
108
|
+
></mj-form-field>
|
|
109
|
+
<mj-form-field
|
|
110
|
+
[record]="record"
|
|
111
|
+
[ShowLabel]="true"
|
|
112
|
+
FieldName="Name"
|
|
113
|
+
Type="textarea"
|
|
114
|
+
[EditMode]="EditMode"
|
|
115
|
+
></mj-form-field>
|
|
116
|
+
<mj-form-field
|
|
117
|
+
[record]="record"
|
|
118
|
+
[ShowLabel]="true"
|
|
119
|
+
FieldName="Description"
|
|
120
|
+
Type="textarea"
|
|
121
|
+
[EditMode]="EditMode"
|
|
122
|
+
></mj-form-field>
|
|
123
|
+
<mj-form-field
|
|
124
|
+
[record]="record"
|
|
125
|
+
[ShowLabel]="true"
|
|
126
|
+
FieldName="CronExpression"
|
|
127
|
+
Type="textarea"
|
|
128
|
+
[EditMode]="EditMode"
|
|
129
|
+
></mj-form-field>
|
|
130
|
+
<mj-form-field
|
|
131
|
+
[record]="record"
|
|
132
|
+
[ShowLabel]="true"
|
|
133
|
+
FieldName="Timezone"
|
|
134
|
+
Type="textbox"
|
|
135
|
+
[EditMode]="EditMode"
|
|
136
|
+
></mj-form-field>
|
|
137
|
+
<mj-form-field
|
|
138
|
+
[record]="record"
|
|
139
|
+
[ShowLabel]="true"
|
|
140
|
+
FieldName="StartAt"
|
|
141
|
+
Type="datepicker"
|
|
142
|
+
[EditMode]="EditMode"
|
|
143
|
+
></mj-form-field>
|
|
144
|
+
<mj-form-field
|
|
145
|
+
[record]="record"
|
|
146
|
+
[ShowLabel]="true"
|
|
147
|
+
FieldName="EndAt"
|
|
148
|
+
Type="datepicker"
|
|
149
|
+
[EditMode]="EditMode"
|
|
150
|
+
></mj-form-field>
|
|
151
|
+
<mj-form-field
|
|
152
|
+
[record]="record"
|
|
153
|
+
[ShowLabel]="true"
|
|
154
|
+
FieldName="Status"
|
|
155
|
+
Type="dropdownlist"
|
|
156
|
+
[EditMode]="EditMode"
|
|
157
|
+
></mj-form-field>
|
|
158
|
+
<mj-form-field
|
|
159
|
+
[record]="record"
|
|
160
|
+
[ShowLabel]="true"
|
|
161
|
+
FieldName="Configuration"
|
|
162
|
+
Type="textarea"
|
|
163
|
+
[EditMode]="EditMode"
|
|
164
|
+
></mj-form-field>
|
|
165
|
+
<mj-form-field
|
|
166
|
+
[record]="record"
|
|
167
|
+
[ShowLabel]="true"
|
|
168
|
+
FieldName="OwnerUserID"
|
|
169
|
+
Type="textbox"
|
|
170
|
+
[EditMode]="EditMode"
|
|
171
|
+
LinkType="Record"
|
|
172
|
+
LinkComponentType="Search"
|
|
173
|
+
></mj-form-field>
|
|
174
|
+
<mj-form-field
|
|
175
|
+
[record]="record"
|
|
176
|
+
[ShowLabel]="true"
|
|
177
|
+
FieldName="LastRunAt"
|
|
178
|
+
Type="datepicker"
|
|
179
|
+
[EditMode]="EditMode"
|
|
180
|
+
></mj-form-field>
|
|
181
|
+
<mj-form-field
|
|
182
|
+
[record]="record"
|
|
183
|
+
[ShowLabel]="true"
|
|
184
|
+
FieldName="NextRunAt"
|
|
185
|
+
Type="datepicker"
|
|
186
|
+
[EditMode]="EditMode"
|
|
187
|
+
></mj-form-field>
|
|
188
|
+
<mj-form-field
|
|
189
|
+
[record]="record"
|
|
190
|
+
[ShowLabel]="true"
|
|
191
|
+
FieldName="RunCount"
|
|
192
|
+
Type="numerictextbox"
|
|
193
|
+
[EditMode]="EditMode"
|
|
194
|
+
></mj-form-field>
|
|
195
|
+
<mj-form-field
|
|
196
|
+
[record]="record"
|
|
197
|
+
[ShowLabel]="true"
|
|
198
|
+
FieldName="SuccessCount"
|
|
199
|
+
Type="numerictextbox"
|
|
200
|
+
[EditMode]="EditMode"
|
|
201
|
+
></mj-form-field>
|
|
202
|
+
<mj-form-field
|
|
203
|
+
[record]="record"
|
|
204
|
+
[ShowLabel]="true"
|
|
205
|
+
FieldName="FailureCount"
|
|
206
|
+
Type="numerictextbox"
|
|
207
|
+
[EditMode]="EditMode"
|
|
208
|
+
></mj-form-field>
|
|
209
|
+
<mj-form-field
|
|
210
|
+
[record]="record"
|
|
211
|
+
[ShowLabel]="true"
|
|
212
|
+
FieldName="NotifyOnSuccess"
|
|
213
|
+
Type="checkbox"
|
|
214
|
+
[EditMode]="EditMode"
|
|
215
|
+
></mj-form-field>
|
|
216
|
+
<mj-form-field
|
|
217
|
+
[record]="record"
|
|
218
|
+
[ShowLabel]="true"
|
|
219
|
+
FieldName="NotifyOnFailure"
|
|
220
|
+
Type="checkbox"
|
|
221
|
+
[EditMode]="EditMode"
|
|
222
|
+
></mj-form-field>
|
|
223
|
+
<mj-form-field
|
|
224
|
+
[record]="record"
|
|
225
|
+
[ShowLabel]="true"
|
|
226
|
+
FieldName="NotifyUserID"
|
|
227
|
+
Type="textbox"
|
|
228
|
+
[EditMode]="EditMode"
|
|
229
|
+
LinkType="Record"
|
|
230
|
+
LinkComponentType="Search"
|
|
231
|
+
></mj-form-field>
|
|
232
|
+
<mj-form-field
|
|
233
|
+
[record]="record"
|
|
234
|
+
[ShowLabel]="true"
|
|
235
|
+
FieldName="NotifyViaEmail"
|
|
236
|
+
Type="checkbox"
|
|
237
|
+
[EditMode]="EditMode"
|
|
238
|
+
></mj-form-field>
|
|
239
|
+
<mj-form-field
|
|
240
|
+
[record]="record"
|
|
241
|
+
[ShowLabel]="true"
|
|
242
|
+
FieldName="NotifyViaInApp"
|
|
243
|
+
Type="checkbox"
|
|
244
|
+
[EditMode]="EditMode"
|
|
245
|
+
></mj-form-field>
|
|
246
|
+
<mj-form-field
|
|
247
|
+
[record]="record"
|
|
248
|
+
[ShowLabel]="true"
|
|
249
|
+
FieldName="LockToken"
|
|
250
|
+
Type="textbox"
|
|
251
|
+
[EditMode]="EditMode"
|
|
252
|
+
></mj-form-field>
|
|
253
|
+
<mj-form-field
|
|
254
|
+
[record]="record"
|
|
255
|
+
[ShowLabel]="true"
|
|
256
|
+
FieldName="LockedAt"
|
|
257
|
+
Type="datepicker"
|
|
258
|
+
[EditMode]="EditMode"
|
|
259
|
+
></mj-form-field>
|
|
260
|
+
<mj-form-field
|
|
261
|
+
[record]="record"
|
|
262
|
+
[ShowLabel]="true"
|
|
263
|
+
FieldName="LockedByInstance"
|
|
264
|
+
Type="textarea"
|
|
265
|
+
[EditMode]="EditMode"
|
|
266
|
+
></mj-form-field>
|
|
267
|
+
<mj-form-field
|
|
268
|
+
[record]="record"
|
|
269
|
+
[ShowLabel]="true"
|
|
270
|
+
FieldName="ExpectedCompletionAt"
|
|
271
|
+
Type="datepicker"
|
|
272
|
+
[EditMode]="EditMode"
|
|
273
|
+
></mj-form-field>
|
|
274
|
+
<mj-form-field
|
|
275
|
+
[record]="record"
|
|
276
|
+
[ShowLabel]="true"
|
|
277
|
+
FieldName="ConcurrencyMode"
|
|
278
|
+
Type="dropdownlist"
|
|
279
|
+
[EditMode]="EditMode"
|
|
280
|
+
></mj-form-field>
|
|
281
|
+
<mj-form-field
|
|
282
|
+
[record]="record"
|
|
283
|
+
[ShowLabel]="true"
|
|
284
|
+
FieldName="__mj_CreatedAt"
|
|
285
|
+
Type="textbox"
|
|
286
|
+
[EditMode]="EditMode"
|
|
287
|
+
></mj-form-field>
|
|
288
|
+
<mj-form-field
|
|
289
|
+
[record]="record"
|
|
290
|
+
[ShowLabel]="true"
|
|
291
|
+
FieldName="__mj_UpdatedAt"
|
|
292
|
+
Type="textbox"
|
|
293
|
+
[EditMode]="EditMode"
|
|
294
|
+
></mj-form-field>
|
|
295
|
+
<mj-form-field
|
|
296
|
+
[record]="record"
|
|
297
|
+
[ShowLabel]="true"
|
|
298
|
+
FieldName="JobType"
|
|
299
|
+
Type="textbox"
|
|
300
|
+
[EditMode]="EditMode"
|
|
301
|
+
></mj-form-field>
|
|
302
|
+
<mj-form-field
|
|
303
|
+
[record]="record"
|
|
304
|
+
[ShowLabel]="true"
|
|
305
|
+
FieldName="OwnerUser"
|
|
306
|
+
Type="textbox"
|
|
307
|
+
[EditMode]="EditMode"
|
|
308
|
+
></mj-form-field>
|
|
309
|
+
<mj-form-field
|
|
310
|
+
[record]="record"
|
|
311
|
+
[ShowLabel]="true"
|
|
312
|
+
FieldName="NotifyUser"
|
|
313
|
+
Type="textbox"
|
|
314
|
+
[EditMode]="EditMode"
|
|
315
|
+
></mj-form-field>
|
|
316
|
+
|
|
317
|
+
</div>
|
|
318
|
+
</div>
|
|
319
|
+
`, styles: [".k-pane {\n background-color: #F5F6FA;\n}\n\n.content-margin {\n margin: 10px;\n} \n\n\na {\n font-size: 14px;\n font-weight: bolder;\n}\n\n.tab-header-icon {\n margin-right: 5px;\n}\n\n.record-form {\n display: block;\n flex-direction: column;\n background-color: #F5F6FA;\n padding: 10px;\n}\n\n.record-form-group {\n margin-top: 0px;\n background-color: #F5F6FA;\n}\n\nbutton {\n margin-right: 5px;\n}\n\n.record-form h2 {\n margin-bottom: 10px;\n}\n\n.k-splitter {\n border-width: 0px;\n}\n\n.record-form-row {\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: start;\n gap: 10px;\n margin-bottom: 12px;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\n\n/* .record-form .record-form-row:nth-child(odd) {\n background-color: #f2f2f2; \n} */\n\n/* \n.record-form .record-form-row:nth-child(even) {\n background-color: #ffffff; \n} */\n\n.record-form .record-form-row > :first-child {\n font-weight: bold;\n padding-right: 10px;\n} \n\n.record-form .record-form-row > span {\n white-space: pre-line;\n max-height: 300px;\n overflow: auto;\n}\n\n \n\n@media (min-width: 768px) {\n .record-form-row {\n flex-direction: row;\n align-items: center;\n }\n\n .record-form-row label {\n width: 240px;\n margin-bottom: 0;\n }\n}\n"] }]
|
|
320
|
+
}], null, { record: [{
|
|
321
|
+
type: Input
|
|
322
|
+
}], EditMode: [{
|
|
323
|
+
type: Input
|
|
324
|
+
}] }); })();
|
|
325
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ScheduledJobDetailsComponent, { className: "ScheduledJobDetailsComponent", filePath: "src/lib/generated/Entities/ScheduledJob/sections/details.component.ts", lineNumber: 233 }); })();
|
|
326
|
+
export function LoadScheduledJobDetailsComponent() {
|
|
327
|
+
// does nothing, but called in order to prevent tree-shaking from eliminating this component from the build
|
|
328
|
+
}
|
|
329
|
+
//# sourceMappingURL=details.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"details.component.js","sourceRoot":"","sources":["../../../../../../src/lib/generated/Entities/ScheduledJob/sections/details.component.ts"],"names":[],"mappings":"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"}
|