@maxtropy/v-components 0.1.4-beta.5 → 0.1.4-beta.7
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.
- package/dist/mx-vcomponents.es.js +3421 -3382
- package/dist/types/utils/lib.d.ts +2 -0
- package/package.json +1 -1
|
@@ -5,3 +5,5 @@ export declare function inserDataOfWeight(list: MenuItem[], data: MenuItem): voi
|
|
|
5
5
|
export declare function getThirdLevelPathToNodeMap(list?: MenuItemProps[]): Record<string, MenuItemProps>;
|
|
6
6
|
export declare function list2Tree(list: MenuItemProps[], parentId?: string): MenuItem[];
|
|
7
7
|
export declare function filterSearchWithKey(search: string, key: string): string;
|
|
8
|
+
export declare function getUrlSearch(path: string): string;
|
|
9
|
+
export declare function getSearchValueByKey(path: string, searchKey: string): string;
|