@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-CYA-continue-v2 → 6.16.0-query-management-raise-query-function-v8
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +375 -424
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/palette.module.js +14 -9
- package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +1 -27
- package/esm2015/lib/shared/components/palette/query-management/components/index.js +3 -3
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +9 -15
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.js +125 -0
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +40 -19
- package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +18 -20
- package/esm2015/lib/shared/components/palette/query-management/index.js +2 -2
- package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +1 -11
- package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +3 -18
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +305 -353
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +3 -3
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +0 -2
- package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/index.d.ts +2 -2
- package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +4 -5
- package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts +20 -0
- package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts.map +1 -0
- package/lib/shared/components/palette/query-management/index.d.ts +1 -1
- package/lib/shared/components/palette/query-management/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -5
- package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +1 -5
- package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +0 -137
- package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +0 -16
- package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +0 -1
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
- package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -1
|
@@ -108,8 +108,8 @@ import * as i106 from "./query-management/components/query-details-table/query-d
|
|
|
108
108
|
import * as i107 from "./query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component";
|
|
109
109
|
import * as i108 from "./query-management/components/query-write/query-write-raise-query/query-write-raise-query.component";
|
|
110
110
|
import * as i109 from "./query-management/components/query-case-details-header/query-case-details-header.component";
|
|
111
|
-
import * as i110 from "./query-management/components/query-
|
|
112
|
-
import * as i111 from "./query-management/components/query-write/query-write-
|
|
111
|
+
import * as i110 from "./query-management/components/query-write/query-write-add-documents/query-write-add-documents.component";
|
|
112
|
+
import * as i111 from "./query-management/components/query-write/query-write-date-input/query-write-date-input.component";
|
|
113
113
|
import * as i112 from "@angular/common";
|
|
114
114
|
import * as i113 from "@angular/router";
|
|
115
115
|
import * as i114 from "@angular/forms";
|
|
@@ -140,7 +140,7 @@ import * as i138 from "rpx-xui-translation";
|
|
|
140
140
|
import * as i139 from "./markdown/markdown-component.module";
|
|
141
141
|
export declare class PaletteModule {
|
|
142
142
|
static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
|
|
143
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.WriteQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryCreateComponent, typeof i105.QueryListComponent, typeof i106.QueryDetailsTableComponent, typeof i107.QueryWriteRespondToQueryComponent, typeof i108.QueryWriteRaiseQueryComponent, typeof i109.QueryCaseDetailsHeaderComponent, typeof i110.QueryCheckYourAnswersComponent, typeof i111.QueryWriteAddDocumentsComponent], [typeof i112.CommonModule, typeof i113.RouterModule, typeof i114.FormsModule, typeof i114.ReactiveFormsModule, typeof i115.CaseEditDataModule, typeof i116.PaletteUtilsModule, typeof i117.PipesModule, typeof i118.BannersModule, typeof i119.HeadersModule, typeof i120.FootersModule, typeof i121.BodyModule, typeof i122.FormModule, typeof i123.TabsModule, typeof i124.LabelSubstitutorModule, typeof i125.NgxMdModule, typeof i126.NgxMatDatetimePickerModule, typeof i126.NgxMatTimepickerModule, typeof i126.NgxMatNativeDateModule, typeof i127.MatFormFieldModule, typeof i128.MatInputModule, typeof i129.MatDatepickerModule, typeof i130.MatAutocompleteModule, typeof i131.CdkTreeModule, typeof i132.OverlayModule, typeof i133.PaymentLibModule, typeof i134.ScrollToModule, typeof i135.MatDialogModule, typeof i136.MediaViewerModule, typeof i137.LoadingModule, typeof i138.RpxTranslationModule, typeof i139.MarkdownComponentModule], [typeof i126.NgxMatDatetimePickerModule, typeof i126.NgxMatNativeDateModule, typeof i126.NgxMatTimepickerModule, typeof i123.TabsModule, typeof i116.PaletteUtilsModule, typeof i117.PipesModule, typeof i139.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.WriteQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryCreateComponent, typeof i105.QueryListComponent, typeof i106.QueryDetailsTableComponent, typeof i107.QueryWriteRespondToQueryComponent, typeof i108.QueryWriteRaiseQueryComponent, typeof i109.QueryCaseDetailsHeaderComponent, typeof i110.QueryCheckYourAnswersComponent, typeof i111.QueryWriteAddDocumentsComponent]>;
|
|
143
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.WriteQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryCreateComponent, typeof i105.QueryListComponent, typeof i106.QueryDetailsTableComponent, typeof i107.QueryWriteRespondToQueryComponent, typeof i108.QueryWriteRaiseQueryComponent, typeof i109.QueryCaseDetailsHeaderComponent, typeof i110.QueryWriteAddDocumentsComponent, typeof i111.QueryWriteDateInputComponent], [typeof i112.CommonModule, typeof i113.RouterModule, typeof i114.FormsModule, typeof i114.ReactiveFormsModule, typeof i115.CaseEditDataModule, typeof i116.PaletteUtilsModule, typeof i117.PipesModule, typeof i118.BannersModule, typeof i119.HeadersModule, typeof i120.FootersModule, typeof i121.BodyModule, typeof i122.FormModule, typeof i123.TabsModule, typeof i124.LabelSubstitutorModule, typeof i125.NgxMdModule, typeof i126.NgxMatDatetimePickerModule, typeof i126.NgxMatTimepickerModule, typeof i126.NgxMatNativeDateModule, typeof i127.MatFormFieldModule, typeof i128.MatInputModule, typeof i129.MatDatepickerModule, typeof i130.MatAutocompleteModule, typeof i131.CdkTreeModule, typeof i132.OverlayModule, typeof i133.PaymentLibModule, typeof i134.ScrollToModule, typeof i135.MatDialogModule, typeof i136.MediaViewerModule, typeof i137.LoadingModule, typeof i138.RpxTranslationModule, typeof i139.MarkdownComponentModule], [typeof i126.NgxMatDatetimePickerModule, typeof i126.NgxMatNativeDateModule, typeof i126.NgxMatTimepickerModule, typeof i123.TabsModule, typeof i116.PaletteUtilsModule, typeof i117.PipesModule, typeof i139.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.WriteQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryCreateComponent, typeof i105.QueryListComponent, typeof i106.QueryDetailsTableComponent, typeof i107.QueryWriteRespondToQueryComponent, typeof i108.QueryWriteRaiseQueryComponent, typeof i109.QueryCaseDetailsHeaderComponent, typeof i110.QueryWriteAddDocumentsComponent, typeof i111.QueryWriteDateInputComponent]>;
|
|
144
144
|
static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
|
|
145
145
|
}
|
|
146
146
|
//# sourceMappingURL=palette.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8QA,qBAyEa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/__mocks__/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/__mocks__/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,qBAAqB,EAAE,kBAAkB,EAuHrD,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * from './query-case-details-header/query-case-details-header.component';
|
|
2
|
-
export * from './query-check-your-answers/query-check-your-answers.component';
|
|
3
2
|
export * from './query-create/query-create.component';
|
|
4
|
-
export * from './query-details-table/query-details-table.component';
|
|
5
3
|
export * from './query-details/query-details.component';
|
|
4
|
+
export * from './query-details-table/query-details-table.component';
|
|
6
5
|
export * from './query-list/query-list.component';
|
|
6
|
+
export * from './query-write/query-write-date-input/query-write-date-input.component';
|
|
7
7
|
export * from './query-write/query-write-add-documents/query-write-add-documents.component';
|
|
8
8
|
export * from './query-write/query-write-raise-query/query-write-raise-query.component';
|
|
9
9
|
export * from './query-write/query-write-respond-to-query/query-write-respond-to-query.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAC;AAChF,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAC;AAChF,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,qDAAqD,CAAC;AACpE,cAAc,mCAAmC,CAAC;AAElD,cAAc,uEAAuE,CAAC;AACtF,cAAc,6EAA6E,CAAC;AAC5F,cAAc,yEAAyE,CAAC;AACxF,cAAc,mFAAmF,CAAC"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnDestroy
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { CaseField, FormDocument } from '../../../../../../domain';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class QueryWriteAddDocumentsComponent implements
|
|
5
|
+
export declare class QueryWriteAddDocumentsComponent implements AfterViewInit, OnDestroy {
|
|
6
6
|
static DOCUMENTS_FORM_CONTROL_NAME: string;
|
|
7
|
-
formGroup: FormGroup;
|
|
8
7
|
documentFormGroup: FormGroup;
|
|
9
8
|
mockDocumentCaseField: CaseField;
|
|
10
9
|
private documentFormControlSubscription;
|
|
11
10
|
documentCollectionUpdate: EventEmitter<FormDocument[]>;
|
|
12
|
-
|
|
11
|
+
constructor();
|
|
13
12
|
ngAfterViewInit(): void;
|
|
14
13
|
ngOnDestroy(): void;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDef<QueryWriteAddDocumentsComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryWriteAddDocumentsComponent, "ccd-query-write-add-documents", never, {
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryWriteAddDocumentsComponent, "ccd-query-write-add-documents", never, {}, { "documentCollectionUpdate": "documentCollectionUpdate"; }, never, never>;
|
|
17
16
|
}
|
|
18
17
|
//# sourceMappingURL=query-write-add-documents.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-write-add-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,
|
|
1
|
+
{"version":3,"file":"query-write-add-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAE,SAAS,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAa,YAAY,EAAE,MAAM,0BAA0B,CAAC;;AAE9E,qBAIa,+BAAgC,YAAW,aAAa,EAAE,SAAS;IAC9E,OAAc,2BAA2B,SAAwB;IAC1D,iBAAiB,YAAqB;IACtC,qBAAqB,EAAE,SAAS,CAAC;IACxC,OAAO,CAAC,+BAA+B,CAAe;IAErC,wBAAwB,+BAAuC;;IAgCzE,eAAe,IAAI,IAAI;IAevB,WAAW,IAAI,IAAI;iCArDf,+BAA+B;2CAA/B,+BAA+B;CAwD3C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class QueryWriteDateInputComponent implements ControlValueAccessor {
|
|
4
|
+
formControlName: string;
|
|
5
|
+
day: number;
|
|
6
|
+
month: number;
|
|
7
|
+
year: number;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
private onChange;
|
|
10
|
+
private onTouched;
|
|
11
|
+
writeValue(date: Date): void;
|
|
12
|
+
registerOnChange(fn: (value: Date) => void): void;
|
|
13
|
+
registerOnTouched(fn: () => void): void;
|
|
14
|
+
setDisabledState(isDisabled: boolean): void;
|
|
15
|
+
updateDate(): void;
|
|
16
|
+
private isValidDateInput;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDef<QueryWriteDateInputComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryWriteDateInputComponent, "ccd-query-write-date-input", never, { "formControlName": "formControlName"; }, {}, never, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=query-write-date-input.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-write-date-input.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAEzE,qBAWa,4BAA6B,YAAW,oBAAoB;IACvD,eAAe,EAAE,MAAM,CAAC;IACjC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,UAAS;IACxB,OAAO,CAAC,QAAQ,CAAwB;IACxC,OAAO,CAAC,SAAS,CAAa;IAEvB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAY5B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,GAAG,IAAI;IAIjD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,UAAU,IAAI,IAAI;IASzB,OAAO,CAAC,gBAAgB;iCA1Cb,4BAA4B;2CAA5B,4BAA4B;CAiDxC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './__mocks__';
|
|
2
|
-
export * from './components';
|
|
3
2
|
export * from './models';
|
|
3
|
+
export * from './components';
|
|
4
4
|
export * from './read-query-management-field.component';
|
|
5
5
|
export * from './write-query-management-field.component';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
import { Document, FormDocument } from '../../../../domain';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class QueryManagementUtils {
|
|
4
3
|
static extractCaseQueriesFromCaseField(): void;
|
|
5
|
-
static documentToCollectionFormDocument(document: Document): {
|
|
6
|
-
id: string;
|
|
7
|
-
value: FormDocument;
|
|
8
|
-
};
|
|
9
4
|
static ɵfac: i0.ɵɵFactoryDef<QueryManagementUtils, never>;
|
|
10
5
|
static ɵprov: i0.ɵɵInjectableDef<QueryManagementUtils>;
|
|
11
6
|
}
|
package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-management.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/utils/query-management.utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-management.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/utils/query-management.utils.ts"],"names":[],"mappings":";AAEA,qBACa,oBAAoB;WACjB,+BAA+B,IAAI,IAAI;iCAD1C,oBAAoB;qCAApB,oBAAoB;CAIhC"}
|
package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
|
2
2
|
import { AbstractFieldReadComponent } from '../base-field';
|
|
3
|
-
import { QueryManagementErrorMessage } from './components/query-management-error-messages/query-management-error-message.model';
|
|
4
3
|
import { QueryListItem } from './models';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class WriteQueryManagementFieldComponent extends AbstractFieldReadComponent {
|
|
7
6
|
queryItem: QueryListItem;
|
|
8
|
-
|
|
9
|
-
errorMessages: QueryManagementErrorMessage[];
|
|
10
|
-
submitted: boolean;
|
|
7
|
+
formGroup: FormGroup;
|
|
11
8
|
constructor();
|
|
12
|
-
submitForm(): void;
|
|
13
9
|
static ɵfac: i0.ɵɵFactoryDef<WriteQueryManagementFieldComponent, never>;
|
|
14
10
|
static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteQueryManagementFieldComponent, "ccd-write-query-management-field", never, {}, {}, never, never>;
|
|
15
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-query-management-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/write-query-management-field.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"write-query-management-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/write-query-management-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;;AAEzC,qBAKa,kCAAmC,SAAQ,0BAA0B;IACzE,SAAS,EAAE,aAAa,CAAC;IACzB,SAAS,EAAE,SAAS,CAAqB;;iCAFrC,kCAAkC;2CAAlC,kCAAkC;CAO9C"}
|
package/package.json
CHANGED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { QueryListItem } from '../../models';
|
|
4
|
-
import { caseFieldMockData } from '../../__mocks__';
|
|
5
|
-
import { QueryManagementUtils } from '../../utils/query-management.utils';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
function QueryCheckYourAnswersComponent_ccd_read_collection_field_31_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
-
i0.ɵɵelement(0, "ccd-read-collection-field", 14);
|
|
9
|
-
} if (rf & 2) {
|
|
10
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
11
|
-
i0.ɵɵproperty("caseField", ctx_r0.caseField);
|
|
12
|
-
} }
|
|
13
|
-
export class QueryCheckYourAnswersComponent {
|
|
14
|
-
constructor() {
|
|
15
|
-
this.backClicked = new EventEmitter();
|
|
16
|
-
}
|
|
17
|
-
ngOnInit() {
|
|
18
|
-
this.caseField = caseFieldMockData;
|
|
19
|
-
this.caseField.value = this.formGroup.get('attachments').value
|
|
20
|
-
.map(QueryManagementUtils.documentToCollectionFormDocument);
|
|
21
|
-
}
|
|
22
|
-
goBack() {
|
|
23
|
-
this.backClicked.emit(true);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
QueryCheckYourAnswersComponent.ɵfac = function QueryCheckYourAnswersComponent_Factory(t) { return new (t || QueryCheckYourAnswersComponent)(); };
|
|
27
|
-
QueryCheckYourAnswersComponent.ɵcmp = i0.ɵɵdefineComponent({ type: QueryCheckYourAnswersComponent, selectors: [["ccd-query-check-your-answers"]], inputs: { formGroup: "formGroup", queryItem: "queryItem" }, outputs: { backClicked: "backClicked" }, decls: 44, vars: 27, consts: [[1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds-from-desktop"], [1, "govuk-heading-l"], [1, "govuk-!-margin-bottom-4"], [1, "govuk-summary-list", "govuk-!-margin-bottom-0"], [1, "govuk-summary-list__row"], [1, "govuk-summary-list__key"], [1, "govuk-summary-list__value"], [1, "govuk-summary-list__actions"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "govuk-summary-list__value", "govuk-summary-list__value--documentAttached"], [3, "caseField", 4, "ngIf"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-right-3", 3, "click"], ["data-module", "govuk-button", 1, "govuk-button"], [3, "caseField"]], template: function QueryCheckYourAnswersComponent_Template(rf, ctx) { if (rf & 1) {
|
|
28
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
29
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
30
|
-
i0.ɵɵelementStart(2, "h1", 2);
|
|
31
|
-
i0.ɵɵtext(3);
|
|
32
|
-
i0.ɵɵpipe(4, "rpxTranslate");
|
|
33
|
-
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementStart(5, "div", 3);
|
|
35
|
-
i0.ɵɵelement(6, "ccd-query-case-details-header");
|
|
36
|
-
i0.ɵɵelementEnd();
|
|
37
|
-
i0.ɵɵelementStart(7, "dl", 4);
|
|
38
|
-
i0.ɵɵelementStart(8, "div", 5);
|
|
39
|
-
i0.ɵɵelementStart(9, "dt", 6);
|
|
40
|
-
i0.ɵɵtext(10);
|
|
41
|
-
i0.ɵɵpipe(11, "rpxTranslate");
|
|
42
|
-
i0.ɵɵelementEnd();
|
|
43
|
-
i0.ɵɵelementStart(12, "dd", 7);
|
|
44
|
-
i0.ɵɵtext(13);
|
|
45
|
-
i0.ɵɵelementEnd();
|
|
46
|
-
i0.ɵɵelementEnd();
|
|
47
|
-
i0.ɵɵelementEnd();
|
|
48
|
-
i0.ɵɵelementStart(14, "dl", 4);
|
|
49
|
-
i0.ɵɵelementStart(15, "div", 5);
|
|
50
|
-
i0.ɵɵelementStart(16, "dt", 6);
|
|
51
|
-
i0.ɵɵtext(17);
|
|
52
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
53
|
-
i0.ɵɵelementEnd();
|
|
54
|
-
i0.ɵɵelementStart(19, "dd", 7);
|
|
55
|
-
i0.ɵɵtext(20);
|
|
56
|
-
i0.ɵɵelementEnd();
|
|
57
|
-
i0.ɵɵelementStart(21, "dd", 8);
|
|
58
|
-
i0.ɵɵelementStart(22, "a", 9);
|
|
59
|
-
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_22_listener() { return ctx.goBack(); });
|
|
60
|
-
i0.ɵɵtext(23);
|
|
61
|
-
i0.ɵɵpipe(24, "rpxTranslate");
|
|
62
|
-
i0.ɵɵelementEnd();
|
|
63
|
-
i0.ɵɵelementEnd();
|
|
64
|
-
i0.ɵɵelementEnd();
|
|
65
|
-
i0.ɵɵelementEnd();
|
|
66
|
-
i0.ɵɵelementStart(25, "dl", 4);
|
|
67
|
-
i0.ɵɵelementStart(26, "div", 5);
|
|
68
|
-
i0.ɵɵelementStart(27, "dt", 6);
|
|
69
|
-
i0.ɵɵtext(28);
|
|
70
|
-
i0.ɵɵpipe(29, "rpxTranslate");
|
|
71
|
-
i0.ɵɵelementEnd();
|
|
72
|
-
i0.ɵɵelementStart(30, "dd", 10);
|
|
73
|
-
i0.ɵɵtemplate(31, QueryCheckYourAnswersComponent_ccd_read_collection_field_31_Template, 1, 1, "ccd-read-collection-field", 11);
|
|
74
|
-
i0.ɵɵelementEnd();
|
|
75
|
-
i0.ɵɵelementStart(32, "dd", 8);
|
|
76
|
-
i0.ɵɵelementStart(33, "a", 9);
|
|
77
|
-
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_a_click_33_listener() { return ctx.goBack(); });
|
|
78
|
-
i0.ɵɵtext(34);
|
|
79
|
-
i0.ɵɵpipe(35, "rpxTranslate");
|
|
80
|
-
i0.ɵɵelementEnd();
|
|
81
|
-
i0.ɵɵelementEnd();
|
|
82
|
-
i0.ɵɵelementEnd();
|
|
83
|
-
i0.ɵɵelementEnd();
|
|
84
|
-
i0.ɵɵelement(36, "br");
|
|
85
|
-
i0.ɵɵelementStart(37, "div");
|
|
86
|
-
i0.ɵɵelementStart(38, "button", 12);
|
|
87
|
-
i0.ɵɵlistener("click", function QueryCheckYourAnswersComponent_Template_button_click_38_listener() { return ctx.goBack(); });
|
|
88
|
-
i0.ɵɵtext(39);
|
|
89
|
-
i0.ɵɵpipe(40, "rpxTranslate");
|
|
90
|
-
i0.ɵɵelementEnd();
|
|
91
|
-
i0.ɵɵelementStart(41, "button", 13);
|
|
92
|
-
i0.ɵɵtext(42);
|
|
93
|
-
i0.ɵɵpipe(43, "rpxTranslate");
|
|
94
|
-
i0.ɵɵelementEnd();
|
|
95
|
-
i0.ɵɵelementEnd();
|
|
96
|
-
i0.ɵɵelementEnd();
|
|
97
|
-
i0.ɵɵelementEnd();
|
|
98
|
-
} if (rf & 2) {
|
|
99
|
-
i0.ɵɵadvance(3);
|
|
100
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 11, "Review query response details"));
|
|
101
|
-
i0.ɵɵadvance(7);
|
|
102
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(11, 13, "Submitted query"), " ");
|
|
103
|
-
i0.ɵɵadvance(3);
|
|
104
|
-
i0.ɵɵtextInterpolate1(" ", ctx.queryItem.subject, " ");
|
|
105
|
-
i0.ɵɵadvance(4);
|
|
106
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 15, "Response message"), " ");
|
|
107
|
-
i0.ɵɵadvance(3);
|
|
108
|
-
i0.ɵɵtextInterpolate1(" ", ctx.formGroup.controls["body"].value, " ");
|
|
109
|
-
i0.ɵɵadvance(3);
|
|
110
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(24, 17, "Change"), " ");
|
|
111
|
-
i0.ɵɵadvance(5);
|
|
112
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(29, 19, "Document attached"), " ");
|
|
113
|
-
i0.ɵɵadvance(3);
|
|
114
|
-
i0.ɵɵproperty("ngIf", ctx.caseField);
|
|
115
|
-
i0.ɵɵadvance(3);
|
|
116
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(35, 21, "Change"), " ");
|
|
117
|
-
i0.ɵɵadvance(5);
|
|
118
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(40, 23, "Previous"), " ");
|
|
119
|
-
i0.ɵɵadvance(3);
|
|
120
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(43, 25, "Submit"), " ");
|
|
121
|
-
} }, styles: ["ccd-query-check-your-answers .collection-field-table tr>td{border-bottom:none;padding-bottom:0}ccd-query-check-your-answers .govuk-summary-list__value--documentAttached{vertical-align:middle}"], encapsulation: 2 });
|
|
122
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryCheckYourAnswersComponent, [{
|
|
123
|
-
type: Component,
|
|
124
|
-
args: [{
|
|
125
|
-
selector: 'ccd-query-check-your-answers',
|
|
126
|
-
templateUrl: './query-check-your-answers.component.html',
|
|
127
|
-
styleUrls: ['./query-check-your-answers.component.scss'],
|
|
128
|
-
encapsulation: ViewEncapsulation.None
|
|
129
|
-
}]
|
|
130
|
-
}], null, { formGroup: [{
|
|
131
|
-
type: Input
|
|
132
|
-
}], queryItem: [{
|
|
133
|
-
type: Input
|
|
134
|
-
}], backClicked: [{
|
|
135
|
-
type: Output
|
|
136
|
-
}] }); })();
|
|
137
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktY2hlY2steW91ci1hbnN3ZXJzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jaGVjay15b3VyLWFuc3dlcnMvcXVlcnktY2hlY2steW91ci1hbnN3ZXJzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jaGVjay15b3VyLWFuc3dlcnMvcXVlcnktY2hlY2steW91ci1hbnN3ZXJzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbEcsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTNDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDN0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7OztJQ2tDaEUsZ0RBQWlHOzs7SUFBcEQsNENBQXVCOztBRDFCOUUsTUFBTSxPQUFPLDhCQUE4QjtJQU4zQztRQVNtQixnQkFBVyxHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO0tBWTFFO0lBVFEsUUFBUTtRQUNiLElBQUksQ0FBQyxTQUFTLEdBQUcsaUJBQWlCLENBQUM7UUFDbkMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsYUFBYSxDQUFDLENBQUMsS0FBSzthQUMzRCxHQUFHLENBQUMsb0JBQW9CLENBQUMsZ0NBQWdDLENBQUMsQ0FBQztJQUNoRSxDQUFDO0lBRU0sTUFBTTtRQUNYLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzlCLENBQUM7OzRHQWRVLDhCQUE4QjttRUFBOUIsOEJBQThCO1FDYjNDLDhCQUE0QjtRQUMxQiw4QkFBdUQ7UUFDckQsNkJBQTRCO1FBQUEsWUFBb0Q7O1FBQUEsaUJBQUs7UUFFckYsOEJBQXFDO1FBQ25DLGdEQUErRDtRQUNqRSxpQkFBTTtRQUVOLDZCQUF1RDtRQUNyRCw4QkFBcUM7UUFDbkMsNkJBQW9DO1FBQ2xDLGFBQ0Y7O1FBQUEsaUJBQUs7UUFDTCw4QkFBc0M7UUFDcEMsYUFDRjtRQUFBLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBSztRQUNMLDhCQUF1RDtRQUNyRCwrQkFBcUM7UUFDbkMsOEJBQW9DO1FBQ2xDLGFBQ0Y7O1FBQUEsaUJBQUs7UUFDTCw4QkFBc0M7UUFDcEMsYUFDRjtRQUFBLGlCQUFLO1FBQ0wsOEJBQXdDO1FBQ3RDLDZCQUFtRTtRQUFuQix1R0FBUyxZQUFRLElBQUM7UUFDaEUsYUFDRjs7UUFBQSxpQkFBSTtRQUNOLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBSztRQUNMLDhCQUF1RDtRQUNyRCwrQkFBcUM7UUFDbkMsOEJBQW9DO1FBQ2xDLGFBQ0Y7O1FBQUEsaUJBQUs7UUFDTCwrQkFBa0Y7UUFDaEYsOEhBQWlHO1FBQ25HLGlCQUFLO1FBQ0wsOEJBQXdDO1FBQ3RDLDZCQUFtRTtRQUFuQix1R0FBUyxZQUFRLElBQUM7UUFDaEUsYUFDRjs7UUFBQSxpQkFBSTtRQUNOLGlCQUFLO1FBQ1AsaUJBQU07UUFDUixpQkFBSztRQUNMLHNCQUFJO1FBQ0osNEJBQUs7UUFDSCxtQ0FDcUI7UUFBbkIsNEdBQVMsWUFBUSxJQUFDO1FBQ2xCLGFBQ0Y7O1FBQUEsaUJBQVM7UUFDVCxtQ0FBd0Q7UUFDdEQsYUFDRjs7UUFBQSxpQkFBUztRQUNYLGlCQUFNO1FBQ1IsaUJBQU07UUFDUixpQkFBTTs7UUF6RDBCLGVBQW9EO1FBQXBELDRFQUFvRDtRQVMxRSxlQUNGO1FBREUsMEVBQ0Y7UUFFRSxlQUNGO1FBREUsc0RBQ0Y7UUFNRSxlQUNGO1FBREUsMkVBQ0Y7UUFFRSxlQUNGO1FBREUscUVBQ0Y7UUFHSSxlQUNGO1FBREUsaUVBQ0Y7UUFPQSxlQUNGO1FBREUsNEVBQ0Y7UUFFOEIsZUFBZTtRQUFmLG9DQUFlO1FBSXpDLGVBQ0Y7UUFERSxpRUFDRjtRQVFGLGVBQ0Y7UUFERSxtRUFDRjtRQUVFLGVBQ0Y7UUFERSxpRUFDRjs7dUZEM0NPLDhCQUE4QjtjQU4xQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLDhCQUE4QjtnQkFDeEMsV0FBVyxFQUFFLDJDQUEyQztnQkFDeEQsU0FBUyxFQUFFLENBQUMsMkNBQTJDLENBQUM7Z0JBQ3hELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDO2dCQUVpQixTQUFTO2tCQUF4QixLQUFLO1lBQ1UsU0FBUztrQkFBeEIsS0FBSztZQUNXLFdBQVc7a0JBQTNCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUdyb3VwIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ2FzZUZpZWxkIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vZG9tYWluJztcbmltcG9ydCB7IFF1ZXJ5TGlzdEl0ZW0gfSBmcm9tICcuLi8uLi9tb2RlbHMnO1xuaW1wb3J0IHsgY2FzZUZpZWxkTW9ja0RhdGEgfSBmcm9tICcuLi8uLi9fX21vY2tzX18nO1xuaW1wb3J0IHsgUXVlcnlNYW5hZ2VtZW50VXRpbHMgfSBmcm9tICcuLi8uLi91dGlscy9xdWVyeS1tYW5hZ2VtZW50LnV0aWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLXF1ZXJ5LWNoZWNrLXlvdXItYW5zd2VycycsXG4gIHRlbXBsYXRlVXJsOiAnLi9xdWVyeS1jaGVjay15b3VyLWFuc3dlcnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9xdWVyeS1jaGVjay15b3VyLWFuc3dlcnMuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxufSlcbmV4cG9ydCBjbGFzcyBRdWVyeUNoZWNrWW91ckFuc3dlcnNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBwdWJsaWMgZm9ybUdyb3VwOiBGb3JtR3JvdXA7XG4gIEBJbnB1dCgpIHB1YmxpYyBxdWVyeUl0ZW06IFF1ZXJ5TGlzdEl0ZW07XG4gIEBPdXRwdXQoKSBwdWJsaWMgYmFja0NsaWNrZWQ6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgcHVibGljIGNhc2VGaWVsZDogQ2FzZUZpZWxkO1xuXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmNhc2VGaWVsZCA9IGNhc2VGaWVsZE1vY2tEYXRhO1xuICAgIHRoaXMuY2FzZUZpZWxkLnZhbHVlID0gdGhpcy5mb3JtR3JvdXAuZ2V0KCdhdHRhY2htZW50cycpLnZhbHVlXG4gICAgICAubWFwKFF1ZXJ5TWFuYWdlbWVudFV0aWxzLmRvY3VtZW50VG9Db2xsZWN0aW9uRm9ybURvY3VtZW50KTtcbiAgfVxuXG4gIHB1YmxpYyBnb0JhY2soKTogdm9pZCB7XG4gICAgdGhpcy5iYWNrQ2xpY2tlZC5lbWl0KHRydWUpO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZ292dWstZ3JpZC1yb3dcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtY29sdW1uLXR3by10aGlyZHMtZnJvbS1kZXNrdG9wXCI+XG4gICAgPGgxIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3sgJ1JldmlldyBxdWVyeSByZXNwb25zZSBkZXRhaWxzJyB8IHJweFRyYW5zbGF0ZSB9fTwvaDE+XG5cbiAgICA8ZGl2IGNsYXNzPVwiZ292dWstIS1tYXJnaW4tYm90dG9tLTRcIj5cbiAgICAgIDxjY2QtcXVlcnktY2FzZS1kZXRhaWxzLWhlYWRlcj48L2NjZC1xdWVyeS1jYXNlLWRldGFpbHMtaGVhZGVyPlxuICAgIDwvZGl2PlxuXG4gICAgPGRsIGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0IGdvdnVrLSEtbWFyZ2luLWJvdHRvbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X19yb3dcIj5cbiAgICAgICAgPGR0IGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X19rZXlcIj5cbiAgICAgICAgICB7eyAnU3VibWl0dGVkIHF1ZXJ5JyB8IHJweFRyYW5zbGF0ZSB9fVxuICAgICAgICA8L2R0PlxuICAgICAgICA8ZGQgY2xhc3M9XCJnb3Z1ay1zdW1tYXJ5LWxpc3RfX3ZhbHVlXCI+XG4gICAgICAgICAge3sgcXVlcnlJdGVtLnN1YmplY3QgfX1cbiAgICAgICAgPC9kZD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGw+XG4gICAgPGRsIGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0IGdvdnVrLSEtbWFyZ2luLWJvdHRvbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X19yb3dcIj5cbiAgICAgICAgPGR0IGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X19rZXlcIj5cbiAgICAgICAgICB7eyAnUmVzcG9uc2UgbWVzc2FnZScgfCBycHhUcmFuc2xhdGUgfX1cbiAgICAgICAgPC9kdD5cbiAgICAgICAgPGRkIGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X192YWx1ZVwiPlxuICAgICAgICAgIHt7IGZvcm1Hcm91cC5jb250cm9sc1snYm9keSddLnZhbHVlIH19XG4gICAgICAgIDwvZGQ+XG4gICAgICAgIDxkZCBjbGFzcz1cImdvdnVrLXN1bW1hcnktbGlzdF9fYWN0aW9uc1wiPlxuICAgICAgICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiBjbGFzcz1cImdvdnVrLWxpbmtcIiAoY2xpY2spPVwiZ29CYWNrKClcIj5cbiAgICAgICAgICAgIHt7ICdDaGFuZ2UnIHwgcnB4VHJhbnNsYXRlIH19XG4gICAgICAgICAgPC9hPlxuICAgICAgICA8L2RkPlxuICAgICAgPC9kaXY+XG4gICAgPC9kbD5cbiAgICA8ZGwgY2xhc3M9XCJnb3Z1ay1zdW1tYXJ5LWxpc3QgZ292dWstIS1tYXJnaW4tYm90dG9tLTBcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1zdW1tYXJ5LWxpc3RfX3Jvd1wiPlxuICAgICAgICA8ZHQgY2xhc3M9XCJnb3Z1ay1zdW1tYXJ5LWxpc3RfX2tleVwiPlxuICAgICAgICAgIHt7ICdEb2N1bWVudCBhdHRhY2hlZCcgfCBycHhUcmFuc2xhdGUgfX1cbiAgICAgICAgPC9kdD5cbiAgICAgICAgPGRkIGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X192YWx1ZSBnb3Z1ay1zdW1tYXJ5LWxpc3RfX3ZhbHVlLS1kb2N1bWVudEF0dGFjaGVkXCI+XG4gICAgICAgICAgPGNjZC1yZWFkLWNvbGxlY3Rpb24tZmllbGQgKm5nSWY9XCJjYXNlRmllbGRcIiBbY2FzZUZpZWxkXT1cImNhc2VGaWVsZFwiPjwvY2NkLXJlYWQtY29sbGVjdGlvbi1maWVsZD5cbiAgICAgICAgPC9kZD5cbiAgICAgICAgPGRkIGNsYXNzPVwiZ292dWstc3VtbWFyeS1saXN0X19hY3Rpb25zXCI+XG4gICAgICAgICAgPGEgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIGNsYXNzPVwiZ292dWstbGlua1wiIChjbGljayk9XCJnb0JhY2soKVwiPlxuICAgICAgICAgICAge3sgJ0NoYW5nZScgfCBycHhUcmFuc2xhdGUgfX1cbiAgICAgICAgICA8L2E+XG4gICAgICAgIDwvZGQ+XG4gICAgICA8L2Rpdj5cbiAgICA8L2RsPlxuICAgIDxicj5cbiAgICA8ZGl2PlxuICAgICAgPGJ1dHRvbiBjbGFzcz1cImdvdnVrLWJ1dHRvbiBnb3Z1ay1idXR0b24tLXNlY29uZGFyeSBnb3Z1ay0hLW1hcmdpbi1yaWdodC0zXCIgZGF0YS1tb2R1bGU9XCJnb3Z1ay1idXR0b25cIlxuICAgICAgICAoY2xpY2spPVwiZ29CYWNrKClcIj5cbiAgICAgICAge3sgJ1ByZXZpb3VzJyB8IHJweFRyYW5zbGF0ZSB9fVxuICAgICAgPC9idXR0b24+XG4gICAgICA8YnV0dG9uIGNsYXNzPVwiZ292dWstYnV0dG9uXCIgZGF0YS1tb2R1bGU9XCJnb3Z1ay1idXR0b25cIj5cbiAgICAgICAge3sgJ1N1Ym1pdCcgfCBycHhUcmFuc2xhdGUgfX1cbiAgICAgIDwvYnV0dG9uPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktbWFuYWdlbWVudC1lcnJvci1tZXNzYWdlLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvcXVlcnktbWFuYWdlbWVudC9jb21wb25lbnRzL3F1ZXJ5LW1hbmFnZW1lbnQtZXJyb3ItbWVzc2FnZXMvcXVlcnktbWFuYWdlbWVudC1lcnJvci1tZXNzYWdlLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIFF1ZXJ5TWFuYWdlbWVudEVycm9yTWVzc2FnZSB7XG4gIGNvbnRyb2xOYW1lOiBzdHJpbmc7XG4gIG1lc3NhZ2U6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { CaseField } from '../../../../../domain';
|
|
4
|
-
import { QueryListItem } from '../../models';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class QueryCheckYourAnswersComponent implements OnInit {
|
|
7
|
-
formGroup: FormGroup;
|
|
8
|
-
queryItem: QueryListItem;
|
|
9
|
-
backClicked: EventEmitter<boolean>;
|
|
10
|
-
caseField: CaseField;
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
goBack(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDef<QueryCheckYourAnswersComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDefWithMeta<QueryCheckYourAnswersComponent, "ccd-query-check-your-answers", never, { "formGroup": "formGroup"; "queryItem": "queryItem"; }, { "backClicked": "backClicked"; }, never, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=query-check-your-answers.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query-check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAI7C,qBAMa,8BAA+B,YAAW,MAAM;IAC3C,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACxB,WAAW,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAClE,SAAS,EAAE,SAAS,CAAC;IAErB,QAAQ,IAAI,IAAI;IAMhB,MAAM,IAAI,IAAI;iCAZV,8BAA8B;2CAA9B,8BAA8B;CAe1C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query-management-error-message.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,2BAA2B;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;CACjB"}
|