Updated AdminLTE to 3.04 assets, added search to side bar, added company select drop down on sidebar. removed extra delete under edit contact
This commit is contained in:
10
plugins/filterizr/getLayoutPositions.d.ts
vendored
Normal file
10
plugins/filterizr/getLayoutPositions.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Position } from './FilterItem';
|
||||
import FilterContainer from './FilterContainer';
|
||||
/**
|
||||
* Calculates and returns an array of objects representing
|
||||
* the next positions the FilterItems are supposed to assume.
|
||||
* @param layout name of helper method to be used
|
||||
* @param filterizr instance
|
||||
*/
|
||||
declare const getLayoutPositions: (layout: string, filterContainer: FilterContainer) => Position[];
|
||||
export default getLayoutPositions;
|
||||
Reference in New Issue
Block a user