@acorex/components 16.19.8 → 16.19.9
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.
@@ -21,7 +21,8 @@ import moment from 'jalali-moment';
|
|
21
21
|
import { trigger, state, transition, style, animate } from '@angular/animations';
|
22
22
|
import * as i5 from '@angular/cdk/a11y';
|
23
23
|
import { A11yModule } from '@angular/cdk/a11y';
|
24
|
-
import
|
24
|
+
import * as lodash from 'lodash-es';
|
25
|
+
import { differenceBy, cloneDeep } from 'lodash-es';
|
25
26
|
import * as i1$4 from '@angular/router';
|
26
27
|
import { RouterModule } from '@angular/router';
|
27
28
|
|
@@ -11764,7 +11765,8 @@ class AXSearchBarComponent {
|
|
11764
11765
|
});
|
11765
11766
|
}
|
11766
11767
|
});
|
11767
|
-
this._items =
|
11768
|
+
this._items = lodash
|
11769
|
+
.chain(v)
|
11768
11770
|
.groupBy((x) => x.property.row)
|
11769
11771
|
.map((value, key) => ({ row: key, items: value }))
|
11770
11772
|
.value();
|