@mj-biz-apps/forms-ng 0.0.0 → 0.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.
- package/dist/lib/builder/builder-models.d.ts +27 -0
- package/dist/lib/builder/builder-models.d.ts.map +1 -0
- package/dist/lib/builder/builder-models.js +15 -0
- package/dist/lib/builder/builder-models.js.map +1 -0
- package/dist/lib/builder/builder-state.service.d.ts +48 -0
- package/dist/lib/builder/builder-state.service.d.ts.map +1 -0
- package/dist/lib/builder/builder-state.service.js +231 -0
- package/dist/lib/builder/builder-state.service.js.map +1 -0
- package/dist/lib/builder/builder-styles.d.ts +12 -0
- package/dist/lib/builder/builder-styles.d.ts.map +1 -0
- package/dist/lib/builder/builder-styles.js +74 -0
- package/dist/lib/builder/builder-styles.js.map +1 -0
- package/dist/lib/builder/conditional-rule-editor.component.d.ts +53 -0
- package/dist/lib/builder/conditional-rule-editor.component.d.ts.map +1 -0
- package/dist/lib/builder/conditional-rule-editor.component.js +282 -0
- package/dist/lib/builder/conditional-rule-editor.component.js.map +1 -0
- package/dist/lib/builder/design-panel.component.d.ts +71 -0
- package/dist/lib/builder/design-panel.component.d.ts.map +1 -0
- package/dist/lib/builder/design-panel.component.js +530 -0
- package/dist/lib/builder/design-panel.component.js.map +1 -0
- package/dist/lib/builder/design-panel.styles.d.ts +10 -0
- package/dist/lib/builder/design-panel.styles.d.ts.map +1 -0
- package/dist/lib/builder/design-panel.styles.js +78 -0
- package/dist/lib/builder/design-panel.styles.js.map +1 -0
- package/dist/lib/builder/design-state.service.d.ts +51 -0
- package/dist/lib/builder/design-state.service.d.ts.map +1 -0
- package/dist/lib/builder/design-state.service.js +108 -0
- package/dist/lib/builder/design-state.service.js.map +1 -0
- package/dist/lib/builder/distribution-links.d.ts +29 -0
- package/dist/lib/builder/distribution-links.d.ts.map +1 -0
- package/dist/lib/builder/distribution-links.js +53 -0
- package/dist/lib/builder/distribution-links.js.map +1 -0
- package/dist/lib/builder/distribution-manager.component.d.ts +53 -0
- package/dist/lib/builder/distribution-manager.component.d.ts.map +1 -0
- package/dist/lib/builder/distribution-manager.component.js +330 -0
- package/dist/lib/builder/distribution-manager.component.js.map +1 -0
- package/dist/lib/builder/distribution.service.d.ts +62 -0
- package/dist/lib/builder/distribution.service.d.ts.map +1 -0
- package/dist/lib/builder/distribution.service.js +140 -0
- package/dist/lib/builder/distribution.service.js.map +1 -0
- package/dist/lib/builder/entity-names.d.ts +20 -0
- package/dist/lib/builder/entity-names.d.ts.map +1 -0
- package/dist/lib/builder/entity-names.js +20 -0
- package/dist/lib/builder/entity-names.js.map +1 -0
- package/dist/lib/builder/form-builder.component.d.ts +92 -0
- package/dist/lib/builder/form-builder.component.d.ts.map +1 -0
- package/dist/lib/builder/form-builder.component.js +627 -0
- package/dist/lib/builder/form-builder.component.js.map +1 -0
- package/dist/lib/builder/form-builder.styles.d.ts +3 -0
- package/dist/lib/builder/form-builder.styles.d.ts.map +1 -0
- package/dist/lib/builder/form-builder.styles.js +94 -0
- package/dist/lib/builder/form-builder.styles.js.map +1 -0
- package/dist/lib/builder/form-preview-modal.component.d.ts +25 -0
- package/dist/lib/builder/form-preview-modal.component.d.ts.map +1 -0
- package/dist/lib/builder/form-preview-modal.component.js +90 -0
- package/dist/lib/builder/form-preview-modal.component.js.map +1 -0
- package/dist/lib/builder/index.d.ts +31 -0
- package/dist/lib/builder/index.d.ts.map +1 -0
- package/dist/lib/builder/index.js +32 -0
- package/dist/lib/builder/index.js.map +1 -0
- package/dist/lib/builder/json-fields.d.ts +14 -0
- package/dist/lib/builder/json-fields.d.ts.map +1 -0
- package/dist/lib/builder/json-fields.js +100 -0
- package/dist/lib/builder/json-fields.js.map +1 -0
- package/dist/lib/builder/publish.service.d.ts +34 -0
- package/dist/lib/builder/publish.service.d.ts.map +1 -0
- package/dist/lib/builder/publish.service.js +110 -0
- package/dist/lib/builder/publish.service.js.map +1 -0
- package/dist/lib/builder/qr-code.d.ts +26 -0
- package/dist/lib/builder/qr-code.d.ts.map +1 -0
- package/dist/lib/builder/qr-code.js +361 -0
- package/dist/lib/builder/qr-code.js.map +1 -0
- package/dist/lib/builder/question-editor.component.d.ts +41 -0
- package/dist/lib/builder/question-editor.component.d.ts.map +1 -0
- package/dist/lib/builder/question-editor.component.js +228 -0
- package/dist/lib/builder/question-editor.component.js.map +1 -0
- package/dist/lib/builder/question-type-catalog.d.ts +29 -0
- package/dist/lib/builder/question-type-catalog.d.ts.map +1 -0
- package/dist/lib/builder/question-type-catalog.js +43 -0
- package/dist/lib/builder/question-type-catalog.js.map +1 -0
- package/dist/lib/builder/reorder.d.ts +10 -0
- package/dist/lib/builder/reorder.d.ts.map +1 -0
- package/dist/lib/builder/reorder.js +18 -0
- package/dist/lib/builder/reorder.js.map +1 -0
- package/dist/lib/builder/snapshot-builder.d.ts +16 -0
- package/dist/lib/builder/snapshot-builder.d.ts.map +1 -0
- package/dist/lib/builder/snapshot-builder.js +93 -0
- package/dist/lib/builder/snapshot-builder.js.map +1 -0
- package/dist/lib/builder/style-tokens.d.ts +54 -0
- package/dist/lib/builder/style-tokens.d.ts.map +1 -0
- package/dist/lib/builder/style-tokens.js +71 -0
- package/dist/lib/builder/style-tokens.js.map +1 -0
- package/dist/lib/builder/validation-rule-editor.component.d.ts +27 -0
- package/dist/lib/builder/validation-rule-editor.component.d.ts.map +1 -0
- package/dist/lib/builder/validation-rule-editor.component.js +179 -0
- package/dist/lib/builder/validation-rule-editor.component.js.map +1 -0
- package/dist/lib/dashboard/components/distribution-chart.component.d.ts +14 -0
- package/dist/lib/dashboard/components/distribution-chart.component.d.ts.map +1 -0
- package/dist/lib/dashboard/components/distribution-chart.component.js +85 -0
- package/dist/lib/dashboard/components/distribution-chart.component.js.map +1 -0
- package/dist/lib/dashboard/components/funnel-chart.component.d.ts +14 -0
- package/dist/lib/dashboard/components/funnel-chart.component.d.ts.map +1 -0
- package/dist/lib/dashboard/components/funnel-chart.component.js +101 -0
- package/dist/lib/dashboard/components/funnel-chart.component.js.map +1 -0
- package/dist/lib/dashboard/components/question-breakdown.component.d.ts +16 -0
- package/dist/lib/dashboard/components/question-breakdown.component.d.ts.map +1 -0
- package/dist/lib/dashboard/components/question-breakdown.component.js +213 -0
- package/dist/lib/dashboard/components/question-breakdown.component.js.map +1 -0
- package/dist/lib/dashboard/components/response-detail.component.d.ts +11 -0
- package/dist/lib/dashboard/components/response-detail.component.d.ts.map +1 -0
- package/dist/lib/dashboard/components/response-detail.component.js +113 -0
- package/dist/lib/dashboard/components/response-detail.component.js.map +1 -0
- package/dist/lib/dashboard/components/response-list.component.d.ts +27 -0
- package/dist/lib/dashboard/components/response-list.component.d.ts.map +1 -0
- package/dist/lib/dashboard/components/response-list.component.js +196 -0
- package/dist/lib/dashboard/components/response-list.component.js.map +1 -0
- package/dist/lib/dashboard/components/summary-stats.component.d.ts +12 -0
- package/dist/lib/dashboard/components/summary-stats.component.d.ts.map +1 -0
- package/dist/lib/dashboard/components/summary-stats.component.js +112 -0
- package/dist/lib/dashboard/components/summary-stats.component.js.map +1 -0
- package/dist/lib/dashboard/forms-reporting-dashboard.component.d.ts +64 -0
- package/dist/lib/dashboard/forms-reporting-dashboard.component.d.ts.map +1 -0
- package/dist/lib/dashboard/forms-reporting-dashboard.component.js +397 -0
- package/dist/lib/dashboard/forms-reporting-dashboard.component.js.map +1 -0
- package/dist/lib/dashboard/index.d.ts +19 -0
- package/dist/lib/dashboard/index.d.ts.map +1 -0
- package/dist/lib/dashboard/index.js +19 -0
- package/dist/lib/dashboard/index.js.map +1 -0
- package/dist/lib/dashboard/models/reporting.model.d.ts +125 -0
- package/dist/lib/dashboard/models/reporting.model.d.ts.map +1 -0
- package/dist/lib/dashboard/models/reporting.model.js +2 -0
- package/dist/lib/dashboard/models/reporting.model.js.map +1 -0
- package/dist/lib/dashboard/services/forms-reporting-export.service.d.ts +21 -0
- package/dist/lib/dashboard/services/forms-reporting-export.service.d.ts.map +1 -0
- package/dist/lib/dashboard/services/forms-reporting-export.service.js +83 -0
- package/dist/lib/dashboard/services/forms-reporting-export.service.js.map +1 -0
- package/dist/lib/dashboard/services/forms-reporting-mock.d.ts +18 -0
- package/dist/lib/dashboard/services/forms-reporting-mock.d.ts.map +1 -0
- package/dist/lib/dashboard/services/forms-reporting-mock.js +147 -0
- package/dist/lib/dashboard/services/forms-reporting-mock.js.map +1 -0
- package/dist/lib/dashboard/services/forms-reporting.service.d.ts +45 -0
- package/dist/lib/dashboard/services/forms-reporting.service.d.ts.map +1 -0
- package/dist/lib/dashboard/services/forms-reporting.service.js +230 -0
- package/dist/lib/dashboard/services/forms-reporting.service.js.map +1 -0
- package/dist/lib/dashboard/services/reporting-aggregations.d.ts +40 -0
- package/dist/lib/dashboard/services/reporting-aggregations.d.ts.map +1 -0
- package/dist/lib/dashboard/services/reporting-aggregations.js +379 -0
- package/dist/lib/dashboard/services/reporting-aggregations.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.js +104 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.js +83 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.js +96 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.js +83 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.js +96 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.js +172 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.js +90 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.js +274 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.js +91 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.js +100 -0
- package/dist/lib/generated/Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsForm/mjbizappsformsform.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsForm/mjbizappsformsform.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsForm/mjbizappsformsform.form.component.js +174 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsForm/mjbizappsformsform.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormCategory/mjbizappsformsformcategory.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormCategory/mjbizappsformsformcategory.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormCategory/mjbizappsformsformcategory.form.component.js +118 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormCategory/mjbizappsformsformcategory.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormDistribution/mjbizappsformsformdistribution.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormDistribution/mjbizappsformsformdistribution.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormDistribution/mjbizappsformsformdistribution.form.component.js +93 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormDistribution/mjbizappsformsformdistribution.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormPage/mjbizappsformsformpage.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormPage/mjbizappsformsformpage.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormPage/mjbizappsformsformpage.form.component.js +96 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormPage/mjbizappsformsformpage.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestion/mjbizappsformsformquestion.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestion/mjbizappsformsformquestion.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestion/mjbizappsformsformquestion.form.component.js +132 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestion/mjbizappsformsformquestion.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestionOption/mjbizappsformsformquestionoption.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestionOption/mjbizappsformsformquestionoption.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestionOption/mjbizappsformsformquestionoption.form.component.js +77 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormQuestionOption/mjbizappsformsformquestionoption.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponse/mjbizappsformsformresponse.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponse/mjbizappsformsformresponse.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponse/mjbizappsformsformresponse.form.component.js +108 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponse/mjbizappsformsformresponse.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponseAnswer/mjbizappsformsformresponseanswer.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponseAnswer/mjbizappsformsformresponseanswer.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponseAnswer/mjbizappsformsformresponseanswer.form.component.js +99 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormResponseAnswer/mjbizappsformsformresponseanswer.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormStyle/mjbizappsformsformstyle.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormStyle/mjbizappsformsformstyle.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormStyle/mjbizappsformsformstyle.form.component.js +100 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormStyle/mjbizappsformsformstyle.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormVersion/mjbizappsformsformversion.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormVersion/mjbizappsformsformversion.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormVersion/mjbizappsformsformversion.form.component.js +96 -0
- package/dist/lib/generated/Entities/mjBizAppsFormsFormVersion/mjbizappsformsformversion.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTask/mjbizappstaskstask.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTask/mjbizappstaskstask.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTask/mjbizappstaskstask.form.component.js +274 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTask/mjbizappstaskstask.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskActivity/mjbizappstaskstaskactivity.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskActivity/mjbizappstaskstaskactivity.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskActivity/mjbizappstaskstaskactivity.form.component.js +67 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskActivity/mjbizappstaskstaskactivity.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskAssignment/mjbizappstaskstaskassignment.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskAssignment/mjbizappstaskstaskassignment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskAssignment/mjbizappstaskstaskassignment.form.component.js +90 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskAssignment/mjbizappstaskstaskassignment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskCategory/mjbizappstaskstaskcategory.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskCategory/mjbizappstaskstaskcategory.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskCategory/mjbizappstaskstaskcategory.form.component.js +124 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskCategory/mjbizappstaskstaskcategory.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskComment/mjbizappstaskstaskcomment.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskComment/mjbizappstaskstaskcomment.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskComment/mjbizappstaskstaskcomment.form.component.js +86 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskComment/mjbizappstaskstaskcomment.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecision/mjbizappstaskstaskdecision.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecision/mjbizappstaskstaskdecision.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecision/mjbizappstaskstaskdecision.form.component.js +67 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecision/mjbizappstaskstaskdecision.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecisionOutcome/mjbizappstaskstaskdecisionoutcome.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecisionOutcome/mjbizappstaskstaskdecisionoutcome.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecisionOutcome/mjbizappstaskstaskdecisionoutcome.form.component.js +86 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDecisionOutcome/mjbizappstaskstaskdecisionoutcome.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDependency/mjbizappstaskstaskdependency.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDependency/mjbizappstaskstaskdependency.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDependency/mjbizappstaskstaskdependency.form.component.js +61 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskDependency/mjbizappstaskstaskdependency.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskLink/mjbizappstaskstasklink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskLink/mjbizappstaskstasklink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskLink/mjbizappstaskstasklink.form.component.js +63 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskLink/mjbizappstaskstasklink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationConfig/mjbizappstaskstasknotificationconfig.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationConfig/mjbizappstaskstasknotificationconfig.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationConfig/mjbizappstaskstasknotificationconfig.form.component.js +69 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationConfig/mjbizappstaskstasknotificationconfig.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationLog/mjbizappstaskstasknotificationlog.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationLog/mjbizappstaskstasknotificationlog.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationLog/mjbizappstaskstasknotificationlog.form.component.js +63 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskNotificationLog/mjbizappstaskstasknotificationlog.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskRole/mjbizappstaskstaskrole.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskRole/mjbizappstaskstaskrole.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskRole/mjbizappstaskstaskrole.form.component.js +98 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskRole/mjbizappstaskstaskrole.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTag/mjbizappstaskstasktag.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTag/mjbizappstaskstasktag.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTag/mjbizappstaskstasktag.form.component.js +80 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTag/mjbizappstaskstasktag.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTagLink/mjbizappstaskstasktaglink.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTagLink/mjbizappstaskstasktaglink.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTagLink/mjbizappstaskstasktaglink.form.component.js +59 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTagLink/mjbizappstaskstasktaglink.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplate/mjbizappstaskstasktemplate.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplate/mjbizappstaskstasktemplate.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplate/mjbizappstaskstasktemplate.form.component.js +84 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplate/mjbizappstaskstasktemplate.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItem/mjbizappstaskstasktemplateitem.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItem/mjbizappstaskstasktemplateitem.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItem/mjbizappstaskstasktemplateitem.form.component.js +146 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItem/mjbizappstaskstasktemplateitem.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemDependency/mjbizappstaskstasktemplateitemdependency.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemDependency/mjbizappstaskstasktemplateitemdependency.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemDependency/mjbizappstaskstasktemplateitemdependency.form.component.js +61 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemDependency/mjbizappstaskstasktemplateitemdependency.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemRole/mjbizappstaskstasktemplateitemrole.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemRole/mjbizappstaskstasktemplateitemrole.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemRole/mjbizappstaskstasktemplateitemrole.form.component.js +59 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskTemplateItemRole/mjbizappstaskstasktemplateitemrole.form.component.js.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.d.ts +10 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.d.ts.map +1 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.js +132 -0
- package/dist/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.js.map +1 -0
- package/dist/lib/generated/class-registrations-manifest.d.ts +6 -0
- package/dist/lib/generated/class-registrations-manifest.d.ts.map +1 -0
- package/dist/lib/generated/class-registrations-manifest.js +6 -0
- package/dist/lib/generated/class-registrations-manifest.js.map +1 -0
- package/dist/lib/generated/generated-forms.module.d.ts +61 -0
- package/dist/lib/generated/generated-forms.module.d.ts.map +1 -0
- package/dist/lib/generated/generated-forms.module.js +207 -0
- package/dist/lib/generated/generated-forms.module.js.map +1 -0
- package/dist/lib/home/forms-home-dashboard.component.d.ts +61 -0
- package/dist/lib/home/forms-home-dashboard.component.d.ts.map +1 -0
- package/dist/lib/home/forms-home-dashboard.component.js +379 -0
- package/dist/lib/home/forms-home-dashboard.component.js.map +1 -0
- package/dist/lib/home/forms-home.service.d.ts +24 -0
- package/dist/lib/home/forms-home.service.d.ts.map +1 -0
- package/dist/lib/home/forms-home.service.js +92 -0
- package/dist/lib/home/forms-home.service.js.map +1 -0
- package/dist/lib/home/home-aggregations.d.ts +23 -0
- package/dist/lib/home/home-aggregations.d.ts.map +1 -0
- package/dist/lib/home/home-aggregations.js +64 -0
- package/dist/lib/home/home-aggregations.js.map +1 -0
- package/dist/lib/home/home-models.d.ts +60 -0
- package/dist/lib/home/home-models.d.ts.map +1 -0
- package/dist/lib/home/home-models.js +34 -0
- package/dist/lib/home/home-models.js.map +1 -0
- package/dist/lib/home/index.d.ts +13 -0
- package/dist/lib/home/index.d.ts.map +1 -0
- package/dist/lib/home/index.js +13 -0
- package/dist/lib/home/index.js.map +1 -0
- package/dist/lib/widget/api/form-upload.service.d.ts +41 -0
- package/dist/lib/widget/api/form-upload.service.d.ts.map +1 -0
- package/dist/lib/widget/api/form-upload.service.js +124 -0
- package/dist/lib/widget/api/form-upload.service.js.map +1 -0
- package/dist/lib/widget/api/forms-api.config.d.ts +55 -0
- package/dist/lib/widget/api/forms-api.config.d.ts.map +1 -0
- package/dist/lib/widget/api/forms-api.config.js +40 -0
- package/dist/lib/widget/api/forms-api.config.js.map +1 -0
- package/dist/lib/widget/api/forms-api.graphql.service.d.ts +20 -0
- package/dist/lib/widget/api/forms-api.graphql.service.d.ts.map +1 -0
- package/dist/lib/widget/api/forms-api.graphql.service.js +96 -0
- package/dist/lib/widget/api/forms-api.graphql.service.js.map +1 -0
- package/dist/lib/widget/api/forms-api.interface.d.ts +45 -0
- package/dist/lib/widget/api/forms-api.interface.d.ts.map +1 -0
- package/dist/lib/widget/api/forms-api.interface.js +8 -0
- package/dist/lib/widget/api/forms-api.interface.js.map +1 -0
- package/dist/lib/widget/api/forms-api.mock.service.d.ts +12 -0
- package/dist/lib/widget/api/forms-api.mock.service.d.ts.map +1 -0
- package/dist/lib/widget/api/forms-api.mock.service.js +41 -0
- package/dist/lib/widget/api/forms-api.mock.service.js.map +1 -0
- package/dist/lib/widget/api/mock-form.data.d.ts +8 -0
- package/dist/lib/widget/api/mock-form.data.d.ts.map +1 -0
- package/dist/lib/widget/api/mock-form.data.js +192 -0
- package/dist/lib/widget/api/mock-form.data.js.map +1 -0
- package/dist/lib/widget/api/submission-mapping.d.ts +60 -0
- package/dist/lib/widget/api/submission-mapping.d.ts.map +1 -0
- package/dist/lib/widget/api/submission-mapping.js +47 -0
- package/dist/lib/widget/api/submission-mapping.js.map +1 -0
- package/dist/lib/widget/components/form-one-question.component.d.ts +43 -0
- package/dist/lib/widget/components/form-one-question.component.d.ts.map +1 -0
- package/dist/lib/widget/components/form-one-question.component.js +194 -0
- package/dist/lib/widget/components/form-one-question.component.js.map +1 -0
- package/dist/lib/widget/components/form-progress.component.d.ts +9 -0
- package/dist/lib/widget/components/form-progress.component.d.ts.map +1 -0
- package/dist/lib/widget/components/form-progress.component.js +47 -0
- package/dist/lib/widget/components/form-progress.component.js.map +1 -0
- package/dist/lib/widget/components/form-scroll.component.d.ts +23 -0
- package/dist/lib/widget/components/form-scroll.component.d.ts.map +1 -0
- package/dist/lib/widget/components/form-scroll.component.js +132 -0
- package/dist/lib/widget/components/form-scroll.component.js.map +1 -0
- package/dist/lib/widget/components/questions/form-question.component.d.ts +68 -0
- package/dist/lib/widget/components/questions/form-question.component.d.ts.map +1 -0
- package/dist/lib/widget/components/questions/form-question.component.js +541 -0
- package/dist/lib/widget/components/questions/form-question.component.js.map +1 -0
- package/dist/lib/widget/components/questions/input-mode.d.ts +13 -0
- package/dist/lib/widget/components/questions/input-mode.d.ts.map +1 -0
- package/dist/lib/widget/components/questions/input-mode.js +42 -0
- package/dist/lib/widget/components/questions/input-mode.js.map +1 -0
- package/dist/lib/widget/components/turnstile-challenge.component.d.ts +52 -0
- package/dist/lib/widget/components/turnstile-challenge.component.d.ts.map +1 -0
- package/dist/lib/widget/components/turnstile-challenge.component.js +123 -0
- package/dist/lib/widget/components/turnstile-challenge.component.js.map +1 -0
- package/dist/lib/widget/core/answer-value.d.ts +17 -0
- package/dist/lib/widget/core/answer-value.d.ts.map +1 -0
- package/dist/lib/widget/core/answer-value.js +41 -0
- package/dist/lib/widget/core/answer-value.js.map +1 -0
- package/dist/lib/widget/core/autosave-controller.d.ts +65 -0
- package/dist/lib/widget/core/autosave-controller.d.ts.map +1 -0
- package/dist/lib/widget/core/autosave-controller.js +134 -0
- package/dist/lib/widget/core/autosave-controller.js.map +1 -0
- package/dist/lib/widget/core/client-id.d.ts +17 -0
- package/dist/lib/widget/core/client-id.d.ts.map +1 -0
- package/dist/lib/widget/core/client-id.js +52 -0
- package/dist/lib/widget/core/client-id.js.map +1 -0
- package/dist/lib/widget/core/form-runtime.d.ts +34 -0
- package/dist/lib/widget/core/form-runtime.d.ts.map +1 -0
- package/dist/lib/widget/core/form-runtime.js +123 -0
- package/dist/lib/widget/core/form-runtime.js.map +1 -0
- package/dist/lib/widget/core/one-question-stepper.d.ts +20 -0
- package/dist/lib/widget/core/one-question-stepper.d.ts.map +1 -0
- package/dist/lib/widget/core/one-question-stepper.js +23 -0
- package/dist/lib/widget/core/one-question-stepper.js.map +1 -0
- package/dist/lib/widget/core/submit-phase.d.ts +31 -0
- package/dist/lib/widget/core/submit-phase.d.ts.map +1 -0
- package/dist/lib/widget/core/submit-phase.js +21 -0
- package/dist/lib/widget/core/submit-phase.js.map +1 -0
- package/dist/lib/widget/core/theming.d.ts +17 -0
- package/dist/lib/widget/core/theming.d.ts.map +1 -0
- package/dist/lib/widget/core/theming.js +36 -0
- package/dist/lib/widget/core/theming.js.map +1 -0
- package/dist/lib/widget/core/turnstile-gate.d.ts +42 -0
- package/dist/lib/widget/core/turnstile-gate.d.ts.map +1 -0
- package/dist/lib/widget/core/turnstile-gate.js +61 -0
- package/dist/lib/widget/core/turnstile-gate.js.map +1 -0
- package/dist/lib/widget/core/turnstile-loader.d.ts +34 -0
- package/dist/lib/widget/core/turnstile-loader.d.ts.map +1 -0
- package/dist/lib/widget/core/turnstile-loader.js +68 -0
- package/dist/lib/widget/core/turnstile-loader.js.map +1 -0
- package/dist/lib/widget/core/validation.d.ts +19 -0
- package/dist/lib/widget/core/validation.d.ts.map +1 -0
- package/dist/lib/widget/core/validation.js +105 -0
- package/dist/lib/widget/core/validation.js.map +1 -0
- package/dist/lib/widget/index.d.ts +27 -0
- package/dist/lib/widget/index.d.ts.map +1 -0
- package/dist/lib/widget/index.js +30 -0
- package/dist/lib/widget/index.js.map +1 -0
- package/dist/lib/widget/mj-form.component.d.ts +114 -0
- package/dist/lib/widget/mj-form.component.d.ts.map +1 -0
- package/dist/lib/widget/mj-form.component.js +428 -0
- package/dist/lib/widget/mj-form.component.js.map +1 -0
- package/dist/lib/widget/register-element.d.ts +8 -0
- package/dist/lib/widget/register-element.d.ts.map +1 -0
- package/dist/lib/widget/register-element.js +98 -0
- package/dist/lib/widget/register-element.js.map +1 -0
- package/dist/public-api.d.ts +23 -0
- package/dist/public-api.d.ts.map +1 -0
- package/dist/public-api.js +33 -0
- package/dist/public-api.js.map +1 -0
- package/dist/widget-entry.d.ts +2 -0
- package/dist/widget-entry.d.ts.map +1 -0
- package/dist/widget-entry.js +20 -0
- package/dist/widget-entry.js.map +1 -0
- package/package.json +53 -5
- package/README.md +0 -3
package/dist/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.js
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Component } from '@angular/core';
|
|
8
|
+
import { RegisterClass } from '@memberjunction/global';
|
|
9
|
+
import { BaseFormComponent } from '@memberjunction/ng-base-forms';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "@memberjunction/ng-base-forms";
|
|
12
|
+
function mjBizAppsTasksTaskTypeFormComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
14
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 21);
|
|
15
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsTasksTaskTypeFormComponent_Conditional_18_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function mjBizAppsTasksTaskTypeFormComponent_Conditional_18_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJBizAppsTasksTaskNotificationConfigs", $event.totalRowCount)); });
|
|
16
|
+
i0.ɵɵelementEnd()();
|
|
17
|
+
} if (rf & 2) {
|
|
18
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
|
+
i0.ɵɵadvance();
|
|
20
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ_BizApps_Tasks: Task Notification Configs", "TaskTypeID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ_BizApps_Tasks: Task Notification Configs"))("AllowLoad", ctx_r1.IsSectionExpanded("mJBizAppsTasksTaskNotificationConfigs"))("ShowToolbar", false);
|
|
21
|
+
} }
|
|
22
|
+
function mjBizAppsTasksTaskTypeFormComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
24
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 21);
|
|
25
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsTasksTaskTypeFormComponent_Conditional_20_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function mjBizAppsTasksTaskTypeFormComponent_Conditional_20_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJBizAppsTasksTasks", $event.totalRowCount)); });
|
|
26
|
+
i0.ɵɵelementEnd()();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
29
|
+
i0.ɵɵadvance();
|
|
30
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ_BizApps_Tasks: Tasks", "TypeID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ_BizApps_Tasks: Tasks"))("AllowLoad", ctx_r1.IsSectionExpanded("mJBizAppsTasksTasks"))("ShowToolbar", false);
|
|
31
|
+
} }
|
|
32
|
+
function mjBizAppsTasksTaskTypeFormComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
34
|
+
i0.ɵɵelementStart(0, "div")(1, "mj-explorer-entity-data-grid", 21);
|
|
35
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsTasksTaskTypeFormComponent_Conditional_22_Template_mj_explorer_entity_data_grid_Navigate_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.OnFormNavigate($event)); })("AfterDataLoad", function mjBizAppsTasksTaskTypeFormComponent_Conditional_22_Template_mj_explorer_entity_data_grid_AfterDataLoad_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.SetSectionRowCount("mJBizAppsTasksTaskTemplates", $event.totalRowCount)); });
|
|
36
|
+
i0.ɵɵelementEnd()();
|
|
37
|
+
} if (rf & 2) {
|
|
38
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
39
|
+
i0.ɵɵadvance();
|
|
40
|
+
i0.ɵɵproperty("Params", ctx_r1.BuildRelationshipViewParamsByEntityName("MJ_BizApps_Tasks: Task Templates", "TypeID"))("NewRecordValues", ctx_r1.NewRecordValues("MJ_BizApps_Tasks: Task Templates"))("AllowLoad", ctx_r1.IsSectionExpanded("mJBizAppsTasksTaskTemplates"))("ShowToolbar", false);
|
|
41
|
+
} }
|
|
42
|
+
let mjBizAppsTasksTaskTypeFormComponent = class mjBizAppsTasksTaskTypeFormComponent extends BaseFormComponent {
|
|
43
|
+
record;
|
|
44
|
+
async ngOnInit() {
|
|
45
|
+
await super.ngOnInit();
|
|
46
|
+
this.initSections([
|
|
47
|
+
{ sectionKey: 'details', sectionName: 'Details', isExpanded: true },
|
|
48
|
+
{ sectionKey: 'mJBizAppsTasksTaskNotificationConfigs', sectionName: 'Task Notification Configs', isExpanded: false },
|
|
49
|
+
{ sectionKey: 'mJBizAppsTasksTasks', sectionName: 'Tasks', isExpanded: false },
|
|
50
|
+
{ sectionKey: 'mJBizAppsTasksTaskTemplates', sectionName: 'Task Templates', isExpanded: false }
|
|
51
|
+
]);
|
|
52
|
+
}
|
|
53
|
+
static ɵfac = /*@__PURE__*/ (() => { let ɵmjBizAppsTasksTaskTypeFormComponent_BaseFactory; return function mjBizAppsTasksTaskTypeFormComponent_Factory(__ngFactoryType__) { return (ɵmjBizAppsTasksTaskTypeFormComponent_BaseFactory || (ɵmjBizAppsTasksTaskTypeFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(mjBizAppsTasksTaskTypeFormComponent)))(__ngFactoryType__ || mjBizAppsTasksTaskTypeFormComponent); }; })();
|
|
54
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: mjBizAppsTasksTaskTypeFormComponent, selectors: [["gen-mjbizappstaskstasktype-form"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 24, vars: 86, consts: [[3, "Navigate", "DeleteRequested", "FavoriteToggled", "HistoryRequested", "ListManagementRequested", "Record", "FormComponent"], ["Slot", "before-fields", 3, "Entity", "Record", "FormComponent", "FormContext"], ["SectionKey", "details", "SectionName", "Details", "Icon", "fa fa-align-left", 3, "Form", "FormContext"], ["FieldName", "Name", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "Description", "Type", "textarea", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "IconClass", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "DefaultPriority", "Type", "select", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnAssignActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnCompleteActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnOverdueActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnPercentChangeActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "IsActive", "Type", "checkbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_CreatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "__mj_UpdatedAt", "Type", "textbox", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnRejectActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["FieldName", "OnCancelActionID", "Type", "textbox", "LinkType", "Record", 3, "Record", "ShowLabel", "EditMode", "FormContext"], ["Slot", "after-fields", 3, "Entity", "Record", "FormComponent", "FormContext"], ["SectionKey", "mJBizAppsTasksTaskNotificationConfigs", "SectionName", "Task Notification Configs", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJBizAppsTasksTasks", "SectionName", "Tasks", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["SectionKey", "mJBizAppsTasksTaskTemplates", "SectionName", "Task Templates", "Icon", "fa fa-table", "Variant", "related-entity", 3, "Form", "FormContext", "BadgeCount", "DefaultExpanded"], ["Slot", "after-related", 3, "Entity", "Record", "FormComponent", "FormContext"], [3, "Navigate", "AfterDataLoad", "Params", "NewRecordValues", "AllowLoad", "ShowToolbar"]], template: function mjBizAppsTasksTaskTypeFormComponent_Template(rf, ctx) { if (rf & 1) {
|
|
55
|
+
i0.ɵɵelementStart(0, "mj-record-form-container", 0);
|
|
56
|
+
i0.ɵɵlistener("Navigate", function mjBizAppsTasksTaskTypeFormComponent_Template_mj_record_form_container_Navigate_0_listener($event) { return ctx.OnFormNavigate($event); })("DeleteRequested", function mjBizAppsTasksTaskTypeFormComponent_Template_mj_record_form_container_DeleteRequested_0_listener() { return ctx.OnDeleteRequested(); })("FavoriteToggled", function mjBizAppsTasksTaskTypeFormComponent_Template_mj_record_form_container_FavoriteToggled_0_listener() { return ctx.OnFavoriteToggled(); })("HistoryRequested", function mjBizAppsTasksTaskTypeFormComponent_Template_mj_record_form_container_HistoryRequested_0_listener() { return ctx.OnHistoryRequested(); })("ListManagementRequested", function mjBizAppsTasksTaskTypeFormComponent_Template_mj_record_form_container_ListManagementRequested_0_listener() { return ctx.OnListManagementRequested(); });
|
|
57
|
+
i0.ɵɵelement(1, "mj-form-panel-slot", 1);
|
|
58
|
+
i0.ɵɵelementStart(2, "mj-collapsible-panel", 2);
|
|
59
|
+
i0.ɵɵelement(3, "mj-form-field", 3)(4, "mj-form-field", 4)(5, "mj-form-field", 5)(6, "mj-form-field", 6)(7, "mj-form-field", 7)(8, "mj-form-field", 8)(9, "mj-form-field", 9)(10, "mj-form-field", 10)(11, "mj-form-field", 11)(12, "mj-form-field", 12)(13, "mj-form-field", 13)(14, "mj-form-field", 14)(15, "mj-form-field", 15);
|
|
60
|
+
i0.ɵɵelementEnd();
|
|
61
|
+
i0.ɵɵelement(16, "mj-form-panel-slot", 16);
|
|
62
|
+
i0.ɵɵelementStart(17, "mj-collapsible-panel", 17);
|
|
63
|
+
i0.ɵɵconditionalCreate(18, mjBizAppsTasksTaskTypeFormComponent_Conditional_18_Template, 2, 4, "div");
|
|
64
|
+
i0.ɵɵelementEnd();
|
|
65
|
+
i0.ɵɵelementStart(19, "mj-collapsible-panel", 18);
|
|
66
|
+
i0.ɵɵconditionalCreate(20, mjBizAppsTasksTaskTypeFormComponent_Conditional_20_Template, 2, 4, "div");
|
|
67
|
+
i0.ɵɵelementEnd();
|
|
68
|
+
i0.ɵɵelementStart(21, "mj-collapsible-panel", 19);
|
|
69
|
+
i0.ɵɵconditionalCreate(22, mjBizAppsTasksTaskTypeFormComponent_Conditional_22_Template, 2, 4, "div");
|
|
70
|
+
i0.ɵɵelementEnd();
|
|
71
|
+
i0.ɵɵelement(23, "mj-form-panel-slot", 20);
|
|
72
|
+
i0.ɵɵelementEnd();
|
|
73
|
+
} if (rf & 2) {
|
|
74
|
+
i0.ɵɵproperty("Record", ctx.record)("FormComponent", ctx);
|
|
75
|
+
i0.ɵɵadvance();
|
|
76
|
+
i0.ɵɵproperty("Entity", i0.ɵɵinterpolate(ctx.record.EntityInfo.Name))("Record", ctx.record)("FormComponent", ctx)("FormContext", ctx.formContext);
|
|
77
|
+
i0.ɵɵadvance();
|
|
78
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext);
|
|
79
|
+
i0.ɵɵadvance();
|
|
80
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
81
|
+
i0.ɵɵadvance();
|
|
82
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
83
|
+
i0.ɵɵadvance();
|
|
84
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
85
|
+
i0.ɵɵadvance();
|
|
86
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
87
|
+
i0.ɵɵadvance();
|
|
88
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
89
|
+
i0.ɵɵadvance();
|
|
90
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
91
|
+
i0.ɵɵadvance();
|
|
92
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
93
|
+
i0.ɵɵadvance();
|
|
94
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
95
|
+
i0.ɵɵadvance();
|
|
96
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
97
|
+
i0.ɵɵadvance();
|
|
98
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
99
|
+
i0.ɵɵadvance();
|
|
100
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
101
|
+
i0.ɵɵadvance();
|
|
102
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
103
|
+
i0.ɵɵadvance();
|
|
104
|
+
i0.ɵɵproperty("Record", ctx.record)("ShowLabel", true)("EditMode", ctx.EditMode)("FormContext", ctx.formContext);
|
|
105
|
+
i0.ɵɵadvance();
|
|
106
|
+
i0.ɵɵproperty("Entity", i0.ɵɵinterpolate(ctx.record.EntityInfo.Name))("Record", ctx.record)("FormComponent", ctx)("FormContext", ctx.formContext);
|
|
107
|
+
i0.ɵɵadvance();
|
|
108
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJBizAppsTasksTaskNotificationConfigs"))("DefaultExpanded", false);
|
|
109
|
+
i0.ɵɵadvance();
|
|
110
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 18 : -1);
|
|
111
|
+
i0.ɵɵadvance();
|
|
112
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJBizAppsTasksTasks"))("DefaultExpanded", false);
|
|
113
|
+
i0.ɵɵadvance();
|
|
114
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 20 : -1);
|
|
115
|
+
i0.ɵɵadvance();
|
|
116
|
+
i0.ɵɵproperty("Form", ctx)("FormContext", ctx.formContext)("BadgeCount", ctx.GetSectionRowCount("mJBizAppsTasksTaskTemplates"))("DefaultExpanded", false);
|
|
117
|
+
i0.ɵɵadvance();
|
|
118
|
+
i0.ɵɵconditional(ctx.record.IsSaved ? 22 : -1);
|
|
119
|
+
i0.ɵɵadvance();
|
|
120
|
+
i0.ɵɵproperty("Entity", i0.ɵɵinterpolate(ctx.record.EntityInfo.Name))("Record", ctx.record)("FormComponent", ctx)("FormContext", ctx.formContext);
|
|
121
|
+
} }, dependencies: [i1.MjFormFieldComponent, i1.MjCollapsiblePanelComponent, i1.MjRecordFormContainerComponent, i1.ExplorerEntityDataGridComponent, i1.FormPanelSlotComponent], encapsulation: 2 });
|
|
122
|
+
};
|
|
123
|
+
mjBizAppsTasksTaskTypeFormComponent = __decorate([
|
|
124
|
+
RegisterClass(BaseFormComponent, 'MJ_BizApps_Tasks: Task Types') // Tell MemberJunction about this class
|
|
125
|
+
], mjBizAppsTasksTaskTypeFormComponent);
|
|
126
|
+
export { mjBizAppsTasksTaskTypeFormComponent };
|
|
127
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(mjBizAppsTasksTaskTypeFormComponent, [{
|
|
128
|
+
type: Component,
|
|
129
|
+
args: [{ standalone: false, selector: 'gen-mjbizappstaskstasktype-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 <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"before-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n FIELD PANELS\n ======================================== -->\n <!-- Details Section -->\n <mj-collapsible-panel\n SectionKey=\"details\"\n SectionName=\"Details\"\n Icon=\"fa fa-align-left\"\n [Form]=\"this\"\n [FormContext]=\"formContext\">\n <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"Name\"\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=\"Description\"\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=\"IconClass\"\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=\"DefaultPriority\"\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=\"OnAssignActionID\"\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=\"OnCompleteActionID\"\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=\"OnOverdueActionID\"\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=\"OnPercentChangeActionID\"\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=\"IsActive\"\n Type=\"checkbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n ></mj-form-field>\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 <mj-form-field \n [Record]=\"record\"\n [ShowLabel]=\"true\"\n FieldName=\"OnRejectActionID\"\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=\"OnCancelActionID\"\n Type=\"textbox\"\n [EditMode]=\"EditMode\"\n [FormContext]=\"formContext\"\n LinkType=\"Record\"\n ></mj-form-field>\n\n </mj-collapsible-panel>\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-fields\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n\n <!-- ========================================\n RELATED ENTITY PANELS\n ======================================== -->\n\n <!-- Task Notification Configs Section -->\n <mj-collapsible-panel\n SectionKey=\"mJBizAppsTasksTaskNotificationConfigs\"\n SectionName=\"Task Notification Configs\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJBizAppsTasksTaskNotificationConfigs')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ_BizApps_Tasks: Task Notification Configs','TaskTypeID')\"\n [NewRecordValues]=\"NewRecordValues('MJ_BizApps_Tasks: Task Notification Configs')\"\n [AllowLoad]=\"IsSectionExpanded('mJBizAppsTasksTaskNotificationConfigs')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJBizAppsTasksTaskNotificationConfigs', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Tasks Section -->\n <mj-collapsible-panel\n SectionKey=\"mJBizAppsTasksTasks\"\n SectionName=\"Tasks\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJBizAppsTasksTasks')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ_BizApps_Tasks: Tasks','TypeID')\"\n [NewRecordValues]=\"NewRecordValues('MJ_BizApps_Tasks: Tasks')\"\n [AllowLoad]=\"IsSectionExpanded('mJBizAppsTasksTasks')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJBizAppsTasksTasks', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <!-- Task Templates Section -->\n <mj-collapsible-panel\n SectionKey=\"mJBizAppsTasksTaskTemplates\"\n SectionName=\"Task Templates\"\n Icon=\"fa fa-table\"\n Variant=\"related-entity\"\n [Form]=\"this\"\n [FormContext]=\"formContext\"\n [BadgeCount]=\"GetSectionRowCount('mJBizAppsTasksTaskTemplates')\"\n [DefaultExpanded]=\"false\">\n @if (record.IsSaved) {\n <div>\n <mj-explorer-entity-data-grid\n [Params]=\"BuildRelationshipViewParamsByEntityName('MJ_BizApps_Tasks: Task Templates','TypeID')\"\n [NewRecordValues]=\"NewRecordValues('MJ_BizApps_Tasks: Task Templates')\"\n [AllowLoad]=\"IsSectionExpanded('mJBizAppsTasksTaskTemplates')\"\n [ShowToolbar]=\"false\"\n (Navigate)=\"OnFormNavigate($event)\"\n (AfterDataLoad)=\"SetSectionRowCount('mJBizAppsTasksTaskTemplates', $event.totalRowCount)\"\n >\n </mj-explorer-entity-data-grid>\n </div>\n }\n </mj-collapsible-panel>\n\n <mj-form-panel-slot Entity=\"{{record.EntityInfo.Name}}\" Slot=\"after-related\" [Record]=\"record\" [FormComponent]=\"this\" [FormContext]=\"formContext\"></mj-form-panel-slot>\n</mj-record-form-container>\n " }]
|
|
130
|
+
}], null, null); })();
|
|
131
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(mjBizAppsTasksTaskTypeFormComponent, { className: "mjBizAppsTasksTaskTypeFormComponent", filePath: "lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.ts", lineNumber: 13 }); })();
|
|
132
|
+
//# sourceMappingURL=mjbizappstaskstasktype.form.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mjbizappstaskstasktype.form.component.js","sourceRoot":"","sources":["../../../../../src/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.ts","../../../../../src/lib/generated/Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component.html"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-registrations-manifest.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/class-registrations-manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,OAAO,EAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"class-registrations-manifest.js","sourceRoot":"","sources":["../../../src/lib/generated/class-registrations-manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component";
|
|
3
|
+
import * as i2 from "./Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component";
|
|
4
|
+
import * as i3 from "./Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component";
|
|
5
|
+
import * as i4 from "./Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component";
|
|
6
|
+
import * as i5 from "./Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component";
|
|
7
|
+
import * as i6 from "./Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component";
|
|
8
|
+
import * as i7 from "./Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component";
|
|
9
|
+
import * as i8 from "./Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component";
|
|
10
|
+
import * as i9 from "./Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component";
|
|
11
|
+
import * as i10 from "./Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component";
|
|
12
|
+
import * as i11 from "./Entities/mjBizAppsFormsFormCategory/mjbizappsformsformcategory.form.component";
|
|
13
|
+
import * as i12 from "./Entities/mjBizAppsFormsFormDistribution/mjbizappsformsformdistribution.form.component";
|
|
14
|
+
import * as i13 from "./Entities/mjBizAppsFormsFormPage/mjbizappsformsformpage.form.component";
|
|
15
|
+
import * as i14 from "./Entities/mjBizAppsFormsFormQuestionOption/mjbizappsformsformquestionoption.form.component";
|
|
16
|
+
import * as i15 from "./Entities/mjBizAppsFormsFormQuestion/mjbizappsformsformquestion.form.component";
|
|
17
|
+
import * as i16 from "./Entities/mjBizAppsFormsFormResponseAnswer/mjbizappsformsformresponseanswer.form.component";
|
|
18
|
+
import * as i17 from "./Entities/mjBizAppsFormsFormResponse/mjbizappsformsformresponse.form.component";
|
|
19
|
+
import * as i18 from "./Entities/mjBizAppsFormsFormStyle/mjbizappsformsformstyle.form.component";
|
|
20
|
+
import * as i19 from "./Entities/mjBizAppsFormsFormVersion/mjbizappsformsformversion.form.component";
|
|
21
|
+
import * as i20 from "./Entities/mjBizAppsFormsForm/mjbizappsformsform.form.component";
|
|
22
|
+
import * as i21 from "@angular/common";
|
|
23
|
+
import * as i22 from "@angular/forms";
|
|
24
|
+
import * as i23 from "@memberjunction/ng-base-forms";
|
|
25
|
+
import * as i24 from "@memberjunction/ng-entity-viewer";
|
|
26
|
+
import * as i25 from "@memberjunction/ng-link-directives";
|
|
27
|
+
import * as i26 from "./Entities/mjBizAppsTasksTaskActivity/mjbizappstaskstaskactivity.form.component";
|
|
28
|
+
import * as i27 from "./Entities/mjBizAppsTasksTaskAssignment/mjbizappstaskstaskassignment.form.component";
|
|
29
|
+
import * as i28 from "./Entities/mjBizAppsTasksTaskCategory/mjbizappstaskstaskcategory.form.component";
|
|
30
|
+
import * as i29 from "./Entities/mjBizAppsTasksTaskComment/mjbizappstaskstaskcomment.form.component";
|
|
31
|
+
import * as i30 from "./Entities/mjBizAppsTasksTaskDecisionOutcome/mjbizappstaskstaskdecisionoutcome.form.component";
|
|
32
|
+
import * as i31 from "./Entities/mjBizAppsTasksTaskDecision/mjbizappstaskstaskdecision.form.component";
|
|
33
|
+
import * as i32 from "./Entities/mjBizAppsTasksTaskDependency/mjbizappstaskstaskdependency.form.component";
|
|
34
|
+
import * as i33 from "./Entities/mjBizAppsTasksTaskLink/mjbizappstaskstasklink.form.component";
|
|
35
|
+
import * as i34 from "./Entities/mjBizAppsTasksTaskNotificationConfig/mjbizappstaskstasknotificationconfig.form.component";
|
|
36
|
+
import * as i35 from "./Entities/mjBizAppsTasksTaskNotificationLog/mjbizappstaskstasknotificationlog.form.component";
|
|
37
|
+
import * as i36 from "./Entities/mjBizAppsTasksTaskRole/mjbizappstaskstaskrole.form.component";
|
|
38
|
+
import * as i37 from "./Entities/mjBizAppsTasksTaskTagLink/mjbizappstaskstasktaglink.form.component";
|
|
39
|
+
import * as i38 from "./Entities/mjBizAppsTasksTaskTag/mjbizappstaskstasktag.form.component";
|
|
40
|
+
import * as i39 from "./Entities/mjBizAppsTasksTaskTemplateItemDependency/mjbizappstaskstasktemplateitemdependency.form.component";
|
|
41
|
+
import * as i40 from "./Entities/mjBizAppsTasksTaskTemplateItemRole/mjbizappstaskstasktemplateitemrole.form.component";
|
|
42
|
+
import * as i41 from "./Entities/mjBizAppsTasksTaskTemplateItem/mjbizappstaskstasktemplateitem.form.component";
|
|
43
|
+
import * as i42 from "./Entities/mjBizAppsTasksTaskTemplate/mjbizappstaskstasktemplate.form.component";
|
|
44
|
+
import * as i43 from "./Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component";
|
|
45
|
+
import * as i44 from "./Entities/mjBizAppsTasksTask/mjbizappstaskstask.form.component";
|
|
46
|
+
export declare class GeneratedForms_SubModule_0 {
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_0, never>;
|
|
48
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_0, [typeof i1.mjBizAppsCommonAddressLinkFormComponent, typeof i2.mjBizAppsCommonAddressTypeFormComponent, typeof i3.mjBizAppsCommonAddressFormComponent, typeof i4.mjBizAppsCommonContactMethodFormComponent, typeof i5.mjBizAppsCommonContactTypeFormComponent, typeof i6.mjBizAppsCommonOrganizationTypeFormComponent, typeof i7.mjBizAppsCommonOrganizationFormComponent, typeof i8.mjBizAppsCommonPersonFormComponent, typeof i9.mjBizAppsCommonRelationshipTypeFormComponent, typeof i10.mjBizAppsCommonRelationshipFormComponent, typeof i11.mjBizAppsFormsFormCategoryFormComponent, typeof i12.mjBizAppsFormsFormDistributionFormComponent, typeof i13.mjBizAppsFormsFormPageFormComponent, typeof i14.mjBizAppsFormsFormQuestionOptionFormComponent, typeof i15.mjBizAppsFormsFormQuestionFormComponent, typeof i16.mjBizAppsFormsFormResponseAnswerFormComponent, typeof i17.mjBizAppsFormsFormResponseFormComponent, typeof i18.mjBizAppsFormsFormStyleFormComponent, typeof i19.mjBizAppsFormsFormVersionFormComponent, typeof i20.mjBizAppsFormsFormFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
|
|
49
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_0>;
|
|
50
|
+
}
|
|
51
|
+
export declare class GeneratedForms_SubModule_1 {
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedForms_SubModule_1, never>;
|
|
53
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedForms_SubModule_1, [typeof i26.mjBizAppsTasksTaskActivityFormComponent, typeof i27.mjBizAppsTasksTaskAssignmentFormComponent, typeof i28.mjBizAppsTasksTaskCategoryFormComponent, typeof i29.mjBizAppsTasksTaskCommentFormComponent, typeof i30.mjBizAppsTasksTaskDecisionOutcomeFormComponent, typeof i31.mjBizAppsTasksTaskDecisionFormComponent, typeof i32.mjBizAppsTasksTaskDependencyFormComponent, typeof i33.mjBizAppsTasksTaskLinkFormComponent, typeof i34.mjBizAppsTasksTaskNotificationConfigFormComponent, typeof i35.mjBizAppsTasksTaskNotificationLogFormComponent, typeof i36.mjBizAppsTasksTaskRoleFormComponent, typeof i37.mjBizAppsTasksTaskTagLinkFormComponent, typeof i38.mjBizAppsTasksTaskTagFormComponent, typeof i39.mjBizAppsTasksTaskTemplateItemDependencyFormComponent, typeof i40.mjBizAppsTasksTaskTemplateItemRoleFormComponent, typeof i41.mjBizAppsTasksTaskTemplateItemFormComponent, typeof i42.mjBizAppsTasksTaskTemplateFormComponent, typeof i43.mjBizAppsTasksTaskTypeFormComponent, typeof i44.mjBizAppsTasksTaskFormComponent], [typeof i21.CommonModule, typeof i22.FormsModule, typeof i23.BaseFormsModule, typeof i24.EntityViewerModule, typeof i25.LinkDirectivesModule], never>;
|
|
54
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedForms_SubModule_1>;
|
|
55
|
+
}
|
|
56
|
+
export declare class GeneratedFormsModule {
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneratedFormsModule, never>;
|
|
58
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GeneratedFormsModule, never, [typeof GeneratedForms_SubModule_0, typeof GeneratedForms_SubModule_1], never>;
|
|
59
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GeneratedFormsModule>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=generated-forms.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated-forms.module.d.ts","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DA,qBAgCa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBA+Ba,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAI;AAI3C,qBAQa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB,iBA/CpB,0BAA0B,SAmC1B,0BAA0B;0CAY1B,oBAAoB;CAAI"}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
/**********************************************************************************
|
|
2
|
+
* GENERATED FILE - This file is automatically managed by the MJ CodeGen tool,
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE - any changes you make will be wiped out the next time the file is
|
|
5
|
+
* generated
|
|
6
|
+
*
|
|
7
|
+
**********************************************************************************/
|
|
8
|
+
import { NgModule } from '@angular/core';
|
|
9
|
+
import { CommonModule } from '@angular/common';
|
|
10
|
+
import { FormsModule } from '@angular/forms';
|
|
11
|
+
// MemberJunction Imports
|
|
12
|
+
import { BaseFormsModule } from '@memberjunction/ng-base-forms';
|
|
13
|
+
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
|
|
14
|
+
import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
|
|
15
|
+
// Import Generated Components
|
|
16
|
+
import { mjBizAppsCommonAddressLinkFormComponent } from "./Entities/mjBizAppsCommonAddressLink/mjbizappscommonaddresslink.form.component";
|
|
17
|
+
import { mjBizAppsCommonAddressTypeFormComponent } from "./Entities/mjBizAppsCommonAddressType/mjbizappscommonaddresstype.form.component";
|
|
18
|
+
import { mjBizAppsCommonAddressFormComponent } from "./Entities/mjBizAppsCommonAddress/mjbizappscommonaddress.form.component";
|
|
19
|
+
import { mjBizAppsCommonContactMethodFormComponent } from "./Entities/mjBizAppsCommonContactMethod/mjbizappscommoncontactmethod.form.component";
|
|
20
|
+
import { mjBizAppsCommonContactTypeFormComponent } from "./Entities/mjBizAppsCommonContactType/mjbizappscommoncontacttype.form.component";
|
|
21
|
+
import { mjBizAppsCommonOrganizationTypeFormComponent } from "./Entities/mjBizAppsCommonOrganizationType/mjbizappscommonorganizationtype.form.component";
|
|
22
|
+
import { mjBizAppsCommonOrganizationFormComponent } from "./Entities/mjBizAppsCommonOrganization/mjbizappscommonorganization.form.component";
|
|
23
|
+
import { mjBizAppsCommonPersonFormComponent } from "./Entities/mjBizAppsCommonPerson/mjbizappscommonperson.form.component";
|
|
24
|
+
import { mjBizAppsCommonRelationshipTypeFormComponent } from "./Entities/mjBizAppsCommonRelationshipType/mjbizappscommonrelationshiptype.form.component";
|
|
25
|
+
import { mjBizAppsCommonRelationshipFormComponent } from "./Entities/mjBizAppsCommonRelationship/mjbizappscommonrelationship.form.component";
|
|
26
|
+
import { mjBizAppsFormsFormCategoryFormComponent } from "./Entities/mjBizAppsFormsFormCategory/mjbizappsformsformcategory.form.component";
|
|
27
|
+
import { mjBizAppsFormsFormDistributionFormComponent } from "./Entities/mjBizAppsFormsFormDistribution/mjbizappsformsformdistribution.form.component";
|
|
28
|
+
import { mjBizAppsFormsFormPageFormComponent } from "./Entities/mjBizAppsFormsFormPage/mjbizappsformsformpage.form.component";
|
|
29
|
+
import { mjBizAppsFormsFormQuestionOptionFormComponent } from "./Entities/mjBizAppsFormsFormQuestionOption/mjbizappsformsformquestionoption.form.component";
|
|
30
|
+
import { mjBizAppsFormsFormQuestionFormComponent } from "./Entities/mjBizAppsFormsFormQuestion/mjbizappsformsformquestion.form.component";
|
|
31
|
+
import { mjBizAppsFormsFormResponseAnswerFormComponent } from "./Entities/mjBizAppsFormsFormResponseAnswer/mjbizappsformsformresponseanswer.form.component";
|
|
32
|
+
import { mjBizAppsFormsFormResponseFormComponent } from "./Entities/mjBizAppsFormsFormResponse/mjbizappsformsformresponse.form.component";
|
|
33
|
+
import { mjBizAppsFormsFormStyleFormComponent } from "./Entities/mjBizAppsFormsFormStyle/mjbizappsformsformstyle.form.component";
|
|
34
|
+
import { mjBizAppsFormsFormVersionFormComponent } from "./Entities/mjBizAppsFormsFormVersion/mjbizappsformsformversion.form.component";
|
|
35
|
+
import { mjBizAppsFormsFormFormComponent } from "./Entities/mjBizAppsFormsForm/mjbizappsformsform.form.component";
|
|
36
|
+
import { mjBizAppsTasksTaskActivityFormComponent } from "./Entities/mjBizAppsTasksTaskActivity/mjbizappstaskstaskactivity.form.component";
|
|
37
|
+
import { mjBizAppsTasksTaskAssignmentFormComponent } from "./Entities/mjBizAppsTasksTaskAssignment/mjbizappstaskstaskassignment.form.component";
|
|
38
|
+
import { mjBizAppsTasksTaskCategoryFormComponent } from "./Entities/mjBizAppsTasksTaskCategory/mjbizappstaskstaskcategory.form.component";
|
|
39
|
+
import { mjBizAppsTasksTaskCommentFormComponent } from "./Entities/mjBizAppsTasksTaskComment/mjbizappstaskstaskcomment.form.component";
|
|
40
|
+
import { mjBizAppsTasksTaskDecisionOutcomeFormComponent } from "./Entities/mjBizAppsTasksTaskDecisionOutcome/mjbizappstaskstaskdecisionoutcome.form.component";
|
|
41
|
+
import { mjBizAppsTasksTaskDecisionFormComponent } from "./Entities/mjBizAppsTasksTaskDecision/mjbizappstaskstaskdecision.form.component";
|
|
42
|
+
import { mjBizAppsTasksTaskDependencyFormComponent } from "./Entities/mjBizAppsTasksTaskDependency/mjbizappstaskstaskdependency.form.component";
|
|
43
|
+
import { mjBizAppsTasksTaskLinkFormComponent } from "./Entities/mjBizAppsTasksTaskLink/mjbizappstaskstasklink.form.component";
|
|
44
|
+
import { mjBizAppsTasksTaskNotificationConfigFormComponent } from "./Entities/mjBizAppsTasksTaskNotificationConfig/mjbizappstaskstasknotificationconfig.form.component";
|
|
45
|
+
import { mjBizAppsTasksTaskNotificationLogFormComponent } from "./Entities/mjBizAppsTasksTaskNotificationLog/mjbizappstaskstasknotificationlog.form.component";
|
|
46
|
+
import { mjBizAppsTasksTaskRoleFormComponent } from "./Entities/mjBizAppsTasksTaskRole/mjbizappstaskstaskrole.form.component";
|
|
47
|
+
import { mjBizAppsTasksTaskTagLinkFormComponent } from "./Entities/mjBizAppsTasksTaskTagLink/mjbizappstaskstasktaglink.form.component";
|
|
48
|
+
import { mjBizAppsTasksTaskTagFormComponent } from "./Entities/mjBizAppsTasksTaskTag/mjbizappstaskstasktag.form.component";
|
|
49
|
+
import { mjBizAppsTasksTaskTemplateItemDependencyFormComponent } from "./Entities/mjBizAppsTasksTaskTemplateItemDependency/mjbizappstaskstasktemplateitemdependency.form.component";
|
|
50
|
+
import { mjBizAppsTasksTaskTemplateItemRoleFormComponent } from "./Entities/mjBizAppsTasksTaskTemplateItemRole/mjbizappstaskstasktemplateitemrole.form.component";
|
|
51
|
+
import { mjBizAppsTasksTaskTemplateItemFormComponent } from "./Entities/mjBizAppsTasksTaskTemplateItem/mjbizappstaskstasktemplateitem.form.component";
|
|
52
|
+
import { mjBizAppsTasksTaskTemplateFormComponent } from "./Entities/mjBizAppsTasksTaskTemplate/mjbizappstaskstasktemplate.form.component";
|
|
53
|
+
import { mjBizAppsTasksTaskTypeFormComponent } from "./Entities/mjBizAppsTasksTaskType/mjbizappstaskstasktype.form.component";
|
|
54
|
+
import { mjBizAppsTasksTaskFormComponent } from "./Entities/mjBizAppsTasksTask/mjbizappstaskstask.form.component";
|
|
55
|
+
import * as i0 from "@angular/core";
|
|
56
|
+
export class GeneratedForms_SubModule_0 {
|
|
57
|
+
static ɵfac = function GeneratedForms_SubModule_0_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_0)(); };
|
|
58
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_0 });
|
|
59
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
60
|
+
FormsModule,
|
|
61
|
+
BaseFormsModule,
|
|
62
|
+
EntityViewerModule,
|
|
63
|
+
LinkDirectivesModule] });
|
|
64
|
+
}
|
|
65
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_0, [{
|
|
66
|
+
type: NgModule,
|
|
67
|
+
args: [{
|
|
68
|
+
declarations: [
|
|
69
|
+
mjBizAppsCommonAddressLinkFormComponent,
|
|
70
|
+
mjBizAppsCommonAddressTypeFormComponent,
|
|
71
|
+
mjBizAppsCommonAddressFormComponent,
|
|
72
|
+
mjBizAppsCommonContactMethodFormComponent,
|
|
73
|
+
mjBizAppsCommonContactTypeFormComponent,
|
|
74
|
+
mjBizAppsCommonOrganizationTypeFormComponent,
|
|
75
|
+
mjBizAppsCommonOrganizationFormComponent,
|
|
76
|
+
mjBizAppsCommonPersonFormComponent,
|
|
77
|
+
mjBizAppsCommonRelationshipTypeFormComponent,
|
|
78
|
+
mjBizAppsCommonRelationshipFormComponent,
|
|
79
|
+
mjBizAppsFormsFormCategoryFormComponent,
|
|
80
|
+
mjBizAppsFormsFormDistributionFormComponent,
|
|
81
|
+
mjBizAppsFormsFormPageFormComponent,
|
|
82
|
+
mjBizAppsFormsFormQuestionOptionFormComponent,
|
|
83
|
+
mjBizAppsFormsFormQuestionFormComponent,
|
|
84
|
+
mjBizAppsFormsFormResponseAnswerFormComponent,
|
|
85
|
+
mjBizAppsFormsFormResponseFormComponent,
|
|
86
|
+
mjBizAppsFormsFormStyleFormComponent,
|
|
87
|
+
mjBizAppsFormsFormVersionFormComponent,
|
|
88
|
+
mjBizAppsFormsFormFormComponent
|
|
89
|
+
],
|
|
90
|
+
imports: [
|
|
91
|
+
CommonModule,
|
|
92
|
+
FormsModule,
|
|
93
|
+
BaseFormsModule,
|
|
94
|
+
EntityViewerModule,
|
|
95
|
+
LinkDirectivesModule
|
|
96
|
+
],
|
|
97
|
+
exports: []
|
|
98
|
+
}]
|
|
99
|
+
}], null, null); })();
|
|
100
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_0, { declarations: [mjBizAppsCommonAddressLinkFormComponent,
|
|
101
|
+
mjBizAppsCommonAddressTypeFormComponent,
|
|
102
|
+
mjBizAppsCommonAddressFormComponent,
|
|
103
|
+
mjBizAppsCommonContactMethodFormComponent,
|
|
104
|
+
mjBizAppsCommonContactTypeFormComponent,
|
|
105
|
+
mjBizAppsCommonOrganizationTypeFormComponent,
|
|
106
|
+
mjBizAppsCommonOrganizationFormComponent,
|
|
107
|
+
mjBizAppsCommonPersonFormComponent,
|
|
108
|
+
mjBizAppsCommonRelationshipTypeFormComponent,
|
|
109
|
+
mjBizAppsCommonRelationshipFormComponent,
|
|
110
|
+
mjBizAppsFormsFormCategoryFormComponent,
|
|
111
|
+
mjBizAppsFormsFormDistributionFormComponent,
|
|
112
|
+
mjBizAppsFormsFormPageFormComponent,
|
|
113
|
+
mjBizAppsFormsFormQuestionOptionFormComponent,
|
|
114
|
+
mjBizAppsFormsFormQuestionFormComponent,
|
|
115
|
+
mjBizAppsFormsFormResponseAnswerFormComponent,
|
|
116
|
+
mjBizAppsFormsFormResponseFormComponent,
|
|
117
|
+
mjBizAppsFormsFormStyleFormComponent,
|
|
118
|
+
mjBizAppsFormsFormVersionFormComponent,
|
|
119
|
+
mjBizAppsFormsFormFormComponent], imports: [CommonModule,
|
|
120
|
+
FormsModule,
|
|
121
|
+
BaseFormsModule,
|
|
122
|
+
EntityViewerModule,
|
|
123
|
+
LinkDirectivesModule] }); })();
|
|
124
|
+
export class GeneratedForms_SubModule_1 {
|
|
125
|
+
static ɵfac = function GeneratedForms_SubModule_1_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_1)(); };
|
|
126
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_1 });
|
|
127
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
128
|
+
FormsModule,
|
|
129
|
+
BaseFormsModule,
|
|
130
|
+
EntityViewerModule,
|
|
131
|
+
LinkDirectivesModule] });
|
|
132
|
+
}
|
|
133
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_1, [{
|
|
134
|
+
type: NgModule,
|
|
135
|
+
args: [{
|
|
136
|
+
declarations: [
|
|
137
|
+
mjBizAppsTasksTaskActivityFormComponent,
|
|
138
|
+
mjBizAppsTasksTaskAssignmentFormComponent,
|
|
139
|
+
mjBizAppsTasksTaskCategoryFormComponent,
|
|
140
|
+
mjBizAppsTasksTaskCommentFormComponent,
|
|
141
|
+
mjBizAppsTasksTaskDecisionOutcomeFormComponent,
|
|
142
|
+
mjBizAppsTasksTaskDecisionFormComponent,
|
|
143
|
+
mjBizAppsTasksTaskDependencyFormComponent,
|
|
144
|
+
mjBizAppsTasksTaskLinkFormComponent,
|
|
145
|
+
mjBizAppsTasksTaskNotificationConfigFormComponent,
|
|
146
|
+
mjBizAppsTasksTaskNotificationLogFormComponent,
|
|
147
|
+
mjBizAppsTasksTaskRoleFormComponent,
|
|
148
|
+
mjBizAppsTasksTaskTagLinkFormComponent,
|
|
149
|
+
mjBizAppsTasksTaskTagFormComponent,
|
|
150
|
+
mjBizAppsTasksTaskTemplateItemDependencyFormComponent,
|
|
151
|
+
mjBizAppsTasksTaskTemplateItemRoleFormComponent,
|
|
152
|
+
mjBizAppsTasksTaskTemplateItemFormComponent,
|
|
153
|
+
mjBizAppsTasksTaskTemplateFormComponent,
|
|
154
|
+
mjBizAppsTasksTaskTypeFormComponent,
|
|
155
|
+
mjBizAppsTasksTaskFormComponent
|
|
156
|
+
],
|
|
157
|
+
imports: [
|
|
158
|
+
CommonModule,
|
|
159
|
+
FormsModule,
|
|
160
|
+
BaseFormsModule,
|
|
161
|
+
EntityViewerModule,
|
|
162
|
+
LinkDirectivesModule
|
|
163
|
+
],
|
|
164
|
+
exports: []
|
|
165
|
+
}]
|
|
166
|
+
}], null, null); })();
|
|
167
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [mjBizAppsTasksTaskActivityFormComponent,
|
|
168
|
+
mjBizAppsTasksTaskAssignmentFormComponent,
|
|
169
|
+
mjBizAppsTasksTaskCategoryFormComponent,
|
|
170
|
+
mjBizAppsTasksTaskCommentFormComponent,
|
|
171
|
+
mjBizAppsTasksTaskDecisionOutcomeFormComponent,
|
|
172
|
+
mjBizAppsTasksTaskDecisionFormComponent,
|
|
173
|
+
mjBizAppsTasksTaskDependencyFormComponent,
|
|
174
|
+
mjBizAppsTasksTaskLinkFormComponent,
|
|
175
|
+
mjBizAppsTasksTaskNotificationConfigFormComponent,
|
|
176
|
+
mjBizAppsTasksTaskNotificationLogFormComponent,
|
|
177
|
+
mjBizAppsTasksTaskRoleFormComponent,
|
|
178
|
+
mjBizAppsTasksTaskTagLinkFormComponent,
|
|
179
|
+
mjBizAppsTasksTaskTagFormComponent,
|
|
180
|
+
mjBizAppsTasksTaskTemplateItemDependencyFormComponent,
|
|
181
|
+
mjBizAppsTasksTaskTemplateItemRoleFormComponent,
|
|
182
|
+
mjBizAppsTasksTaskTemplateItemFormComponent,
|
|
183
|
+
mjBizAppsTasksTaskTemplateFormComponent,
|
|
184
|
+
mjBizAppsTasksTaskTypeFormComponent,
|
|
185
|
+
mjBizAppsTasksTaskFormComponent], imports: [CommonModule,
|
|
186
|
+
FormsModule,
|
|
187
|
+
BaseFormsModule,
|
|
188
|
+
EntityViewerModule,
|
|
189
|
+
LinkDirectivesModule] }); })();
|
|
190
|
+
export class GeneratedFormsModule {
|
|
191
|
+
static ɵfac = function GeneratedFormsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedFormsModule)(); };
|
|
192
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedFormsModule });
|
|
193
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [GeneratedForms_SubModule_0,
|
|
194
|
+
GeneratedForms_SubModule_1] });
|
|
195
|
+
}
|
|
196
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedFormsModule, [{
|
|
197
|
+
type: NgModule,
|
|
198
|
+
args: [{
|
|
199
|
+
declarations: [],
|
|
200
|
+
imports: [
|
|
201
|
+
GeneratedForms_SubModule_0,
|
|
202
|
+
GeneratedForms_SubModule_1
|
|
203
|
+
]
|
|
204
|
+
}]
|
|
205
|
+
}], null, null); })();
|
|
206
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1] }); })();
|
|
207
|
+
//# sourceMappingURL=generated-forms.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated-forms.module.js","sourceRoot":"","sources":["../../../src/lib/generated/generated-forms.module.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { BaseDashboard } from '@memberjunction/ng-shared';
|
|
2
|
+
import type { ResourceData } from '@memberjunction/core-entities';
|
|
3
|
+
import { type FormSummaryRow, type StarterTemplateChoice } from './home-models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/** Which authoring panel (if any) is open. */
|
|
6
|
+
type AuthoringPanel = 'none' | 'ai' | 'template';
|
|
7
|
+
/**
|
|
8
|
+
* Forms home / studio — the first-class MJExplorer "Forms" surface
|
|
9
|
+
* (FORMS_BUILD_PLAN §3.2). A `BaseDashboard` subclass registered with the MJ
|
|
10
|
+
* ClassFactory under 'FormsHomeDashboard'; the matching `MJ: Dashboards`
|
|
11
|
+
* metadata record (DriverClass) and the Forms app nav item are authored
|
|
12
|
+
* alongside this component.
|
|
13
|
+
*
|
|
14
|
+
* It lists every form (RunView, read-only) and offers three ways to create one:
|
|
15
|
+
* - "New form" — opens a blank Form record; the WP-D entity-form override
|
|
16
|
+
* (@RegisterClass(BaseFormComponent, 'MJ_BizApps_Forms: Forms')) renders the
|
|
17
|
+
* visual builder for the new record.
|
|
18
|
+
* - "Author with AI" — runs `Forms: Generate Form From Brief` with a Brief.
|
|
19
|
+
* - "From template" — runs `Forms: Create Form From Template` with a TemplateKey.
|
|
20
|
+
*
|
|
21
|
+
* Clicking a row, or finishing an authoring action, opens that Form record via
|
|
22
|
+
* the container-handled `OpenEntityRecord` event — which renders the builder.
|
|
23
|
+
*
|
|
24
|
+
* Standalone + OnPush so the Explorer can instantiate it directly.
|
|
25
|
+
*/
|
|
26
|
+
export declare class FormsHomeDashboardComponent extends BaseDashboard {
|
|
27
|
+
private readonly data;
|
|
28
|
+
private readonly cdr;
|
|
29
|
+
loading: boolean;
|
|
30
|
+
busy: boolean;
|
|
31
|
+
errorMessage: string | null;
|
|
32
|
+
forms: FormSummaryRow[];
|
|
33
|
+
readonly templates: readonly StarterTemplateChoice[];
|
|
34
|
+
panel: AuthoringPanel;
|
|
35
|
+
brief: string;
|
|
36
|
+
selectedTemplateKey: string;
|
|
37
|
+
GetResourceDisplayName(_data: ResourceData): Promise<string>;
|
|
38
|
+
GetResourceIconClass(_data: ResourceData): Promise<string>;
|
|
39
|
+
protected initDashboard(): void;
|
|
40
|
+
protected loadData(): void;
|
|
41
|
+
loadForms(): Promise<void>;
|
|
42
|
+
/** Opens an existing form record (renders the WP-D builder). */
|
|
43
|
+
openForm(row: FormSummaryRow): void;
|
|
44
|
+
/** Opens a blank Form record so the builder creates a new form. */
|
|
45
|
+
newForm(): void;
|
|
46
|
+
openPanel(panel: AuthoringPanel): void;
|
|
47
|
+
closePanel(): void;
|
|
48
|
+
/** Runs the AI authoring action from the entered brief. */
|
|
49
|
+
authorWithAI(): Promise<void>;
|
|
50
|
+
/** Runs the template action for the selected starter key. */
|
|
51
|
+
createFromTemplate(): Promise<void>;
|
|
52
|
+
/** Shared authoring runner: run, open the new form, refresh the grid. */
|
|
53
|
+
private runAuthoring;
|
|
54
|
+
private beginLoad;
|
|
55
|
+
private endLoad;
|
|
56
|
+
private fail;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormsHomeDashboardComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormsHomeDashboardComponent, "mj-forms-home-dashboard", never, {}, {}, never, never, true, never>;
|
|
59
|
+
}
|
|
60
|
+
export {};
|
|
61
|
+
//# sourceMappingURL=forms-home-dashboard.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forms-home-dashboard.component.d.ts","sourceRoot":"","sources":["../../../src/lib/home/forms-home-dashboard.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAMlE,OAAO,EAIL,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC3B,MAAM,eAAe,CAAC;;AAEvB,8CAA8C;AAC9C,KAAK,cAAc,GAAG,MAAM,GAAG,IAAI,GAAG,UAAU,CAAC;AAEjD;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAUa,2BAA4B,SAAQ,aAAa;IAC5D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA4B;IACjD,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA6B;IAE1C,OAAO,UAAS;IAChB,IAAI,UAAS;IACb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEnC,KAAK,EAAE,cAAc,EAAE,CAAM;IACpC,SAAgB,SAAS,EAAE,SAAS,qBAAqB,EAAE,CAAqB;IAEzE,KAAK,EAAE,cAAc,CAAU;IAC/B,KAAK,SAAM;IACX,mBAAmB,EAAE,MAAM,CAAmC;IAExD,sBAAsB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAInD,oBAAoB,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAIhF,SAAS,CAAC,aAAa,IAAI,IAAI;IAI/B,SAAS,CAAC,QAAQ,IAAI,IAAI;IAIb,SAAS,IAAI,OAAO,CAAC,IAAI,CAAC;IAavC,gEAAgE;IACzD,QAAQ,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI;IAO1C,mEAAmE;IAC5D,OAAO,IAAI,IAAI;IASf,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAMtC,UAAU,IAAI,IAAI;IAKzB,2DAA2D;IAC9C,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IAY1C,6DAA6D;IAChD,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC;IAWhD,yEAAyE;YAC3D,YAAY;IA6B1B,OAAO,CAAC,SAAS;IAMjB,OAAO,CAAC,OAAO;IAKf,OAAO,CAAC,IAAI;yCA3ID,2BAA2B;2CAA3B,2BAA2B;CAiJvC"}
|