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 reload comments'))\\n\\t\\t\\t\\tlogger.debug(e)\\n\\t\\t\\t}\\n\\t\\t},\\n\\t},\\n})\\n</script>\\n\\n<style scoped>\\n.comments-action {\\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,_setup=_vm._self._setupProxy;return _c('Comment',_vm._b({staticClass:\"comments-action\",attrs:{\"auto-complete\":_vm.autoComplete,\"resource-type\":_vm.resourceType,\"editor\":true,\"user-data\":_vm.userData,\"resource-id\":_vm.resourceId},on:{\"new\":_vm.onNewComment}},'Comment',_vm.editorData,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!./ActivityCommentAction.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!./ActivityCommentAction.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!./ActivityCommentAction.vue?vue&type=style&index=0&id=fffab6ae&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!./ActivityCommentAction.vue?vue&type=style&index=0&id=fffab6ae&prod&scoped=true&lang=css\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./ActivityCommentAction.vue?vue&type=template&id=fffab6ae&scoped=true\"\nimport script from \"./ActivityCommentAction.vue?vue&type=script&lang=ts\"\nexport * from \"./ActivityCommentAction.vue?vue&type=script&lang=ts\"\nimport style0 from \"./ActivityCommentAction.vue?vue&type=style&index=0&id=fffab6ae&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 \"fffab6ae\",\n null\n \n)\n\nexport default component.exports"],"names":["___CSS_LOADER_EXPORT___","push","module","id","defineComponent","components","Comment","mixins","CommentView","props","reloadCallback","type","Function","required","methods","onNewComment","e","showError","t","logger","debug","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","_vm","this","_c","_self","_setupProxy","_b","staticClass","attrs","autoComplete","resourceType","userData","resourceId","on","editorData"],"sourceRoot":""}