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},\\n\\t},\\n\\n\\tdata() {\\n\\t\\treturn {\\n\\t\\t\\tcommentMessage: '',\\n\\t\\t}\\n\\t},\\n\\n\\twatch: {\\n\\t\\tcomment() {\\n\\t\\t\\tthis.commentMessage = this.comment.props.message\\n\\t\\t},\\n\\t},\\n\\n\\tmounted() {\\n\\t\\tthis.commentMessage = this.comment.props.message\\n\\t},\\n\\n\\tmethods: {\\n\\t\\tt,\\n\\t},\\n}\\n</script>\\n\\n<style scoped>\\n.comments-activity {\\n\\tpadding: 0;\\n}\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('Comment',_vm._b({ref:\"comment\",staticClass:\"comments-activity\",attrs:{\"tag\":\"li\",\"auto-complete\":_vm.autoComplete,\"resource-type\":_vm.resourceType,\"message\":_vm.commentMessage,\"resource-id\":_vm.resourceId,\"user-data\":_vm.genMentionsData(_vm.comment.props.mentions)},on:{\"delete\":function($event){return _vm.reloadCallback()}}},'Comment',_vm.comment.props,false))\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ActivityCommentEntry.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ActivityCommentEntry.vue?vue&type=script&lang=ts\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ActivityCommentEntry.vue?vue&type=style&index=0&id=188dae4a&prod&scoped=true&lang=css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ActivityCommentEntry.vue?vue&type=style&index=0&id=188dae4a&prod&scoped=true&lang=css\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./ActivityCommentEntry.vue?vue&type=template&id=188dae4a&scoped=true\"\nimport script from \"./ActivityCommentEntry.vue?vue&type=script&lang=ts\"\nexport * from \"./ActivityCommentEntry.vue?vue&type=script&lang=ts\"\nimport style0 from \"./ActivityCommentEntry.vue?vue&type=style&index=0&id=188dae4a&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"188dae4a\",\n null\n \n)\n\nexport default component.exports"],"names":["___CSS_LOADER_EXPORT___","push","module","id","name","components","Comment","mixins","CommentView","props","comment","type","Object","required","reloadCallback","Function","data","commentMessage","watch","message","mounted","methods","t","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","_vm","this","_c","_self","_b","ref","staticClass","attrs","autoComplete","resourceType","resourceId","genMentionsData","mentions","on","$event"],"sourceRoot":""}