@memberjunction/ng-core-entity-forms 2.77.0 → 2.78.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 +18 -18
- package/dist/lib/generated/Entities/AIAgent/aiagent.form.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/AIConfiguration/aiconfiguration.form.component.js +8 -8
- package/dist/lib/generated/Entities/AIConfiguration/aiconfiguration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js +21 -21
- package/dist/lib/generated/Entities/AIModel/aimodel.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js +13 -13
- package/dist/lib/generated/Entities/AIPrompt/aiprompt.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.d.ts.map +1 -1
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js +141 -4
- package/dist/lib/generated/Entities/AIPromptRun/sections/details.component.js.map +1 -1
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js +10 -10
- package/dist/lib/generated/Entities/AIVendor/aivendor.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Action/action.form.component.js +6 -6
- package/dist/lib/generated/Entities/Action/action.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Application/application.form.component.js +6 -6
- package/dist/lib/generated/Entities/Application/application.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js +13 -13
- package/dist/lib/generated/Entities/AuditLogType/auditlogtype.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Authorization/authorization.form.component.js +14 -14
- package/dist/lib/generated/Entities/Authorization/authorization.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js +8 -8
- package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Company/company.form.component.js +17 -17
- package/dist/lib/generated/Entities/Company/company.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js +8 -8
- package/dist/lib/generated/Entities/CompanyIntegration/companyintegration.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js +8 -8
- package/dist/lib/generated/Entities/CompanyIntegrationRun/companyintegrationrun.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js +13 -13
- package/dist/lib/generated/Entities/DashboardCategory/dashboardcategory.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js +14 -14
- package/dist/lib/generated/Entities/DataContext/datacontext.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Employee/employee.form.component.js +18 -18
- package/dist/lib/generated/Entities/Employee/employee.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Entity/entity.form.component.js +188 -188
- package/dist/lib/generated/Entities/Entity/entity.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js +6 -6
- package/dist/lib/generated/Entities/EntityDocument/entitydocument.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Query/query.form.component.js +6 -6
- package/dist/lib/generated/Entities/Query/query.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Role/role.form.component.js +12 -12
- package/dist/lib/generated/Entities/Role/role.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/Template/template.form.component.js +6 -6
- package/dist/lib/generated/Entities/Template/template.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/User/user.form.component.js +136 -136
- package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/UserView/userview.form.component.js +6 -6
- package/dist/lib/generated/Entities/UserView/userview.form.component.js.map +1 -1
- package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js +6 -6
- package/dist/lib/generated/Entities/VectorDatabase/vectordatabase.form.component.js.map +1 -1
- package/package.json +16 -16
|
@@ -28,7 +28,7 @@ function ApplicationFormComponent_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, "
|
|
31
|
+
i0.ɵɵtext(9, " Entities ");
|
|
32
32
|
i0.ɵɵelementEnd();
|
|
33
33
|
i0.ɵɵelementStart(10, "mj-tab-body");
|
|
34
34
|
i0.ɵɵelement(11, "mj-user-view-grid", 9);
|
|
@@ -40,7 +40,7 @@ function ApplicationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
40
40
|
i0.ɵɵelement(15, "mj-user-view-grid", 9);
|
|
41
41
|
i0.ɵɵelementEnd();
|
|
42
42
|
i0.ɵɵelementStart(16, "mj-tab", 11);
|
|
43
|
-
i0.ɵɵtext(17, "
|
|
43
|
+
i0.ɵɵtext(17, " Application Settings ");
|
|
44
44
|
i0.ɵɵelementEnd();
|
|
45
45
|
i0.ɵɵelementStart(18, "mj-tab-body");
|
|
46
46
|
i0.ɵɵelement(19, "mj-user-view-grid", 9);
|
|
@@ -67,7 +67,7 @@ function ApplicationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
67
67
|
i0.ɵɵadvance();
|
|
68
68
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
69
69
|
i0.ɵɵadvance(3);
|
|
70
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Application
|
|
70
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Application Entities", "ApplicationID"))("NewRecordValues", ctx_r1.NewRecordValues("Application Entities"))("AllowLoad", ctx_r1.IsCurrentTab("Entities"))("EditMode", ctx_r1.GridEditMode());
|
|
71
71
|
i0.ɵɵadvance();
|
|
72
72
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
73
73
|
i0.ɵɵadvance(3);
|
|
@@ -75,7 +75,7 @@ function ApplicationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
75
75
|
i0.ɵɵadvance();
|
|
76
76
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
77
77
|
i0.ɵɵadvance(3);
|
|
78
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Application
|
|
78
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Application Settings", "ApplicationID"))("NewRecordValues", ctx_r1.NewRecordValues("Application Settings"))("AllowLoad", ctx_r1.IsCurrentTab("Application Settings"))("EditMode", ctx_r1.GridEditMode());
|
|
79
79
|
i0.ɵɵadvance();
|
|
80
80
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
81
81
|
i0.ɵɵadvance(4);
|
|
@@ -87,7 +87,7 @@ function ApplicationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
87
87
|
} }
|
|
88
88
|
let ApplicationFormComponent = class ApplicationFormComponent extends BaseFormComponent {
|
|
89
89
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵApplicationFormComponent_BaseFactory; return function ApplicationFormComponent_Factory(t) { return (ɵApplicationFormComponent_BaseFactory || (ɵApplicationFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ApplicationFormComponent)))(t || ApplicationFormComponent); }; })(); }
|
|
90
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ApplicationFormComponent, selectors: [["gen-application-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", "Applications", "Section", "details", 3, "record", "EditMode"], ["Name", "
|
|
90
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ApplicationFormComponent, selectors: [["gen-application-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", "Applications", "Section", "details", 3, "record", "EditMode"], ["Name", "Entities", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "User Applications", 3, "Visible"], ["Name", "Application Settings", 3, "Visible"], ["Name", "Dashboards", 3, "Visible"], [1, "fa-solid", "fa-table-columns", "tab-header-icon"], ["Name", "MJ: Dashboard User Preferences", 3, "Visible"]], template: function ApplicationFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
91
91
|
i0.ɵɵelementStart(0, "div", 1);
|
|
92
92
|
i0.ɵɵtemplate(1, ApplicationFormComponent_form_1_Template, 29, 28, "form", 2);
|
|
93
93
|
i0.ɵɵelementEnd();
|
|
@@ -102,7 +102,7 @@ ApplicationFormComponent = __decorate([
|
|
|
102
102
|
export { ApplicationFormComponent };
|
|
103
103
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ApplicationFormComponent, [{
|
|
104
104
|
type: Component,
|
|
105
|
-
args: [{ selector: 'gen-application-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=\"Applications\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"
|
|
105
|
+
args: [{ selector: 'gen-application-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=\"Applications\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Entities\" [Visible]=\"record.IsSaved\"> \n Entities\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Application Entities','ApplicationID')\" \n [NewRecordValues]=\"NewRecordValues('Application Entities')\"\n [AllowLoad]=\"IsCurrentTab('Entities')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"User Applications\" [Visible]=\"record.IsSaved\"> \n User Applications\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('User Applications','ApplicationID')\" \n [NewRecordValues]=\"NewRecordValues('User Applications')\"\n [AllowLoad]=\"IsCurrentTab('User Applications')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Application Settings\" [Visible]=\"record.IsSaved\"> \n Application Settings\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Application Settings','ApplicationID')\" \n [NewRecordValues]=\"NewRecordValues('Application Settings')\"\n [AllowLoad]=\"IsCurrentTab('Application Settings')\" \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','ApplicationID')\" \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=\"MJ: Dashboard User Preferences\" [Visible]=\"record.IsSaved\"> \n MJ: Dashboard User Preferences\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ: Dashboard User Preferences','ApplicationID')\" \n [NewRecordValues]=\"NewRecordValues('MJ: Dashboard User Preferences')\"\n [AllowLoad]=\"IsCurrentTab('MJ: Dashboard User Preferences')\" \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"] }]
|
|
106
106
|
}], null, null); })();
|
|
107
107
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ApplicationFormComponent, { className: "ApplicationFormComponent", filePath: "src/lib/generated/Entities/Application/application.form.component.ts", lineNumber: 14 }); })();
|
|
108
108
|
export function LoadApplicationFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"application.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Application/application.form.component.ts","../../../../../src/lib/generated/Entities/Application/application.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":"application.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Application/application.form.component.ts","../../../../../src/lib/generated/Entities/Application/application.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,iCAAmD;IAC/C,0BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA4D;IACxD,oCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAqD;IACjD,4BAA+D;IAAA,4BACnE;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAyE;IACrE,iDACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAjFc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIV,cAA0B;IAA1B,+CAA0B;IAK1C,eAA0F;IAG1F,AADA,AADA,AADA,gHAA0F,mEAC/B,8CACrB,mCACX;IAKF,cAA0B;IAA1B,+CAA0B;IAKnD,eAAuF;IAGvF,AADA,AADA,AADA,6GAAuF,gEAC/B,uDACT,mCACpB;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAA0F;IAG1F,AADA,AADA,AADA,gHAA0F,mEAC/B,0DACT,mCACvB;IAKT,cAA0B;IAA1B,+CAA0B;IAK5C,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,yDAC/B,gDACT,mCACb;IAKW,cAA0B;IAA1B,+CAA0B;IAKhE,eAAoG;IAGpG,AADA,AADA,AADA,0HAAoG,6EAC/B,oEACT,mCACjC;;ADjEhD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,iBAAiB;oQAAlD,wBAAwB,SAAxB,wBAAwB;oEAAxB,wBAAwB;YCbrC,8BAAqC;YACjC,6EAA0D;YAmF9D,iBAAM;;YAnFK,cAAY;YAAZ,iCAAY;;;ADYV,wBAAwB;IANpC,aAAa,CAAC,iBAAiB,EAAE,cAAc,CAAC,CAAC,uCAAuC;GAM5E,wBAAwB,CAEpC;;iFAFY,wBAAwB;cALpC,SAAS;2BACI,sBAAsB;;kFAIvB,wBAAwB;AAIrC,MAAM,UAAU,4BAA4B;IACxC,+BAA+B,EAAE,CAAC;AACtC,CAAC"}
|
|
@@ -28,17 +28,17 @@ function AuditLogTypeFormComponent_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.ɵɵ
|
|
31
|
+
i0.ɵɵelement(9, "span", 9);
|
|
32
|
+
i0.ɵɵtext(10, "Audit Logs ");
|
|
32
33
|
i0.ɵɵelementEnd();
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵelement(
|
|
34
|
+
i0.ɵɵelementStart(11, "mj-tab-body");
|
|
35
|
+
i0.ɵɵelement(12, "mj-user-view-grid", 10);
|
|
35
36
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵ
|
|
38
|
-
i0.ɵɵtext(14, "Audit Logs ");
|
|
37
|
+
i0.ɵɵelementStart(13, "mj-tab", 11);
|
|
38
|
+
i0.ɵɵtext(14, " Audit Log Types ");
|
|
39
39
|
i0.ɵɵelementEnd();
|
|
40
40
|
i0.ɵɵelementStart(15, "mj-tab-body");
|
|
41
|
-
i0.ɵɵelement(16, "mj-user-view-grid",
|
|
41
|
+
i0.ɵɵelement(16, "mj-user-view-grid", 10);
|
|
42
42
|
i0.ɵɵelementEnd()()();
|
|
43
43
|
} if (rf & 2) {
|
|
44
44
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -48,16 +48,16 @@ function AuditLogTypeFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
48
48
|
i0.ɵɵproperty("record", ctx_r1.record)("EditMode", ctx_r1.EditMode);
|
|
49
49
|
i0.ɵɵadvance();
|
|
50
50
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
51
|
-
i0.ɵɵadvance(3);
|
|
52
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Audit Log Types", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("Audit Log Types"))("AllowLoad", ctx_r1.IsCurrentTab("Audit Log Types"))("EditMode", ctx_r1.GridEditMode());
|
|
53
|
-
i0.ɵɵadvance();
|
|
54
|
-
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
55
51
|
i0.ɵɵadvance(4);
|
|
56
52
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Audit Logs", "AuditLogTypeName"))("NewRecordValues", ctx_r1.NewRecordValues("Audit Logs"))("AllowLoad", ctx_r1.IsCurrentTab("Audit Logs"))("EditMode", ctx_r1.GridEditMode());
|
|
53
|
+
i0.ɵɵadvance();
|
|
54
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
55
|
+
i0.ɵɵadvance(3);
|
|
56
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Audit Log Types", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("Audit Log Types"))("AllowLoad", ctx_r1.IsCurrentTab("Audit Log Types"))("EditMode", ctx_r1.GridEditMode());
|
|
57
57
|
} }
|
|
58
58
|
let AuditLogTypeFormComponent = class AuditLogTypeFormComponent extends BaseFormComponent {
|
|
59
59
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAuditLogTypeFormComponent_BaseFactory; return function AuditLogTypeFormComponent_Factory(t) { return (ɵAuditLogTypeFormComponent_BaseFactory || (ɵAuditLogTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AuditLogTypeFormComponent)))(t || AuditLogTypeFormComponent); }; })(); }
|
|
60
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuditLogTypeFormComponent, selectors: [["gen-auditlogtype-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", "Audit Log Types", "Section", "details", 3, "record", "EditMode"], ["Name", "Audit
|
|
60
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuditLogTypeFormComponent, selectors: [["gen-auditlogtype-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", "Audit Log Types", "Section", "details", 3, "record", "EditMode"], ["Name", "Audit Logs", 3, "Visible"], [1, "fa-solid", "fa-fingerprint", "tab-header-icon"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Audit Log Types", 3, "Visible"]], template: function AuditLogTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
61
61
|
i0.ɵɵelementStart(0, "div", 1);
|
|
62
62
|
i0.ɵɵtemplate(1, AuditLogTypeFormComponent_form_1_Template, 17, 13, "form", 2);
|
|
63
63
|
i0.ɵɵelementEnd();
|
|
@@ -72,7 +72,7 @@ AuditLogTypeFormComponent = __decorate([
|
|
|
72
72
|
export { AuditLogTypeFormComponent };
|
|
73
73
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuditLogTypeFormComponent, [{
|
|
74
74
|
type: Component,
|
|
75
|
-
args: [{ selector: 'gen-auditlogtype-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=\"Audit Log Types\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Audit
|
|
75
|
+
args: [{ selector: 'gen-auditlogtype-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=\"Audit Log Types\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Audit Logs\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-fingerprint tab-header-icon\"></span>Audit Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','AuditLogTypeName')\" \n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsCurrentTab('Audit Logs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Audit Log Types\" [Visible]=\"record.IsSaved\"> \n Audit Log Types\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Log Types','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Audit Log Types')\"\n [AllowLoad]=\"IsCurrentTab('Audit Log Types')\" \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"] }]
|
|
76
76
|
}], null, null); })();
|
|
77
77
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuditLogTypeFormComponent, { className: "AuditLogTypeFormComponent", filePath: "src/lib/generated/Entities/AuditLogType/auditlogtype.form.component.ts", lineNumber: 14 }); })();
|
|
78
78
|
export function LoadAuditLogTypeFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auditlogtype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AuditLogType/auditlogtype.form.component.ts","../../../../../src/lib/generated/Entities/AuditLogType/auditlogtype.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,
|
|
1
|
+
{"version":3,"file":"auditlogtype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/AuditLogType/auditlogtype.form.component.ts","../../../../../src/lib/generated/Entities/AuditLogType/auditlogtype.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,iCAAqD;IACjD,0BAA6D;IAAA,4BACjE;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IA1Cc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIR,cAA0B;IAA1B,+CAA0B;IAK5C,eAAmF;IAGnF,AADA,AADA,AADA,yGAAmF,yDAClC,gDACT,mCACb;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAgF;IAGhF,AADA,AADA,AADA,sGAAgF,8DAC1B,qDACT,mCAClB;;AD1BhD,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,iBAAiB;wQAAnD,yBAAyB,SAAzB,yBAAyB;oEAAzB,yBAAyB;YCbtC,8BAAqC;YACjC,8EAA0D;YA4C9D,iBAAM;;YA5CK,cAAY;YAAZ,iCAAY;;;ADYV,yBAAyB;IANrC,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,uCAAuC;GAM/E,yBAAyB,CAErC;;iFAFY,yBAAyB;cALrC,SAAS;2BACI,uBAAuB;;kFAIxB,yBAAyB;AAItC,MAAM,UAAU,6BAA6B;IACzC,gCAAgC,EAAE,CAAC;AACvC,CAAC"}
|
|
@@ -34,14 +34,14 @@ function AuthorizationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
34
34
|
i0.ɵɵelement(11, "mj-user-view-grid", 9);
|
|
35
35
|
i0.ɵɵelementEnd();
|
|
36
36
|
i0.ɵɵelementStart(12, "mj-tab", 10);
|
|
37
|
-
i0.ɵɵ
|
|
37
|
+
i0.ɵɵelement(13, "span", 11);
|
|
38
|
+
i0.ɵɵtext(14, "Authorizations ");
|
|
38
39
|
i0.ɵɵelementEnd();
|
|
39
|
-
i0.ɵɵelementStart(
|
|
40
|
-
i0.ɵɵelement(
|
|
40
|
+
i0.ɵɵelementStart(15, "mj-tab-body");
|
|
41
|
+
i0.ɵɵelement(16, "mj-user-view-grid", 9);
|
|
41
42
|
i0.ɵɵelementEnd();
|
|
42
|
-
i0.ɵɵelementStart(
|
|
43
|
-
i0.ɵɵ
|
|
44
|
-
i0.ɵɵtext(18, "Authorizations ");
|
|
43
|
+
i0.ɵɵelementStart(17, "mj-tab", 12);
|
|
44
|
+
i0.ɵɵtext(18, " Audit Log Types ");
|
|
45
45
|
i0.ɵɵelementEnd();
|
|
46
46
|
i0.ɵɵelementStart(19, "mj-tab-body");
|
|
47
47
|
i0.ɵɵelement(20, "mj-user-view-grid", 9);
|
|
@@ -54,7 +54,7 @@ function AuthorizationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
54
54
|
i0.ɵɵelement(25, "mj-user-view-grid", 9);
|
|
55
55
|
i0.ɵɵelementEnd();
|
|
56
56
|
i0.ɵɵelementStart(26, "mj-tab", 15);
|
|
57
|
-
i0.ɵɵtext(27, "
|
|
57
|
+
i0.ɵɵtext(27, " Action Authorizations ");
|
|
58
58
|
i0.ɵɵelementEnd();
|
|
59
59
|
i0.ɵɵelementStart(28, "mj-tab-body");
|
|
60
60
|
i0.ɵɵelement(29, "mj-user-view-grid", 9);
|
|
@@ -71,24 +71,24 @@ function AuthorizationFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
71
71
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Authorization Roles", "AuthorizationID"))("NewRecordValues", ctx_r1.NewRecordValues("Authorization Roles"))("AllowLoad", ctx_r1.IsCurrentTab("Authorization Roles"))("EditMode", ctx_r1.GridEditMode());
|
|
72
72
|
i0.ɵɵadvance();
|
|
73
73
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
74
|
-
i0.ɵɵadvance(3);
|
|
75
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Action Authorizations", "AuthorizationID"))("NewRecordValues", ctx_r1.NewRecordValues("Action Authorizations"))("AllowLoad", ctx_r1.IsCurrentTab("Action Authorizations"))("EditMode", ctx_r1.GridEditMode());
|
|
76
|
-
i0.ɵɵadvance();
|
|
77
|
-
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
78
74
|
i0.ɵɵadvance(4);
|
|
79
75
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Authorizations", "ParentID"))("NewRecordValues", ctx_r1.NewRecordValues("Authorizations"))("AllowLoad", ctx_r1.IsCurrentTab("Authorizations"))("EditMode", ctx_r1.GridEditMode());
|
|
80
76
|
i0.ɵɵadvance();
|
|
81
77
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
78
|
+
i0.ɵɵadvance(3);
|
|
79
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Audit Log Types", "AuthorizationName"))("NewRecordValues", ctx_r1.NewRecordValues("Audit Log Types"))("AllowLoad", ctx_r1.IsCurrentTab("Audit Log Types"))("EditMode", ctx_r1.GridEditMode());
|
|
80
|
+
i0.ɵɵadvance();
|
|
81
|
+
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
82
82
|
i0.ɵɵadvance(4);
|
|
83
83
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Audit Logs", "AuthorizationName"))("NewRecordValues", ctx_r1.NewRecordValues("Audit Logs"))("AllowLoad", ctx_r1.IsCurrentTab("Audit Logs"))("EditMode", ctx_r1.GridEditMode());
|
|
84
84
|
i0.ɵɵadvance();
|
|
85
85
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
86
86
|
i0.ɵɵadvance(3);
|
|
87
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
87
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Action Authorizations", "AuthorizationID"))("NewRecordValues", ctx_r1.NewRecordValues("Action Authorizations"))("AllowLoad", ctx_r1.IsCurrentTab("Action Authorizations"))("EditMode", ctx_r1.GridEditMode());
|
|
88
88
|
} }
|
|
89
89
|
let AuthorizationFormComponent = class AuthorizationFormComponent extends BaseFormComponent {
|
|
90
90
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAuthorizationFormComponent_BaseFactory; return function AuthorizationFormComponent_Factory(t) { return (ɵAuthorizationFormComponent_BaseFactory || (ɵAuthorizationFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AuthorizationFormComponent)))(t || AuthorizationFormComponent); }; })(); }
|
|
91
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuthorizationFormComponent, selectors: [["gen-authorization-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", "Authorizations", "Section", "details", 3, "record", "EditMode"], ["Name", "Authorization Roles", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "
|
|
91
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AuthorizationFormComponent, selectors: [["gen-authorization-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", "Authorizations", "Section", "details", 3, "record", "EditMode"], ["Name", "Authorization Roles", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Authorizations", 3, "Visible"], [1, "fa-solid", "fa-shield-halved", "tab-header-icon"], ["Name", "Audit Log Types", 3, "Visible"], ["Name", "Audit Logs", 3, "Visible"], [1, "fa-solid", "fa-fingerprint", "tab-header-icon"], ["Name", "Action Authorizations", 3, "Visible"]], template: function AuthorizationFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92
92
|
i0.ɵɵelementStart(0, "div", 1);
|
|
93
93
|
i0.ɵɵtemplate(1, AuthorizationFormComponent_form_1_Template, 30, 28, "form", 2);
|
|
94
94
|
i0.ɵɵelementEnd();
|
|
@@ -103,7 +103,7 @@ AuthorizationFormComponent = __decorate([
|
|
|
103
103
|
export { AuthorizationFormComponent };
|
|
104
104
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthorizationFormComponent, [{
|
|
105
105
|
type: Component,
|
|
106
|
-
args: [{ selector: 'gen-authorization-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=\"Authorizations\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Authorization Roles\" [Visible]=\"record.IsSaved\"> \n Authorization Roles\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Authorization Roles','AuthorizationID')\" \n [NewRecordValues]=\"NewRecordValues('Authorization Roles')\"\n [AllowLoad]=\"IsCurrentTab('Authorization Roles')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"
|
|
106
|
+
args: [{ selector: 'gen-authorization-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=\"Authorizations\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Authorization Roles\" [Visible]=\"record.IsSaved\"> \n Authorization Roles\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Authorization Roles','AuthorizationID')\" \n [NewRecordValues]=\"NewRecordValues('Authorization Roles')\"\n [AllowLoad]=\"IsCurrentTab('Authorization Roles')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Authorizations\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-shield-halved tab-header-icon\"></span>Authorizations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Authorizations','ParentID')\" \n [NewRecordValues]=\"NewRecordValues('Authorizations')\"\n [AllowLoad]=\"IsCurrentTab('Authorizations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Audit Log Types\" [Visible]=\"record.IsSaved\"> \n Audit Log Types\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Log Types','AuthorizationName')\" \n [NewRecordValues]=\"NewRecordValues('Audit Log Types')\"\n [AllowLoad]=\"IsCurrentTab('Audit Log Types')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Audit Logs\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-fingerprint tab-header-icon\"></span>Audit Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Audit Logs','AuthorizationName')\" \n [NewRecordValues]=\"NewRecordValues('Audit Logs')\"\n [AllowLoad]=\"IsCurrentTab('Audit Logs')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Action Authorizations\" [Visible]=\"record.IsSaved\"> \n Action Authorizations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Action Authorizations','AuthorizationID')\" \n [NewRecordValues]=\"NewRecordValues('Action Authorizations')\"\n [AllowLoad]=\"IsCurrentTab('Action Authorizations')\" \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"] }]
|
|
107
107
|
}], null, null); })();
|
|
108
108
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AuthorizationFormComponent, { className: "AuthorizationFormComponent", filePath: "src/lib/generated/Entities/Authorization/authorization.form.component.ts", lineNumber: 14 }); })();
|
|
109
109
|
export function LoadAuthorizationFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Authorization/authorization.form.component.ts","../../../../../src/lib/generated/Entities/Authorization/authorization.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,iCAAiC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH5E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,8MAAe,0BAAmB,KAAC,mMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAA8D;IAC1D,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"authorization.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Authorization/authorization.form.component.ts","../../../../../src/lib/generated/Entities/Authorization/authorization.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,iCAAiC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICH5E,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,8MAAe,0BAAmB,KAAC,mMAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAA8D;IAC1D,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAyD;IACrD,4BAA+D;IAAA,gCACnE;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAA0D;IACtD,kCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAqD;IACjD,4BAA6D;IAAA,4BACjE;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IACxB,iBAAc;IAEd,mCAAgE;IAC5D,wCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,wCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAjFc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIC,cAA0B;IAA1B,+CAA0B;IAKrD,eAA2F;IAG3F,AADA,AADA,AADA,iHAA2F,kEACjC,yDACT,mCACtB;IAKL,cAA0B;IAA1B,+CAA0B;IAKhD,eAA+E;IAG/E,AADA,AADA,AADA,qGAA+E,6DAC1B,oDACT,mCACjB;IAKJ,cAA0B;IAA1B,+CAA0B;IAKjD,eAAyF;IAGzF,AADA,AADA,AADA,+GAAyF,8DACnC,qDACT,mCAClB;IAKT,cAA0B;IAA1B,+CAA0B;IAK5C,eAAoF;IAGpF,AADA,AADA,AADA,0GAAoF,yDACnC,gDACT,mCACb;IAKE,cAA0B;IAA1B,+CAA0B;IAKvD,eAA6F;IAG7F,AADA,AADA,AADA,mHAA6F,oEACjC,2DACT,mCACxB;;ADjEhD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,iBAAiB;4QAApD,0BAA0B,SAA1B,0BAA0B;oEAA1B,0BAA0B;YCbvC,8BAAqC;YACjC,+EAA0D;YAmF9D,iBAAM;;YAnFK,cAAY;YAAZ,iCAAY;;;ADYV,0BAA0B;IANtC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAM9E,0BAA0B,CAEtC;;iFAFY,0BAA0B;cALtC,SAAS;2BACI,wBAAwB;;kFAIzB,0BAA0B;AAIvC,MAAM,UAAU,8BAA8B;IAC1C,iCAAiC,EAAE,CAAC;AACxC,CAAC"}
|
package/dist/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.js
CHANGED
|
@@ -31,16 +31,16 @@ function CommunicationProviderFormComponent_form_1_Template(rf, ctx) { if (rf &
|
|
|
31
31
|
i0.ɵɵelement(7, "mj-form-section", 7);
|
|
32
32
|
i0.ɵɵelementEnd();
|
|
33
33
|
i0.ɵɵelementStart(8, "mj-tab", 8);
|
|
34
|
-
i0.ɵɵtext(9, "
|
|
34
|
+
i0.ɵɵtext(9, " Message Types ");
|
|
35
35
|
i0.ɵɵelementEnd();
|
|
36
36
|
i0.ɵɵelementStart(10, "mj-tab-body");
|
|
37
|
-
i0.ɵɵelement(11, "mj-
|
|
37
|
+
i0.ɵɵelement(11, "mj-join-grid", 9);
|
|
38
38
|
i0.ɵɵelementEnd();
|
|
39
39
|
i0.ɵɵelementStart(12, "mj-tab", 10);
|
|
40
|
-
i0.ɵɵtext(13, "
|
|
40
|
+
i0.ɵɵtext(13, " Communication Logs ");
|
|
41
41
|
i0.ɵɵelementEnd();
|
|
42
42
|
i0.ɵɵelementStart(14, "mj-tab-body");
|
|
43
|
-
i0.ɵɵelement(15, "mj-
|
|
43
|
+
i0.ɵɵelement(15, "mj-user-view-grid", 11);
|
|
44
44
|
i0.ɵɵelementEnd()()();
|
|
45
45
|
} if (rf & 2) {
|
|
46
46
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -51,15 +51,15 @@ function CommunicationProviderFormComponent_form_1_Template(rf, ctx) { if (rf &
|
|
|
51
51
|
i0.ɵɵadvance();
|
|
52
52
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
53
53
|
i0.ɵɵadvance(3);
|
|
54
|
-
i0.ɵɵproperty("
|
|
54
|
+
i0.ɵɵproperty("ShowSaveButton", false)("ShowCancelButton", false)("EditMode", ctx_r1.GridEditMode())("JoinEntityExtraFilter", "CommunicationProviderID=" + ctx_r1.record.ID)("JoinEntityDisplayColumns", i0.ɵɵpureFunction0(15, _c0))("NewRecordDefaultValues", i0.ɵɵpureFunction1(16, _c1, ctx_r1.record.ID));
|
|
55
55
|
i0.ɵɵadvance();
|
|
56
56
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
57
57
|
i0.ɵɵadvance(3);
|
|
58
|
-
i0.ɵɵproperty("
|
|
58
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Communication Logs", "CommunicationProviderID"))("NewRecordValues", ctx_r1.NewRecordValues("Communication Logs"))("AllowLoad", ctx_r1.IsCurrentTab("Communication Logs"))("EditMode", ctx_r1.GridEditMode());
|
|
59
59
|
} }
|
|
60
60
|
let CommunicationProviderFormComponent = class CommunicationProviderFormComponent extends BaseFormComponent {
|
|
61
61
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCommunicationProviderFormComponent_BaseFactory; return function CommunicationProviderFormComponent_Factory(t) { return (ɵCommunicationProviderFormComponent_BaseFactory || (ɵCommunicationProviderFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CommunicationProviderFormComponent)))(t || CommunicationProviderFormComponent); }; })(); }
|
|
62
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationProviderFormComponent, selectors: [["gen-communicationprovider-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", "Communication Providers", "Section", "details", 3, "record", "EditMode"], ["Name", "
|
|
62
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CommunicationProviderFormComponent, selectors: [["gen-communicationprovider-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", "Communication Providers", "Section", "details", 3, "record", "EditMode"], ["Name", "Message Types", 3, "Visible"], ["RowsEntityName", "Communication Base Message Types", "RowsEntityDisplayField", "Type", "RowsExtraFilter", "", "RowsEntityDataSource", "FullEntity", "RowsOrderBy", "Type", "RowsEntityDisplayName", "Base Type", "ColumnsMode", "Fields", "JoinEntityName", "Communication Provider Message Types", "JoinEntityRowForeignKey", "CommunicationBaseMessageTypeID", 3, "ShowSaveButton", "ShowCancelButton", "EditMode", "JoinEntityExtraFilter", "JoinEntityDisplayColumns", "NewRecordDefaultValues"], ["Name", "Communication Logs", 3, "Visible"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"]], template: function CommunicationProviderFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
63
63
|
i0.ɵɵelementStart(0, "div", 1);
|
|
64
64
|
i0.ɵɵtemplate(1, CommunicationProviderFormComponent_form_1_Template, 16, 18, "form", 2);
|
|
65
65
|
i0.ɵɵelementEnd();
|
|
@@ -74,7 +74,7 @@ CommunicationProviderFormComponent = __decorate([
|
|
|
74
74
|
export { CommunicationProviderFormComponent };
|
|
75
75
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CommunicationProviderFormComponent, [{
|
|
76
76
|
type: Component,
|
|
77
|
-
args: [{ selector: 'gen-communicationprovider-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=\"Communication Providers\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"
|
|
77
|
+
args: [{ selector: 'gen-communicationprovider-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=\"Communication Providers\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Message Types\" [Visible]=\"record.IsSaved\"> \n Message Types\n </mj-tab>\n <mj-tab-body>\n <mj-join-grid\n [ShowSaveButton]=\"false\"\n [ShowCancelButton]=\"false\"\n [EditMode]=\"GridEditMode()\"\n RowsEntityName=\"Communication Base Message Types\"\n RowsEntityDisplayField=\"Type\"\n RowsExtraFilter=\"\"\n RowsEntityDataSource=\"FullEntity\"\n RowsOrderBy=\"Type\"\n RowsEntityDisplayName=\"Base Type\"\n ColumnsMode=\"Fields\"\n JoinEntityName=\"Communication Provider Message Types\"\n JoinEntityRowForeignKey=\"CommunicationBaseMessageTypeID\"\n [JoinEntityExtraFilter]=\"'CommunicationProviderID=' + record.ID\"\n [JoinEntityDisplayColumns]=\"['Name','Status','AdditionalAttributes']\"\n [NewRecordDefaultValues]=\"{CommunicationProviderID: record.ID}\"\n >\n </mj-join-grid>\n \n </mj-tab-body>\n\n <mj-tab Name=\"Communication Logs\" [Visible]=\"record.IsSaved\"> \n Communication Logs\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Communication Logs','CommunicationProviderID')\" \n [NewRecordValues]=\"NewRecordValues('Communication Logs')\"\n [AllowLoad]=\"IsCurrentTab('Communication Logs')\" \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"] }]
|
|
78
78
|
}], null, null); })();
|
|
79
79
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CommunicationProviderFormComponent, { className: "CommunicationProviderFormComponent", filePath: "src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.ts", lineNumber: 15 }); })();
|
|
80
80
|
export function LoadCommunicationProviderFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"communicationprovider.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.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,yCAAyC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;;;;ICHpF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,sNAAe,0BAAmB,KAAC,2MAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,
|
|
1
|
+
{"version":3,"file":"communicationprovider.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.form.component.ts","../../../../../src/lib/generated/Entities/CommunicationProvider/communicationprovider.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,yCAAyC,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;;;;ICHpF,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,sNAAe,0BAAmB,KAAC,2MAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAwD;IACpD,+BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,mCAiBe;IAEnB,iBAAc;IAEd,mCAA6D;IACzD,qCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAtDc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIL,cAA0B;IAA1B,+CAA0B;IAK/C,eAAwB;IAcxB,AADA,AADA,AAVA,AADA,AADA,sCAAwB,2BACE,mCACC,wEAUqC,yDACK,yEACN;IAMrC,cAA0B;IAA1B,+CAA0B;IAKpD,eAAkG;IAGlG,AADA,AADA,AADA,wHAAkG,iEACzC,wDACT,mCACrB;;ADrChD,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,iBAAiB;4SAA5D,kCAAkC,SAAlC,kCAAkC;oEAAlC,kCAAkC;YCd/C,8BAAqC;YACjC,uFAA0D;YAwD9D,iBAAM;;YAxDK,cAAY;YAAZ,iCAAY;;;ADaV,kCAAkC;IAN9C,aAAa,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,CAAC,uCAAuC;GAMvF,kCAAkC,CAE9C;;iFAFY,kCAAkC;cAL9C,SAAS;2BACI,gCAAgC;;kFAIjC,kCAAkC;AAI/C,MAAM,UAAU,sCAAsC;IAClD,yCAAyC,EAAE,CAAC;AAChD,CAAC"}
|
|
@@ -28,23 +28,23 @@ function CompanyFormComponent_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.ɵɵ
|
|
31
|
+
i0.ɵɵelement(9, "span", 9);
|
|
32
|
+
i0.ɵɵtext(10, "Employees ");
|
|
32
33
|
i0.ɵɵelementEnd();
|
|
33
|
-
i0.ɵɵelementStart(
|
|
34
|
-
i0.ɵɵelement(
|
|
34
|
+
i0.ɵɵelementStart(11, "mj-tab-body");
|
|
35
|
+
i0.ɵɵelement(12, "mj-user-view-grid", 10);
|
|
35
36
|
i0.ɵɵelementEnd();
|
|
36
|
-
i0.ɵɵelementStart(
|
|
37
|
-
i0.ɵɵtext(
|
|
37
|
+
i0.ɵɵelementStart(13, "mj-tab", 11);
|
|
38
|
+
i0.ɵɵtext(14, " Company Integrations ");
|
|
38
39
|
i0.ɵɵelementEnd();
|
|
39
|
-
i0.ɵɵelementStart(
|
|
40
|
-
i0.ɵɵelement(
|
|
40
|
+
i0.ɵɵelementStart(15, "mj-tab-body");
|
|
41
|
+
i0.ɵɵelement(16, "mj-user-view-grid", 10);
|
|
41
42
|
i0.ɵɵelementEnd();
|
|
42
|
-
i0.ɵɵelementStart(
|
|
43
|
-
i0.ɵɵ
|
|
44
|
-
i0.ɵɵtext(18, "Employees ");
|
|
43
|
+
i0.ɵɵelementStart(17, "mj-tab", 12);
|
|
44
|
+
i0.ɵɵtext(18, " Workflows ");
|
|
45
45
|
i0.ɵɵelementEnd();
|
|
46
46
|
i0.ɵɵelementStart(19, "mj-tab-body");
|
|
47
|
-
i0.ɵɵelement(20, "mj-user-view-grid",
|
|
47
|
+
i0.ɵɵelement(20, "mj-user-view-grid", 10);
|
|
48
48
|
i0.ɵɵelementEnd()()();
|
|
49
49
|
} if (rf & 2) {
|
|
50
50
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -54,20 +54,20 @@ function CompanyFormComponent_form_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
54
54
|
i0.ɵɵproperty("record", ctx_r1.record)("EditMode", ctx_r1.EditMode);
|
|
55
55
|
i0.ɵɵadvance();
|
|
56
56
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
57
|
-
i0.ɵɵadvance(
|
|
58
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
57
|
+
i0.ɵɵadvance(4);
|
|
58
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Employees", "CompanyID"))("NewRecordValues", ctx_r1.NewRecordValues("Employees"))("AllowLoad", ctx_r1.IsCurrentTab("Employees"))("EditMode", ctx_r1.GridEditMode());
|
|
59
59
|
i0.ɵɵadvance();
|
|
60
60
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
61
61
|
i0.ɵɵadvance(3);
|
|
62
62
|
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Company Integrations", "CompanyName"))("NewRecordValues", ctx_r1.NewRecordValues("Company Integrations"))("AllowLoad", ctx_r1.IsCurrentTab("Company Integrations"))("EditMode", ctx_r1.GridEditMode());
|
|
63
63
|
i0.ɵɵadvance();
|
|
64
64
|
i0.ɵɵproperty("Visible", ctx_r1.record.IsSaved);
|
|
65
|
-
i0.ɵɵadvance(
|
|
66
|
-
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("
|
|
65
|
+
i0.ɵɵadvance(3);
|
|
66
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("Workflows", "CompanyName"))("NewRecordValues", ctx_r1.NewRecordValues("Workflows"))("AllowLoad", ctx_r1.IsCurrentTab("Workflows"))("EditMode", ctx_r1.GridEditMode());
|
|
67
67
|
} }
|
|
68
68
|
let CompanyFormComponent = class CompanyFormComponent extends BaseFormComponent {
|
|
69
69
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCompanyFormComponent_BaseFactory; return function CompanyFormComponent_Factory(t) { return (ɵCompanyFormComponent_BaseFactory || (ɵCompanyFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CompanyFormComponent)))(t || CompanyFormComponent); }; })(); }
|
|
70
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyFormComponent, selectors: [["gen-company-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", "Companies", "Section", "details", 3, "record", "EditMode"], ["Name", "
|
|
70
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyFormComponent, selectors: [["gen-company-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", "Companies", "Section", "details", 3, "record", "EditMode"], ["Name", "Employees", 3, "Visible"], [1, "fa-solid", "fa-users", "tab-header-icon"], [3, "Params", "NewRecordValues", "AllowLoad", "EditMode"], ["Name", "Company Integrations", 3, "Visible"], ["Name", "Workflows", 3, "Visible"]], template: function CompanyFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71
71
|
i0.ɵɵelementStart(0, "div", 1);
|
|
72
72
|
i0.ɵɵtemplate(1, CompanyFormComponent_form_1_Template, 21, 18, "form", 2);
|
|
73
73
|
i0.ɵɵelementEnd();
|
|
@@ -82,7 +82,7 @@ CompanyFormComponent = __decorate([
|
|
|
82
82
|
export { CompanyFormComponent };
|
|
83
83
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyFormComponent, [{
|
|
84
84
|
type: Component,
|
|
85
|
-
args: [{ selector: 'gen-company-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=\"Companies\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"
|
|
85
|
+
args: [{ selector: 'gen-company-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=\"Companies\" \n Section=\"details\" \n [record]=\"record\" \n [EditMode]=\"this.EditMode\">\n </mj-form-section>\n </mj-tab-body>\n \n <mj-tab Name=\"Employees\" [Visible]=\"record.IsSaved\"> \n <span class=\"fa-solid fa-users tab-header-icon\"></span>Employees\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Employees','CompanyID')\" \n [NewRecordValues]=\"NewRecordValues('Employees')\"\n [AllowLoad]=\"IsCurrentTab('Employees')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Company Integrations\" [Visible]=\"record.IsSaved\"> \n Company Integrations\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Company Integrations','CompanyName')\" \n [NewRecordValues]=\"NewRecordValues('Company Integrations')\"\n [AllowLoad]=\"IsCurrentTab('Company Integrations')\" \n [EditMode]=\"GridEditMode()\" \n >\n </mj-user-view-grid> \n </mj-tab-body>\n\n <mj-tab Name=\"Workflows\" [Visible]=\"record.IsSaved\"> \n Workflows\n </mj-tab>\n <mj-tab-body>\n <mj-user-view-grid \n [Params]=\"BuildRelationshipViewParamsByEntityName('Workflows','CompanyName')\" \n [NewRecordValues]=\"NewRecordValues('Workflows')\"\n [AllowLoad]=\"IsCurrentTab('Workflows')\" \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"] }]
|
|
86
86
|
}], null, null); })();
|
|
87
87
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompanyFormComponent, { className: "CompanyFormComponent", filePath: "src/lib/generated/Entities/Company/company.form.component.ts", lineNumber: 14 }); })();
|
|
88
88
|
export function LoadCompanyFormComponent() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"company.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Company/company.form.component.ts","../../../../../src/lib/generated/Entities/Company/company.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,2BAA2B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHtE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,wMAAe,0BAAmB,KAAC,6LAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAoD;IAChD,
|
|
1
|
+
{"version":3,"file":"company.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/Company/company.form.component.ts","../../../../../src/lib/generated/Entities/Company/company.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,2BAA2B,EAAE,MAAM,8BAA8B,CAAA;;;;;;;;;;ICHtE,kCAA0D;IACtD,qCAAiD;IAEzC,sCAA2F;IAAzC,AAArC,wMAAe,0BAAmB,KAAC,6LAAqB,2BAAoB,KAAC;IAEtF,iCAAuB;IACnB,yBACJ;IAAA,iBAAS;IACT,mCAAa;IACT,qCAKkB;IACtB,iBAAc;IAEd,iCAAoD;IAChD,0BAAuD;IAAA,2BAC3D;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAA+D;IAC3D,uCACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IACxB,iBAAc;IAEd,mCAAoD;IAChD,4BACJ;IAAA,iBAAS;IACT,oCAAa;IACT,yCAMoB;IAGxC,AADY,AADI,iBAAc,EACJ,EACnB;;;IAvDc,eAAa;IAAb,6BAAa;IAWV,eAAiB;IACjB,AADA,sCAAiB,6BACS;IAIT,cAA0B;IAA1B,+CAA0B;IAK3C,eAA2E;IAG3E,AADA,AADA,AADA,iGAA2E,wDAC3B,+CACT,mCACZ;IAKC,cAA0B;IAA1B,+CAA0B;IAKtD,eAAwF;IAGxF,AADA,AADA,AADA,8GAAwF,mEAC7B,0DACT,mCACvB;IAKV,cAA0B;IAA1B,+CAA0B;IAK3C,eAA6E;IAG7E,AADA,AADA,AADA,mGAA6E,wDAC7B,+CACT,mCACZ;;ADvChD,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,iBAAiB;oPAA9C,oBAAoB,SAApB,oBAAoB;oEAApB,oBAAoB;YCbjC,8BAAqC;YACjC,yEAA0D;YAyD9D,iBAAM;;YAzDK,cAAY;YAAZ,iCAAY;;;ADYV,oBAAoB;IANhC,aAAa,CAAC,iBAAiB,EAAE,WAAW,CAAC,CAAC,uCAAuC;GAMzE,oBAAoB,CAEhC;;iFAFY,oBAAoB;cALhC,SAAS;2BACI,kBAAkB;;kFAInB,oBAAoB;AAIjC,MAAM,UAAU,wBAAwB;IACpC,2BAA2B,EAAE,CAAC;AAClC,CAAC"}
|