documented `helpers` and `processing` submodules; fixed design errors in computedVuex, mapInstanceFields and helpers.isEqual
- computedVuex and mapInstanceFields signature changed
- documentation for adminui-vue
helpers
andprocessing
submodules -
helpers.isEqual
(used to check store is changed) for array elements returnfalse
in case length of array is not match. Before this changeshelpers.isEqual([1, 2], [2, 1, 1])
returnstrue