@memberjunction/ng-core-entity-forms 2.106.0 → 2.107.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/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/AIAgentRelationship/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIAgentRelationship/sections/details.component.js +13 -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 +6 -6
- 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/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 +51 -21
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/generated-forms.module.d.ts +297 -291
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +168 -144
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +15 -15
|
@@ -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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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ScheduledJobRunEntity } from '@memberjunction/core-entities';
|
|
2
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScheduledJobRunFormComponent extends BaseFormComponent {
|
|
5
|
+
record: ScheduledJobRunEntity;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduledJobRunFormComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScheduledJobRunFormComponent, "gen-scheduledjobrun-form", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
export declare function LoadScheduledJobRunFormComponent(): void;
|
|
10
|
+
//# sourceMappingURL=scheduledjobrun.form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduledjobrun.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAIlE,qBAMa,4BAA6B,SAAQ,iBAAiB;IACxD,MAAM,EAAG,qBAAqB,CAAC;yCAD7B,4BAA4B;2CAA5B,4BAA4B;CAExC;AAED,wBAAgB,gCAAgC,SAE/C"}
|
|
@@ -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 { LoadScheduledJobRunDetailsComponent } 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 ScheduledJobRunFormComponent_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 ScheduledJobRunFormComponent_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 ScheduledJobRunFormComponent_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: AI Agent 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: AI Agent Runs", "ScheduledJobRunID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ: AI Agent Runs"))("AllowLoad", ctx_r1.IsCurrentTab("MJ: AI Agent Runs"))("EditMode", ctx_r1.GridEditMode());
|
|
46
|
+
} }
|
|
47
|
+
let ScheduledJobRunFormComponent = class ScheduledJobRunFormComponent extends BaseFormComponent {
|
|
48
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵScheduledJobRunFormComponent_BaseFactory; return function ScheduledJobRunFormComponent_Factory(t) { return (ɵScheduledJobRunFormComponent_BaseFactory || (ɵScheduledJobRunFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ScheduledJobRunFormComponent)))(t || ScheduledJobRunFormComponent); }; })(); }
|
|
49
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ScheduledJobRunFormComponent, selectors: [["gen-scheduledjobrun-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 Job Runs", "Section", "details", 3, "record", "EditMode"], ["Name", "MJ: AI Agent Runs", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function ScheduledJobRunFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
50
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
51
|
+
i0.ɵɵtemplate(1, ScheduledJobRunFormComponent_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
|
+
ScheduledJobRunFormComponent = __decorate([
|
|
59
|
+
RegisterClass(BaseFormComponent, 'MJ: Scheduled Job Runs') // Tell MemberJunction about this class
|
|
60
|
+
], ScheduledJobRunFormComponent);
|
|
61
|
+
export { ScheduledJobRunFormComponent };
|
|
62
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ScheduledJobRunFormComponent, [{
|
|
63
|
+
type: Component,
|
|
64
|
+
args: [{ selector: 'gen-scheduledjobrun-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 Job Runs\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"MJ: AI Agent Runs\" [Visible]=\"record.IsSaved\"> \n MJ: AI Agent Runs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: AI Agent Runs','ScheduledJobRunID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: AI Agent Runs')\"\n [AllowLoad]=\"IsCurrentTab('MJ: AI Agent 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(ScheduledJobRunFormComponent, { className: "ScheduledJobRunFormComponent", filePath: "src/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.ts", lineNumber: 14 }); })();
|
|
67
|
+
export function LoadScheduledJobRunFormComponent() {
|
|
68
|
+
LoadScheduledJobRunDetailsComponent();
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=scheduledjobrun.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduledjobrun.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.form.component.ts","../../../../../src/lib/generated/Entities/ScheduledJobRun/scheduledjobrun.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,mCAAmC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH9E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,gNAAe,0BAAmB,KAAC,qMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAA4D;IACxD,mCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA7Bc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAID,cAA0B;IAA1B,+CAA0B;IAKnD,eAA2F;IAG3F,AADA,AADA,AADA,iHAA2F,gEACnC,uDACT,mCACpB;;ADbhD,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,iBAAiB;oRAAtD,4BAA4B,SAA5B,4BAA4B;oEAA5B,4BAA4B;YCbzC,8BAAqC;YACjC,gFAA0D;YA+B9D,iBAAM;;YA/BK,cAAY;YAAZ,iCAAY;;;ADYV,4BAA4B;IANxC,aAAa,CAAC,iBAAiB,EAAE,wBAAwB,CAAC,CAAC,uCAAuC;GAMtF,4BAA4B,CAExC;;iFAFY,4BAA4B;cALxC,SAAS;2BACI,0BAA0B;;kFAI3B,4BAA4B;AAIzC,MAAM,UAAU,gCAAgC;IAC5C,mCAAmC,EAAE,CAAC;AAC1C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
|
|
2
|
+
import { ScheduledJobRunEntity } from '@memberjunction/core-entities';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScheduledJobRunDetailsComponent extends BaseFormSectionComponent {
|
|
5
|
+
record: ScheduledJobRunEntity;
|
|
6
|
+
EditMode: boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduledJobRunDetailsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScheduledJobRunDetailsComponent, "gen-scheduledjobrun-form-details", never, { "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare function LoadScheduledJobRunDetailsComponent(): 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/ScheduledJobRun/sections/details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;AAEtE,qBA0Ga,+BAAgC,SAAQ,wBAAwB;IACvD,MAAM,EAAG,qBAAqB,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAS;yCAFnC,+BAA+B;2CAA/B,+BAA+B;CAG3C;AAED,wBAAgB,mCAAmC,SAElD"}
|