This should at least fix#10793 because of a memory leak fix in Serilog.Sinks.Map 1.0.2. Also updated the rest for good measure.
Note that Serilog.Sinks.File is not upgraded to the latest version because it is a new major (4.1.0 -> 5.0.0). Also note that Serilog.Filters.Expressions is deprecated and should be replaced by Serilog.Expressions. I considered both out of scope for this fix.
* Fix JS error when using the hide search function in treepicker
* updates with same defensive change from original pr - only explores child.children after confirming the child indeed has children
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Use member group icon as default icon
* Make pickers consistent using member group entity icon
* Remove unused functions
* Use vm
* Use original getSelected() function
* Include clear function again
* Fix merge conflict
* Remove comment - remove function is requested from <umb-node-preview> in view
* Remove comment - wasn't used, but intend to use in PR 10096 to use property actions to clear member group picker
* Replace angular.forEach with Utilities.forEach
* Use localizeMany to localize translations in a single request
* Replace angular.forEach
* Replace angular.forEach in mocks
* Remove unusable method
* Fixes#10746 by removing the recursive call ending in an infinite loop
Also: the culture is already known, don't take the `CurrentUICulture`
(cherry picked from commit cb06442de4)
* Remove unusable method
* Fixes#10746 by removing the recursive call ending in an infinite loop
Also: the culture is already known, don't take the `CurrentUICulture`
Fixes#10708 by removing the `inert` attribute on `#mainWrapper` when `editorService.closeAll()` is called.
This code is necessary because when close all is called, there is no editor passed, and so `removeEditor` is never called, and so the `focusLockService.removeInertAttribute();` method isn't called. I add to the if block that handles the close all code instead.
(cherry picked from commit 1f4cc81af8)
Fixes#10708 by removing the `inert` attribute on `#mainWrapper` when `editorService.closeAll()` is called.
This code is necessary because when close all is called, there is no editor passed, and so `removeEditor` is never called, and so the `focusLockService.removeInertAttribute();` method isn't called. I add to the if block that handles the close all code instead.