@hmcts/ccd-case-ui-toolkit 6.13.10-c → 6.13.10-case-file-view-display-document-upload-date
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 +549 -392
- 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/app.config.js +1 -1
- package/esm2015/lib/components/form/date-input/date-input.component.js +8 -8
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +2 -3
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.module.js +1 -1
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +1 -1
- package/esm2015/lib/shared/components/activity/activity.component.js +5 -5
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +1 -1
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +3 -3
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +8 -16
- package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +5 -5
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +4 -4
- package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +5 -5
- package/esm2015/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.js +3 -3
- package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +2 -2
- package/esm2015/lib/shared/components/event-start/event-guard/event-start.guard.js +2 -2
- package/esm2015/lib/shared/components/palette/address/address-option.model.js +4 -7
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +4 -4
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +12 -5
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +24 -15
- package/esm2015/lib/shared/components/palette/case-file-view/index.js +1 -2
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +2 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +1 -1
- package/esm2015/lib/shared/components/palette/collection/collection-create-checker.service.js +5 -5
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +17 -6
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +3 -3
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -6
- package/esm2015/lib/shared/components/palette/index.js +2 -1
- package/esm2015/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.js +2 -2
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases.model.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -2
- package/esm2015/lib/shared/components/palette/linked-cases/services/linked-cases.service.js +2 -3
- package/esm2015/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.js +3 -4
- package/esm2015/lib/shared/components/palette/order-summary/fee.model.js +1 -1
- package/esm2015/lib/shared/components/palette/order-summary/order-summary.model.js +1 -1
- package/esm2015/lib/shared/components/palette/palette.module.js +30 -7
- package/esm2015/lib/shared/components/palette/palette.service.js +5 -3
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +2 -2
- package/esm2015/lib/shared/components/palette/utils/date.pipe.js +4 -4
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +2 -2
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +3 -3
- package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +3 -3
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +3 -7
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +1 -1
- package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.js +1 -1
- package/esm2015/lib/shared/domain/case-view/case-view.model.js +1 -1
- package/esm2015/lib/shared/domain/case-view/role-assignment-response.model.js +1 -1
- package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
- package/esm2015/lib/shared/domain/definition/case-field.model.js +6 -3
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/domain/organisation/organisation-converter.js +8 -8
- package/esm2015/lib/shared/domain/user/user-info.model.js +1 -1
- package/esm2015/lib/shared/fixture/case-field-builder.js +13 -13
- package/esm2015/lib/shared/fixture/shared.test.fixture.js +27 -27
- package/esm2015/lib/shared/pipes/complex/{cdd-page-fields.pipe.js → ccd-page-fields.pipe.js} +3 -3
- package/esm2015/lib/shared/pipes/complex/index.js +2 -2
- package/esm2015/lib/shared/services/activity/activity.polling.service.js +2 -2
- package/esm2015/lib/shared/services/activity/activity.service.js +9 -18
- package/esm2015/lib/shared/services/addresses/address-parser.js +5 -5
- package/esm2015/lib/shared/services/case-fields/format-translator.service.js +2 -2
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +2 -2
- package/esm2015/lib/shared/services/common-data-service/common-data-service.js +2 -2
- package/esm2015/lib/shared/services/definitions/definitions.service.js +3 -8
- package/esm2015/lib/shared/services/fields/fields.purger.js +15 -15
- package/esm2015/lib/shared/services/fields/fields.utils.js +4 -4
- package/esm2015/lib/shared/services/form/field-type-sanitiser.js +16 -1
- package/esm2015/lib/shared/services/form/form-value.service.js +1 -2
- package/esm2015/lib/shared/services/loading/loading.service.js +2 -7
- package/esm2015/lib/shared/services/search/search.service.js +5 -10
- package/esm2015/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.js +5 -5
- package/esm2015/lib/shared/services/window/window.service.js +1 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +507 -362
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/header/header-bar/header-bar.component.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-data.module.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +2 -2
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/work-allocation.service.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
- package/lib/shared/components/palette/address/address-option.model.d.ts.map +1 -1
- package/lib/shared/components/palette/address/write-address-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +5 -2
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/index.d.ts +0 -1
- package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/collection-create-checker.service.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts +1 -1
- package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -0
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts +4 -4
- package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/domain/linked-cases.model.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/order-summary/fee.model.d.ts.map +1 -1
- package/lib/shared/components/palette/order-summary/order-summary.model.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +60 -59
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/palette/text-area/write-text-area-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/date.pipe.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +1 -1
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts +1 -0
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-view.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/role-assignment-response.model.d.ts +1 -2
- package/lib/shared/domain/case-view/role-assignment-response.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/organisation/organisation-converter.d.ts.map +1 -1
- package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
- package/lib/shared/fixture/case-field-builder.d.ts +6 -6
- package/lib/shared/fixture/case-field-builder.d.ts.map +1 -1
- package/lib/shared/fixture/shared.test.fixture.d.ts +6 -6
- package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
- package/lib/shared/pipes/complex/{cdd-page-fields.pipe.d.ts → ccd-page-fields.pipe.d.ts} +1 -1
- package/lib/shared/pipes/complex/ccd-page-fields.pipe.d.ts.map +1 -0
- package/lib/shared/pipes/complex/index.d.ts +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +1 -1
- package/lib/shared/services/activity/activity.polling.service.d.ts.map +1 -1
- package/lib/shared/services/activity/activity.service.d.ts.map +1 -1
- package/lib/shared/services/addresses/address-parser.d.ts.map +1 -1
- package/lib/shared/services/common-data-service/common-data-service.d.ts.map +1 -1
- package/lib/shared/services/definitions/definitions.service.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.purger.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.utils.d.ts +0 -1
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/lib/shared/services/loading/loading.service.d.ts +1 -4
- package/lib/shared/services/loading/loading.service.d.ts.map +1 -1
- package/lib/shared/services/search/search.service.d.ts +0 -2
- package/lib/shared/services/search/search.service.d.ts.map +1 -1
- package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
- package/lib/shared/services/window/window.service.d.ts.map +1 -1
- package/package.json +2 -2
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +0 -72
- package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +0 -11
- package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +0 -1
- package/lib/shared/pipes/complex/cdd-page-fields.pipe.d.ts.map +0 -1
|
@@ -61,67 +61,68 @@ import * as i59 from "./organisation/write-organisation-complex-field.component"
|
|
|
61
61
|
import * as i60 from "./document/write-document-field.component";
|
|
62
62
|
import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
|
|
63
63
|
import * as i62 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
|
|
64
|
-
import * as i63 from "./
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./text
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "./
|
|
69
|
-
import * as i68 from "./
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./
|
|
72
|
-
import * as i71 from "./
|
|
73
|
-
import * as i72 from "./
|
|
74
|
-
import * as i73 from "./
|
|
75
|
-
import * as i74 from "./
|
|
76
|
-
import * as i75 from "./
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./
|
|
82
|
-
import * as i81 from "./case-
|
|
83
|
-
import * as i82 from "./
|
|
84
|
-
import * as i83 from "./case-file-view/
|
|
85
|
-
import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder
|
|
86
|
-
import * as i85 from "./case-file-view/components/
|
|
87
|
-
import * as i86 from "./case-file-view/components/
|
|
88
|
-
import * as i87 from "./case-file-view/components/case-file-view-folder-
|
|
89
|
-
import * as i88 from "./
|
|
90
|
-
import * as i89 from "./linked-cases/components/linked-cases-table/linked-cases-
|
|
91
|
-
import * as i90 from "./linked-cases/components/
|
|
92
|
-
import * as i91 from "./linked-cases/components/
|
|
93
|
-
import * as i92 from "./linked-cases/components/
|
|
94
|
-
import * as i93 from "./linked-cases/components/
|
|
95
|
-
import * as i94 from "./linked-cases/components/
|
|
96
|
-
import * as i95 from "
|
|
97
|
-
import * as i96 from "@angular/
|
|
98
|
-
import * as i97 from "@angular/
|
|
99
|
-
import * as i98 from "
|
|
100
|
-
import * as i99 from "
|
|
101
|
-
import * as i100 from "
|
|
102
|
-
import * as i101 from "
|
|
103
|
-
import * as i102 from "../../../components/
|
|
104
|
-
import * as i103 from "../../../components/
|
|
105
|
-
import * as i104 from "../../../components/
|
|
106
|
-
import * as i105 from "../../../components/
|
|
107
|
-
import * as i106 from "../../../components/
|
|
108
|
-
import * as i107 from "
|
|
109
|
-
import * as i108 from "
|
|
110
|
-
import * as i109 from "
|
|
111
|
-
import * as i110 from "@angular
|
|
112
|
-
import * as i111 from "@angular/material/
|
|
113
|
-
import * as i112 from "@angular/material/
|
|
114
|
-
import * as i113 from "@angular/material/
|
|
115
|
-
import * as i114 from "@angular/
|
|
116
|
-
import * as i115 from "@angular/cdk/
|
|
117
|
-
import * as i116 from "@
|
|
118
|
-
import * as i117 from "@
|
|
119
|
-
import * as i118 from "@
|
|
120
|
-
import * as i119 from "@
|
|
121
|
-
import * as i120 from "
|
|
64
|
+
import * as i63 from "./dynamic-multi-select-list/write-dynamic-multi-select-list-field.component";
|
|
65
|
+
import * as i64 from "./dynamic-multi-select-list/read-dynamic-multi-select-list-field.component";
|
|
66
|
+
import * as i65 from "./text/write-text-field.component";
|
|
67
|
+
import * as i66 from "./date/write-date-container-field.component";
|
|
68
|
+
import * as i67 from "./text-area/write-text-area-field.component";
|
|
69
|
+
import * as i68 from "./phone-uk/write-phone-uk-field.component";
|
|
70
|
+
import * as i69 from "./number/write-number-field.component";
|
|
71
|
+
import * as i70 from "./email/write-email-field.component";
|
|
72
|
+
import * as i71 from "./date/write-date-field.component";
|
|
73
|
+
import * as i72 from "./case-flag/write-case-flag-field.component";
|
|
74
|
+
import * as i73 from "./linked-cases/write-linked-cases-field.component";
|
|
75
|
+
import * as i74 from "./yes-no/write-yes-no-field.component";
|
|
76
|
+
import * as i75 from "./organisation/write-organisation-field.component";
|
|
77
|
+
import * as i76 from "./order-summary/write-order-summary-field.component";
|
|
78
|
+
import * as i77 from "./money-gbp/write-money-gbp-field.component";
|
|
79
|
+
import * as i78 from "./multi-select-list/write-multi-select-list-field.component";
|
|
80
|
+
import * as i79 from "./fixed-list/write-fixed-list-field.component";
|
|
81
|
+
import * as i80 from "./fixed-radio-list/write-fixed-radio-list-field.component";
|
|
82
|
+
import * as i81 from "./case-link/write-case-link-field.component";
|
|
83
|
+
import * as i82 from "./collection/write-collection-field.component";
|
|
84
|
+
import * as i83 from "./case-file-view/case-file-view-field.component";
|
|
85
|
+
import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
|
|
86
|
+
import * as i85 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
|
|
87
|
+
import * as i86 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
|
|
88
|
+
import * as i87 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
|
|
89
|
+
import * as i88 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
|
|
90
|
+
import * as i89 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
|
|
91
|
+
import * as i90 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
|
|
92
|
+
import * as i91 from "./linked-cases/components/before-you-start/before-you-start.component";
|
|
93
|
+
import * as i92 from "./linked-cases/components/link-cases/link-cases.component";
|
|
94
|
+
import * as i93 from "./linked-cases/components/check-your-answers/check-your-answers.component";
|
|
95
|
+
import * as i94 from "./linked-cases/components/unlink-cases/unlink-cases.component";
|
|
96
|
+
import * as i95 from "./linked-cases/components/no-linked-cases/no-linked-cases.component";
|
|
97
|
+
import * as i96 from "@angular/common";
|
|
98
|
+
import * as i97 from "@angular/router";
|
|
99
|
+
import * as i98 from "@angular/forms";
|
|
100
|
+
import * as i99 from "../../commons/case-edit-data/case-edit-data.module";
|
|
101
|
+
import * as i100 from "./utils/utils.module";
|
|
102
|
+
import * as i101 from "../../pipes/pipes.module";
|
|
103
|
+
import * as i102 from "../../../components/banners/banners.module";
|
|
104
|
+
import * as i103 from "../../../components/header/headers.module";
|
|
105
|
+
import * as i104 from "../../../components/footer/footers.module";
|
|
106
|
+
import * as i105 from "../../../components/body/body.module";
|
|
107
|
+
import * as i106 from "../../../components/form/form.module";
|
|
108
|
+
import * as i107 from "../../../components/tabs/tabs.module";
|
|
109
|
+
import * as i108 from "../../directives/substitutor/label-substitutor.module";
|
|
110
|
+
import * as i109 from "ngx-md";
|
|
111
|
+
import * as i110 from "@angular-material-components/datetime-picker";
|
|
112
|
+
import * as i111 from "@angular/material/form-field";
|
|
113
|
+
import * as i112 from "@angular/material/input";
|
|
114
|
+
import * as i113 from "@angular/material/datepicker";
|
|
115
|
+
import * as i114 from "@angular/material/autocomplete";
|
|
116
|
+
import * as i115 from "@angular/cdk/tree";
|
|
117
|
+
import * as i116 from "@angular/cdk/overlay";
|
|
118
|
+
import * as i117 from "@hmcts/ccpay-web-component";
|
|
119
|
+
import * as i118 from "@nicky-lenaers/ngx-scroll-to";
|
|
120
|
+
import * as i119 from "@angular/material/dialog";
|
|
121
|
+
import * as i120 from "@hmcts/media-viewer";
|
|
122
|
+
import * as i121 from "../../services/loading/loading.module";
|
|
122
123
|
export declare class PaletteModule {
|
|
123
124
|
static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
|
|
124
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.
|
|
125
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent], [typeof i96.CommonModule, typeof i97.RouterModule, typeof i98.FormsModule, typeof i98.ReactiveFormsModule, typeof i99.CaseEditDataModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i102.BannersModule, typeof i103.HeadersModule, typeof i104.FootersModule, typeof i105.BodyModule, typeof i106.FormModule, typeof i107.TabsModule, typeof i108.LabelSubstitutorModule, typeof i109.NgxMdModule, typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatTimepickerModule, typeof i110.NgxMatNativeDateModule, typeof i111.MatFormFieldModule, typeof i112.MatInputModule, typeof i113.MatDatepickerModule, typeof i114.MatAutocompleteModule, typeof i115.CdkTreeModule, typeof i116.OverlayModule, typeof i117.PaymentLibModule, typeof i118.ScrollToModule, typeof i119.MatDialogModule, typeof i120.MediaViewerModule, typeof i121.LoadingModule], [typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatNativeDateModule, typeof i110.NgxMatTimepickerModule, typeof i107.TabsModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent]>;
|
|
125
126
|
static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
|
|
126
127
|
}
|
|
127
128
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyLA,qBA2Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAsDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAGxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAsDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAGxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAqE7E,OAAO,CAAC,6BAA6B;iCA3E1B,cAAc;qCAAd,cAAc;CA4F1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-text-area-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/text-area/write-text-area-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IAGhF,OAAO,CAAC,QAAQ,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"write-text-area-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/text-area/write-text-area-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IAGhF,OAAO,CAAC,QAAQ,CAAC,cAAc;IAFpC,eAAe,EAAE,WAAW,CAAC;gBAEP,cAAc,EAAE,cAAc;IAIpD,QAAQ,IAAI,IAAI;IAIhB,QAAQ,CAAC,KAAK,KAAA,GAAG,IAAI;iCAXjB,2BAA2B;2CAA3B,2BAA2B;CAkBvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/date.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAGpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;;AAElG,qBAGa,QAAS,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"date.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/date.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAGpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;;AAElG,qBAGa,QAAS,YAAW,aAAa;IAYhC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAXxC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAC8F;IAExI,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAE5B;IAEF;;;OAGG;gBAC0B,WAAW,EAAE,uBAAuB;IAG1D,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM;IAyDvE,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,OAAO;IAgBf,OAAO,CAAC,OAAO;IAUf,OAAO,CAAC,KAAK;IAIb,OAAO,CAAC,GAAG;iCAnHA,QAAQ;uCAAR,QAAQ;CAuHpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workbasket-filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAA0B,MAAM,iBAAiB,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,2DAA2D,CAAC;;AAMzG,qBAKa,0BAA2B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"workbasket-filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conditional-show.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/domain/conditional-show.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"conditional-show.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/domain/conditional-show.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAIxE,qBAAa,aAAa;IA+JL,SAAS,EAAE,MAAM;IA9JpC,gBAAuB,oBAAoB,QAAQ;IACnD,gBAAuB,gBAAgB,OAAO;IAC9C,gBAAuB,QAAQ,cAAc;IAC7C,OAAO,CAAC,MAAM,CAAC,aAAa,CAAoC;IAChE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAiB;IAC7D,OAAO,CAAC,MAAM,CAAC,aAAa,CAAgB;IAC5C,OAAO,CAAC,UAAU,CAAM;WAEV,wBAAwB,CAAC,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM;IAkBzF,OAAO,CAAC,MAAM,CAAC,+BAA+B;IAoB9C,OAAO,CAAC,MAAM,CAAC,iBAAiB;WAiBlB,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,aAAa;IAS3D,OAAO,CAAC,MAAM,CAAC,QAAQ;IAWvB,OAAO,CAAC,MAAM,CAAC,aAAa;IAqB5B;;;;;;;OAOG;WACW,kBAAkB,CAAC,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;gBA8C7E,SAAS,EAAE,MAAM;IAM7B,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IAIpD,OAAO,CAAC,cAAc;IAmBf,oBAAoB,CAAC,aAAa,EAAE,SAAS,EAAE,GAAG,OAAO;IAIhE;;;;;;OAMG;IACI,kBAAkB,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;CAG5D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"condition-parser.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/services/condition-parser.service.ts"],"names":[],"mappings":"AAKA,qBAAa,eAAe;
|
|
1
|
+
{"version":3,"file":"condition-parser.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/services/condition-parser.service.ts"],"names":[],"mappings":"AAKA,qBAAa,eAAe;IAC1B;;;;OAIG;WACW,KAAK,CAAC,SAAS,EAAE,MAAM,GAAG,GAAG;IAM3C;;;;OAIG;WACW,QAAQ,CAAC,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IAiC9E,OAAO,CAAC,MAAM,CAAC,YAAY;IAO3B,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAYrC,OAAO,CAAC,MAAM,CAAC,QAAQ;IAQvB,OAAO,CAAC,MAAM,CAAC,aAAa;IAK5B,OAAO,CAAC,MAAM,CAAC,QAAQ;IAWvB,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAkB/B,OAAO,CAAC,MAAM,CAAC,mBAAmB;IASlC,OAAO,CAAC,MAAM,CAAC,0BAA0B;IAUzC,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAWjC,OAAO,CAAC,MAAM,CAAC,QAAQ;IAKvB,OAAO,CAAC,MAAM,CAAC,4BAA4B;IAe3C,OAAO,CAAC,MAAM,CAAC,wCAAwC;IASvD,OAAO,CAAC,MAAM,CAAC,mCAAmC;IAmBlD,OAAO,CAAC,MAAM,CAAC,cAAc;IAO7B,OAAO,CAAC,MAAM,CAAC,aAAa;CAG7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-file-view-document.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-document.model.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"case-file-view-document.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-document.model.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,IAAI,CAAC;CAC/B"}
|
package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-tree-node.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,gBAAgB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,oBAAoB,CAAC;IAE3B,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"document-tree-node.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,gBAAgB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,oBAAoB,CAAC;IAE3B,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAEjC,IACW,kBAAkB,WAe5B;IAEM,qBAAqB;IA0BrB,sBAAsB;IA0B7B,IAAW,YAAY,IAAI,gBAAgB,EAAE,CAoB5C;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-view.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,qBAAa,QAAQ;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE;QAChB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE;YACZ,EAAE,EAAE,MAAM,CAAC;YACX,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,CAAC,EAAE,MAAM,CAAA;SACrB,CAAC;QACF,YAAY,CAAC,EAAE,OAAO,CAAA;KACvB,CAAC;IACK,KAAK,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB,CAAC;IACK,QAAQ,EAAE,MAAM,EAAE,CAAC;IAEnB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE;QACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACvB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAC;
|
|
1
|
+
{"version":3,"file":"case-view.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,qBAAa,QAAQ;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE;QAChB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE;YACZ,EAAE,EAAE,MAAM,CAAC;YACX,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,CAAC,EAAE,MAAM,CAAA;SACrB,CAAC;QACF,YAAY,CAAC,EAAE,OAAO,CAAA;KACvB,CAAC;IACK,KAAK,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB,CAAC;IACK,QAAQ,EAAE,MAAM,EAAE,CAAC;IAEnB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE;QACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACvB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAC;IACK,SAAS,CAAC,EAAE,KAAK,CAAC;CAC1B"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { RequestedRole } from './role-request.model';
|
|
2
|
-
import { RoleRequest } from './role-request.model';
|
|
1
|
+
import { RequestedRole, RoleRequest } from './role-request.model';
|
|
3
2
|
export interface RoleAssignmentResponse {
|
|
4
3
|
roleRequest: RoleRequest;
|
|
5
4
|
requestedRoles: RequestedRole[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-assignment-response.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-assignment-response.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"role-assignment-response.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-assignment-response.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAElE,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-request.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-request.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"role-request.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-request.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,kBAAkB,CAAC;IACnC,SAAS,EAAE,qBAAqB,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,oBAAY,YAAY,GAAG,UAAU,GAAG,kBAAkB,GAAG,OAAO,GAAG,cAAc,GAAG,SAAS,GAAG,MAAM,CAAC;AAE3G,oBAAY,qBAAqB,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,CAAC;AAElG,oBAAY,kBAAkB,GAAG,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;AAErE,oBAAY,QAAQ,GAAG,cAAc,GAAG,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-field.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-field.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,SAAS,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAM;IAE7B,IACW,KAAK,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"case-field.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-field.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,SAAS,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAM;IAE7B,IACW,KAAK,IAAI,GAAG,CAQtB;IAED,IAAW,KAAK,CAAC,KAAK,EAAE,GAAG,EAa1B;IAED,IACW,UAAU,IAAI,GAAG,CAM3B;IAED,IAAW,UAAU,CAAC,KAAK,EAAE,GAAG,EAE/B;IAED,IACW,mBAAmB,IAAI,MAAM,CAQvC;IAED,IACW,qBAAqB,IAAI,MAAM,CAQzC;IAGM,gBAAgB;IAKhB,cAAc;IAKd,UAAU;IAMV,UAAU;IAMV,WAAW;IAMX,YAAY,IAAI,OAAO;IAKvB,SAAS,IAAI,OAAO;IAKpB,SAAS,IAAI,OAAO;IAWpB,UAAU,IAAI,OAAO;IAKrB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,SAAK,EAAE,YAAY,SAAK,GAAI,MAAM;CAYzG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'Complex' | 'Collection' | 'MultiSelectList' | 'Document' | 'Label' | 'AddressGlobal' | 'AddressGlobalUK' | 'AddressUK' | 'CasePaymentHistoryViewer' | 'CaseHistoryViewer' | 'Organisation' | 'WaysToPay' | 'ComponentLauncher' | 'Flags' | 'FlagDetail' | 'FlagLauncher' | 'CaseFlag' | 'JudicialUserField';
|
|
1
|
+
export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'DynamicMultiSelectList' | 'Complex' | 'Collection' | 'MultiSelectList' | 'Document' | 'Label' | 'AddressGlobal' | 'AddressGlobalUK' | 'AddressUK' | 'CasePaymentHistoryViewer' | 'CaseHistoryViewer' | 'Organisation' | 'WaysToPay' | 'ComponentLauncher' | 'Flags' | 'FlagDetail' | 'FlagLauncher' | 'CaseFlag' | 'JudicialUserField';
|
|
2
2
|
//# sourceMappingURL=field-type-enum.model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,mBAAmB,GACnB,OAAO,GACP,YAAY,GACZ,cAAc,GACd,UAAU,GACV,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,wBAAwB,GACxB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,mBAAmB,GACnB,OAAO,GACP,YAAY,GACZ,cAAc,GACd,UAAU,GACV,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation-converter.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/organisation/organisation-converter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;;AAEtE,qBACa,qBAAqB;
|
|
1
|
+
{"version":3,"file":"organisation-converter.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/organisation/organisation-converter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;;AAEtE,qBACa,qBAAqB;IAChC,OAAO,CAAC,MAAM,CAAC,eAAe;IAYvB,yBAAyB,CAAC,iBAAiB,EAAE,cAAc,GAAG,uBAAuB;iCAbjF,qBAAqB;qCAArB,qBAAqB;CAoBjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-info.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/user/user-info.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,WAAW,QAAQ;IACvB,GAAG,CAAC,EAAE,MAAM,CAAE;IACd,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"user-info.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/user/user-info.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,WAAW,QAAQ;IACvB,GAAG,CAAC,EAAE,MAAM,CAAE;IACd,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B"}
|
|
@@ -5,15 +5,15 @@ export declare class CaseFieldBuilder {
|
|
|
5
5
|
static create(): CaseFieldBuilder;
|
|
6
6
|
withACLs(acls: AccessControlList[]): CaseFieldBuilder;
|
|
7
7
|
withId(id: string): CaseFieldBuilder;
|
|
8
|
-
withFieldType(
|
|
9
|
-
withDisplayContext(
|
|
10
|
-
withDisplayContextParameter(
|
|
8
|
+
withFieldType(fieldType: FieldType): CaseFieldBuilder;
|
|
9
|
+
withDisplayContext(displayContext: string): CaseFieldBuilder;
|
|
10
|
+
withDisplayContextParameter(displayContextParameter: string): CaseFieldBuilder;
|
|
11
11
|
withHidden(hidden: boolean): CaseFieldBuilder;
|
|
12
|
-
withHintText(
|
|
12
|
+
withHintText(hintText: string): CaseFieldBuilder;
|
|
13
13
|
withLabel(label: string): CaseFieldBuilder;
|
|
14
14
|
withOrder(order: number): CaseFieldBuilder;
|
|
15
|
-
withSecurityLabel(
|
|
16
|
-
withShowCondition(
|
|
15
|
+
withSecurityLabel(securityLabel: string): CaseFieldBuilder;
|
|
16
|
+
withShowCondition(showCondition: string): CaseFieldBuilder;
|
|
17
17
|
withShowSummaryContentOption(option: number): CaseFieldBuilder;
|
|
18
18
|
withValue(value: any): CaseFieldBuilder;
|
|
19
19
|
withListValue(value: any): CaseFieldBuilder;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-field-builder.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/fixture/case-field-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AAEnF,qBAAa,gBAAgB;IAE3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA8B;WAC1C,MAAM,IAAI,gBAAgB;IAIjC,QAAQ,CAAC,IAAI,EAAE,iBAAiB,EAAE,GAAG,gBAAgB;IAKrD,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,gBAAgB;IAKpC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"case-field-builder.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/fixture/case-field-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AAEnF,qBAAa,gBAAgB;IAE3B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA8B;WAC1C,MAAM,IAAI,gBAAgB;IAIjC,QAAQ,CAAC,IAAI,EAAE,iBAAiB,EAAE,GAAG,gBAAgB;IAKrD,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,gBAAgB;IAKpC,aAAa,CAAC,SAAS,EAAE,SAAS,GAAG,gBAAgB;IAKrD,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,gBAAgB;IAK5D,2BAA2B,CAAC,uBAAuB,EAAE,MAAM,GAAG,gBAAgB;IAK9E,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,gBAAgB;IAK7C,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,gBAAgB;IAKhD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB;IAK1C,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB;IAK1C,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,gBAAgB;IAK1D,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,gBAAgB;IAK1D,4BAA4B,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB;IAK9D,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,gBAAgB;IAKvC,aAAa,CAAC,KAAK,EAAE,GAAG,GAAG,gBAAgB;IAK3C,KAAK,IAAI,SAAS;CAG1B"}
|
|
@@ -10,16 +10,16 @@ import { FieldType } from '../domain/definition/field-type.model';
|
|
|
10
10
|
import { FixedListItem } from '../domain/definition/fixed-list-item.model';
|
|
11
11
|
import { CaseFieldBuilder } from './case-field-builder';
|
|
12
12
|
export declare const textFieldType: () => FieldType;
|
|
13
|
-
export declare const createCaseEventTrigger: (id: string, name: string,
|
|
14
|
-
export declare const aCaseField: (id: string, label: string, type: FieldTypeEnum,
|
|
13
|
+
export declare const createCaseEventTrigger: (id: string, name: string, caseId: string, showSummary: boolean, caseFields: CaseField[], wizardPages?: any[], canSaveDraft?: boolean) => CaseEventTrigger;
|
|
14
|
+
export declare const aCaseField: (id: string, label: string, type: FieldTypeEnum, displayContext: string, showSummaryContentOption: number, typeComplexFields?: CaseField[], retainHiddenValue?: boolean, hidden?: boolean) => CaseField;
|
|
15
15
|
export declare const createWizardPage: (id: string, label: string, order: number, wizardPageFields: WizardPageField[], caseFields: CaseField[], showCondition: string, parsedShowCondition?: ShowCondition) => WizardPage;
|
|
16
16
|
export declare const createWizardPageField: (id: string, order: number, pageColumnNumber: number, complexFieldOverrides?: ComplexFieldOverride[]) => WizardPageField;
|
|
17
17
|
export declare const createComplexFieldOverride: (id: string, order: number, displayContext: string, label: string, hint: string, showCondition: string) => ComplexFieldOverride;
|
|
18
18
|
export declare const createHiddenComplexFieldOverride: (id: string) => ComplexFieldOverride;
|
|
19
|
-
export declare const createCaseField: (id: string, label: string, hint: string, fieldType: FieldType,
|
|
20
|
-
export declare const newCaseField: (id: string, label: string, hint: string, fieldType: FieldType,
|
|
21
|
-
export declare const createFieldType: (typeId: string, type: FieldTypeEnum,
|
|
19
|
+
export declare const createCaseField: (id: string, label: string, hint: string, fieldType: FieldType, displayContext: string, order?: any, showCondition?: any, acls?: AccessControlList[], hidden?: boolean) => CaseField;
|
|
20
|
+
export declare const newCaseField: (id: string, label: string, hint: string, fieldType: FieldType, displayContext: string, order?: any) => CaseFieldBuilder;
|
|
21
|
+
export declare const createFieldType: (typeId: string, type: FieldTypeEnum, complexFields?: CaseField[], collectionFieldType?: FieldType) => FieldType;
|
|
22
22
|
export declare const createFixedListFieldType: (typeId: string, fixedListItems?: FixedListItem[]) => FieldType;
|
|
23
23
|
export declare const createMultiSelectListFieldType: (typeId: string, fixedListItems?: FixedListItem[]) => FieldType;
|
|
24
|
-
export declare const createACL: (role: string,
|
|
24
|
+
export declare const createACL: (role: string, aclCreate: boolean, aclRead: boolean, aclUpdate: boolean, aclDelete: boolean) => AccessControlList;
|
|
25
25
|
//# sourceMappingURL=shared.test.fixture.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.test.fixture.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/fixture/shared.test.fixture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2EAA2E,CAAC;AACjH,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,QAAO,SAMhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,OAAQ,MAAM,QACJ,MAAM,
|
|
1
|
+
{"version":3,"file":"shared.test.fixture.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/fixture/shared.test.fixture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2EAA2E,CAAC;AACjH,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,QAAO,SAMhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,OAAQ,MAAM,QACJ,MAAM,UACJ,MAAM,eACD,OAAO,cACR,SAAS,EAAE,kDAEA,gBAY7D,CAAC;AAEF,eAAO,MAAM,UAAU,OAAQ,MAAM,SACH,MAAM,QACP,aAAa,kBACH,MAAM,4BACI,MAAM,sBACb,SAAS,EAAE,sBACV,OAAO,WAClB,OAAO,KAAG,SAc7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAQ,MAAM,SACH,MAAM,SACN,MAAM,oBACK,eAAe,EAAE,cACvB,SAAS,EAAE,iBACR,MAAM,wBACA,aAAa,KAAU,UAU5E,CAAC;AAEF,eAAO,MAAM,qBAAqB,OAAQ,MAAM,SACH,MAAM,oBACK,MAAM,0BACD,oBAAoB,EAAE,KAAQ,eAO1F,CAAC;AAEF,eAAO,MAAM,0BAA0B,OAAQ,MAAM,SACH,MAAM,kBACG,MAAM,SACf,MAAM,QACP,MAAM,iBACG,MAAM,KAAG,oBAQlE,CAAC;AAEF,eAAO,MAAM,gCAAgC,OAAQ,MAAM,KAAG,oBAK7D,CAAC;AAEF,eAAO,MAAM,eAAe,OAAQ,MAAM,SACH,MAAM,QACP,MAAM,aACD,SAAS,kBACJ,MAAM,2CAGhB,iBAAiB,EAAE,WAChB,OAAO,KAAG,SAalD,CAAC;AAEF,eAAO,MAAM,YAAY,OAAQ,MAAM,SACH,MAAM,QACP,MAAM,aACD,SAAS,kBACJ,MAAM,kBACF,gBAShD,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,MAAM,QACR,aAAa,kBACJ,SAAS,EAAE,wBACL,SAAS,KAAe,SAO5E,CAAC;AAEF,eAAO,MAAM,wBAAwB,WAAY,MAAM,mBACE,aAAa,EAAE,KAAQ,SAM/E,CAAC;AAEF,eAAO,MAAM,8BAA8B,WAAY,MAAM,mBACE,aAAa,EAAE,KAAQ,SAMrF,CAAC;AAEF,eAAO,MAAM,SAAS,SAAU,MAAM,aACD,OAAO,WACT,OAAO,aACL,OAAO,aACP,OAAO,KAAG,iBAQ9C,CAAC"}
|
|
@@ -8,4 +8,4 @@ export declare class CcdPageFieldsPipe implements PipeTransform {
|
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDef<CcdPageFieldsPipe, never>;
|
|
9
9
|
static ɵpipe: i0.ɵɵPipeDefWithMeta<CcdPageFieldsPipe, "ccdPageFields">;
|
|
10
10
|
}
|
|
11
|
-
//# sourceMappingURL=
|
|
11
|
+
//# sourceMappingURL=ccd-page-fields.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ccd-page-fields.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/complex/ccd-page-fields.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;;AAEpD,qBAGa,iBAAkB,YAAW,aAAa;IAC9C,SAAS,CAAC,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,SAAS,GAAG,SAAS;iCAD5D,iBAAiB;uCAAjB,iBAAiB;CA2B7B"}
|
|
@@ -2,6 +2,6 @@ export * from './ccd-collection-table-value-case-fields.pipe';
|
|
|
2
2
|
export * from './ccd-cyapage-label-filter.pipe';
|
|
3
3
|
export * from './ccd-read-fields-filter.pipe';
|
|
4
4
|
export * from './ccd-tab-fields.pipe';
|
|
5
|
-
export * from './
|
|
5
|
+
export * from './ccd-page-fields.pipe';
|
|
6
6
|
export * from './fields-filter.pipe';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -6,7 +6,7 @@ import * as i4 from "./complex/ccd-collection-table-value-case-fields.pipe";
|
|
|
6
6
|
import * as i5 from "./complex/ccd-cyapage-label-filter.pipe";
|
|
7
7
|
import * as i6 from "./complex/ccd-read-fields-filter.pipe";
|
|
8
8
|
import * as i7 from "./complex/ccd-tab-fields.pipe";
|
|
9
|
-
import * as i8 from "./complex/
|
|
9
|
+
import * as i8 from "./complex/ccd-page-fields.pipe";
|
|
10
10
|
import * as i9 from "./link-cases-reason-code/ccd-link-cases-reason-code.pipe";
|
|
11
11
|
import * as i10 from "./link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe";
|
|
12
12
|
import * as i11 from "@angular/common";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity.polling.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/activity/activity.polling.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAS,UAAU,EAAE,OAAO,EAAgB,MAAM,MAAM,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAGrD,qBACa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"activity.polling.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/activity/activity.polling.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAS,UAAU,EAAE,OAAO,EAAgB,MAAM,MAAM,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAGrD,qBACa,sBAAsB;IAQrB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAAmB,OAAO,CAAC,QAAQ,CAAC,MAAM;IAAU,OAAO,CAAC,QAAQ,CAAC,MAAM;IAPvH,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAwC;IACxE,OAAO,CAAC,oBAAoB,CAAM;IAClC,OAAO,CAAC,0BAA0B,CAAe;IACjD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAW;IACtC,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAAS;IAChD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAS;gBAEhB,eAAe,EAAE,eAAe,EAAmB,MAAM,EAAE,MAAM,EAAmB,MAAM,EAAE,iBAAiB;IAU1I,IAAW,SAAS,IAAI,OAAO,CAE9B;IAEM,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,QAAQ,CAAC;IA+B1F,WAAW;IAMX,aAAa,IAAI,IAAI;IAWrB,cAAc,CAAC,GAAG,OAAO,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC;IAQ5D,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC;IAIxD,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI/D,SAAS,CAAC,mBAAmB,CAAC,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC,GAAG,IAAI;IAsB7E,OAAO,CAAC,YAAY;iCA5GT,sBAAsB;qCAAtB,sBAAsB;CAwHlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activity.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/activity/activity.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AAEhE,OAAO,EAAoB,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;;AAGnD,qBACa,eAAe;IAKxB,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IANxC,WAAkB,aAAa,WAAqB;IACpD,WAAkB,aAAa,WAAqB;gBAGjC,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB,EAC5B,qBAAqB,EAAE,qBAAqB;IAG/D,IAAW,SAAS,IAAI,OAAO,CAE9B;IACD,gBAAuB,oBAAoB,OAAO;IAElD,OAAO,CAAC,cAAc,CAAsB;IAE5C,OAAO,CAAC,MAAM,CAAC,eAAe;IAQvB,UAAU,IAAI,WAAW;
|
|
1
|
+
{"version":3,"file":"activity.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/activity/activity.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAC;AAEhE,OAAO,EAAoB,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;;AAGnD,qBACa,eAAe;IAKxB,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IANxC,WAAkB,aAAa,WAAqB;IACpD,WAAkB,aAAa,WAAqB;gBAGjC,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB,EAC5B,qBAAqB,EAAE,qBAAqB;IAG/D,IAAW,SAAS,IAAI,OAAO,CAE9B;IACD,gBAAuB,oBAAoB,OAAO;IAElD,OAAO,CAAC,cAAc,CAAsB;IAE5C,OAAO,CAAC,MAAM,CAAC,eAAe;IAQvB,UAAU,IAAI,WAAW;IAUzB,aAAa,CAAC,GAAG,MAAM,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC;IAc1D,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,UAAU,CAAC,QAAQ,EAAE,CAAC;IAetE,sBAAsB,IAAI,IAAI;IAWrC,OAAO,CAAC,WAAW;iCA3ER,eAAe;qCAAf,eAAe;CA8E3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"address-parser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/addresses/address-parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAGpE;;;;GAIG;AACF,qBAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"address-parser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/addresses/address-parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAGpE;;;;GAIG;AACF,qBAAa,aAAa;IAClB,KAAK,CAAC,OAAO,EAAE,GAAG;IAYzB,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,iBAAiB;IAYzB,OAAO,CAAC,sBAAsB;IAQ9B,OAAO,CAAC,qBAAqB;IAI7B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,wBAAwB;CAGjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common-data-service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/common-data-service/common-data-service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"common-data-service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/common-data-service/common-data-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;;AAEtC,MAAM,WAAW,eAAe;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,wBAAwB;IACvC,cAAc,EAAE,eAAe,EAAE,CAAC;CACnC;AAED,qBACa,iBAAiB;IAEhB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,UAAU;IAEtC,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,wBAAwB,CAAC;iCAJzD,iBAAiB;qCAAjB,iBAAiB;CAU7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/definitions/definitions.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,iBAAiB,IAAI,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;;AAEnD,qBACa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"definitions.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/definitions/definitions.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,OAAO,EAAE,iBAAiB,IAAI,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;;AAEnD,qBACa,kBAAkB;IACjB,OAAO,CAAC,QAAQ,CAAC,IAAI;IAAe,OAAO,CAAC,QAAQ,CAAC,SAAS;gBAA7C,IAAI,EAAE,WAAW,EAAmB,SAAS,EAAE,SAAS;IAE9E,YAAY,CAAC,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;IAOhF,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;iCAVxD,kBAAkB;qCAAlB,kBAAkB;CAiB9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fields.purger.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/fields/fields.purger.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAInE,OAAO,EAAE,MAAM,EAAE,MAAM,kDAAkD,CAAC;AAE1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAErE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAG7C,qBACa,YAAY;IAEX,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAAX,WAAW,EAAE,WAAW;IAE9C,iBAAiB,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,GAAG,IAAI;IAKtH,OAAO,CAAC,oCAAoC;IAY5C,OAAO,CAAC,qCAAqC;
|
|
1
|
+
{"version":3,"file":"fields.purger.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/fields/fields.purger.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAInE,OAAO,EAAE,MAAM,EAAE,MAAM,kDAAkD,CAAC;AAE1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAErE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAG7C,qBACa,YAAY;IAEX,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAAX,WAAW,EAAE,WAAW;IAE9C,iBAAiB,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,GAAG,IAAI;IAKtH,OAAO,CAAC,oCAAoC;IAY5C,OAAO,CAAC,qCAAqC;IAkB7C,OAAO,CAAC,4BAA4B;IAoBpC,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,gCAAgC;IAIxC,OAAO,CAAC,oBAAoB;IAI5B,OAAO,CAAC,qBAAqB;IAI7B,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,UAAU;IAuElB,OAAO,CAAC,SAAS;IAOjB,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,QAAQ;IAKhB,OAAO,CAAC,UAAU;IAIlB;;;;;;;;;;OAUG;IACI,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,SAAS,GAAG,IAAI;IA2G9F;;;;;OAKG;IACI,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,GAAG,EAAE;iCAxSrC,YAAY;qCAAZ,YAAY;CA+SxB"}
|
|
@@ -14,7 +14,6 @@ export declare class FieldsUtils {
|
|
|
14
14
|
static readonly SERVER_RESPONSE_FIELD_TYPE_DYNAMIC_LIST_TYPE: FieldTypeEnum[];
|
|
15
15
|
static convertToCaseField(obj: any): CaseField;
|
|
16
16
|
static toValuesMap(caseFields: CaseField[]): any;
|
|
17
|
-
static getType(elem: any): string;
|
|
18
17
|
static isObject(elem: any): boolean;
|
|
19
18
|
static isNonEmptyObject(elem: any): boolean;
|
|
20
19
|
static isArray(elem: any): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fields.utils.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/fields/fields.utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEpF,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mEAAmE,CAAC;AAC/G,OAAO,EAAc,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AAG/G,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAW,QAAQ,EAAE,SAAS,EAAE,aAAa,EAAiB,SAAS,EAAE,MAAM,cAAc,CAAC;;AAIlI,qBACa,WAAW;
|
|
1
|
+
{"version":3,"file":"fields.utils.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/fields/fields.utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,7 @@ export declare class FieldTypeSanitiser {
|
|
|
6
6
|
static readonly FIELD_TYPE_COLLECTION: FieldTypeEnum;
|
|
7
7
|
static readonly FIELD_TYPE_DYNAMIC_LIST: FieldTypeEnum;
|
|
8
8
|
static readonly FIELD_TYPE_DYNAMIC_RADIO_LIST: FieldTypeEnum;
|
|
9
|
+
static readonly FIELD_TYPE_DYNAMIC_MULTISELECT_LIST: FieldTypeEnum;
|
|
9
10
|
/**
|
|
10
11
|
* This method finds dynamiclists in a form and replaces their string
|
|
11
12
|
* values, with a JSON object, as below:
|
|
@@ -21,6 +22,7 @@ export declare class FieldTypeSanitiser {
|
|
|
21
22
|
* @param data The data in the form.
|
|
22
23
|
*/
|
|
23
24
|
sanitiseLists(caseFields: CaseField[], data: any): void;
|
|
25
|
+
private convertArrayToDynamicListOutput;
|
|
24
26
|
private convertStringToDynamicListOutput;
|
|
25
27
|
private getListItems;
|
|
26
28
|
static ɵfac: i0.ɵɵFactoryDef<FieldTypeSanitiser, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAE9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;
|
|
1
|
+
{"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAE9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;IACzF,gBAAuB,mCAAmC,EAAE,aAAa,CAA4B;IACrG;;;;;;;;;;;;;OAaG;IACK,aAAa,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG;IA8BxD,OAAO,CAAC,+BAA+B;IAcvC,OAAO,CAAC,gCAAgC;IAcxC,OAAO,CAAC,YAAY;iCA9ET,kBAAkB;qCAAlB,kBAAkB;CA0F9B"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare
|
|
4
|
-
get isLoading(): Observable<boolean>;
|
|
5
|
-
}
|
|
6
|
-
export declare class LoadingService implements HasLoadingState {
|
|
3
|
+
export declare class LoadingService {
|
|
7
4
|
private readonly registered;
|
|
8
5
|
private readonly loading;
|
|
9
6
|
get isLoading(): Observable<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loading.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/loading/loading.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,UAAU,EAAE,MAAM,MAAM,CAAC;;AAGnD,
|
|
1
|
+
{"version":3,"file":"loading.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/loading/loading.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,UAAU,EAAE,MAAM,MAAM,CAAC;;AAGnD,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;IACxD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAE/D,IAAW,SAAS,IAAI,UAAU,CAAC,OAAO,CAAC,CAE1C;IAEM,QAAQ,IAAI,MAAM;IAOlB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAKtC,OAAO,CAAC,aAAa;iCApBV,cAAc;qCAAd,cAAc;CAwB1B"}
|