@memberjunction/ng-core-entity-forms 5.10.0 → 5.11.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/AIPrompts/ai-prompt-form.component.js +3 -3
- package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.d.ts +25 -2
- package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
- package/dist/lib/custom/Queries/query-form.component.js +299 -139
- package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js +87 -49
- package/dist/lib/generated/Entities/MJQuery/mjquery.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.js +69 -0
- package/dist/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +86 -85
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
- package/dist/lib/generated/generated-forms.module.js +23 -20
- package/dist/lib/generated/generated-forms.module.js.map +1 -1
- package/package.json +31 -31
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
|
+
let MJQueryDependencyFormComponent = class MJQueryDependencyFormComponent extends BaseFormComponent {
|
|
13
|
+
async ngOnInit() {
|
|
14
|
+
await super.ngOnInit();
|
|
15
|
+
this.initSections([
|
|
16
|
+
{ sectionKey: 'dependencyRelationships', sectionName: 'Dependency Relationships', isExpanded: true },
|
|
17
|
+
{ sectionKey: 'compositionDetails', sectionName: 'Composition Details', isExpanded: true },
|
|
18
|
+
{ sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
|
|
19
|
+
]);
|
|
20
|
+
}
|
|
21
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵMJQueryDependencyFormComponent_BaseFactory; return function MJQueryDependencyFormComponent_Factory(__ngFactoryType__) { return (ɵMJQueryDependencyFormComponent_BaseFactory || (ɵMJQueryDependencyFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(MJQueryDependencyFormComponent)))(__ngFactoryType__ || MJQueryDependencyFormComponent); }; })(); }
|
|
22
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MJQueryDependencyFormComponent, selectors: [["gen-mjquerydependency-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 40, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["SectionKey", "dependencyRelationships", "SectionName", "Dependency Relationships", "Icon", "fa fa-link", 3, "Form", "FormContext"], ["FieldName", "QueryID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DependsOnQueryID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "compositionDetails", "SectionName", "Composition Details", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ReferencePath", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Alias", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ParameterMapping", "Type", "code", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DetectionMethod", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["SectionKey", "systemMetadata", "SectionName", "System Metadata", "Icon", "fa fa-cog", 3, "Form", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"]], template: function MJQueryDependencyFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
24
|
+
i0.ɵɵlistener("Navigate", function MJQueryDependencyFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function MJQueryDependencyFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function MJQueryDependencyFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function MJQueryDependencyFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function MJQueryDependencyFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
25
|
+
i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
|
|
26
|
+
i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
|
|
27
|
+
i0.ɵɵelementEnd();
|
|
28
|
+
i0.ɵɵelementStart(4, "mj-collapsible-panel", 4);
|
|
29
|
+
i0.ɵɵelement(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8);
|
|
30
|
+
i0.ɵɵelementEnd();
|
|
31
|
+
i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
|
|
32
|
+
i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11);
|
|
33
|
+
i0.ɵɵelementEnd()();
|
|
34
|
+
} if (rf & 2) {
|
|
35
|
+
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
36
|
+
i0.ɵɵadvance();
|
|
37
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
38
|
+
i0.ɵɵadvance();
|
|
39
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
40
|
+
i0.ɵɵadvance();
|
|
41
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
42
|
+
i0.ɵɵadvance();
|
|
43
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
44
|
+
i0.ɵɵadvance();
|
|
45
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
46
|
+
i0.ɵɵadvance();
|
|
47
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
48
|
+
i0.ɵɵadvance();
|
|
49
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
50
|
+
i0.ɵɵadvance();
|
|
51
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
52
|
+
i0.ɵɵadvance();
|
|
53
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
54
|
+
i0.ɵɵadvance();
|
|
55
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
56
|
+
i0.ɵɵadvance();
|
|
57
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
58
|
+
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent], encapsulation: 2 }); }
|
|
59
|
+
};
|
|
60
|
+
MJQueryDependencyFormComponent = __decorate([
|
|
61
|
+
RegisterClass(BaseFormComponent, 'MJ: Query Dependencies') // Tell MemberJunction about this class
|
|
62
|
+
], MJQueryDependencyFormComponent);
|
|
63
|
+
export { MJQueryDependencyFormComponent };
|
|
64
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MJQueryDependencyFormComponent, [{
|
|
65
|
+
type: Component,
|
|
66
|
+
args: [{ standalone: false, selector: 'gen-mjquerydependency-form', template: "<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Dependency Relationships Section -->\n <mj-collapsible-panel\n SectionKey=\"dependencyRelationships\"\n SectionName=\"Dependency Relationships\"\n Icon=\"fa fa-link\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"QueryID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DependsOnQueryID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Composition Details Section -->\n <mj-collapsible-panel\n SectionKey=\"compositionDetails\"\n SectionName=\"Composition Details\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ReferencePath\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Alias\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParameterMapping\"\n Type=\"code\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DetectionMethod\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n " }]
|
|
67
|
+
}], null, null); })();
|
|
68
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MJQueryDependencyFormComponent, { className: "MJQueryDependencyFormComponent", filePath: "src/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.ts", lineNumber: 12 }); })();
|
|
69
|
+
//# sourceMappingURL=mjquerydependency.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mjquerydependency.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/MJQueryDependency/mjquerydependency.form.component.ts","../../../../../src/lib/generated/Entities/MJQueryDependency/mjquerydependency.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;;;AAQ3D,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,iBAAiB;IAGxD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,yBAAyB,EAAE,WAAW,EAAE,0BAA0B,EAAE,UAAU,EAAE,IAAI,EAAE;YACpG,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,qBAAqB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC1F,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;4SAVQ,8BAA8B,yBAA9B,8BAA8B;oEAA9B,8BAA8B;YCX3C,mDAK4D;YAAxD,AADA,AADA,AADA,AADA,yIAAY,0BAAsB,IAAC,oIAChB,uBAAmB,IAAC,oIACpB,uBAAmB,IAAC,sIACnB,wBAAoB,IAAC,oJACd,+BAA2B,IAAC;YAMvD,+CAKgC;YAU5B,AATA,mCAQiB,uBASA;YAErB,iBAAuB;YAGvB,+CAKgC;YAyB5B,AARA,AARA,AARA,mCAOiB,uBAQA,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YAzGiB,AAAlB,mCAAiB,sBAAuB;YAe1D,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAI3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAW/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAEvB,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;YAG3B,cAAiB;YAKjB,AADA,AAHA,AADA,mCAAiB,mBACC,0BAGG,gCACM;;;AD1F1B,8BAA8B;IAN1C,aAAa,CAAC,iBAAiB,EAAE,wBAAwB,CAAC,CAAC,uCAAuC;GAMtF,8BAA8B,CAW1C;;iFAXY,8BAA8B;cAL1C,SAAS;6BACM,KAAK,YACP,4BAA4B;;kFAG7B,8BAA8B","sourcesContent":["import { Component } from '@angular/core';\nimport { MJQueryDependencyEntity } from '@memberjunction/core-entities';\nimport { RegisterClass } from '@memberjunction/global';\nimport { BaseFormComponent } from '@memberjunction/ng-base-forms';\n\n@RegisterClass(BaseFormComponent, 'MJ: Query Dependencies') // Tell MemberJunction about this class\n@Component({\n standalone: false,\n selector: 'gen-mjquerydependency-form',\n templateUrl: './mjquerydependency.form.component.html'\n})\nexport class MJQueryDependencyFormComponent extends BaseFormComponent {\n public record!: MJQueryDependencyEntity;\n\n override async ngOnInit() {\n await super.ngOnInit();\n this.initSections([\n { sectionKey: 'dependencyRelationships', sectionName: 'Dependency Relationships', isExpanded: true },\n { sectionKey: 'compositionDetails', sectionName: 'Composition Details', isExpanded: true },\n { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }\n ]);\n }\n}\n\n","<mj-record-form-container [Record]=\"record\" [FormComponent]=\"this\"\n (Navigate)=\"OnFormNavigate($event)\"\n (DeleteRequested)=\"OnDeleteRequested()\"\n (FavoriteToggled)=\"OnFavoriteToggled()\"\n (HistoryRequested)=\"OnHistoryRequested()\"\n (ListManagementRequested)=\"OnListManagementRequested()\">\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Dependency Relationships Section -->\n <mj-collapsible-panel\n SectionKey=\"dependencyRelationships\"\n SectionName=\"Dependency Relationships\"\n Icon=\"fa fa-link\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"QueryID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DependsOnQueryID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Composition Details Section -->\n <mj-collapsible-panel\n SectionKey=\"compositionDetails\"\n SectionName=\"Composition Details\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ReferencePath\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Alias\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ParameterMapping\"\n Type=\"code\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"DetectionMethod\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel\n SectionKey=\"systemMetadata\"\n SectionName=\"System Metadata\"\n Icon=\"fa fa-cog\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_CreatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"__mj_UpdatedAt\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n</mj-record-form-container>\n "]}
|
|
@@ -211,86 +211,87 @@ import * as i209 from "./Entities/MJProject/mjproject.form.component";
|
|
|
211
211
|
import * as i210 from "./Entities/MJPublicLink/mjpubliclink.form.component";
|
|
212
212
|
import * as i211 from "./Entities/MJQuery/mjquery.form.component";
|
|
213
213
|
import * as i212 from "./Entities/MJQueryCategory/mjquerycategory.form.component";
|
|
214
|
-
import * as i213 from "./Entities/
|
|
215
|
-
import * as i214 from "./Entities/
|
|
216
|
-
import * as i215 from "./Entities/
|
|
217
|
-
import * as i216 from "./Entities/
|
|
218
|
-
import * as i217 from "./Entities/
|
|
219
|
-
import * as i218 from "./Entities/
|
|
220
|
-
import * as i219 from "./Entities/
|
|
221
|
-
import * as i220 from "./Entities/
|
|
222
|
-
import * as i221 from "./Entities/
|
|
223
|
-
import * as i222 from "./Entities/
|
|
224
|
-
import * as i223 from "./Entities/
|
|
225
|
-
import * as i224 from "./Entities/
|
|
226
|
-
import * as i225 from "./Entities/
|
|
227
|
-
import * as i226 from "./Entities/
|
|
228
|
-
import * as i227 from "./Entities/
|
|
229
|
-
import * as i228 from "./Entities/
|
|
230
|
-
import * as i229 from "./Entities/
|
|
231
|
-
import * as i230 from "./Entities/
|
|
232
|
-
import * as i231 from "./Entities/
|
|
233
|
-
import * as i232 from "./Entities/
|
|
234
|
-
import * as i233 from "./Entities/
|
|
235
|
-
import * as i234 from "./Entities/
|
|
236
|
-
import * as i235 from "./Entities/
|
|
237
|
-
import * as i236 from "./Entities/
|
|
238
|
-
import * as i237 from "./Entities/
|
|
239
|
-
import * as i238 from "./Entities/
|
|
240
|
-
import * as i239 from "./Entities/
|
|
241
|
-
import * as i240 from "./Entities/
|
|
242
|
-
import * as i241 from "./Entities/
|
|
243
|
-
import * as i242 from "./Entities/
|
|
244
|
-
import * as i243 from "./Entities/
|
|
245
|
-
import * as i244 from "./Entities/
|
|
246
|
-
import * as i245 from "./Entities/
|
|
247
|
-
import * as i246 from "./Entities/
|
|
248
|
-
import * as i247 from "./Entities/
|
|
249
|
-
import * as i248 from "./Entities/
|
|
250
|
-
import * as i249 from "./Entities/
|
|
251
|
-
import * as i250 from "./Entities/
|
|
252
|
-
import * as i251 from "./Entities/
|
|
253
|
-
import * as i252 from "./Entities/
|
|
254
|
-
import * as i253 from "./Entities/
|
|
255
|
-
import * as i254 from "./Entities/
|
|
256
|
-
import * as i255 from "./Entities/
|
|
257
|
-
import * as i256 from "./Entities/
|
|
258
|
-
import * as i257 from "./Entities/
|
|
259
|
-
import * as i258 from "./Entities/
|
|
260
|
-
import * as i259 from "./Entities/
|
|
261
|
-
import * as i260 from "./Entities/
|
|
262
|
-
import * as i261 from "./Entities/
|
|
263
|
-
import * as i262 from "./Entities/
|
|
264
|
-
import * as i263 from "./Entities/
|
|
265
|
-
import * as i264 from "./Entities/
|
|
266
|
-
import * as i265 from "./Entities/
|
|
267
|
-
import * as i266 from "./Entities/
|
|
268
|
-
import * as i267 from "./Entities/
|
|
269
|
-
import * as i268 from "./Entities/
|
|
270
|
-
import * as i269 from "./Entities/
|
|
271
|
-
import * as i270 from "./Entities/
|
|
272
|
-
import * as i271 from "./Entities/
|
|
273
|
-
import * as i272 from "./Entities/
|
|
274
|
-
import * as i273 from "./Entities/
|
|
275
|
-
import * as i274 from "./Entities/
|
|
276
|
-
import * as i275 from "./Entities/
|
|
277
|
-
import * as i276 from "./Entities/
|
|
278
|
-
import * as i277 from "./Entities/
|
|
279
|
-
import * as i278 from "./Entities/
|
|
280
|
-
import * as i279 from "./Entities/
|
|
281
|
-
import * as i280 from "./Entities/
|
|
282
|
-
import * as i281 from "./Entities/
|
|
283
|
-
import * as i282 from "./Entities/
|
|
284
|
-
import * as i283 from "./Entities/
|
|
285
|
-
import * as i284 from "./Entities/
|
|
286
|
-
import * as i285 from "./Entities/
|
|
287
|
-
import * as i286 from "./Entities/
|
|
288
|
-
import * as i287 from "./Entities/
|
|
289
|
-
import * as i288 from "./Entities/
|
|
290
|
-
import * as i289 from "./Entities/
|
|
291
|
-
import * as i290 from "./Entities/
|
|
292
|
-
import * as i291 from "./Entities/
|
|
293
|
-
import * as i292 from "./Entities/
|
|
214
|
+
import * as i213 from "./Entities/MJQueryDependency/mjquerydependency.form.component";
|
|
215
|
+
import * as i214 from "./Entities/MJQueryEntity/mjqueryentity.form.component";
|
|
216
|
+
import * as i215 from "./Entities/MJQueryField/mjqueryfield.form.component";
|
|
217
|
+
import * as i216 from "./Entities/MJQueryParameter/mjqueryparameter.form.component";
|
|
218
|
+
import * as i217 from "./Entities/MJQueryPermission/mjquerypermission.form.component";
|
|
219
|
+
import * as i218 from "./Entities/MJQuerySQL/mjquerysql.form.component";
|
|
220
|
+
import * as i219 from "./Entities/MJQueueTask/mjqueuetask.form.component";
|
|
221
|
+
import * as i220 from "./Entities/MJQueueType/mjqueuetype.form.component";
|
|
222
|
+
import * as i221 from "./Entities/MJQueue/mjqueue.form.component";
|
|
223
|
+
import * as i222 from "./Entities/MJRecommendationItem/mjrecommendationitem.form.component";
|
|
224
|
+
import * as i223 from "./Entities/MJRecommendationProvider/mjrecommendationprovider.form.component";
|
|
225
|
+
import * as i224 from "./Entities/MJRecommendationRun/mjrecommendationrun.form.component";
|
|
226
|
+
import * as i225 from "./Entities/MJRecommendation/mjrecommendation.form.component";
|
|
227
|
+
import * as i226 from "./Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component";
|
|
228
|
+
import * as i227 from "./Entities/MJRecordChange/mjrecordchange.form.component";
|
|
229
|
+
import * as i228 from "./Entities/MJRecordLink/mjrecordlink.form.component";
|
|
230
|
+
import * as i229 from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
|
|
231
|
+
import * as i230 from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
|
|
232
|
+
import * as i231 from "./Entities/MJReportCategory/mjreportcategory.form.component";
|
|
233
|
+
import * as i232 from "./Entities/MJReportSnapshot/mjreportsnapshot.form.component";
|
|
234
|
+
import * as i233 from "./Entities/MJReportUserState/mjreportuserstate.form.component";
|
|
235
|
+
import * as i234 from "./Entities/MJReportVersion/mjreportversion.form.component";
|
|
236
|
+
import * as i235 from "./Entities/MJReport/mjreport.form.component";
|
|
237
|
+
import * as i236 from "./Entities/MJResourceLink/mjresourcelink.form.component";
|
|
238
|
+
import * as i237 from "./Entities/MJResourcePermission/mjresourcepermission.form.component";
|
|
239
|
+
import * as i238 from "./Entities/MJResourceType/mjresourcetype.form.component";
|
|
240
|
+
import * as i239 from "./Entities/MJRole/mjrole.form.component";
|
|
241
|
+
import * as i240 from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
|
|
242
|
+
import * as i241 from "./Entities/MJScheduledActionParam/mjscheduledactionparam.form.component";
|
|
243
|
+
import * as i242 from "./Entities/MJScheduledAction/mjscheduledaction.form.component";
|
|
244
|
+
import * as i243 from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
|
|
245
|
+
import * as i244 from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
|
|
246
|
+
import * as i245 from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
|
|
247
|
+
import * as i246 from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
|
|
248
|
+
import * as i247 from "./Entities/MJSkill/mjskill.form.component";
|
|
249
|
+
import * as i248 from "./Entities/MJSQLDialect/mjsqldialect.form.component";
|
|
250
|
+
import * as i249 from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
|
|
251
|
+
import * as i250 from "./Entities/MJTag/mjtag.form.component";
|
|
252
|
+
import * as i251 from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
|
|
253
|
+
import * as i252 from "./Entities/MJTaskType/mjtasktype.form.component";
|
|
254
|
+
import * as i253 from "./Entities/MJTask/mjtask.form.component";
|
|
255
|
+
import * as i254 from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
|
|
256
|
+
import * as i255 from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
|
|
257
|
+
import * as i256 from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
|
|
258
|
+
import * as i257 from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
|
|
259
|
+
import * as i258 from "./Entities/MJTemplate/mjtemplate.form.component";
|
|
260
|
+
import * as i259 from "./Entities/MJTestRubric/mjtestrubric.form.component";
|
|
261
|
+
import * as i260 from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
|
|
262
|
+
import * as i261 from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
|
|
263
|
+
import * as i262 from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
|
|
264
|
+
import * as i263 from "./Entities/MJTestRun/mjtestrun.form.component";
|
|
265
|
+
import * as i264 from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
|
|
266
|
+
import * as i265 from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
|
|
267
|
+
import * as i266 from "./Entities/MJTestSuite/mjtestsuite.form.component";
|
|
268
|
+
import * as i267 from "./Entities/MJTestType/mjtesttype.form.component";
|
|
269
|
+
import * as i268 from "./Entities/MJTest/mjtest.form.component";
|
|
270
|
+
import * as i269 from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
|
|
271
|
+
import * as i270 from "./Entities/MJUserApplication/mjuserapplication.form.component";
|
|
272
|
+
import * as i271 from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
|
|
273
|
+
import * as i272 from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
|
|
274
|
+
import * as i273 from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
|
|
275
|
+
import * as i274 from "./Entities/MJUserNotification/mjusernotification.form.component";
|
|
276
|
+
import * as i275 from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
|
|
277
|
+
import * as i276 from "./Entities/MJUserRole/mjuserrole.form.component";
|
|
278
|
+
import * as i277 from "./Entities/MJUserSetting/mjusersetting.form.component";
|
|
279
|
+
import * as i278 from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
|
|
280
|
+
import * as i279 from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
|
|
281
|
+
import * as i280 from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
|
|
282
|
+
import * as i281 from "./Entities/MJUserView/mjuserview.form.component";
|
|
283
|
+
import * as i282 from "./Entities/MJUser/mjuser.form.component";
|
|
284
|
+
import * as i283 from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
|
|
285
|
+
import * as i284 from "./Entities/MJVectorIndex/mjvectorindex.form.component";
|
|
286
|
+
import * as i285 from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
|
|
287
|
+
import * as i286 from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
|
|
288
|
+
import * as i287 from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
|
|
289
|
+
import * as i288 from "./Entities/MJVersionLabel/mjversionlabel.form.component";
|
|
290
|
+
import * as i289 from "./Entities/MJWorkflowEngine/mjworkflowengine.form.component";
|
|
291
|
+
import * as i290 from "./Entities/MJWorkflowRun/mjworkflowrun.form.component";
|
|
292
|
+
import * as i291 from "./Entities/MJWorkflow/mjworkflow.form.component";
|
|
293
|
+
import * as i292 from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
|
|
294
|
+
import * as i293 from "./Entities/MJWorkspace/mjworkspace.form.component";
|
|
294
295
|
export declare class GeneratedForms_SubModule_0 {
|
|
295
296
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
|
|
296
297
|
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.MJAccessControlRuleFormComponent, typeof i2.MJActionAuthorizationFormComponent, typeof i3.MJActionCategoryFormComponent, typeof i4.MJActionContextTypeFormComponent, typeof i5.MJActionContextFormComponent, typeof i6.MJActionExecutionLogFormComponent, typeof i7.MJActionFilterFormComponent, typeof i8.MJActionLibraryFormComponent, typeof i9.MJActionParamFormComponent, typeof i10.MJActionResultCodeFormComponent, typeof i11.MJActionFormComponent, typeof i12.MJAIActionFormComponent, typeof i13.MJAIAgentActionFormComponent, typeof i14.MJAIAgentArtifactTypeFormComponent, typeof i15.MJAIAgentConfigurationFormComponent, typeof i16.MJAIAgentDataSourceFormComponent, typeof i17.MJAIAgentExampleFormComponent, typeof i18.MJAIAgentLearningCycleFormComponent, typeof i19.MJAIAgentModalityFormComponent, typeof i20.MJAIAgentModelFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
|
|
@@ -343,27 +344,27 @@ export declare class GeneratedForms_SubModule_9 {
|
|
|
343
344
|
}
|
|
344
345
|
export declare class GeneratedForms_SubModule_10 {
|
|
345
346
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_10, never>;
|
|
346
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_10, [typeof i208.MJOutputTriggerTypeFormComponent, typeof i209.MJProjectFormComponent, typeof i210.MJPublicLinkFormComponent, typeof i211.MJQueryFormComponent, typeof i212.MJQueryCategoryFormComponent, typeof i213.
|
|
347
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_10, [typeof i208.MJOutputTriggerTypeFormComponent, typeof i209.MJProjectFormComponent, typeof i210.MJPublicLinkFormComponent, typeof i211.MJQueryFormComponent, typeof i212.MJQueryCategoryFormComponent, typeof i213.MJQueryDependencyFormComponent, typeof i214.MJQueryEntityFormComponent, typeof i215.MJQueryFieldFormComponent, typeof i216.MJQueryParameterFormComponent, typeof i217.MJQueryPermissionFormComponent, typeof i218.MJQuerySQLFormComponent, typeof i219.MJQueueTaskFormComponent, typeof i220.MJQueueTypeFormComponent, typeof i221.MJQueueFormComponent, typeof i222.MJRecommendationItemFormComponent, typeof i223.MJRecommendationProviderFormComponent, typeof i224.MJRecommendationRunFormComponent, typeof i225.MJRecommendationFormComponent, typeof i226.MJRecordChangeReplayRunFormComponent, typeof i227.MJRecordChangeFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
|
|
347
348
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_10>;
|
|
348
349
|
}
|
|
349
350
|
export declare class GeneratedForms_SubModule_11 {
|
|
350
351
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_11, never>;
|
|
351
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_11, [typeof i228.
|
|
352
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_11, [typeof i228.MJRecordLinkFormComponent, typeof i229.MJRecordMergeDeletionLogFormComponent, typeof i230.MJRecordMergeLogFormComponent, typeof i231.MJReportCategoryFormComponent, typeof i232.MJReportSnapshotFormComponent, typeof i233.MJReportUserStateFormComponent, typeof i234.MJReportVersionFormComponent, typeof i235.MJReportFormComponent, typeof i236.MJResourceLinkFormComponent, typeof i237.MJResourcePermissionFormComponent, typeof i238.MJResourceTypeFormComponent, typeof i239.MJRoleFormComponent, typeof i240.MJRowLevelSecurityFilterFormComponent, typeof i241.MJScheduledActionParamFormComponent, typeof i242.MJScheduledActionFormComponent, typeof i243.MJScheduledJobRunFormComponent, typeof i244.MJScheduledJobTypeFormComponent, typeof i245.MJScheduledJobFormComponent, typeof i246.MJSchemaInfoFormComponent, typeof i247.MJSkillFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
|
|
352
353
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_11>;
|
|
353
354
|
}
|
|
354
355
|
export declare class GeneratedForms_SubModule_12 {
|
|
355
356
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_12, never>;
|
|
356
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_12, [typeof i248.
|
|
357
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_12, [typeof i248.MJSQLDialectFormComponent, typeof i249.MJTaggedItemFormComponent, typeof i250.MJTagFormComponent, typeof i251.MJTaskDependencyFormComponent, typeof i252.MJTaskTypeFormComponent, typeof i253.MJTaskFormComponent, typeof i254.MJTemplateCategoryFormComponent, typeof i255.MJTemplateContentTypeFormComponent, typeof i256.MJTemplateContentFormComponent, typeof i257.MJTemplateParamFormComponent, typeof i258.MJTemplateFormComponent, typeof i259.MJTestRubricFormComponent, typeof i260.MJTestRunFeedbackFormComponent, typeof i261.MJTestRunOutputTypeFormComponent, typeof i262.MJTestRunOutputFormComponent, typeof i263.MJTestRunFormComponent, typeof i264.MJTestSuiteRunFormComponent, typeof i265.MJTestSuiteTestFormComponent, typeof i266.MJTestSuiteFormComponent, typeof i267.MJTestTypeFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
|
|
357
358
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_12>;
|
|
358
359
|
}
|
|
359
360
|
export declare class GeneratedForms_SubModule_13 {
|
|
360
361
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_13, never>;
|
|
361
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i268.
|
|
362
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_13, [typeof i268.MJTestFormComponent, typeof i269.MJUserApplicationEntityFormComponent, typeof i270.MJUserApplicationFormComponent, typeof i271.MJUserFavoriteFormComponent, typeof i272.MJUserNotificationPreferenceFormComponent, typeof i273.MJUserNotificationTypeFormComponent, typeof i274.MJUserNotificationFormComponent, typeof i275.MJUserRecordLogFormComponent, typeof i276.MJUserRoleFormComponent, typeof i277.MJUserSettingFormComponent, typeof i278.MJUserViewCategoryFormComponent, typeof i279.MJUserViewRunDetailFormComponent, typeof i280.MJUserViewRunFormComponent, typeof i281.MJUserViewFormComponent, typeof i282.MJUserFormComponent, typeof i283.MJVectorDatabaseFormComponent, typeof i284.MJVectorIndexFormComponent, typeof i285.MJVersionInstallationFormComponent, typeof i286.MJVersionLabelItemFormComponent, typeof i287.MJVersionLabelRestoreFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
|
|
362
363
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_13>;
|
|
363
364
|
}
|
|
364
365
|
export declare class GeneratedForms_SubModule_14 {
|
|
365
366
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_14, never>;
|
|
366
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i288.
|
|
367
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_14, [typeof i288.MJVersionLabelFormComponent, typeof i289.MJWorkflowEngineFormComponent, typeof i290.MJWorkflowRunFormComponent, typeof i291.MJWorkflowFormComponent, typeof i292.MJWorkspaceItemFormComponent, typeof i293.MJWorkspaceFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.LayoutModule, typeof i24.BaseFormsModule, typeof i25.EntityViewerModule, typeof i26.LinkDirectivesModule], never>;
|
|
367
368
|
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_14>;
|
|
368
369
|
}
|
|
369
370
|
export declare class CoreGeneratedFormsModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkTA,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAkCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAiCa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAmBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAI;AAI5C,qBAqBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB,iBAlhBxB,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAsC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,0BAA0B,SAqC1B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAqC3B,2BAA2B,SAuB3B,2BAA2B;0CAyB3B,wBAAwB;CAAI"}
|
|
@@ -219,6 +219,7 @@ import { MJProjectFormComponent } from "./Entities/MJProject/mjproject.form.comp
|
|
|
219
219
|
import { MJPublicLinkFormComponent } from "./Entities/MJPublicLink/mjpubliclink.form.component";
|
|
220
220
|
import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
|
|
221
221
|
import { MJQueryCategoryFormComponent } from "./Entities/MJQueryCategory/mjquerycategory.form.component";
|
|
222
|
+
import { MJQueryDependencyFormComponent } from "./Entities/MJQueryDependency/mjquerydependency.form.component";
|
|
222
223
|
import { MJQueryEntityFormComponent } from "./Entities/MJQueryEntity/mjqueryentity.form.component";
|
|
223
224
|
import { MJQueryFieldFormComponent } from "./Entities/MJQueryField/mjqueryfield.form.component";
|
|
224
225
|
import { MJQueryParameterFormComponent } from "./Entities/MJQueryParameter/mjqueryparameter.form.component";
|
|
@@ -1033,6 +1034,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1033
1034
|
MJPublicLinkFormComponent,
|
|
1034
1035
|
MJQueryFormComponent,
|
|
1035
1036
|
MJQueryCategoryFormComponent,
|
|
1037
|
+
MJQueryDependencyFormComponent,
|
|
1036
1038
|
MJQueryEntityFormComponent,
|
|
1037
1039
|
MJQueryFieldFormComponent,
|
|
1038
1040
|
MJQueryParameterFormComponent,
|
|
@@ -1046,8 +1048,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1046
1048
|
MJRecommendationRunFormComponent,
|
|
1047
1049
|
MJRecommendationFormComponent,
|
|
1048
1050
|
MJRecordChangeReplayRunFormComponent,
|
|
1049
|
-
MJRecordChangeFormComponent
|
|
1050
|
-
MJRecordLinkFormComponent
|
|
1051
|
+
MJRecordChangeFormComponent
|
|
1051
1052
|
],
|
|
1052
1053
|
imports: [
|
|
1053
1054
|
CommonModule,
|
|
@@ -1065,6 +1066,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1065
1066
|
MJPublicLinkFormComponent,
|
|
1066
1067
|
MJQueryFormComponent,
|
|
1067
1068
|
MJQueryCategoryFormComponent,
|
|
1069
|
+
MJQueryDependencyFormComponent,
|
|
1068
1070
|
MJQueryEntityFormComponent,
|
|
1069
1071
|
MJQueryFieldFormComponent,
|
|
1070
1072
|
MJQueryParameterFormComponent,
|
|
@@ -1078,8 +1080,7 @@ export class GeneratedForms_SubModule_10 {
|
|
|
1078
1080
|
MJRecommendationRunFormComponent,
|
|
1079
1081
|
MJRecommendationFormComponent,
|
|
1080
1082
|
MJRecordChangeReplayRunFormComponent,
|
|
1081
|
-
MJRecordChangeFormComponent,
|
|
1082
|
-
MJRecordLinkFormComponent], imports: [CommonModule,
|
|
1083
|
+
MJRecordChangeFormComponent], imports: [CommonModule,
|
|
1083
1084
|
FormsModule,
|
|
1084
1085
|
LayoutModule,
|
|
1085
1086
|
BaseFormsModule,
|
|
@@ -1099,6 +1100,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1099
1100
|
type: NgModule,
|
|
1100
1101
|
args: [{
|
|
1101
1102
|
declarations: [
|
|
1103
|
+
MJRecordLinkFormComponent,
|
|
1102
1104
|
MJRecordMergeDeletionLogFormComponent,
|
|
1103
1105
|
MJRecordMergeLogFormComponent,
|
|
1104
1106
|
MJReportCategoryFormComponent,
|
|
@@ -1117,8 +1119,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1117
1119
|
MJScheduledJobTypeFormComponent,
|
|
1118
1120
|
MJScheduledJobFormComponent,
|
|
1119
1121
|
MJSchemaInfoFormComponent,
|
|
1120
|
-
MJSkillFormComponent
|
|
1121
|
-
MJSQLDialectFormComponent
|
|
1122
|
+
MJSkillFormComponent
|
|
1122
1123
|
],
|
|
1123
1124
|
imports: [
|
|
1124
1125
|
CommonModule,
|
|
@@ -1131,7 +1132,8 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1131
1132
|
exports: []
|
|
1132
1133
|
}]
|
|
1133
1134
|
}], null, null); })();
|
|
1134
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [
|
|
1135
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJRecordLinkFormComponent,
|
|
1136
|
+
MJRecordMergeDeletionLogFormComponent,
|
|
1135
1137
|
MJRecordMergeLogFormComponent,
|
|
1136
1138
|
MJReportCategoryFormComponent,
|
|
1137
1139
|
MJReportSnapshotFormComponent,
|
|
@@ -1149,8 +1151,7 @@ export class GeneratedForms_SubModule_11 {
|
|
|
1149
1151
|
MJScheduledJobTypeFormComponent,
|
|
1150
1152
|
MJScheduledJobFormComponent,
|
|
1151
1153
|
MJSchemaInfoFormComponent,
|
|
1152
|
-
MJSkillFormComponent,
|
|
1153
|
-
MJSQLDialectFormComponent], imports: [CommonModule,
|
|
1154
|
+
MJSkillFormComponent], imports: [CommonModule,
|
|
1154
1155
|
FormsModule,
|
|
1155
1156
|
LayoutModule,
|
|
1156
1157
|
BaseFormsModule,
|
|
@@ -1170,6 +1171,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1170
1171
|
type: NgModule,
|
|
1171
1172
|
args: [{
|
|
1172
1173
|
declarations: [
|
|
1174
|
+
MJSQLDialectFormComponent,
|
|
1173
1175
|
MJTaggedItemFormComponent,
|
|
1174
1176
|
MJTagFormComponent,
|
|
1175
1177
|
MJTaskDependencyFormComponent,
|
|
@@ -1188,8 +1190,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1188
1190
|
MJTestSuiteRunFormComponent,
|
|
1189
1191
|
MJTestSuiteTestFormComponent,
|
|
1190
1192
|
MJTestSuiteFormComponent,
|
|
1191
|
-
MJTestTypeFormComponent
|
|
1192
|
-
MJTestFormComponent
|
|
1193
|
+
MJTestTypeFormComponent
|
|
1193
1194
|
],
|
|
1194
1195
|
imports: [
|
|
1195
1196
|
CommonModule,
|
|
@@ -1202,7 +1203,8 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1202
1203
|
exports: []
|
|
1203
1204
|
}]
|
|
1204
1205
|
}], null, null); })();
|
|
1205
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [
|
|
1206
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJSQLDialectFormComponent,
|
|
1207
|
+
MJTaggedItemFormComponent,
|
|
1206
1208
|
MJTagFormComponent,
|
|
1207
1209
|
MJTaskDependencyFormComponent,
|
|
1208
1210
|
MJTaskTypeFormComponent,
|
|
@@ -1220,8 +1222,7 @@ export class GeneratedForms_SubModule_12 {
|
|
|
1220
1222
|
MJTestSuiteRunFormComponent,
|
|
1221
1223
|
MJTestSuiteTestFormComponent,
|
|
1222
1224
|
MJTestSuiteFormComponent,
|
|
1223
|
-
MJTestTypeFormComponent,
|
|
1224
|
-
MJTestFormComponent], imports: [CommonModule,
|
|
1225
|
+
MJTestTypeFormComponent], imports: [CommonModule,
|
|
1225
1226
|
FormsModule,
|
|
1226
1227
|
LayoutModule,
|
|
1227
1228
|
BaseFormsModule,
|
|
@@ -1241,6 +1242,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1241
1242
|
type: NgModule,
|
|
1242
1243
|
args: [{
|
|
1243
1244
|
declarations: [
|
|
1245
|
+
MJTestFormComponent,
|
|
1244
1246
|
MJUserApplicationEntityFormComponent,
|
|
1245
1247
|
MJUserApplicationFormComponent,
|
|
1246
1248
|
MJUserFavoriteFormComponent,
|
|
@@ -1259,8 +1261,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1259
1261
|
MJVectorIndexFormComponent,
|
|
1260
1262
|
MJVersionInstallationFormComponent,
|
|
1261
1263
|
MJVersionLabelItemFormComponent,
|
|
1262
|
-
MJVersionLabelRestoreFormComponent
|
|
1263
|
-
MJVersionLabelFormComponent
|
|
1264
|
+
MJVersionLabelRestoreFormComponent
|
|
1264
1265
|
],
|
|
1265
1266
|
imports: [
|
|
1266
1267
|
CommonModule,
|
|
@@ -1273,7 +1274,8 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1273
1274
|
exports: []
|
|
1274
1275
|
}]
|
|
1275
1276
|
}], null, null); })();
|
|
1276
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [
|
|
1277
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJTestFormComponent,
|
|
1278
|
+
MJUserApplicationEntityFormComponent,
|
|
1277
1279
|
MJUserApplicationFormComponent,
|
|
1278
1280
|
MJUserFavoriteFormComponent,
|
|
1279
1281
|
MJUserNotificationPreferenceFormComponent,
|
|
@@ -1291,8 +1293,7 @@ export class GeneratedForms_SubModule_13 {
|
|
|
1291
1293
|
MJVectorIndexFormComponent,
|
|
1292
1294
|
MJVersionInstallationFormComponent,
|
|
1293
1295
|
MJVersionLabelItemFormComponent,
|
|
1294
|
-
MJVersionLabelRestoreFormComponent,
|
|
1295
|
-
MJVersionLabelFormComponent], imports: [CommonModule,
|
|
1296
|
+
MJVersionLabelRestoreFormComponent], imports: [CommonModule,
|
|
1296
1297
|
FormsModule,
|
|
1297
1298
|
LayoutModule,
|
|
1298
1299
|
BaseFormsModule,
|
|
@@ -1312,6 +1313,7 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1312
1313
|
type: NgModule,
|
|
1313
1314
|
args: [{
|
|
1314
1315
|
declarations: [
|
|
1316
|
+
MJVersionLabelFormComponent,
|
|
1315
1317
|
MJWorkflowEngineFormComponent,
|
|
1316
1318
|
MJWorkflowRunFormComponent,
|
|
1317
1319
|
MJWorkflowFormComponent,
|
|
@@ -1329,7 +1331,8 @@ export class GeneratedForms_SubModule_14 {
|
|
|
1329
1331
|
exports: []
|
|
1330
1332
|
}]
|
|
1331
1333
|
}], null, null); })();
|
|
1332
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [
|
|
1334
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJVersionLabelFormComponent,
|
|
1335
|
+
MJWorkflowEngineFormComponent,
|
|
1333
1336
|
MJWorkflowRunFormComponent,
|
|
1334
1337
|
MJWorkflowFormComponent,
|
|
1335
1338
|
MJWorkspaceItemFormComponent,
|