tnx-shared 5.3.420 → 5.3.422
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/tnx-shared.umd.js +3 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.d.ts.map +1 -1
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.js +6 -1
- package/fesm2015/tnx-shared.js +20 -17
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -47699,6 +47699,9 @@
|
|
|
47699
47699
|
this.setting.fieldSearchText = this.parentSetting.fieldSearchText;
|
|
47700
47700
|
this.setting.multipleCheckWhenClickRow = !this.isSingleSelection;
|
|
47701
47701
|
// Todo: HieuND
|
|
47702
|
+
if (this.control.baseService instanceof CanBoHoSoService) {
|
|
47703
|
+
this.datasourceFieldFilter = DatasourceFilterCanBo;
|
|
47704
|
+
}
|
|
47702
47705
|
this.control.columns.forEach(function (column) {
|
|
47703
47706
|
if (column.isDisplay) {
|
|
47704
47707
|
var newCol = new ColumnSchemaBase({
|