@@ -79,7 +79,7 @@ import { mapGetters, mapState } from 'vuex'
|
|||||||
import { getCurrentUser } from '@nextcloud/auth'
|
import { getCurrentUser } from '@nextcloud/auth'
|
||||||
import { showError, showSuccess } from '@nextcloud/dialogs'
|
import { showError, showSuccess } from '@nextcloud/dialogs'
|
||||||
import { loadState } from '@nextcloud/initial-state'
|
import { loadState } from '@nextcloud/initial-state'
|
||||||
import debounce from 'lodash/debounce'
|
import debounce from 'lodash/debounce.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'SharingTabSidebar',
|
name: 'SharingTabSidebar',
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ import CommentForm from './CommentForm.vue'
|
|||||||
import { getCurrentUser } from '@nextcloud/auth'
|
import { getCurrentUser } from '@nextcloud/auth'
|
||||||
import md5 from 'blueimp-md5'
|
import md5 from 'blueimp-md5'
|
||||||
import relativeDate from '../../mixins/relativeDate.js'
|
import relativeDate from '../../mixins/relativeDate.js'
|
||||||
import ReplyIcon from 'vue-material-design-icons/Reply'
|
import ReplyIcon from 'vue-material-design-icons/Reply.vue'
|
||||||
|
|
||||||
const AtMention = {
|
const AtMention = {
|
||||||
name: 'AtMention',
|
name: 'AtMention',
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ import { NcActions, NcActionButton, NcModal } from '@nextcloud/vue'
|
|||||||
import { formatFileSize } from '@nextcloud/files'
|
import { formatFileSize } from '@nextcloud/files'
|
||||||
import { generateUrl } from '@nextcloud/router'
|
import { generateUrl } from '@nextcloud/router'
|
||||||
import { mapState, mapGetters } from 'vuex'
|
import { mapState, mapGetters } from 'vuex'
|
||||||
import PaperclipIcon from 'vue-material-design-icons/Paperclip'
|
import PaperclipIcon from 'vue-material-design-icons/Paperclip.vue'
|
||||||
|
|
||||||
const markdownIt = new MarkdownIt({
|
const markdownIt = new MarkdownIt({
|
||||||
linkify: true,
|
linkify: true,
|
||||||
@@ -100,7 +100,7 @@ markdownIt.use(MarkdownItLinkAttributes, {
|
|||||||
export default {
|
export default {
|
||||||
name: 'Description',
|
name: 'Description',
|
||||||
components: {
|
components: {
|
||||||
VueEasymde: () => import('vue-easymde/dist/VueEasyMDE.common'),
|
VueEasymde: () => import('vue-easymde/dist/VueEasyMDE.common.js'),
|
||||||
NcActions,
|
NcActions,
|
||||||
NcActionButton,
|
NcActionButton,
|
||||||
NcModal,
|
NcModal,
|
||||||
|
|||||||
@@ -94,8 +94,8 @@ import { generateUrl } from '@nextcloud/router'
|
|||||||
import { getCurrentUser } from '@nextcloud/auth'
|
import { getCurrentUser } from '@nextcloud/auth'
|
||||||
import { showUndo } from '@nextcloud/dialogs'
|
import { showUndo } from '@nextcloud/dialogs'
|
||||||
import '@nextcloud/dialogs/styles/toast.scss'
|
import '@nextcloud/dialogs/styles/toast.scss'
|
||||||
import ArchiveIcon from 'vue-material-design-icons/Archive'
|
import ArchiveIcon from 'vue-material-design-icons/Archive.vue'
|
||||||
import CardBulletedIcon from 'vue-material-design-icons/CardBulleted'
|
import CardBulletedIcon from 'vue-material-design-icons/CardBulleted.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'CardMenu',
|
name: 'CardMenu',
|
||||||
|
|||||||
@@ -140,8 +140,8 @@
|
|||||||
<script>
|
<script>
|
||||||
import { NcAppNavigationIconBullet, NcAppNavigationCounter, NcAppNavigationItem, NcColorPicker, NcActions, NcActionButton } from '@nextcloud/vue'
|
import { NcAppNavigationIconBullet, NcAppNavigationCounter, NcAppNavigationItem, NcColorPicker, NcActions, NcActionButton } from '@nextcloud/vue'
|
||||||
import ClickOutside from 'vue-click-outside'
|
import ClickOutside from 'vue-click-outside'
|
||||||
import ArchiveIcon from 'vue-material-design-icons/Archive'
|
import ArchiveIcon from 'vue-material-design-icons/Archive.vue'
|
||||||
import CloneIcon from 'vue-material-design-icons/ContentDuplicate'
|
import CloneIcon from 'vue-material-design-icons/ContentDuplicate.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'AppNavigationBoard',
|
name: 'AppNavigationBoard',
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
import { showError } from '@nextcloud/dialogs'
|
import { showError } from '@nextcloud/dialogs'
|
||||||
import { formatFileSize } from '@nextcloud/files'
|
import { formatFileSize } from '@nextcloud/files'
|
||||||
// eslint-disable-next-line import/no-unresolved, node/no-missing-import
|
// eslint-disable-next-line import/no-unresolved, n/no-missing-import
|
||||||
import PQueue from 'p-queue'
|
import PQueue from 'p-queue'
|
||||||
|
|
||||||
const queue = new PQueue({ concurrency: 2 })
|
const queue = new PQueue({ concurrency: 2 })
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
const stylelintConfig = require('@nextcloud/stylelint-config')
|
const stylelintConfig = require('@nextcloud/stylelint-config')
|
||||||
|
|
||||||
|
stylelintConfig.rules['selector-pseudo-element-no-unknown'][1].ignorePseudoElements.push('v-deep')
|
||||||
|
|
||||||
module.exports = stylelintConfig
|
module.exports = stylelintConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user