You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/dist/2913-2913.js.map

1 line
8.0 KiB
Plaintext

{"version":3,"file":"2913-2913.js?v=1ccb2adaaea884424d3c","mappings":"2JAGIA,E,MAA0B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,4DAItC,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,iEAAiE,MAAQ,GAAG,SAAW,wBAAwB,eAAiB,CAAC,y8DAAo8D,WAAa,MAEhnE,S,yCCXA,I,kEAMA,MCNqQ,GDMtPC,EAAAA,EAAAA,IAAgB,CAC3BC,WAAY,CACRC,QAAOA,EAAAA,GAEXC,OAAQ,CAACC,EAAAA,GACTC,MAAO,CACHC,eAAgB,CACZC,KAAMC,SACNC,UAAU,IAGlBC,QAAS,CACLC,YAAAA,GACI,IAEI,KAAKL,gBACT,CACA,MAAOM,IACHC,EAAAA,EAAAA,KAAUC,EAAAA,EAAAA,IAAE,WAAY,8BACxBC,EAAAA,EAAOC,MAAMJ,EACjB,CACJ,K,uIEhBJK,EAAU,CAAC,EAEfA,EAAQC,kBAAoB,IAC5BD,EAAQE,cAAgB,IAElBF,EAAQG,OAAS,SAAc,KAAM,QAE3CH,EAAQI,OAAS,IACjBJ,EAAQK,mBAAqB,IAEhB,IAAI,IAASL,GAKJ,KAAW,IAAQM,QAAS,IAAQA,OCP1D,SAXgB,E,SAAA,GACd,GHTW,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAgC,OAAtBF,EAAIG,MAAMC,YAAmBF,EAAG,UAAUF,EAAIK,GAAG,CAACC,YAAY,kBAAkBC,MAAM,CAAC,gBAAgBP,EAAIQ,aAAa,gBAAgBR,EAAIS,aAAa,QAAS,EAAK,YAAYT,EAAIU,SAAS,cAAcV,EAAIW,YAAYC,GAAG,CAAC,IAAMZ,EAAIb,eAAe,UAAUa,EAAIa,YAAW,GACvV,GACsB,IGUpB,EACA,KACA,WACA,MAI8B,O","sources":["webpack:///nextcloud/apps/comments/src/views/ActivityCommentAction.vue?vue&type=style&index=0&id=fffab6ae&prod&scoped=true&lang=css","webpack:///nextcloud/apps/comments/src/views/ActivityCommentAction.vue","webpack:///nextcloud/apps/comments/src/views/ActivityCommentAction.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/comments/src/views/ActivityCommentAction.vue?f51b","webpack://nextcloud/./apps/comments/src/views/ActivityCommentAction.vue?55c5"],"sourcesContent":["// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `\n.comments-action[data-v-fffab6ae] {\n\tpadding: 0;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/comments/src/views/ActivityCommentAction.vue\"],\"names\":[],\"mappings\":\";AAmEA;CACA,UAAA;AACA\",\"sourcesContent\":[\"<!--\\n - @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>\\n -\\n - @author Ferdinand Thiessen <opensource@fthiessen.de>\\n -\\n - @license AGPL-3.0-or-later\\n -\\n - This program is free software: you can redistribute it and/or modify\\n - it under the terms of the GNU Affero General Public License as\\n - published by the Free Software Foundation, either version 3 of the\\n - License, or (at your option) any later version.\\n -\\n - This program is distributed in the hope that it will be useful,\\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\\n - GNU Affero General Public License for more details.\\n -\\n - You should have received a copy of the GNU Affero General Public License\\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\\n -\\n -->\\n\\n<template>\\n\\t<Comment v-bind=\\\"editorData\\\"\\n\\t\\t:auto-complete=\\\"autoComplete\\\"\\n\\t\\t:resource-type=\\\"resourceType\\\"\\n\\t\\t:editor=\\\"true\\\"\\n\\t\\t:user-data=\\\"userData\\\"\\n\\t\\t:resource-id=\\\"resourceId\\\"\\n\\t\\tclass=\\\"comments-action\\\"\\n\\t\\t@new=\\\"onNewComment\\\" />\\n</template>\\n\\n<script lang=\\\"ts\\\">\\nimport { defineComponent } from 'vue'\\nimport Comment from '../components/Comment.vue'\\nimport CommentView from '../mixins/CommentView.js'\\nimport logger from '../logger'\\nimport { showError } from '@nextcloud/dialogs'\\nimport { translate as t } from '@nextcloud/l10n'\\n\\nexport default defineComponent({\\n\\tcomponents: {\\n\\t\\tComment,\\n\\t},\\n\\tmixins: [CommentView],\\n\\tprops: {\\n\\t\\treloadCallback: {\\n\\t\\t\\ttype: Function,\\n\\t\\t\\trequired: true,\\n\\t\\t},\\n\\t},\\n\\tmethods: {\\n\\t\\tonNewComment() {\\n\\t\\t\\ttry {\\n\\t\\t\\t\\t// just force reload\\n\\t\\t\\t\\tthis.reloadCallback()\\n\\t\\t\\t} catch (e) {\\n\\t\\t\\t\\tshowError(t('comments', 'Could not