| | |
| | | watch, |
| | | } from 'vue'; |
| | | |
| | | import { usePriorityValues, useSimpleLocale } from '..\..\..\..\composables\src'; |
| | | import { Expand, Shrink } from '..\..\..\..\base\icons\src'; |
| | | import { usePriorityValues, useSimpleLocale } from '../../../../composables/src'; |
| | | import { Expand, Shrink } from '../../../../base/icons/src'; |
| | | import { |
| | | Dialog, |
| | | DialogContent, |
| | |
| | | VbenIconButton, |
| | | VbenLoading, |
| | | VisuallyHidden, |
| | | } from '..\..\..\shadcn-ui\src'; |
| | | import { ELEMENT_ID_MAIN_CONTENT } from '..\..\..\..\base\shared\src\constants'; |
| | | import { globalShareState } from '..\..\..\..\base\shared\src\global-state'; |
| | | import { cn } from '..\..\..\..\base\shared\src\utils'; |
| | | } from '../../../shadcn-ui/src'; |
| | | import { ELEMENT_ID_MAIN_CONTENT } from '../../../../base/shared/src/constants'; |
| | | import { globalShareState } from '../../../../base/shared/src/global-state'; |
| | | import { cn } from '../../../../base/shared/src/utils'; |
| | | |
| | | import { useModalDraggable } from './use-modal-draggable'; |
| | | |