tnx-shared 5.1.472 → 5.1.474
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 +1 -13
- 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/crud/crud-form/crud-form.component.d.ts.map +1 -1
- package/esm2015/components/crud/crud-form/crud-form.component.js +2 -7
- package/esm2015/services/user.service.js +1 -8
- package/fesm2015/tnx-shared.js +1 -13
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -11644,13 +11644,6 @@
|
|
|
11644
11644
|
field: 'phoneNumber',
|
|
11645
11645
|
width: '110px'
|
|
11646
11646
|
}),
|
|
11647
|
-
new ColumnSchemaBase({
|
|
11648
|
-
field: 'donViChucVuStr',
|
|
11649
|
-
allowFilter: false,
|
|
11650
|
-
sort: false,
|
|
11651
|
-
includeSelect: false,
|
|
11652
|
-
width: '250px'
|
|
11653
|
-
})
|
|
11654
11647
|
];
|
|
11655
11648
|
};
|
|
11656
11649
|
return UserService;
|
|
@@ -14123,12 +14116,7 @@
|
|
|
14123
14116
|
}
|
|
14124
14117
|
}
|
|
14125
14118
|
else {
|
|
14126
|
-
|
|
14127
|
-
this.cleanModel(model[key]);
|
|
14128
|
-
}
|
|
14129
|
-
else {
|
|
14130
|
-
model[key] = undefined;
|
|
14131
|
-
}
|
|
14119
|
+
this.cleanModel(model[key]);
|
|
14132
14120
|
}
|
|
14133
14121
|
}
|
|
14134
14122
|
}
|