| | |
| | | <script setup lang="ts"> |
| | | import type { MenuRecordRaw } from '..\..\..\..\..\types\src'; |
| | | import type { MenuRecordRaw } from '../../../../../types/src'; |
| | | |
| | | import { nextTick, onMounted, ref, shallowRef, watch } from 'vue'; |
| | | import { useRouter } from 'vue-router'; |
| | | |
| | | import { SearchX, X } from '..\..\..\..\..\icons\src'; |
| | | import { $t } from '..\..\..\..\..\locales\src'; |
| | | import { mapTree, traverseTreeValues, uniqueByField } from '..\..\..\..\..\utils\src'; |
| | | import { SearchX, X } from '../../../../../icons/src'; |
| | | import { $t } from '../../../../../locales/src'; |
| | | import { mapTree, traverseTreeValues, uniqueByField } from '../../../../../utils/src'; |
| | | |
| | | import { VbenIcon, VbenScrollbar } from '..\..\..\..\..\@core\ui-kit\shadcn-ui\src'; |
| | | import { isHttpUrl } from '..\..\..\..\..\@core\base\shared\src\utils'; |
| | | import { VbenIcon, VbenScrollbar } from '../../../../../@core/ui-kit/shadcn-ui/src'; |
| | | import { isHttpUrl } from '../../../../../@core/base/shared/src/utils'; |
| | | |
| | | import { |
| | | onKeyStroke, |