@memberjunction/ng-core-entity-forms 4.1.0 → 4.2.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.
@@ -15,12 +15,12 @@ let ConversationDetailArtifactFormComponent = class ConversationDetailArtifactFo
15
15
  this.initSections([
16
16
  { sectionKey: 'coreIdentifiers', sectionName: 'Core Identifiers', isExpanded: true },
17
17
  { sectionKey: 'artifactDetails', sectionName: 'Artifact Details', isExpanded: true },
18
- { sectionKey: 'conversationMessage', sectionName: 'Conversation Message', isExpanded: false },
18
+ { sectionKey: 'conversationContent', sectionName: 'Conversation Content', isExpanded: false },
19
19
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
20
20
  ]);
21
21
  }
22
22
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵConversationDetailArtifactFormComponent_BaseFactory; return function ConversationDetailArtifactFormComponent_Factory(__ngFactoryType__) { return (ɵConversationDetailArtifactFormComponent_BaseFactory || (ɵConversationDetailArtifactFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConversationDetailArtifactFormComponent)))(__ngFactoryType__ || ConversationDetailArtifactFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailArtifactFormComponent, selectors: [["gen-conversationdetailartifact-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 30, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "coreIdentifiers", "SectionName", "Core Identifiers", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "artifactDetails", "SectionName", "Artifact Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "Direction", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "conversationMessage", "SectionName", "Conversation Message", "Icon", "fa fa-comment", 3, "Form", "FormContext"], ["field-panels", "", "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 ConversationDetailArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
23
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConversationDetailArtifactFormComponent, selectors: [["gen-conversationdetailartifact-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 30, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "coreIdentifiers", "SectionName", "Core Identifiers", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ConversationDetailID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ArtifactVersionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "artifactDetails", "SectionName", "Artifact Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "Direction", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "conversationContent", "SectionName", "Conversation Content", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["field-panels", "", "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 ConversationDetailArtifactFormComponent_Template(rf, ctx) { if (rf & 1) {
24
24
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
25
25
  i0.ɵɵlistener("Navigate", function ConversationDetailArtifactFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function ConversationDetailArtifactFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function ConversationDetailArtifactFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function ConversationDetailArtifactFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function ConversationDetailArtifactFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
26
26
  i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
@@ -61,7 +61,7 @@ ConversationDetailArtifactFormComponent = __decorate([
61
61
  export { ConversationDetailArtifactFormComponent };
62
62
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConversationDetailArtifactFormComponent, [{
63
63
  type: Component,
64
- args: [{ standalone: false, selector: 'gen-conversationdetailartifact-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 <!-- Core Identifiers Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"coreIdentifiers\"\n SectionName=\"Core Identifiers\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ConversationDetailID\"\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=\"ArtifactVersionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Artifact Details Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"artifactDetails\"\n SectionName=\"Artifact Details\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Direction\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Conversation Message Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"conversationMessage\"\n SectionName=\"Conversation Message\"\n Icon=\"fa fa-comment\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
64
+ args: [{ standalone: false, selector: 'gen-conversationdetailartifact-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 <!-- Core Identifiers Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"coreIdentifiers\"\n SectionName=\"Core Identifiers\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ConversationDetailID\"\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=\"ArtifactVersionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Artifact Details Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"artifactDetails\"\n SectionName=\"Artifact Details\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"false\"\n FieldName=\"Direction\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Conversation Content Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"conversationContent\"\n SectionName=\"Conversation Content\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
65
65
  }], null, null); })();
66
66
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConversationDetailArtifactFormComponent, { className: "ConversationDetailArtifactFormComponent", filePath: "src/lib/generated/Entities/ConversationDetailArtifact/conversationdetailartifact.form.component.ts", lineNumber: 12 }); })();
67
67
  //# sourceMappingURL=conversationdetailartifact.form.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"employeerole.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EmployeeRole/employeerole.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAMa,yBAA0B,SAAQ,iBAAiB;IACrD,MAAM,EAAG,kBAAkB,CAAC;IAEpB,QAAQ;yCAHd,yBAAyB;2CAAzB,yBAAyB;CAWrC"}
1
+ {"version":3,"file":"employeerole.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EmployeeRole/employeerole.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAMa,yBAA0B,SAAQ,iBAAiB;IACrD,MAAM,EAAG,kBAAkB,CAAC;IAEpB,QAAQ;yCAHd,yBAAyB;2CAAzB,yBAAyB;CAYrC"}
@@ -14,20 +14,21 @@ let EmployeeRoleFormComponent = class EmployeeRoleFormComponent extends BaseForm
14
14
  await super.ngOnInit();
15
15
  this.initSections([
16
16
  { sectionKey: 'entityKeys', sectionName: 'Entity Keys', isExpanded: true },
17
- { sectionKey: 'roleAssignment', sectionName: 'Role Assignment', isExpanded: true },
17
+ { sectionKey: 'employeeInfo', sectionName: 'Employee Info', isExpanded: true },
18
+ { sectionKey: 'roleAssignment', sectionName: 'Role Assignment', isExpanded: false },
18
19
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
19
20
  ]);
20
21
  }
21
22
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEmployeeRoleFormComponent_BaseFactory; return function EmployeeRoleFormComponent_Factory(__ngFactoryType__) { return (ɵEmployeeRoleFormComponent_BaseFactory || (ɵEmployeeRoleFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EmployeeRoleFormComponent)))(__ngFactoryType__ || EmployeeRoleFormComponent); }; })(); }
22
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployeeRoleFormComponent, selectors: [["gen-employeerole-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 24, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "entityKeys", "SectionName", "Entity Keys", "Icon", "fa fa-key", 3, "Form", "FormContext"], ["FieldName", "EmployeeID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RoleID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "roleAssignment", "SectionName", "Role Assignment", "Icon", "fa fa-id-badge", 3, "Form", "FormContext"], ["field-panels", "", "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 EmployeeRoleFormComponent_Template(rf, ctx) { if (rf & 1) {
23
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmployeeRoleFormComponent, selectors: [["gen-employeerole-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 26, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "entityKeys", "SectionName", "Entity Keys", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "EmployeeID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "RoleID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "employeeInfo", "SectionName", "Employee Info", "Icon", "fa fa-id-card", 3, "Form", "FormContext"], ["field-panels", "", "SectionKey", "roleAssignment", "SectionName", "Role Assignment", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["field-panels", "", "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 EmployeeRoleFormComponent_Template(rf, ctx) { if (rf & 1) {
23
24
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
24
25
  i0.ɵɵlistener("Navigate", function EmployeeRoleFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function EmployeeRoleFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function EmployeeRoleFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function EmployeeRoleFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function EmployeeRoleFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
25
26
  i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
26
27
  i0.ɵɵelement(2, "mj-form-field", 2)(3, "mj-form-field", 3);
27
28
  i0.ɵɵelementEnd();
28
- i0.ɵɵelement(4, "mj-collapsible-panel", 4);
29
- i0.ɵɵelementStart(5, "mj-collapsible-panel", 5);
30
- i0.ɵɵelement(6, "mj-form-field", 6)(7, "mj-form-field", 7);
29
+ i0.ɵɵelement(4, "mj-collapsible-panel", 4)(5, "mj-collapsible-panel", 5);
30
+ i0.ɵɵelementStart(6, "mj-collapsible-panel", 6);
31
+ i0.ɵɵelement(7, "mj-form-field", 7)(8, "mj-form-field", 8);
31
32
  i0.ɵɵelementEnd()();
32
33
  } if (rf & 2) {
33
34
  i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
@@ -42,6 +43,8 @@ let EmployeeRoleFormComponent = class EmployeeRoleFormComponent extends BaseForm
42
43
  i0.ɵɵadvance();
43
44
  i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
44
45
  i0.ɵɵadvance();
46
+ i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
47
+ i0.ɵɵadvance();
45
48
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
46
49
  i0.ɵɵadvance();
47
50
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
@@ -53,7 +56,7 @@ EmployeeRoleFormComponent = __decorate([
53
56
  export { EmployeeRoleFormComponent };
54
57
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmployeeRoleFormComponent, [{
55
58
  type: Component,
56
- args: [{ standalone: false, selector: 'gen-employeerole-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 <!-- Entity Keys Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"entityKeys\"\n SectionName=\"Entity Keys\"\n Icon=\"fa fa-key\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeID\"\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=\"RoleID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Role Assignment Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"roleAssignment\"\n SectionName=\"Role Assignment\"\n Icon=\"fa fa-id-badge\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
59
+ args: [{ standalone: false, selector: 'gen-employeerole-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 <!-- Entity Keys Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"entityKeys\"\n SectionName=\"Entity Keys\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EmployeeID\"\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=\"RoleID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Employee Info Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"employeeInfo\"\n SectionName=\"Employee Info\"\n Icon=\"fa fa-id-card\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- Role Assignment Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"roleAssignment\"\n SectionName=\"Role Assignment\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
57
60
  }], null, null); })();
58
61
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmployeeRoleFormComponent, { className: "EmployeeRoleFormComponent", filePath: "src/lib/generated/Entities/EmployeeRole/employeerole.form.component.ts", lineNumber: 12 }); })();
59
62
  //# sourceMappingURL=employeerole.form.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"employeerole.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EmployeeRole/employeerole.form.component.ts","../../../../../src/lib/generated/Entities/EmployeeRole/employeerole.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,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,iBAAiB;IAGnD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE;YAC1E,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,IAAI,EAAE;YAClF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;wRAVQ,yBAAyB,yBAAzB,yBAAyB;oEAAzB,yBAAyB;YCXtC,mDAK4D;YAAxD,AADA,AADA,AADA,AADA,oIAAY,0BAAsB,IAAC,+HAChB,uBAAmB,IAAC,+HACpB,uBAAmB,IAAC,iIACnB,wBAAoB,IAAC,+IACd,+BAA2B,IAAC;YAMvD,+CAKgC;YAU5B,AATA,mCAQiB,uBASA;YAErB,iBAAuB;YAGvB,0CAOuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAGzB,AADI,iBAAuB,EACA;;YAzEiB,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;YAS3B,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;;;AD1D1B,yBAAyB;IANrC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAM9E,yBAAyB,CAWrC;;iFAXY,yBAAyB;cALrC,SAAS;6BACM,KAAK,YACP,uBAAuB;;kFAGxB,yBAAyB"}
1
+ {"version":3,"file":"employeerole.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EmployeeRole/employeerole.form.component.ts","../../../../../src/lib/generated/Entities/EmployeeRole/employeerole.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,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,iBAAiB;IAGnD,KAAK,CAAC,QAAQ;QACnB,MAAM,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC;YACd,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE;YAC1E,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,IAAI,EAAE;YAC9E,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;YACnF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;wRAXQ,yBAAyB,yBAAzB,yBAAyB;oEAAzB,yBAAyB;YCXtC,mDAK4D;YAAxD,AADA,AADA,AADA,AADA,oIAAY,0BAAsB,IAAC,+HAChB,uBAAmB,IAAC,+HACpB,uBAAmB,IAAC,iIACnB,wBAAoB,IAAC,+IACd,+BAA2B,IAAC;YAMvD,+CAKgC;YAU5B,AATA,mCAQiB,uBASA;YAErB,iBAAuB;YAavB,AAVA,0CAOuB,8BAUA;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,uBAQA;YAGzB,AADI,iBAAuB,EACA;;YAnFiB,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;YAS3B,cAAa;YACb,AADA,0BAAa,gCACc;YAS3B,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;;;ADpE1B,yBAAyB;IANrC,aAAa,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAAC,uCAAuC;GAM9E,yBAAyB,CAYrC;;iFAZY,yBAAyB;cALrC,SAAS;6BACM,KAAK,YACP,uBAAuB;;kFAGxB,yBAAyB"}
@@ -15,12 +15,12 @@ let EntityActionFilterFormComponent = class EntityActionFilterFormComponent exte
15
15
  this.initSections([
16
16
  { sectionKey: 'identifierKeys', sectionName: 'Identifier Keys', isExpanded: true },
17
17
  { sectionKey: 'executionSettings', sectionName: 'Execution Settings', isExpanded: true },
18
- { sectionKey: 'actionMapping', sectionName: 'Action Mapping', isExpanded: false },
18
+ { sectionKey: 'actionDetails', sectionName: 'Action Details', isExpanded: false },
19
19
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
20
20
  ]);
21
21
  }
22
22
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEntityActionFilterFormComponent_BaseFactory; return function EntityActionFilterFormComponent_Factory(__ngFactoryType__) { return (ɵEntityActionFilterFormComponent_BaseFactory || (ɵEntityActionFilterFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EntityActionFilterFormComponent)))(__ngFactoryType__ || EntityActionFilterFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityActionFilterFormComponent, selectors: [["gen-entityactionfilter-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 34, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "identifierKeys", "SectionName", "Identifier Keys", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "EntityActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ActionFilterID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "executionSettings", "SectionName", "Execution Settings", "Icon", "fa fa-sliders-h", 3, "Form", "FormContext"], ["FieldName", "Sequence", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "actionMapping", "SectionName", "Action Mapping", "Icon", "fa fa-project-diagram", 3, "Form", "FormContext"], ["field-panels", "", "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 EntityActionFilterFormComponent_Template(rf, ctx) { if (rf & 1) {
23
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityActionFilterFormComponent, selectors: [["gen-entityactionfilter-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 34, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "identifierKeys", "SectionName", "Identifier Keys", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "EntityActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ActionFilterID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "executionSettings", "SectionName", "Execution Settings", "Icon", "fa fa-sliders-h", 3, "Form", "FormContext"], ["FieldName", "Sequence", "Type", "number", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Status", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "actionDetails", "SectionName", "Action Details", "Icon", "fa fa-filter", 3, "Form", "FormContext"], ["field-panels", "", "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 EntityActionFilterFormComponent_Template(rf, ctx) { if (rf & 1) {
24
24
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
25
25
  i0.ɵɵlistener("Navigate", function EntityActionFilterFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function EntityActionFilterFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function EntityActionFilterFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function EntityActionFilterFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function EntityActionFilterFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
26
26
  i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
@@ -63,7 +63,7 @@ EntityActionFilterFormComponent = __decorate([
63
63
  export { EntityActionFilterFormComponent };
64
64
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityActionFilterFormComponent, [{
65
65
  type: Component,
66
- args: [{ standalone: false, selector: 'gen-entityactionfilter-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 <!-- Identifier Keys Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"identifierKeys\"\n SectionName=\"Identifier Keys\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EntityActionID\"\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=\"ActionFilterID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Settings Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"executionSettings\"\n SectionName=\"Execution Settings\"\n Icon=\"fa fa-sliders-h\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Sequence\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Action Mapping Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"actionMapping\"\n SectionName=\"Action Mapping\"\n Icon=\"fa fa-project-diagram\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
66
+ args: [{ standalone: false, selector: 'gen-entityactionfilter-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 <!-- Identifier Keys Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"identifierKeys\"\n SectionName=\"Identifier Keys\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EntityActionID\"\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=\"ActionFilterID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Execution Settings Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"executionSettings\"\n SectionName=\"Execution Settings\"\n Icon=\"fa fa-sliders-h\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Sequence\"\n Type=\"number\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Status\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Action Details Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"actionDetails\"\n SectionName=\"Action Details\"\n Icon=\"fa fa-filter\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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
67
  }], null, null); })();
68
68
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityActionFilterFormComponent, { className: "EntityActionFilterFormComponent", filePath: "src/lib/generated/Entities/EntityActionFilter/entityactionfilter.form.component.ts", lineNumber: 12 }); })();
69
69
  //# sourceMappingURL=entityactionfilter.form.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"entityactionparam.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAMa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;IAEzB,QAAQ;yCAHd,8BAA8B;2CAA9B,8BAA8B;CAY1C"}
1
+ {"version":3,"file":"entityactionparam.form.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAElE,qBAMa,8BAA+B,SAAQ,iBAAiB;IAC1D,MAAM,EAAG,uBAAuB,CAAC;IAEzB,QAAQ;yCAHd,8BAA8B;2CAA9B,8BAA8B;CAW1C"}
@@ -15,12 +15,11 @@ let EntityActionParamFormComponent = class EntityActionParamFormComponent extend
15
15
  this.initSections([
16
16
  { sectionKey: 'identifierRelationships', sectionName: 'Identifier & Relationships', isExpanded: true },
17
17
  { sectionKey: 'parameterDefinition', sectionName: 'Parameter Definition', isExpanded: true },
18
- { sectionKey: 'actionDetails', sectionName: 'Action Details', isExpanded: false },
19
18
  { sectionKey: 'systemMetadata', sectionName: 'System Metadata', isExpanded: false }
20
19
  ]);
21
20
  }
22
21
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵEntityActionParamFormComponent_BaseFactory; return function EntityActionParamFormComponent_Factory(__ngFactoryType__) { return (ɵEntityActionParamFormComponent_BaseFactory || (ɵEntityActionParamFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EntityActionParamFormComponent)))(__ngFactoryType__ || EntityActionParamFormComponent); }; })(); }
23
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityActionParamFormComponent, selectors: [["gen-entityactionparam-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 38, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "identifierRelationships", "SectionName", "Identifier & Relationships", "Icon", "fa fa-truck", 3, "Form", "FormContext"], ["FieldName", "EntityActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ActionParamID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "parameterDefinition", "SectionName", "Parameter Definition", "Icon", "fa fa-info-circle", 3, "Form", "FormContext"], ["FieldName", "ValueType", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Value", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Comments", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "actionDetails", "SectionName", "Action Details", "Icon", "fa fa-bolt", 3, "Form", "FormContext"], ["field-panels", "", "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 EntityActionParamFormComponent_Template(rf, ctx) { if (rf & 1) {
22
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityActionParamFormComponent, selectors: [["gen-entityactionparam-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 36, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["field-panels", "", "SectionKey", "identifierRelationships", "SectionName", "Identifier & Relationships", "Icon", "fa fa-link", 3, "Form", "FormContext"], ["FieldName", "EntityActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "ActionParamID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "SectionKey", "parameterDefinition", "SectionName", "Parameter Definition", "Icon", "fa fa-key", 3, "Form", "FormContext"], ["FieldName", "ValueType", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Value", "Type", "code", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Comments", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["field-panels", "", "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 EntityActionParamFormComponent_Template(rf, ctx) { if (rf & 1) {
24
23
  i0.ɵɵelementStart(0, "mj-record-form-container", 0);
25
24
  i0.ɵɵlistener("Navigate", function EntityActionParamFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function EntityActionParamFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function EntityActionParamFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function EntityActionParamFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function EntityActionParamFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
26
25
  i0.ɵɵelementStart(1, "mj-collapsible-panel", 1);
@@ -29,9 +28,8 @@ let EntityActionParamFormComponent = class EntityActionParamFormComponent extend
29
28
  i0.ɵɵelementStart(4, "mj-collapsible-panel", 4);
30
29
  i0.ɵɵelement(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7);
31
30
  i0.ɵɵelementEnd();
32
- i0.ɵɵelement(8, "mj-collapsible-panel", 8);
33
- i0.ɵɵelementStart(9, "mj-collapsible-panel", 9);
34
- i0.ɵɵelement(10, "mj-form-field", 10)(11, "mj-form-field", 11);
31
+ i0.ɵɵelementStart(8, "mj-collapsible-panel", 8);
32
+ i0.ɵɵelement(9, "mj-form-field", 9)(10, "mj-form-field", 10);
35
33
  i0.ɵɵelementEnd()();
36
34
  } if (rf & 2) {
37
35
  i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
@@ -52,8 +50,6 @@ let EntityActionParamFormComponent = class EntityActionParamFormComponent extend
52
50
  i0.ɵɵadvance();
53
51
  i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
54
52
  i0.ɵɵadvance();
55
- i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
56
- i0.ɵɵadvance();
57
53
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
58
54
  i0.ɵɵadvance();
59
55
  i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
@@ -65,7 +61,7 @@ EntityActionParamFormComponent = __decorate([
65
61
  export { EntityActionParamFormComponent };
66
62
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityActionParamFormComponent, [{
67
63
  type: Component,
68
- args: [{ standalone: false, selector: 'gen-entityactionparam-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 <!-- Identifier & Relationships Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"identifierRelationships\"\n SectionName=\"Identifier & Relationships\"\n Icon=\"fa fa-truck\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EntityActionID\"\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=\"ActionParamID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Parameter Definition Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"parameterDefinition\"\n SectionName=\"Parameter Definition\"\n Icon=\"fa fa-info-circle\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ValueType\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Value\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Comments\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Action Details Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"actionDetails\"\n SectionName=\"Action Details\"\n Icon=\"fa fa-bolt\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
64
+ args: [{ standalone: false, selector: 'gen-entityactionparam-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 <!-- Identifier & Relationships Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"identifierRelationships\"\n SectionName=\"Identifier & Relationships\"\n Icon=\"fa fa-link\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"EntityActionID\"\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=\"ActionParamID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- Parameter Definition Section -->\n <mj-collapsible-panel field-panels\n SectionKey=\"parameterDefinition\"\n SectionName=\"Parameter Definition\"\n Icon=\"fa fa-key\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"ValueType\"\n Type=\"select\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Value\"\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=\"Comments\"\n Type=\"textarea\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <!-- System Metadata Section -->\n <mj-collapsible-panel field-panels\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 " }]
69
65
  }], null, null); })();
70
66
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityActionParamFormComponent, { className: "EntityActionParamFormComponent", filePath: "src/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.ts", lineNumber: 12 }); })();
71
67
  //# sourceMappingURL=entityactionparam.form.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"entityactionparam.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.ts","../../../../../src/lib/generated/Entities/EntityActionParam/entityactionparam.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,4BAA4B,EAAE,UAAU,EAAE,IAAI,EAAE;YACtG,EAAE,UAAU,EAAE,qBAAqB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC5F,EAAE,UAAU,EAAE,eAAe,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,KAAK,EAAE;YACjF,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAE,KAAK,EAAE;SACtF,CAAC,CAAC;IACP,CAAC;4SAXQ,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;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,0CAOuB;YAGvB,+CAKgC;YAS5B,AARA,qCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YA3GiB,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;YAU/B,cAAa;YACb,AADA,0BAAa,gCACc;YAS3B,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;;;AD5F1B,8BAA8B;IAN1C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAMpF,8BAA8B,CAY1C;;iFAZY,8BAA8B;cAL1C,SAAS;6BACM,KAAK,YACP,4BAA4B;;kFAG7B,8BAA8B"}
1
+ {"version":3,"file":"entityactionparam.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/EntityActionParam/entityactionparam.form.component.ts","../../../../../src/lib/generated/Entities/EntityActionParam/entityactionparam.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,4BAA4B,EAAE,UAAU,EAAE,IAAI,EAAE;YACtG,EAAE,UAAU,EAAE,qBAAqB,EAAE,WAAW,EAAE,sBAAsB,EAAE,UAAU,EAAE,IAAI,EAAE;YAC5F,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;YAiB5B,AARA,AARA,mCAOiB,uBAQA,uBAQA;YAErB,iBAAuB;YAGvB,+CAKgC;YAS5B,AARA,mCAOiB,yBAQA;YAGzB,AADI,iBAAuB,EACA;;YAjGiB,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;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;;;ADlF1B,8BAA8B;IAN1C,aAAa,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC,uCAAuC;GAMpF,8BAA8B,CAW1C;;iFAXY,8BAA8B;cAL1C,SAAS;6BACM,KAAK,YACP,4BAA4B;;kFAG7B,8BAA8B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-core-entity-forms",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "MemberJunction Core Entity Angular Forms",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -27,36 +27,36 @@
27
27
  "@angular/router": "21.1.3",
28
28
  "@codemirror/language": "latest",
29
29
  "@codemirror/language-data": "^6.5.2",
30
- "@memberjunction/actions-base": "4.1.0",
31
- "@memberjunction/ai": "4.1.0",
32
- "@memberjunction/ai-core-plus": "4.1.0",
33
- "@memberjunction/ai-engine-base": "4.1.0",
34
- "@memberjunction/core": "4.1.0",
35
- "@memberjunction/core-entities": "4.1.0",
36
- "@memberjunction/global": "4.1.0",
37
- "@memberjunction/graphql-dataprovider": "4.1.0",
38
- "@memberjunction/ng-action-gallery": "4.1.0",
39
- "@memberjunction/ng-actions": "4.1.0",
40
- "@memberjunction/ng-agents": "4.1.0",
41
- "@memberjunction/ng-ai-test-harness": "4.1.0",
42
- "@memberjunction/ng-base-application": "4.1.0",
43
- "@memberjunction/ng-base-forms": "4.1.0",
44
- "@memberjunction/ng-code-editor": "4.1.0",
45
- "@memberjunction/ng-container-directives": "4.1.0",
46
- "@memberjunction/ng-deep-diff": "4.1.0",
47
- "@memberjunction/ng-entity-relationship-diagram": "4.1.0",
48
- "@memberjunction/ng-flow-editor": "4.1.0",
49
- "@memberjunction/ng-entity-viewer": "4.1.0",
50
- "@memberjunction/ng-join-grid": "4.1.0",
51
- "@memberjunction/ng-link-directives": "4.1.0",
52
- "@memberjunction/ng-list-management": "4.1.0",
53
- "@memberjunction/ng-notifications": "4.1.0",
54
- "@memberjunction/ng-shared": "4.1.0",
55
- "@memberjunction/ng-shared-generic": "4.1.0",
56
- "@memberjunction/ng-tabstrip": "4.1.0",
57
- "@memberjunction/ng-testing": "4.1.0",
58
- "@memberjunction/ng-timeline": "4.1.0",
59
- "@memberjunction/templates-base-types": "4.1.0",
30
+ "@memberjunction/actions-base": "4.2.0",
31
+ "@memberjunction/ai": "4.2.0",
32
+ "@memberjunction/ai-core-plus": "4.2.0",
33
+ "@memberjunction/ai-engine-base": "4.2.0",
34
+ "@memberjunction/core": "4.2.0",
35
+ "@memberjunction/core-entities": "4.2.0",
36
+ "@memberjunction/global": "4.2.0",
37
+ "@memberjunction/graphql-dataprovider": "4.2.0",
38
+ "@memberjunction/ng-action-gallery": "4.2.0",
39
+ "@memberjunction/ng-actions": "4.2.0",
40
+ "@memberjunction/ng-agents": "4.2.0",
41
+ "@memberjunction/ng-ai-test-harness": "4.2.0",
42
+ "@memberjunction/ng-base-application": "4.2.0",
43
+ "@memberjunction/ng-base-forms": "4.2.0",
44
+ "@memberjunction/ng-code-editor": "4.2.0",
45
+ "@memberjunction/ng-container-directives": "4.2.0",
46
+ "@memberjunction/ng-deep-diff": "4.2.0",
47
+ "@memberjunction/ng-entity-relationship-diagram": "4.2.0",
48
+ "@memberjunction/ng-flow-editor": "4.2.0",
49
+ "@memberjunction/ng-entity-viewer": "4.2.0",
50
+ "@memberjunction/ng-join-grid": "4.2.0",
51
+ "@memberjunction/ng-link-directives": "4.2.0",
52
+ "@memberjunction/ng-list-management": "4.2.0",
53
+ "@memberjunction/ng-notifications": "4.2.0",
54
+ "@memberjunction/ng-shared": "4.2.0",
55
+ "@memberjunction/ng-shared-generic": "4.2.0",
56
+ "@memberjunction/ng-tabstrip": "4.2.0",
57
+ "@memberjunction/ng-testing": "4.2.0",
58
+ "@memberjunction/ng-timeline": "4.2.0",
59
+ "@memberjunction/templates-base-types": "4.2.0",
60
60
  "@progress/kendo-angular-buttons": "22.0.1",
61
61
  "@progress/kendo-angular-dateinputs": "22.0.1",
62
62
  "@progress/kendo-angular-dialog": "22.0.1",