@hmcts/rpx-xui-common-lib 1.7.48-task-name-filter-v2 → 1.7.48-task-name-filter-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.
- package/bundles/hmcts-rpx-xui-common-lib.umd.js +0 -15
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/components/find-task-name/find-task-name.component.js +1 -4
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +1 -13
- package/esm2015/lib/services/task-name/task-name.service.js +1 -1
- package/esm5/lib/components/find-task-name/find-task-name.component.js +1 -4
- package/esm5/lib/components/generic-filter/generic-filter.component.js +1 -13
- package/esm5/lib/services/task-name/task-name.service.js +1 -1
- package/fesm2015/hmcts-rpx-xui-common-lib.js +0 -15
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/fesm5/hmcts-rpx-xui-common-lib.js +0 -15
- package/fesm5/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/find-task-name/find-task-name.component.d.ts +2 -2
- package/lib/components/generic-filter/generic-filter.component.d.ts +1 -1
- package/lib/services/task-name/task-name.service.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1224,18 +1224,6 @@
|
|
|
1224
1224
|
* @return {?}
|
|
1225
1225
|
*/
|
|
1226
1226
|
function (values, field) {
|
|
1227
|
-
// let keys;
|
|
1228
|
-
// if (!values) {
|
|
1229
|
-
// keys = Object.keys(this.form.get(field.name).value);
|
|
1230
|
-
// } else {
|
|
1231
|
-
// keys = Object.keys(values);
|
|
1232
|
-
// }
|
|
1233
|
-
// for (const key of keys) {
|
|
1234
|
-
// if (this.form.get(field.name) && this.form.get(field.name).get(key)) {
|
|
1235
|
-
// const value = values && values[key] ? values[key] : null;
|
|
1236
|
-
// this.form.get(field.name).get(key).patchValue(value);
|
|
1237
|
-
// }
|
|
1238
|
-
// }
|
|
1239
1227
|
this.form.get(field.name).patchValue(values);
|
|
1240
1228
|
};
|
|
1241
1229
|
/**
|
|
@@ -5686,8 +5674,6 @@
|
|
|
5686
5674
|
function () {
|
|
5687
5675
|
var _this = this;
|
|
5688
5676
|
this.findTaskNameControl = new forms.FormControl(this.selectedTaskName);
|
|
5689
|
-
console.log(this.findTaskNameControl);
|
|
5690
|
-
console.log(this.selectedTaskName);
|
|
5691
5677
|
this.findTaskNameGroup.addControl('findTaskNameControl', this.findTaskNameControl);
|
|
5692
5678
|
this.sub = this.findTaskNameControl.valueChanges
|
|
5693
5679
|
.pipe(operators.tap(( /**
|
|
@@ -5729,7 +5715,6 @@
|
|
|
5729
5715
|
* @return {?}
|
|
5730
5716
|
*/function (taskName) { return taskName; }));
|
|
5731
5717
|
}
|
|
5732
|
-
console.log(_this.filteredOptions);
|
|
5733
5718
|
_this.cd.detectChanges();
|
|
5734
5719
|
}));
|
|
5735
5720
|
};
|