First, we divide all patterns of how balls can be distributed into two groups:
group of patterns A, when an urn has $3$ balls in it,
and group if patterns B, when two urns have two balls in it.
Examine the group A, there are following patterns in it:
$3$ white balls in a “big” urn,
$2$ white, $1$ black balls,
$1$ white, $2$ black,
$3$ black.
What is left for the other $9$ urns in these cases?
We can calculate the number of ways how to distribute these $9$ balls between $9$ urns. Each urn has exactly one ball, so the answer is $9\choose3$ in the first and fourth case and $9\choose4$ in the second and third.
There are $10$ ways to choose a big urn. So the number of ways in the first group of patterns is $$10\times\left(2\times{9\choose3}+2\times{9\choose4}\right)=$$
$$=10\times(168+252)=4200.$$
Now, let us consider the group B. We choose two big urns ($10\choose2$ ways to do that). Then there are the following patterns of what can be in these two big urns:
$4$ black balls,
$3$ black balls and $1$ white ball ($2$ ways to choose an urn for it),
$2$ black and $2$ white balls ($3$ ways to choose how they are distributed between two big urns; black balls can go $2-0$, $1-1$, or $0-2$),
$1$ black, $3$ white ($2$ ways),
$4$ white balls.
The other $8$ urns have the following $8$ balls in these cases:
$2$ black, $6$ white,
$3$ black, $5$ white,
$4$ black, $4$ white,
$5$ black, $3$ white,
$6$ black, $2$ white.
The number of ways to distribute these $8$ balls are $\binom82$, $\binom83$, $\binom84$, $\binom83$, $\binom82$, respectively.
Then the number of ways is
$$\binom{10}2\times\left( 2\times\binom82+ 2\times2\times\binom83 +3\times\binom84\right)=$$
$$=45\times(56+224+210)=45\times490=22050.$$
The final answer is then
$$ 4200+ 22050=26250.$$