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/5632-5632.js.map

1 line
8.3 KiB
Plaintext

{"version":3,"file":"5632-5632.js?v=f16542372833977f05d1","mappings":"2JAGIA,E,MAA0B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,8DAItC,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,gEAAgE,MAAQ,GAAG,SAAW,wBAAwB,eAAiB,CAAC,8hEAAmiE,WAAa,MAE9sE,S,yCCXA,I,iCAGA,MCHoQ,EDGpQ,CACIC,KAAM,uBACNC,WAAY,CACRC,QAAOA,EAAAA,GAEXC,OAAQ,CAACC,EAAAA,GACTC,MAAO,CACHC,QAAS,CACLC,KAAMC,OACNC,UAAU,GAEdC,eAAgB,CACZH,KAAMI,SACNF,UAAU,IAGlBG,KAAIA,KACO,CACHC,eAAgB,KAGxBC,MAAO,CACHR,OAAAA,GACI,KAAKO,eAAiB,KAAKP,QAAQD,MAAMU,OAC7C,GAEJC,OAAAA,GACI,KAAKH,eAAiB,KAAKP,QAAQD,MAAMU,OAC7C,EACAE,QAAS,CACLC,EAACA,EAAAA,K,uIEtBLC,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,KAAqB,OAAOC,EAApBF,EAAIG,MAAMD,IAAa,UAAUF,EAAII,GAAG,CAACC,IAAI,UAAUC,YAAY,oBAAoBC,MAAM,CAAC,IAAM,KAAK,gBAAgBP,EAAIQ,aAAa,gBAAgBR,EAAIS,aAAa,QAAUT,EAAIb,eAAe,cAAca,EAAIU,WAAW,YAAYV,EAAIW,gBAAgBX,EAAIpB,QAAQD,MAAMiC,WAAWC,GAAG,CAAC,OAAS,SAASC,GAAQ,OAAOd,EAAIhB,gBAAgB,IAAI,UAAUgB,EAAIpB,QAAQD,OAAM,GAC1a,GACsB,IGUpB,EACA,KACA,WACA,MAI8B,O","sources":["webpack:///nextcloud/apps/comments/src/views/ActivityCommentEntry.vue?vue&type=style&index=0&id=188dae4a&prod&scoped=true&lang=css","webpack:///nextcloud/apps/comments/src/views/ActivityCommentEntry.vue","webpack:///nextcloud/apps/comments/src/views/ActivityCommentEntry.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/comments/src/views/ActivityCommentEntry.vue?f00f","webpack://nextcloud/./apps/comments/src/views/ActivityCommentEntry.vue?47b6"],"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-activity[data-v-188dae4a] {\n\tpadding: 0;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/comments/src/views/ActivityCommentEntry.vue\"],\"names\":[],\"mappings\":\";AAmFA;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 ref=\\\"comment\\\"\\n\\t\\ttag=\\\"li\\\"\\n\\t\\tv-bind=\\\"comment.props\\\"\\n\\t\\t:auto-complete=\\\"autoComplete\\\"\\n\\t\\t:resource-type=\\\"resourceType\\\"\\n\\t\\t:message=\\\"commentMessage\\\"\\n\\t\\t:resource-id=\\\"resourceId\\\"\\n\\t\\t:user-data=\\\"genMentionsData(comment.props.mentions)\\\"\\n\\t\\tclass=\\\"comments-activity\\\"\\n\\t\\t@delete=\\\"reloadCallback()\\\" />\\n</template>\\n\\n<script lang=\\\"ts\\\">\\nimport { translate as t } from '@nextcloud/l10n'\\n\\nimport Comment from '../components/Comment.vue'\\nimport CommentView from '../mixins/CommentView'\\n\\nexport default {\\n\\tname: 'ActivityCommentEntry',\\n\\n\\tcomponents: {\\n\\t\\tComment,\\n\\t},\\n\\n\\tmixins: [CommentView],\\n\\tprops: {\\n\\t\\tcomment: {\\n\\t\\t\\ttype: Object,\\n\\t\\t\\trequired: true,\\n\\t\\t},\\n\\t\\treloadCallback: {\\n\\t\\t\\ttype: Function,\\n\\t\\t\\trequired: true,\\n\\t\\t}