\n\n\n\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Domestic.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Domestic.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Domestic.vue?vue&type=template&id=44565b98\"\nimport script from \"./Domestic.vue?vue&type=script&lang=js\"\nexport * from \"./Domestic.vue?vue&type=script&lang=js\"\nimport style0 from \"./Domestic.vue?vue&type=style&index=0&id=44565b98&prod&lang=scss\"\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","/**\r\n * amCharts 4 locale\r\n *\r\n * Locale: th_TH\r\n * Language: Thai\r\n * Author: Bjorn Svensson\r\n *\r\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v4/tutorials/creating-translations/) to make corrections or add new translations.\r\n *\r\n * ---\r\n * Edit but leave the header section above this line. You can remove any\r\n * subsequent comment sections.\r\n * ---\r\n *\r\n * Use this file as a template to create translations. Leave the key part in\r\n * English intact. Fill the value with a translation.\r\n *\r\n * Empty string means no translation, so default \"International English\"\r\n * will be used.\r\n *\r\n * If you need the translation to literally be an empty string, use `null`\r\n * instead.\r\n *\r\n * IMPORTANT:\r\n * When translating make good effort to keep the translation length\r\n * at least the same chartcount as the English, especially for short prompts.\r\n *\r\n * Having significantly longer prompts may distort the actual charts.\r\n *\r\n * NOTE:\r\n * Some prompts - like months or weekdays - come in two versions: full and\r\n * shortened.\r\n *\r\n * If there's no official shortened version of these in your language, and it\r\n * would not be possible to invent such short versions that don't seem weird\r\n * to native speakers of that language, fill those with the same as full\r\n * version.\r\n *\r\n * PLACEHOLDERS:\r\n * Some prompts have placeholders like \"%1\". Those will be replaced by actual\r\n * values during translation and should be retained in the translated prompts.\r\n *\r\n * Placeholder positions may be changed to better suit structure of the\r\n * sentence.\r\n *\r\n * For example \"From %1 to %2\", when actually used will replace \"%1\" with an\r\n * actual value representing range start, and \"%2\" will be replaced by end\r\n * value.\r\n *\r\n * E.g. in a Scrollbar for Value axis \"From %1 to %2\" will become\r\n * \"From 100 to 200\". You may translate \"From\" and \"to\", as well as re-arrange\r\n * the order of the prompt itself, but make sure the \"%1\" and \"%2\" remain, in\r\n * places where they will make sense.\r\n *\r\n * Save the file as language_LOCALE, i.e. `en_GB.ts`, `fr_FR.ts`, etc.\r\n */\r\nexport default {\r\n // Number formatting options.\r\n //\r\n // Please check with the local standards which separator is accepted to be\r\n // used for separating decimals, and which for thousands.\r\n \"_decimalSeparator\": \".\",\r\n \"_thousandSeparator\": \",\",\r\n // Position of the percent sign in numbers\r\n \"_percentPrefix\": null,\r\n \"_percentSuffix\": \"%\",\r\n // Suffixes for numbers\r\n // When formatting numbers, big or small numers might be reformatted to\r\n // shorter version, by applying a suffix.\r\n //\r\n // For example, 1000000 might become \"1m\".\r\n // Or 1024 might become \"1KB\" if we're formatting byte numbers.\r\n //\r\n // This section defines such suffixes for all such cases.\r\n \"_big_number_suffix_3\": \"k\",\r\n \"_big_number_suffix_6\": \"M\",\r\n \"_big_number_suffix_9\": \"G\",\r\n \"_big_number_suffix_12\": \"T\",\r\n \"_big_number_suffix_15\": \"P\",\r\n \"_big_number_suffix_18\": \"E\",\r\n \"_big_number_suffix_21\": \"Z\",\r\n \"_big_number_suffix_24\": \"Y\",\r\n \"_small_number_suffix_3\": \"m\",\r\n \"_small_number_suffix_6\": \"μ\",\r\n \"_small_number_suffix_9\": \"n\",\r\n \"_small_number_suffix_12\": \"p\",\r\n \"_small_number_suffix_15\": \"f\",\r\n \"_small_number_suffix_18\": \"a\",\r\n \"_small_number_suffix_21\": \"z\",\r\n \"_small_number_suffix_24\": \"y\",\r\n \"_byte_suffix_B\": \"B\",\r\n \"_byte_suffix_KB\": \"KB\",\r\n \"_byte_suffix_MB\": \"MB\",\r\n \"_byte_suffix_GB\": \"GB\",\r\n \"_byte_suffix_TB\": \"TB\",\r\n \"_byte_suffix_PB\": \"PB\",\r\n // Default date formats for various periods.\r\n //\r\n // This should reflect official or de facto formatting universally accepted\r\n // in the country translation is being made for\r\n // Available format codes here:\r\n // https://www.amcharts.com/docs/v4/concepts/formatters/formatting-date-time/#Format_codes\r\n //\r\n // This will be used when formatting date/time for particular granularity,\r\n // e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\r\n \"_date_millisecond\": \"mm:ss SSS\",\r\n \"_date_second\": \"HH:mm:ss\",\r\n \"_date_minute\": \"HH:mm\",\r\n \"_date_hour\": \"HH:mm\",\r\n \"_date_day\": \"MMM dd\",\r\n \"_date_week\": \"ww\",\r\n \"_date_month\": \"MMM\",\r\n \"_date_year\": \"yyyy\",\r\n // Default duration formats for various base units.\r\n //\r\n // This will be used by DurationFormatter to format numeric values into\r\n // duration.\r\n //\r\n // Notice how each duration unit comes in several versions. This is to ensure\r\n // that each base unit is shown correctly.\r\n //\r\n // For example, if we have baseUnit set to \"second\", meaning our duration is\r\n // in seconds.\r\n //\r\n // If we pass in `50` to formatter, it will know that we have just 50 seconds\r\n // (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\r\n // and the formatted result will be in like `\"50\"`.\r\n //\r\n // If we pass in `70`, which is more than a minute, the formatter will switch\r\n // to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\r\n // text.\r\n //\r\n // Available codes here:\r\n // https://www.amcharts.com/docs/v4/concepts/formatters/formatting-duration/#Available_Codes\r\n \"_duration_millisecond\": \"SSS\",\r\n \"_duration_millisecond_second\": \"ss.SSS\",\r\n \"_duration_millisecond_minute\": \"mm:ss SSS\",\r\n \"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\r\n \"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\r\n \"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\r\n \"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\r\n \"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\r\n \"_duration_second\": \"ss\",\r\n \"_duration_second_minute\": \"mm:ss\",\r\n \"_duration_second_hour\": \"hh:mm:ss\",\r\n \"_duration_second_day\": \"d'd' hh:mm:ss\",\r\n \"_duration_second_week\": \"d'd' hh:mm:ss\",\r\n \"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\r\n \"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\r\n \"_duration_minute\": \"mm\",\r\n \"_duration_minute_hour\": \"hh:mm\",\r\n \"_duration_minute_day\": \"d'd' hh:mm\",\r\n \"_duration_minute_week\": \"d'd' hh:mm\",\r\n \"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\r\n \"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\r\n \"_duration_hour\": \"hh'h'\",\r\n \"_duration_hour_day\": \"d'd' hh'h'\",\r\n \"_duration_hour_week\": \"d'd' hh'h'\",\r\n \"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\r\n \"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\r\n \"_duration_day\": \"d'd'\",\r\n \"_duration_day_week\": \"d'd'\",\r\n \"_duration_day_month\": \"M'm' dd'd'\",\r\n \"_duration_day_year\": \"y'y' MM'm' dd'd'\",\r\n \"_duration_week\": \"w'w'\",\r\n \"_duration_week_month\": \"w'w'\",\r\n \"_duration_week_year\": \"w'w'\",\r\n \"_duration_month\": \"M'm'\",\r\n \"_duration_month_year\": \"y'y' MM'm'\",\r\n \"_duration_year\": \"y'y'\",\r\n // Era translations\r\n \"_era_ad\": \"ค.ศ.\",\r\n \"_era_bc\": \"ก่อน ค.ศ.\",\r\n // Day part, used in 12-hour formats, e.g. 5 P.M.\r\n // Please note that these come in 3 variants:\r\n // * one letter (e.g. \"A\")\r\n // * two letters (e.g. \"AM\")\r\n // * two letters with dots (e.g. \"A.M.\")\r\n //\r\n // All three need to to be translated even if they are all the same. Some\r\n // users might use one, some the other.\r\n \"A\": \"a\",\r\n \"P\": \"p\",\r\n \"AM\": \"ก่อนเที่ยง\",\r\n \"PM\": \"หลังเที่ยง\",\r\n \"A.M.\": \"ก่อนเที่ยง\",\r\n \"P.M.\": \"หลังเที่ยง\",\r\n // Date-related stuff.\r\n //\r\n // When translating months, if there's a difference, use the form which is\r\n // best for a full date, e.g. as you would use it in \"2018 January 1\".\r\n //\r\n // Note that May is listed twice. This is because in English May is the same\r\n // in both long and short forms, while in other languages it may not be the\r\n // case. Translate \"May\" to full word, while \"May(short)\" to shortened\r\n // version.\r\n //\r\n // Should month names and weekdays be capitalized or not?\r\n //\r\n // Rule of thumb is this: if the names should always be capitalized,\r\n // regardless of name position within date (\"January\", \"21st January 2018\",\r\n // etc.) use capitalized names. Otherwise enter all lowercase.\r\n //\r\n // The date formatter will automatically capitalize names if they are the\r\n // first (or only) word in resulting date.\r\n \"January\": \"มกราคม\",\r\n \"February\": \"กุมภาพันธ์\",\r\n \"March\": \"มีนาคม\",\r\n \"April\": \"เมษายน\",\r\n \"May\": \"พฤษภาคม\",\r\n \"June\": \"มิถุนายน\",\r\n \"July\": \"กรกฎาคม\",\r\n \"August\": \"สิงหาคม\",\r\n \"September\": \"กันยายน\",\r\n \"October\": \"ตุลาคม\",\r\n \"November\": \"พฤศจิกายน\",\r\n \"December\": \"ธันวาคม\",\r\n \"Jan\": \"ม.ค.\",\r\n \"Feb\": \"ก.พ.\",\r\n \"Mar\": \"มี.ค.\",\r\n \"Apr\": \"เม.ย.\",\r\n \"May(short)\": \"พ.ค.\",\r\n \"Jun\": \"มิ.ย.\",\r\n \"Jul\": \"ก.ค.\",\r\n \"Aug\": \"ส.ค.\",\r\n \"Sep\": \"ก.ย.\",\r\n \"Oct\": \"ต.ค.\",\r\n \"Nov\": \"พ.ย.\",\r\n \"Dec\": \"ธ.ค.\",\r\n // Weekdays.\r\n \"Sunday\": \"วันอาทิตย์\",\r\n \"Monday\": \"วันจันทร์\",\r\n \"Tuesday\": \"วันอังคาร\",\r\n \"Wednesday\": \"วันพุธ\",\r\n \"Thursday\": \"วันพฤหัสบดี\",\r\n \"Friday\": \"วันศุกร์\",\r\n \"Saturday\": \"วันเสาร์\",\r\n \"Sun\": \"อา.\",\r\n \"Mon\": \"จ.\",\r\n \"Tue\": \"อ.\",\r\n \"Wed\": \"พ.\",\r\n \"Thu\": \"พฤ.\",\r\n \"Fri\": \"ศ.\",\r\n \"Sat\": \"ส.\",\r\n // Date ordinal function.\r\n //\r\n // This is used when adding number ordinal when formatting days in dates.\r\n //\r\n // E.g. \"January 1st\", \"February 2nd\".\r\n //\r\n // The function accepts day number, and returns a string to be added to the\r\n // day, like in default English translation, if we pass in 2, we will receive\r\n // \"nd\" back.\r\n \"_dateOrd\": function (day) {\r\n var res = \"th\";\r\n if ((day < 11) || (day > 13)) {\r\n switch (day % 10) {\r\n case 1:\r\n res = \"st\";\r\n break;\r\n case 2:\r\n res = \"nd\";\r\n break;\r\n case 3:\r\n res = \"rd\";\r\n break;\r\n }\r\n }\r\n return res;\r\n },\r\n // Various chart controls.\r\n // Shown as a tooltip on zoom out button.\r\n \"Zoom Out\": \"ขยาย\",\r\n // Timeline buttons\r\n \"Play\": \"เล่น\",\r\n \"Stop\": \"หยุด\",\r\n // Chart's Legend screen reader title.\r\n \"Legend\": \"คำอธิบายสัญลักษณ์\",\r\n // Legend's item screen reader indicator.\r\n \"Click, tap or press ENTER to toggle\": \"\",\r\n // Shown when the chart is busy loading something.\r\n \"Loading\": \"กำลังโหลด\",\r\n // Shown as the first button in the breadcrumb navigation, e.g.:\r\n // Home > First level > ...\r\n \"Home\": \"หน้าหลัก\",\r\n // Chart types.\r\n // Those are used as default screen reader titles for the main chart element\r\n // unless developer has set some more descriptive title.\r\n \"Chart\": \"\",\r\n \"Serial chart\": \"\",\r\n \"X/Y chart\": \"\",\r\n \"Pie chart\": \"\",\r\n \"Gauge chart\": \"\",\r\n \"Radar chart\": \"\",\r\n \"Sankey diagram\": \"\",\r\n \"Flow diagram\": \"\",\r\n \"Chord diagram\": \"\",\r\n \"TreeMap chart\": \"\",\r\n \"Sliced chart\": \"\",\r\n // Series types.\r\n // Used to name series by type for screen readers if they do not have their\r\n // name set.\r\n \"Series\": \"\",\r\n \"Candlestick Series\": \"\",\r\n \"OHLC Series\": \"\",\r\n \"Column Series\": \"\",\r\n \"Line Series\": \"\",\r\n \"Pie Slice Series\": \"\",\r\n \"Funnel Series\": \"\",\r\n \"Pyramid Series\": \"\",\r\n \"X/Y Series\": \"\",\r\n // Map-related stuff.\r\n \"Map\": \"\",\r\n \"Press ENTER to zoom in\": \"\",\r\n \"Press ENTER to zoom out\": \"\",\r\n \"Use arrow keys to zoom in and out\": \"\",\r\n \"Use plus and minus keys on your keyboard to zoom in and out\": \"\",\r\n // Export-related stuff.\r\n // These prompts are used in Export menu labels.\r\n //\r\n // \"Export\" is the top-level menu item.\r\n //\r\n // \"Image\", \"Data\", \"Print\" as second-level indicating type of export\r\n // operation.\r\n //\r\n // Leave actual format untranslated, unless you absolutely know that they\r\n // would convey more meaning in some other way.\r\n \"Export\": \"พิมพ์\",\r\n \"Image\": \"รูปภาพ\",\r\n \"Data\": \"ข้อมูล\",\r\n \"Print\": \"พิมพ์\",\r\n \"Click, tap or press ENTER to open\": \"\",\r\n \"Click, tap or press ENTER to print.\": \"\",\r\n \"Click, tap or press ENTER to export as %1.\": \"\",\r\n 'To save the image, right-click this link and choose \"Save picture as...\"': \"\",\r\n 'To save the image, right-click thumbnail on the left and choose \"Save picture as...\"': \"\",\r\n \"(Press ESC to close this message)\": \"\",\r\n \"Image Export Complete\": \"\",\r\n \"Export operation took longer than expected. Something might have gone wrong.\": \"\",\r\n \"Saved from\": \"\",\r\n \"PNG\": \"\",\r\n \"JPG\": \"\",\r\n \"GIF\": \"\",\r\n \"SVG\": \"\",\r\n \"PDF\": \"\",\r\n \"JSON\": \"\",\r\n \"CSV\": \"\",\r\n \"XLSX\": \"\",\r\n // Scrollbar-related stuff.\r\n //\r\n // Scrollbar is a control which can zoom and pan the axes on the chart.\r\n //\r\n // Each scrollbar has two grips: left or right (for horizontal scrollbar) or\r\n // upper and lower (for vertical one).\r\n //\r\n // Prompts change in relation to whether Scrollbar is vertical or horizontal.\r\n //\r\n // The final section is used to indicate the current range of selection.\r\n \"Use TAB to select grip buttons or left and right arrows to change selection\": \"\",\r\n \"Use left and right arrows to move selection\": \"\",\r\n \"Use left and right arrows to move left selection\": \"\",\r\n \"Use left and right arrows to move right selection\": \"\",\r\n \"Use TAB select grip buttons or up and down arrows to change selection\": \"\",\r\n \"Use up and down arrows to move selection\": \"\",\r\n \"Use up and down arrows to move lower selection\": \"\",\r\n \"Use up and down arrows to move upper selection\": \"\",\r\n \"From %1 to %2\": \"จาก %1 ถึง %2\",\r\n \"From %1\": \"จาก %1\",\r\n \"To %1\": \"ถึง %1\",\r\n // Data loader-related.\r\n \"No parser available for file: %1\": \"\",\r\n \"Error parsing file: %1\": \"\",\r\n \"Unable to load file: %1\": \"\",\r\n \"Invalid date\": \"\",\r\n};\r\n//# sourceMappingURL=th_TH.js.map","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:\"chartdiv\",staticClass:\"highlightingChart\"})}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n \n\n\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./HighlightingChart.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./HighlightingChart.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./HighlightingChart.vue?vue&type=template&id=968829ce&scoped=true\"\nimport script from \"./HighlightingChart.vue?vue&type=script&lang=js\"\nexport * from \"./HighlightingChart.vue?vue&type=script&lang=js\"\nimport style0 from \"./HighlightingChart.vue?vue&type=style&index=0&id=968829ce&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 \"968829ce\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('vs-table',{attrs:{\"maxHeight\":\"815px\",\"maxItems\":\"100\",\"search\":\"\",\"data\":_vm.dataRefinery},on:{\"selected\":_vm.handleSelected},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar data = ref.data;\nreturn _vm._l((data),function(tr,indextr){return _c('vs-tr',{key:indextr,attrs:{\"data\":tr}},[_c('vs-td',[_vm._v(\"\\n \"+_vm._s(indextr + 1)+\"\\n \")]),_c('vs-td',{attrs:{\"data\":data[indextr].station.code}},[_vm._v(\"\\n \"+_vm._s(data[indextr].station.code)+\"\\n \")]),_c('vs-td',{attrs:{\"data\":data[indextr].vessel.name}},[_vm._v(\"\\n \"+_vm._s(data[indextr].vessel.name)+\"\\n \")]),_c('vs-td',{attrs:{\"data\":data[indextr].oil_type}},[_vm._v(\"\\n \"+_vm._s(data[indextr].oil_type)+\"\\n \")]),_c('vs-td',{attrs:{\"data\":data[indextr].volume}},[_vm._v(\"\\n \"+_vm._s(data[indextr].volume)+\"\\n \")]),_c('vs-td',{attrs:{\"data\":data[indextr].volumes}},[_vm._v(\"\\n \"+_vm._s(_vm.getVolume(data[indextr].volumes))+\"\\n \")]),_c('vs-td',{attrs:{\"data\":data[indextr].departed_at_formatted_be}},[_vm._v(\"\\n \"+_vm._s(data[indextr].departed_at_formatted_be)+\"\\n \")]),_c('vs-td',[(data[indextr].countries_to_s)?_c('p',[_vm._v(\"\\n \"+_vm._s(data[indextr].countries_to_s)+\"\\n \")]):_c('p',[_vm._v(\"คลังน้ำมัน\")])])],1)})}}]),model:{value:(_vm.selected),callback:function ($$v) {_vm.selected=$$v},expression:\"selected\"}},[_c('template',{slot:\"header\"},[_c('h5',{staticClass:\"mt-2 mb-5\"},[_vm._v(\"\\n \"+_vm._s(_vm.$t('ShipmentTable.Shipment'))+\"\\n \")])]),_c('template',{slot:\"thead\"},[_c('vs-th',[_vm._v(\" ลำดับ \")]),_c('vs-th',[_vm._v(\"\\n \"+_vm._s(_vm.$t('RefineryTable.RefineryName'))+\"\\n \")]),_c('vs-th',[_vm._v(\" เรือบรรทุกน้ำมัน \")]),_c('vs-th',[_vm._v(\"\\n \"+_vm._s(_vm.$t('TankerTable.OilType'))+\"\\n \")]),_c('vs-th',[_vm._v(\"\\n \"+_vm._s(_vm.$t('RefineryTable.TransferVolume'))+\"\\n \")]),_c('vs-th',[_vm._v(\"\\n \"+_vm._s(_vm.$t('TankerTable.TransferTotalVolume'))+\"\\n \")]),_c('vs-th',{attrs:{\"sort-key\":\"departed_at_formatted_be\"}},[_vm._v(\"\\n \"+_vm._s(_vm.$t('RefineryTable.TransferStart'))+\"\\n \")]),_c('vs-th',[_vm._v(\"ปลายทาง\")])],1)],2)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n