artur2000

Untitled

Feb 1st, 2021
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["public.bundle"],{
  2.  
  3. /***/ "./assets/js/products/components/product-display.vue":
  4. /*!***********************************************************!*\
  5. !*** ./assets/js/products/components/product-display.vue ***!
  6. \***********************************************************/
  7. /*! exports provided: default */
  8. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  9.  
  10. "use strict";
  11. __webpack_require__.r(__webpack_exports__);
  12. /* harmony import */ var _product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./product-display.vue?vue&type=script&lang=js& */ "./assets/js/products/components/product-display.vue?vue&type=script&lang=js&");
  13. /* empty/unused harmony star reexport *//* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */ "./node_modules/vue-loader/lib/runtime/componentNormalizer.js");
  14. var render, staticRenderFns
  15.  
  16.  
  17.  
  18.  
  19. /* normalize component */
  20.  
  21. var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_1__["default"])(
  22. _product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__["default"],
  23. render,
  24. staticRenderFns,
  25. false,
  26. null,
  27. "1c5293c4",
  28. null
  29.  
  30. )
  31.  
  32. /* hot reload */
  33. if (true) {
  34. var api = __webpack_require__(/*! ./node_modules/vue-hot-reload-api/dist/index.js */ "./node_modules/vue-hot-reload-api/dist/index.js")
  35. api.install(__webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.js"))
  36. if (api.compatible) {
  37. module.hot.accept()
  38. if (!api.isRecorded('1c5293c4')) {
  39. api.createRecord('1c5293c4', component.options)
  40. } else {
  41. api.reload('1c5293c4', component.options)
  42. }
  43.  
  44. }
  45. }
  46. component.options.__file = "assets/js/products/components/product-display.vue"
  47. /* harmony default export */ __webpack_exports__["default"] = (component.exports);
  48.  
  49. /***/ }),
  50.  
  51. /***/ "./assets/js/products/components/product-display.vue?vue&type=script&lang=js&":
  52. /*!************************************************************************************!*\
  53. !*** ./assets/js/products/components/product-display.vue?vue&type=script&lang=js& ***!
  54. \************************************************************************************/
  55. /*! exports provided: default */
  56. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  57.  
  58. "use strict";
  59. __webpack_require__.r(__webpack_exports__);
  60. /* harmony import */ var _node_modules_babel_loader_lib_index_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../node_modules/babel-loader/lib??ref--0-0!../../../../node_modules/vue-loader/lib??vue-loader-options!./product-display.vue?vue&type=script&lang=js& */ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./assets/js/products/components/product-display.vue?vue&type=script&lang=js&");
  61. /* empty/unused harmony star reexport */ /* harmony default export */ __webpack_exports__["default"] = (_node_modules_babel_loader_lib_index_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_product_display_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__["default"]);
  62.  
  63. /***/ }),
  64.  
  65. /***/ "./assets/js/products/public.products.js":
  66. /*!***********************************************!*\
  67. !*** ./assets/js/products/public.products.js ***!
  68. \***********************************************/
  69. /*! exports provided: default */
  70. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  71.  
  72. "use strict";
  73. __webpack_require__.r(__webpack_exports__);
  74. /* harmony import */ var _components_product_display_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./components/product-display.vue */ "./assets/js/products/components/product-display.vue");
  75.  
  76. /* harmony default export */ __webpack_exports__["default"] = (function () {});
  77.  
  78. /***/ }),
  79.  
  80. /***/ "./assets/js/public.bundle.js":
  81. /*!************************************!*\
  82. !*** ./assets/js/public.bundle.js ***!
  83. \************************************/
  84. /*! no exports provided */
  85. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  86.  
  87. "use strict";
  88. __webpack_require__.r(__webpack_exports__);
  89. /* harmony import */ var _products_public_products__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./products/public.products */ "./assets/js/products/public.products.js");
  90.  
  91.  
  92. /***/ }),
  93.  
  94. /***/ "./node_modules/ansi-html/index.js":
  95. /*!*****************************************!*\
  96. !*** ./node_modules/ansi-html/index.js ***!
  97. \*****************************************/
  98. /*! no static exports found */
  99. /***/ (function(module, exports, __webpack_require__) {
  100.  
  101. "use strict";
  102.  
  103.  
  104. module.exports = ansiHTML
  105.  
  106. // Reference to https://github.com/sindresorhus/ansi-regex
  107. var _regANSI = /(?:(?:\u001b\[)|\u009b)(?:(?:[0-9]{1,3})?(?:(?:;[0-9]{0,3})*)?[A-M|f-m])|\u001b[A-M]/
  108.  
  109. var _defColors = {
  110. reset: ['fff', '000'], // [FOREGROUD_COLOR, BACKGROUND_COLOR]
  111. black: '000',
  112. red: 'ff0000',
  113. green: '209805',
  114. yellow: 'e8bf03',
  115. blue: '0000ff',
  116. magenta: 'ff00ff',
  117. cyan: '00ffee',
  118. lightgrey: 'f0f0f0',
  119. darkgrey: '888'
  120. }
  121. var _styles = {
  122. 30: 'black',
  123. 31: 'red',
  124. 32: 'green',
  125. 33: 'yellow',
  126. 34: 'blue',
  127. 35: 'magenta',
  128. 36: 'cyan',
  129. 37: 'lightgrey'
  130. }
  131. var _openTags = {
  132. '1': 'font-weight:bold', // bold
  133. '2': 'opacity:0.5', // dim
  134. '3': '<i>', // italic
  135. '4': '<u>', // underscore
  136. '8': 'display:none', // hidden
  137. '9': '<del>' // delete
  138. }
  139. var _closeTags = {
  140. '23': '</i>', // reset italic
  141. '24': '</u>', // reset underscore
  142. '29': '</del>' // reset delete
  143. }
  144.  
  145. ;[0, 21, 22, 27, 28, 39, 49].forEach(function (n) {
  146. _closeTags[n] = '</span>'
  147. })
  148.  
  149. /**
  150. * Converts text with ANSI color codes to HTML markup.
  151. * @param {String} text
  152. * @returns {*}
  153. */
  154. function ansiHTML (text) {
  155. // Returns the text if the string has no ANSI escape code.
  156. if (!_regANSI.test(text)) {
  157. return text
  158. }
  159.  
  160. // Cache opened sequence.
  161. var ansiCodes = []
  162. // Replace with markup.
  163. var ret = text.replace(/\033\[(\d+)*m/g, function (match, seq) {
  164. var ot = _openTags[seq]
  165. if (ot) {
  166. // If current sequence has been opened, close it.
  167. if (!!~ansiCodes.indexOf(seq)) { // eslint-disable-line no-extra-boolean-cast
  168. ansiCodes.pop()
  169. return '</span>'
  170. }
  171. // Open tag.
  172. ansiCodes.push(seq)
  173. return ot[0] === '<' ? ot : '<span style="' + ot + ';">'
  174. }
  175.  
  176. var ct = _closeTags[seq]
  177. if (ct) {
  178. // Pop sequence
  179. ansiCodes.pop()
  180. return ct
  181. }
  182. return ''
  183. })
  184.  
  185. // Make sure tags are closed.
  186. var l = ansiCodes.length
  187. ;(l > 0) && (ret += Array(l + 1).join('</span>'))
  188.  
  189. return ret
  190. }
  191.  
  192. /**
  193. * Customize colors.
  194. * @param {Object} colors reference to _defColors
  195. */
  196. ansiHTML.setColors = function (colors) {
  197. if (typeof colors !== 'object') {
  198. throw new Error('`colors` parameter must be an Object.')
  199. }
  200.  
  201. var _finalColors = {}
  202. for (var key in _defColors) {
  203. var hex = colors.hasOwnProperty(key) ? colors[key] : null
  204. if (!hex) {
  205. _finalColors[key] = _defColors[key]
  206. continue
  207. }
  208. if ('reset' === key) {
  209. if (typeof hex === 'string') {
  210. hex = [hex]
  211. }
  212. if (!Array.isArray(hex) || hex.length === 0 || hex.some(function (h) {
  213. return typeof h !== 'string'
  214. })) {
  215. throw new Error('The value of `' + key + '` property must be an Array and each item could only be a hex string, e.g.: FF0000')
  216. }
  217. var defHexColor = _defColors[key]
  218. if (!hex[0]) {
  219. hex[0] = defHexColor[0]
  220. }
  221. if (hex.length === 1 || !hex[1]) {
  222. hex = [hex[0]]
  223. hex.push(defHexColor[1])
  224. }
  225.  
  226. hex = hex.slice(0, 2)
  227. } else if (typeof hex !== 'string') {
  228. throw new Error('The value of `' + key + '` property must be a hex string, e.g.: FF0000')
  229. }
  230. _finalColors[key] = hex
  231. }
  232. _setTags(_finalColors)
  233. }
  234.  
  235. /**
  236. * Reset colors.
  237. */
  238. ansiHTML.reset = function () {
  239. _setTags(_defColors)
  240. }
  241.  
  242. /**
  243. * Expose tags, including open and close.
  244. * @type {Object}
  245. */
  246. ansiHTML.tags = {}
  247.  
  248. if (Object.defineProperty) {
  249. Object.defineProperty(ansiHTML.tags, 'open', {
  250. get: function () { return _openTags }
  251. })
  252. Object.defineProperty(ansiHTML.tags, 'close', {
  253. get: function () { return _closeTags }
  254. })
  255. } else {
  256. ansiHTML.tags.open = _openTags
  257. ansiHTML.tags.close = _closeTags
  258. }
  259.  
  260. function _setTags (colors) {
  261. // reset all
  262. _openTags['0'] = 'font-weight:normal;opacity:1;color:#' + colors.reset[0] + ';background:#' + colors.reset[1]
  263. // inverse
  264. _openTags['7'] = 'color:#' + colors.reset[1] + ';background:#' + colors.reset[0]
  265. // dark grey
  266. _openTags['90'] = 'color:#' + colors.darkgrey
  267.  
  268. for (var code in _styles) {
  269. var color = _styles[code]
  270. var oriColor = colors[color] || '000'
  271. _openTags[code] = 'color:#' + oriColor
  272. code = parseInt(code)
  273. _openTags[(code + 10).toString()] = 'background:#' + oriColor
  274. }
  275. }
  276.  
  277. ansiHTML.reset()
  278.  
  279.  
  280. /***/ }),
  281.  
  282. /***/ "./node_modules/ansi-regex/index.js":
  283. /*!******************************************!*\
  284. !*** ./node_modules/ansi-regex/index.js ***!
  285. \******************************************/
  286. /*! no static exports found */
  287. /***/ (function(module, exports, __webpack_require__) {
  288.  
  289. "use strict";
  290.  
  291. module.exports = function () {
  292. return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
  293. };
  294.  
  295.  
  296. /***/ }),
  297.  
  298. /***/ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./assets/js/products/components/product-display.vue?vue&type=script&lang=js&":
  299. /*!********************************************************************************************************************************************************************************!*\
  300. !*** ./node_modules/babel-loader/lib??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./assets/js/products/components/product-display.vue?vue&type=script&lang=js& ***!
  301. \********************************************************************************************************************************************************************************/
  302. /*! exports provided: default */
  303. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  304.  
  305. "use strict";
  306. __webpack_require__.r(__webpack_exports__);
  307. /* harmony import */ var vue_router__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue-router */ "./node_modules/vue-router/dist/vue-router.esm.js");
  308.  
  309. /* harmony default export */ __webpack_exports__["default"] = ({
  310. name: 'ProductDisplay',
  311. router: new vue_router__WEBPACK_IMPORTED_MODULE_0__["default"]({
  312. routes: [{
  313. name: 'offer',
  314. path: '/'
  315. }, {
  316. name: 'posts',
  317. path: '/posts'
  318. }, {
  319. name: 'howtoget',
  320. path: '/how-to-get'
  321. }, {
  322. name: 'reviews',
  323. path: '/reviews'
  324. }, {
  325. name: 'gallery',
  326. path: '/gallery'
  327. }, {
  328. name: 'request',
  329. path: '/request'
  330. }]
  331. })
  332. });
  333.  
  334. /***/ }),
  335.  
  336. },[[5,"runtime"]]]);
Advertisement
Add Comment
Please, Sign In to add comment