What is arduino Uno's ADC input Current Min and Max?

Also the analog pins can source/sink current if set as output in software.

pinMode(A1, OUTPUT);

In such case, their current capacity is the same as the other digital pins, 40ma absolute max <30ma recommended.