File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171import AppContentList from ' @nextcloud/vue/dist/Components/NcAppContentList'
7272import ContactsListItem from ' ./ContactsList/ContactsListItem'
7373import VirtualList from ' vue-virtual-scroll-list'
74- import Actions from ' @nextcloud/vue/dist/Components/Actions '
75- import ActionButton from ' @nextcloud/vue/dist/Components/ActionButton '
74+ import Actions from ' @nextcloud/vue/dist/Components/NcActions '
75+ import ActionButton from ' @nextcloud/vue/dist/Components/NcActionButton '
7676import naturalCompare from ' string-natural-compare'
77- import Multiselect from ' @nextcloud/vue/dist/Components/Multiselect '
77+ import Multiselect from ' @nextcloud/vue/dist/Components/NcMultiselect '
7878
7979export default {
8080 name: ' ContactsList' ,
Original file line number Diff line number Diff line change 3636</template >
3737
3838<script >
39- import ActionCheckbox from ' @nextcloud/vue/dist/Components/ActionCheckbox '
39+ import ActionCheckbox from ' @nextcloud/vue/dist/Components/NcActionCheckbox '
4040import { NcListItem as ListItem } from ' @nextcloud/vue'
4141import BaseAvatar from ' @nextcloud/vue/dist/Components/NcAvatar'
4242
You can’t perform that action at this time.
0 commit comments