Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-06 11:02:42 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-08-06 11:44:32 +0300
commit9c82ad4fe3a62e4844b1ba1d47db8336d66dc9c8 (patch)
tree2478e2cdcb33d551ab68703b278b2db05d3880bd /js/files-modal.js.map
parent5458e8230720311a5780c7e942ec49521288479c (diff)
Always make sure to get the latest sendable steps when retrying
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'js/files-modal.js.map')
-rw-r--r--js/files-modal.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/files-modal.js.map b/js/files-modal.js.map
index 7ace4c0ff..77f98a3b7 100644
--- a/js/files-modal.js.map
+++ b/js/files-modal.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./src/components/PublicFilesEditor.vue?974b","webpack:///./src/components/PublicFilesEditor.vue?32fb","webpack:///src/components/PublicFilesEditor.vue","webpack:///./src/components/PublicFilesEditor.vue"],"names":["components_PublicFilesEditorvue_type_script_lang_js_","name","components","Modal","a","EditorWrapper","Promise","all","__webpack_require__","e","then","bind","props","fileId","type","Number","default","relativePath","String","active","Boolean","shareToken","mimeType","computed","fileName","this","substring","lastIndexOf","methods","close","component","Object","componentNormalizer","_vm","_h","$createElement","_c","_self","attrs","title","on","file-id","relative-path","share-token","mime","_e","__webpack_exports__"],"mappings":"kGAAA,I,SCAiMA,ECgCjM,CACAC,KAAA,cACAC,WAAA,CACAC,M,OAAAC,EACAC,cAAA,kBAAAC,QAAAC,IAAA,CAAAC,EAAAC,EAAA,GAAAD,EAAAC,EAAA,KAAAD,EAAAC,EAAA,OAAAC,KAAAF,EAAAG,KAAA,YAEAC,MAAA,CACAC,OAAA,CACAC,KAAAC,OACAC,QAAA,MAEAC,aAAA,CACAH,KAAAI,OACAF,QAAA,MAEAG,OAAA,CACAL,KAAAM,QACAJ,SAAA,GAEAK,WAAA,CACAP,KAAAI,OACAF,QAAA,MAEAM,SAAA,CACAR,KAAAI,OACAF,QAAA,OAGAO,SAAA,CACAC,SADA,WAEA,OAAAC,KAAAR,aAAAS,UAAAD,KAAAR,aAAAU,YAAA,UAGAC,QAAA,CACAC,MADA,WAEAJ,KAAAN,QAAA,K,OC5DIW,EAAYC,OAAAC,EAAA,EAAAD,CACd/B,EHRW,WAAa,IAAIiC,EAAIR,KAASS,EAAGD,EAAIE,eAAmBC,EAAGH,EAAII,MAAMD,IAAIF,EAAG,OAAQD,EAAU,OAAEG,EAAG,QAAQ,CAACE,MAAM,CAACC,MAAQN,EAAIT,UAAUgB,GAAG,CAACX,MAAQI,EAAIJ,QAAQ,CAACO,EAAG,iBAAiB,CAACE,MAAM,CAACG,UAAUR,EAAIpB,OAAO6B,gBAAgBT,EAAIhB,aAAaE,OAASc,EAAId,OAAOwB,cAAcV,EAAIZ,WAAWuB,KAAOX,EAAIX,aAAa,GAAGW,EAAIY,MAC3T,IGUpB,EACA,KACA,KACA,MAIaC,EAAA,QAAAhB,E","file":"files-modal.js?v=986e72d81829213dae1e","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.active)?_c('modal',{attrs:{\"title\":_vm.fileName},on:{\"close\":_vm.close}},[_c('editor-wrapper',{attrs:{\"file-id\":_vm.fileId,\"relative-path\":_vm.relativePath,\"active\":_vm.active,\"share-token\":_vm.shareToken,\"mime\":_vm.mimeType}})],1):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PublicFilesEditor.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PublicFilesEditor.vue?vue&type=script&lang=js&\"","<!--\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n -\n - @author Julius Härtl <jus@bitgrid.net>\n -\n - @license GNU AGPL version 3 or any later version\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<modal v-if=\"active\" :title=\"fileName\" @close=\"close\">\n\t\t<editor-wrapper :file-id=\"fileId\" :relative-path=\"relativePath\" :active=\"active\"\n\t\t\t:share-token=\"shareToken\" :mime=\"mimeType\" />\n\t</modal>\n</template>\n\n<script>\nimport Modal from 'nextcloud-vue/dist/Components/Modal'\n\nexport default {\n\tname: 'FilesEditor',\n\tcomponents: {\n\t\tModal,\n\t\tEditorWrapper: () => import(/* webpackChunkName: \"editor\" */'./EditorWrapper')\n\t},\n\tprops: {\n\t\tfileId: {\n\t\t\ttype: Number,\n\t\t\tdefault: null\n\t\t},\n\t\trelativePath: {\n\t\t\ttype: String,\n\t\t\tdefault: null\n\t\t},\n\t\tactive: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false\n\t\t},\n\t\tshareToken: {\n\t\t\ttype: String,\n\t\t\tdefault: null\n\t\t},\n\t\tmimeType: {\n\t\t\ttype: String,\n\t\t\tdefault: null\n\t\t}\n\t},\n\tcomputed: {\n\t\tfileName() {\n\t\t\treturn this.relativePath.substring(this.relativePath.lastIndexOf('/') + 1)\n\t\t}\n\t},\n\tmethods: {\n\t\tclose() {\n\t\t\tthis.active = false\n\t\t}\n\t}\n}\n</script>\n","import { render, staticRenderFns } from \"./PublicFilesEditor.vue?vue&type=template&id=0d9a5d54&\"\nimport script from \"./PublicFilesEditor.vue?vue&type=script&lang=js&\"\nexport * from \"./PublicFilesEditor.vue?vue&type=script&lang=js&\"\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 null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./src/components/PublicFilesEditor.vue?974b","webpack:///./src/components/PublicFilesEditor.vue?32fb","webpack:///src/components/PublicFilesEditor.vue","webpack:///./src/components/PublicFilesEditor.vue"],"names":["components_PublicFilesEditorvue_type_script_lang_js_","name","components","Modal","a","EditorWrapper","Promise","all","__webpack_require__","e","then","bind","props","fileId","type","Number","default","relativePath","String","active","Boolean","shareToken","mimeType","computed","fileName","this","substring","lastIndexOf","methods","close","component","Object","componentNormalizer","_vm","_h","$createElement","_c","_self","attrs","title","on","file-id","relative-path","share-token","mime","_e","__webpack_exports__"],"mappings":"kGAAA,I,SCAiMA,ECgCjM,CACAC,KAAA,cACAC,WAAA,CACAC,M,OAAAC,EACAC,cAAA,kBAAAC,QAAAC,IAAA,CAAAC,EAAAC,EAAA,GAAAD,EAAAC,EAAA,KAAAD,EAAAC,EAAA,OAAAC,KAAAF,EAAAG,KAAA,YAEAC,MAAA,CACAC,OAAA,CACAC,KAAAC,OACAC,QAAA,MAEAC,aAAA,CACAH,KAAAI,OACAF,QAAA,MAEAG,OAAA,CACAL,KAAAM,QACAJ,SAAA,GAEAK,WAAA,CACAP,KAAAI,OACAF,QAAA,MAEAM,SAAA,CACAR,KAAAI,OACAF,QAAA,OAGAO,SAAA,CACAC,SADA,WAEA,OAAAC,KAAAR,aAAAS,UAAAD,KAAAR,aAAAU,YAAA,UAGAC,QAAA,CACAC,MADA,WAEAJ,KAAAN,QAAA,K,OC5DIW,EAAYC,OAAAC,EAAA,EAAAD,CACd/B,EHRW,WAAa,IAAIiC,EAAIR,KAASS,EAAGD,EAAIE,eAAmBC,EAAGH,EAAII,MAAMD,IAAIF,EAAG,OAAQD,EAAU,OAAEG,EAAG,QAAQ,CAACE,MAAM,CAACC,MAAQN,EAAIT,UAAUgB,GAAG,CAACX,MAAQI,EAAIJ,QAAQ,CAACO,EAAG,iBAAiB,CAACE,MAAM,CAACG,UAAUR,EAAIpB,OAAO6B,gBAAgBT,EAAIhB,aAAaE,OAASc,EAAId,OAAOwB,cAAcV,EAAIZ,WAAWuB,KAAOX,EAAIX,aAAa,GAAGW,EAAIY,MAC3T,IGUpB,EACA,KACA,KACA,MAIaC,EAAA,QAAAhB,E","file":"files-modal.js?v=774056b6f63765f2d385","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.active)?_c('modal',{attrs:{\"title\":_vm.fileName},on:{\"close\":_vm.close}},[_c('editor-wrapper',{attrs:{\"file-id\":_vm.fileId,\"relative-path\":_vm.relativePath,\"active\":_vm.active,\"share-token\":_vm.shareToken,\"mime\":_vm.mimeType}})],1):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PublicFilesEditor.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PublicFilesEditor.vue?vue&type=script&lang=js&\"","<!--\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n -\n - @author Julius Härtl <jus@bitgrid.net>\n -\n - @license GNU AGPL version 3 or any later version\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<modal v-if=\"active\" :title=\"fileName\" @close=\"close\">\n\t\t<editor-wrapper :file-id=\"fileId\" :relative-path=\"relativePath\" :active=\"active\"\n\t\t\t:share-token=\"shareToken\" :mime=\"mimeType\" />\n\t</modal>\n</template>\n\n<script>\nimport Modal from 'nextcloud-vue/dist/Components/Modal'\n\nexport default {\n\tname: 'FilesEditor',\n\tcomponents: {\n\t\tModal,\n\t\tEditorWrapper: () => import(/* webpackChunkName: \"editor\" */'./EditorWrapper')\n\t},\n\tprops: {\n\t\tfileId: {\n\t\t\ttype: Number,\n\t\t\tdefault: null\n\t\t},\n\t\trelativePath: {\n\t\t\ttype: String,\n\t\t\tdefault: null\n\t\t},\n\t\tactive: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false\n\t\t},\n\t\tshareToken: {\n\t\t\ttype: String,\n\t\t\tdefault: null\n\t\t},\n\t\tmimeType: {\n\t\t\ttype: String,\n\t\t\tdefault: null\n\t\t}\n\t},\n\tcomputed: {\n\t\tfileName() {\n\t\t\treturn this.relativePath.substring(this.relativePath.lastIndexOf('/') + 1)\n\t\t}\n\t},\n\tmethods: {\n\t\tclose() {\n\t\t\tthis.active = false\n\t\t}\n\t}\n}\n</script>\n","import { render, staticRenderFns } from \"./PublicFilesEditor.vue?vue&type=template&id=0d9a5d54&\"\nimport script from \"./PublicFilesEditor.vue?vue&type=script&lang=js&\"\nexport * from \"./PublicFilesEditor.vue?vue&type=script&lang=js&\"\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 null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""} \ No newline at end of file