@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-complete-task → 6.16.0-query-management-complete-task-v1
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 +7 -4
- 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 +7 -1
- package/esm2015/lib/shared/components/palette/query-management/services/query-managment.service.js +5 -6
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +7 -4
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/services/query-managment.service.d.ts +2 -3
- package/lib/shared/components/palette/query-management/services/query-managment.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -21233,11 +21233,10 @@
|
|
|
21233
21233
|
}());
|
|
21234
21234
|
|
|
21235
21235
|
var QueryManagmentService = /** @class */ (function () {
|
|
21236
|
-
function QueryManagmentService(http, appConfig, errorService
|
|
21236
|
+
function QueryManagmentService(http, appConfig, errorService) {
|
|
21237
21237
|
this.http = http;
|
|
21238
21238
|
this.appConfig = appConfig;
|
|
21239
21239
|
this.errorService = errorService;
|
|
21240
|
-
this.alertService = alertService;
|
|
21241
21240
|
}
|
|
21242
21241
|
/**
|
|
21243
21242
|
* Call the API to complete a task.
|
|
@@ -21269,7 +21268,7 @@
|
|
|
21269
21268
|
};
|
|
21270
21269
|
return QueryManagmentService;
|
|
21271
21270
|
}());
|
|
21272
|
-
QueryManagmentService.ɵfac = function QueryManagmentService_Factory(t) { return new (t || QueryManagmentService)(i0__namespace.ɵɵinject(HttpService), i0__namespace.ɵɵinject(AbstractAppConfig), i0__namespace.ɵɵinject(HttpErrorService)
|
|
21271
|
+
QueryManagmentService.ɵfac = function QueryManagmentService_Factory(t) { return new (t || QueryManagmentService)(i0__namespace.ɵɵinject(HttpService), i0__namespace.ɵɵinject(AbstractAppConfig), i0__namespace.ɵɵinject(HttpErrorService)); };
|
|
21273
21272
|
QueryManagmentService.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: QueryManagmentService, factory: QueryManagmentService.ɵfac, providedIn: 'root' });
|
|
21274
21273
|
(function () {
|
|
21275
21274
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryManagmentService, [{
|
|
@@ -21277,7 +21276,7 @@
|
|
|
21277
21276
|
args: [{
|
|
21278
21277
|
providedIn: 'root'
|
|
21279
21278
|
}]
|
|
21280
|
-
}], function () { return [{ type: HttpService }, { type: AbstractAppConfig }, { type: HttpErrorService }
|
|
21279
|
+
}], function () { return [{ type: HttpService }, { type: AbstractAppConfig }, { type: HttpErrorService }]; }, null);
|
|
21281
21280
|
})();
|
|
21282
21281
|
|
|
21283
21282
|
function QueryCheckYourAnswersComponent_ng_container_2_Template(rf, ctx) {
|
|
@@ -30803,6 +30802,8 @@
|
|
|
30803
30802
|
CommonDataService,
|
|
30804
30803
|
JurisdictionService,
|
|
30805
30804
|
LinkedCasesService,
|
|
30805
|
+
HttpService,
|
|
30806
|
+
QueryManagmentService,
|
|
30806
30807
|
{ provide: i5$1.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
30807
30808
|
], imports: [[
|
|
30808
30809
|
i5.CommonModule,
|
|
@@ -31190,6 +31191,8 @@
|
|
|
31190
31191
|
CommonDataService,
|
|
31191
31192
|
JurisdictionService,
|
|
31192
31193
|
LinkedCasesService,
|
|
31194
|
+
HttpService,
|
|
31195
|
+
QueryManagmentService,
|
|
31193
31196
|
{ provide: i5$1.MAT_DATE_LOCALE, useValue: 'en-GB' }
|
|
31194
31197
|
],
|
|
31195
31198
|
entryComponents: [CaseFileViewFolderSelectorComponent]
|