\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ReportDownloader.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ReportDownloader.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ReportDownloader.vue?vue&type=template&id=2b8f8bb8&scoped=true&\"\nimport script from \"./ReportDownloader.vue?vue&type=script&lang=js&\"\nexport * from \"./ReportDownloader.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 \"2b8f8bb8\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"DocumentMiscOptions\"},[_c('b-modal',{ref:\"component-modal\",attrs:{\"title\":\"Misc. Document Options\",\"size\":\"md\",\"hide-footer\":\"\"}},[_c('b-container',[_c('p',{staticClass:\"red\"},[_vm._v(\"NOTE: Moving a Document to DRAFT status will remove all signatures on the document.\")]),(_vm.CanMoveDocumentToAuthorsDrafts)?_c('b-button',{staticClass:\"form-control vert-space\",attrs:{\"size\":\"lg\",\"variant\":\"primary\"},on:{\"click\":function($event){return _vm.MoveDocumentToCoworkersDrafts(_vm.AuthorEmployeeId)}}},[_vm._v(\" MOVE TO AUTHOR'S DRAFTS \")]):_vm._e(),(_vm.CanMoveDocumentToMyDrafts)?_c('b-button',{staticClass:\"form-control vert-space\",attrs:{\"size\":\"lg\",\"variant\":\"primary\"},on:{\"click\":function($event){return _vm.MoveDocumentToCoworkersDrafts(_vm.EmployeeId)}}},[_vm._v(\" MOVE TO MY DRAFTS \")]):_vm._e(),(_vm.CanMoveDocumentToCoworkersDrafts)?_c('b-dropdown',{staticClass:\"vert-space scrollable-dropdown\",attrs:{\"size\":\"lg\",\"variant\":\"primary\",\"text\":\"MOVE TO COWORKER'S DRAFTS\",\"block\":\"\"}},_vm._l((_vm.SubProgramEmployeeOptions),function(employee){return _c('b-dropdown-item',{on:{\"click\":function($event){return _vm.MoveDocumentToCoworkersDrafts(employee.value)}}},[_vm._v(\" \"+_vm._s(employee.text)+\" \")])}),1):_vm._e(),_c('b-row',{staticClass:\"modal-btn-row\"},[_c('div',{staticClass:\"modal-btn-row-div\"},[_c('b-button',{attrs:{\"size\":\"md\",\"variant\":\"secondary\"},on:{\"click\":function($event){return _vm.Cancel()}}},[_vm._v(\" CANCEL \")])],1)])],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n \r\n \r\n \r\n
NOTE: Moving a Document to DRAFT status will remove all signatures on the document.
\r\n \r\n MOVE TO AUTHOR'S DRAFTS\r\n \r\n \r\n MOVE TO MY DRAFTS\r\n \r\n \r\n \r\n {{ employee.text }}\r\n \r\n \r\n \r\n\r\n \r\n
\r\n \r\n CANCEL\r\n \r\n\r\n
\r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DocumentMiscOptions.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./DocumentMiscOptions.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./DocumentMiscOptions.vue?vue&type=template&id=0daa3cae&scoped=true&\"\nimport script from \"./DocumentMiscOptions.vue?vue&type=script&lang=js&\"\nexport * from \"./DocumentMiscOptions.vue?vue&type=script&lang=js&\"\nimport style0 from \"./DocumentMiscOptions.vue?vue&type=style&index=0&id=0daa3cae&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 \"0daa3cae\",\n null\n \n)\n\nexport default component.exports","/*!\n * jQuery JavaScript Library v3.6.0\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2021-03-02T17:08Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar flat = arr.flat ? function( array ) {\n\treturn arr.flat.call( array );\n} : function( array ) {\n\treturn arr.concat.apply( [], array );\n};\n\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n\t\t// Support: Chrome <=57, Firefox <=52\n\t\t// In some browsers, typeof returns \"function\" for HTML