@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-raise-query-trigger → 6.16.0-query-management-raise-query-trigger-v3

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.
@@ -21138,6 +21138,21 @@
21138
21138
  }] });
21139
21139
  })();
21140
21140
 
21141
+ var QueryManagementUtils = /** @class */ (function () {
21142
+ function QueryManagementUtils() {
21143
+ }
21144
+ QueryManagementUtils.extractCaseQueriesFromCaseField = function () {
21145
+ };
21146
+ return QueryManagementUtils;
21147
+ }());
21148
+ QueryManagementUtils.ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
21149
+ QueryManagementUtils.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
21150
+ (function () {
21151
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryManagementUtils, [{
21152
+ type: i0.Injectable
21153
+ }], null, null);
21154
+ })();
21155
+
21141
21156
  var partyMessagesMockData = [
21142
21157
  {
21143
21158
  partyName: 'John Smith - Appellant',
@@ -21258,21 +21273,6 @@
21258
21273
  }
21259
21274
  ];
21260
21275
 
21261
- var QueryManagementUtils = /** @class */ (function () {
21262
- function QueryManagementUtils() {
21263
- }
21264
- QueryManagementUtils.extractCaseQueriesFromCaseField = function () {
21265
- };
21266
- return QueryManagementUtils;
21267
- }());
21268
- QueryManagementUtils.ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
21269
- QueryManagementUtils.ɵprov = i0__namespace.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
21270
- (function () {
21271
- (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(QueryManagementUtils, [{
21272
- type: i0.Injectable
21273
- }], null, null);
21274
- })();
21275
-
21276
21276
  function ReadQueryManagementFieldComponent_ng_container_1_div_1_Template(rf, ctx) {
21277
21277
  if (rf & 1) {
21278
21278
  var _r5_1 = i0__namespace.ɵɵgetCurrentView();
@@ -34671,7 +34671,7 @@
34671
34671
  // Clone and sort tabs array
34672
34672
  this.sortedTabs = this.orderService.sort(this.caseDetails.tabs);
34673
34673
  this.caseFields = this.getTabFields();
34674
- // this.sortedTabs = this.sortTabFieldsAndFilterTabs(this.sortedTabs);
34674
+ this.sortedTabs = this.sortTabFieldsAndFilterTabs(this.sortedTabs);
34675
34675
  this.formGroup = this.buildFormGroup(this.caseFields);
34676
34676
  if (this.caseDetails.triggers && this.error) {
34677
34677
  this.resetErrors();