{"version":3,"sources":["webpack:///./resources/js/src/app/components/form/FormAttachment.vue?b834","webpack:///./resources/js/src/app/components/form/FormAttachment.vue?df89","webpack:///resources/js/src/app/components/form/FormAttachment.vue","webpack:///./resources/js/src/app/components/form/FormAttachment.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","directives","name","rawName","ref","staticClass","attrs","title","selectedFiles","for","formFieldId","_v","_s","label","isRequired","_e","class","disabled","on","click","$event","preventDefault","clearSelectedFiles","type","multiple","allowMultiple","id","allowedFileExtensions","trim","length","accept","change","collectFiles","_withStripped","component","options","__file"],"mappings":"kGAAA,IAAIA,EAAS,WACX,IAAIC,EAAMC,KACNC,EAAKF,EAAIG,eACTC,EAAKJ,EAAIK,MAAMD,IAAMF,EACzB,OAAOE,EACL,QACA,CACEE,WAAY,CAAC,CAAEC,KAAM,UAAWC,QAAS,cACzCC,IAAK,YACLC,YAAa,wBACbC,MAAO,CAAE,cAAe,UAAWC,MAAOZ,EAAIa,gBAEhD,CACET,EAAG,QAAS,CAAEO,MAAO,CAAEG,IAAKd,EAAIe,cAAiB,CAC/Cf,EAAIgB,GAAG,aAAehB,EAAIiB,GAAGjB,EAAIkB,QACjClB,EAAImB,WAAaf,EAAG,OAAQ,CAACJ,EAAIgB,GAAG,OAAShB,EAAIoB,OAEnDpB,EAAIgB,GAAG,KACPZ,EACE,OACA,CACEM,YAAa,qBACbW,MAAO,CAAEC,WAAYtB,EAAIa,eACzBF,MAAO,CAAE,eAAgB,8BAE3B,CAACX,EAAIgB,GAAG,aAAehB,EAAIiB,GAAGjB,EAAIa,eAAiB,YAErDb,EAAIgB,GAAG,KACNhB,EAAIa,cAIDT,EACE,OACA,CACEM,YAAa,iBACbC,MAAO,CAAE,eAAgB,wBACzBY,GAAI,CACFC,MAAO,SAASC,GAEd,OADAA,EAAOC,iBACA1B,EAAI2B,wBAIjB,CAACvB,EAAG,IAAK,CAAEM,YAAa,kBAf1BN,EAAG,OAAQ,CAAEM,YAAa,kBAAoB,CAC5CN,EAAG,IAAK,CAAEM,YAAa,uBAgB7BV,EAAIgB,GAAG,KACPZ,EAAG,QAAS,CACVK,IAAK,YACLE,MAAO,CACLiB,KAAM,OACNC,SAAU7B,EAAI8B,cACdvB,KAAMP,EAAIe,YACVgB,GAAI/B,EAAIe,YACRO,SAC8C,IAA5CtB,EAAIgC,sBAAsBC,OAAOC,UAC/BlC,EAAIa,cACRsB,OAAQnC,EAAIgC,sBACZ,eAAgB,yBAElBT,GAAI,CAAEa,OAAQpC,EAAIqC,mBAM1BtC,EAAOuC,eAAgB,E,iCClE+L,ECyCtN,CACE,KAAF,kBACE,KAFF,WAII,MAAJ,CACM,cAAN,KAIE,MACF,CACI,cAAJ,QACI,sBAAJ,OACI,WAAJ,QACI,YAAJ,OACI,MAAJ,QAGE,QAlBF,WAmBI,IAAJ,OACI,KAAJ,sBAEA,cAEQ,EAAR,yDAKE,QACF,CACI,aADJ,SACA,GAEM,IAAN,iBAEM,KAAN,4BACA,iBAAQ,OAAR,UACA,WAEM,KAAN,0BAGI,mBAZJ,WAcM,KAAN,mBACM,KAAN,4B,OC/EIC,EAAY,YACd,EACAxC,EHwDoB,IGtDpB,EACA,KACA,KACA,MAuBFwC,EAAUC,QAAQC,OAAS,0DACZ,UAAAF,E","file":"chunks/ceres-client-27.min.js","sourcesContent":["var render = function() {\n  var _vm = this\n  var _h = _vm.$createElement\n  var _c = _vm._self._c || _h\n  return _c(\n    \"label\",\n    {\n      directives: [{ name: \"tooltip\", rawName: \"v-tooltip\" }],\n      ref: \"inputUnit\",\n      staticClass: \"input-unit file-input\",\n      attrs: { \"data-toggle\": \"tooltip\", title: _vm.selectedFiles }\n    },\n    [\n      _c(\"label\", { attrs: { for: _vm.formFieldId } }, [\n        _vm._v(\"\\n        \" + _vm._s(_vm.label)),\n        _vm.isRequired ? _c(\"span\", [_vm._v(\"*\")]) : _vm._e()\n      ]),\n      _vm._v(\" \"),\n      _c(\n        \"span\",\n        {\n          staticClass: \"input-unit-preview\",\n          class: { disabled: !!_vm.selectedFiles },\n          attrs: { \"data-testing\": \"form-attachment-file-name\" }\n        },\n        [_vm._v(\"\\n        \" + _vm._s(_vm.selectedFiles) + \"\\n    \")]\n      ),\n      _vm._v(\" \"),\n      !_vm.selectedFiles\n        ? _c(\"span\", { staticClass: \"input-unit-btn\" }, [\n            _c(\"i\", { staticClass: \"fa fa-ellipsis-h\" })\n          ])\n        : _c(\n            \"span\",\n            {\n              staticClass: \"input-unit-btn\",\n              attrs: { \"data-testing\": \"remove-attached-file\" },\n              on: {\n                click: function($event) {\n                  $event.preventDefault()\n                  return _vm.clearSelectedFiles()\n                }\n              }\n            },\n            [_c(\"i\", { staticClass: \"fa fa-times\" })]\n          ),\n      _vm._v(\" \"),\n      _c(\"input\", {\n        ref: \"fileInput\",\n        attrs: {\n          type: \"file\",\n          multiple: _vm.allowMultiple,\n          name: _vm.formFieldId,\n          id: _vm.formFieldId,\n          disabled:\n            _vm.allowedFileExtensions.trim().length === 0 ||\n            !!_vm.selectedFiles,\n          accept: _vm.allowedFileExtensions,\n          \"data-testing\": \"form-attachment-input\"\n        },\n        on: { change: _vm.collectFiles }\n      })\n    ]\n  )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FormAttachment.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!./FormAttachment.vue?vue&type=script&lang=js&\"","<template>\n    <label class=\"input-unit file-input\"\n            ref=\"inputUnit\"\n            v-tooltip\n            data-toggle=\"tooltip\"\n            :title=\"selectedFiles\">\n        <label :for=\"formFieldId\">\n            {{ label }}<span v-if=\"isRequired\">*</span>\n        </label>\n\n        <span class=\"input-unit-preview\"\n                :class=\"{ 'disabled': !!selectedFiles }\"\n                data-testing=\"form-attachment-file-name\">\n            {{ selectedFiles }}\n        </span>\n\n        <span class=\"input-unit-btn\"\n                v-if=\"!selectedFiles\">\n            <i class=\"fa fa-ellipsis-h\"></i>\n        </span>\n\n        <span class=\"input-unit-btn\"\n                v-else\n                @click.prevent=\"clearSelectedFiles()\"\n                data-testing=\"remove-attached-file\">\n            <i class=\"fa fa-times\"></i>\n        </span>\n        \n        <input type=\"file\"\n            ref=\"fileInput\"\n            :multiple=\"allowMultiple\"\n            :name=\"formFieldId\" :id=\"formFieldId\"\n            :disabled=\"allowedFileExtensions.trim().length === 0 || !!selectedFiles\"\n            :accept=\"allowedFileExtensions\"\n            @change=\"collectFiles\"\n            data-testing=\"form-attachment-input\">\n    </label>\n</template>\n\n<script>\n\nexport default {\n    name: \"form-attachment\",\n    data()\n    {\n        return {\n            selectedFiles: \"\"\n        };\n    },\n\n    props:\n    {\n        allowMultiple: Boolean,\n        allowedFileExtensions: String,\n        isRequired: Boolean,\n        formFieldId: String,\n        label: String\n    },\n\n    mounted()\n    {\n        this.$nextTick(() =>\n        {\n            if (this.isRequired)\n            {\n                this.$refs.inputUnit.setAttribute(\"data-validate\", \"file\");\n            }\n        });\n    },\n\n    methods:\n    {\n        collectFiles(event)\n        {\n            const fileList = event.target.files;\n\n            this.selectedFiles = Array.from(fileList)\n                .map(file => file.name)\n                .join(\", \");\n\n            this.$emit('files-changed', fileList);\n        },\n\n        clearSelectedFiles()\n        {\n            this.selectedFiles = null;\n            this.$refs.fileInput.value = \"\";\n        }\n    }\n}\n</script>\n","import { render, staticRenderFns } from \"./FormAttachment.vue?vue&type=template&id=64299210&\"\nimport script from \"./FormAttachment.vue?vue&type=script&lang=js&\"\nexport * from \"./FormAttachment.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\n/* hot reload */\nif (module.hot) {\n  var api = require(\"/home/runner/work/plugin-ceres/plugin-ceres/node_modules/vue-hot-reload-api/dist/index.js\")\n  api.install(require('vue'))\n  if (api.compatible) {\n    module.hot.accept()\n    if (!api.isRecorded('64299210')) {\n      api.createRecord('64299210', component.options)\n    } else {\n      api.reload('64299210', component.options)\n    }\n    module.hot.accept(\"./FormAttachment.vue?vue&type=template&id=64299210&\", function () {\n      api.rerender('64299210', {\n        render: render,\n        staticRenderFns: staticRenderFns\n      })\n    })\n  }\n}\ncomponent.options.__file = \"resources/js/src/app/components/form/FormAttachment.vue\"\nexport default component.exports"],"sourceRoot":""}