autoback-cl
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -66,3 +66,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
/******/ // eslint-disable-next-line no-unused-vars | ||
/******/ var hotCurrentHash = "e5290d950fb439125d9a"; | ||
/******/ var hotCurrentHash = "61244b3b0a848c25f5b4"; | ||
/******/ var hotRequestTimeout = 10000; | ||
@@ -160,2 +160,3 @@ /******/ var hotCurrentModuleData = {}; | ||
/******/ _selfDeclined: false, | ||
/******/ _selfInvalidated: false, | ||
/******/ _disposeHandlers: [], | ||
@@ -191,2 +192,25 @@ /******/ _main: hotCurrentChildModule !== moduleId, | ||
/******/ }, | ||
/******/ invalidate: function() { | ||
/******/ this._selfInvalidated = true; | ||
/******/ switch (hotStatus) { | ||
/******/ case "idle": | ||
/******/ hotUpdate = {}; | ||
/******/ hotUpdate[moduleId] = modules[moduleId]; | ||
/******/ hotSetStatus("ready"); | ||
/******/ break; | ||
/******/ case "ready": | ||
/******/ hotApplyInvalidatedModule(moduleId); | ||
/******/ break; | ||
/******/ case "prepare": | ||
/******/ case "check": | ||
/******/ case "dispose": | ||
/******/ case "apply": | ||
/******/ (hotQueuedInvalidatedModules = | ||
/******/ hotQueuedInvalidatedModules || []).push(moduleId); | ||
/******/ break; | ||
/******/ default: | ||
/******/ // ignore requests in error states | ||
/******/ break; | ||
/******/ } | ||
/******/ }, | ||
/******/ | ||
@@ -233,3 +257,3 @@ /******/ // Management API | ||
/******/ // The update info | ||
/******/ var hotUpdate, hotUpdateNewHash; | ||
/******/ var hotUpdate, hotUpdateNewHash, hotQueuedInvalidatedModules; | ||
/******/ | ||
@@ -249,3 +273,3 @@ /******/ function toModuleId(id) { | ||
/******/ if (!update) { | ||
/******/ hotSetStatus("idle"); | ||
/******/ hotSetStatus(hotApplyInvalidatedModules() ? "ready" : "idle"); | ||
/******/ return null; | ||
@@ -269,3 +293,2 @@ /******/ } | ||
/******/ { | ||
/******/ /*globals chunkId */ | ||
/******/ hotEnsureUpdateChunk(chunkId); | ||
@@ -345,3 +368,8 @@ /******/ } | ||
/******/ options = options || {}; | ||
/******/ return hotApplyInternal(options); | ||
/******/ } | ||
/******/ | ||
/******/ function hotApplyInternal(options) { | ||
/******/ hotApplyInvalidatedModules(); | ||
/******/ | ||
/******/ var cb; | ||
@@ -368,3 +396,7 @@ /******/ var i; | ||
/******/ module = installedModules[moduleId]; | ||
/******/ if (!module || module.hot._selfAccepted) continue; | ||
/******/ if ( | ||
/******/ !module || | ||
/******/ (module.hot._selfAccepted && !module.hot._selfInvalidated) | ||
/******/ ) | ||
/******/ continue; | ||
/******/ if (module.hot._selfDeclined) { | ||
@@ -537,6 +569,9 @@ /******/ return { | ||
/******/ // removed self-accepted modules should not be required | ||
/******/ appliedUpdate[moduleId] !== warnUnexpectedRequire | ||
/******/ appliedUpdate[moduleId] !== warnUnexpectedRequire && | ||
/******/ // when called invalidate self-accepting is not possible | ||
/******/ !installedModules[moduleId].hot._selfInvalidated | ||
/******/ ) { | ||
/******/ outdatedSelfAcceptedModules.push({ | ||
/******/ module: moduleId, | ||
/******/ parents: installedModules[moduleId].parents.slice(), | ||
/******/ errorHandler: installedModules[moduleId].hot._selfAccepted | ||
@@ -614,3 +649,7 @@ /******/ }); | ||
/******/ | ||
/******/ hotCurrentHash = hotUpdateNewHash; | ||
/******/ if (hotUpdateNewHash !== undefined) { | ||
/******/ hotCurrentHash = hotUpdateNewHash; | ||
/******/ hotUpdateNewHash = undefined; | ||
/******/ } | ||
/******/ hotUpdate = undefined; | ||
/******/ | ||
@@ -668,3 +707,4 @@ /******/ // insert new code | ||
/******/ moduleId = item.module; | ||
/******/ hotCurrentParents = [moduleId]; | ||
/******/ hotCurrentParents = item.parents; | ||
/******/ hotCurrentChildModule = moduleId; | ||
/******/ try { | ||
@@ -711,2 +751,11 @@ /******/ __webpack_require__(moduleId); | ||
/******/ | ||
/******/ if (hotQueuedInvalidatedModules) { | ||
/******/ return hotApplyInternal(options).then(function(list) { | ||
/******/ outdatedModules.forEach(function(moduleId) { | ||
/******/ if (list.indexOf(moduleId) < 0) list.push(moduleId); | ||
/******/ }); | ||
/******/ return list; | ||
/******/ }); | ||
/******/ } | ||
/******/ | ||
/******/ hotSetStatus("idle"); | ||
@@ -718,2 +767,16 @@ /******/ return new Promise(function(resolve) { | ||
/******/ | ||
/******/ function hotApplyInvalidatedModules() { | ||
/******/ if (hotQueuedInvalidatedModules) { | ||
/******/ if (!hotUpdate) hotUpdate = {}; | ||
/******/ hotQueuedInvalidatedModules.forEach(hotApplyInvalidatedModule); | ||
/******/ hotQueuedInvalidatedModules = undefined; | ||
/******/ return true; | ||
/******/ } | ||
/******/ } | ||
/******/ | ||
/******/ function hotApplyInvalidatedModule(moduleId) { | ||
/******/ if (!Object.prototype.hasOwnProperty.call(hotUpdate, moduleId)) | ||
/******/ hotUpdate[moduleId] = modules[moduleId]; | ||
/******/ } | ||
/******/ | ||
/******/ // The module cache | ||
@@ -847,8 +910,12 @@ /******/ var installedModules = {}; | ||
exports = module.exports = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js")(false); | ||
// Imports | ||
var getUrl = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/getUrl.js */ "./node_modules/css-loader/dist/runtime/getUrl.js"); | ||
var ___CSS_LOADER_URL___0___ = getUrl(__webpack_require__(/*! ./img/backarrow.png */ "./src/img/backarrow.png")); | ||
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/api.js */ "./node_modules/css-loader/dist/runtime/api.js"); | ||
var ___CSS_LOADER_GET_URL_IMPORT___ = __webpack_require__(/*! ../node_modules/css-loader/dist/runtime/getUrl.js */ "./node_modules/css-loader/dist/runtime/getUrl.js"); | ||
var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! ./img/backarrow.png */ "./src/img/backarrow.png"); | ||
exports = ___CSS_LOADER_API_IMPORT___(false); | ||
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___); | ||
// Module | ||
exports.push([module.i, "div.cl-autoback p {\n font-size: 0.95em;\n background-image: url(" + ___CSS_LOADER_URL___0___ + ");\n background-repeat: no-repeat;\n background-size: auto 1.6em;\n padding: 0.13em 0 0 2.6em;\n height: 1.6em; }\n", ""]); | ||
exports.push([module.i, "div.cl-autoback p {\n font-size: 0.95em;\n background-image: url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ");\n background-repeat: no-repeat;\n background-size: auto 1.6em;\n padding: 0.13em 0 0 2.6em;\n height: 1.6em; }\n", ""]); | ||
// Exports | ||
module.exports = exports; | ||
@@ -882,3 +949,3 @@ | ||
if (item[2]) { | ||
return "@media ".concat(item[2], "{").concat(content, "}"); | ||
return "@media ".concat(item[2], " {").concat(content, "}"); | ||
} | ||
@@ -892,3 +959,3 @@ | ||
list.i = function (modules, mediaQuery) { | ||
list.i = function (modules, mediaQuery, dedupe) { | ||
if (typeof modules === 'string') { | ||
@@ -901,8 +968,10 @@ // eslint-disable-next-line no-param-reassign | ||
for (var i = 0; i < this.length; i++) { | ||
// eslint-disable-next-line prefer-destructuring | ||
var id = this[i][0]; | ||
if (dedupe) { | ||
for (var i = 0; i < this.length; i++) { | ||
// eslint-disable-next-line prefer-destructuring | ||
var id = this[i][0]; | ||
if (id != null) { | ||
alreadyImportedModules[id] = true; | ||
if (id != null) { | ||
alreadyImportedModules[id] = true; | ||
} | ||
} | ||
@@ -912,16 +981,18 @@ } | ||
for (var _i = 0; _i < modules.length; _i++) { | ||
var item = modules[_i]; // skip already imported module | ||
// this implementation is not 100% perfect for weird media query combinations | ||
// when a module is imported multiple times with different media queries. | ||
// I hope this will never occur (Hey this way we have smaller bundles) | ||
var item = [].concat(modules[_i]); | ||
if (item[0] == null || !alreadyImportedModules[item[0]]) { | ||
if (mediaQuery && !item[2]) { | ||
if (dedupe && alreadyImportedModules[item[0]]) { | ||
// eslint-disable-next-line no-continue | ||
continue; | ||
} | ||
if (mediaQuery) { | ||
if (!item[2]) { | ||
item[2] = mediaQuery; | ||
} else if (mediaQuery) { | ||
item[2] = "(".concat(item[2], ") and (").concat(mediaQuery, ")"); | ||
} else { | ||
item[2] = "".concat(mediaQuery, " and ").concat(item[2]); | ||
} | ||
} | ||
list.push(item); | ||
} | ||
list.push(item); | ||
} | ||
@@ -945,3 +1016,3 @@ }; | ||
var sourceURLs = cssMapping.sources.map(function (source) { | ||
return "/*# sourceURL=".concat(cssMapping.sourceRoot).concat(source, " */"); | ||
return "/*# sourceURL=".concat(cssMapping.sourceRoot || '').concat(source, " */"); | ||
}); | ||
@@ -974,6 +1045,11 @@ return [content].concat(sourceURLs).concat([sourceMapping]).join('\n'); | ||
module.exports = function (url, needQuotes) { | ||
// eslint-disable-next-line no-underscore-dangle, no-param-reassign | ||
url = url.__esModule ? url.default : url; | ||
module.exports = function (url, options) { | ||
if (!options) { | ||
// eslint-disable-next-line no-param-reassign | ||
options = {}; | ||
} // eslint-disable-next-line no-underscore-dangle, no-param-reassign | ||
url = url && url.__esModule ? url.default : url; | ||
if (typeof url !== 'string') { | ||
@@ -987,2 +1063,7 @@ return url; | ||
url = url.slice(1, -1); | ||
} | ||
if (options.hash) { | ||
// eslint-disable-next-line no-param-reassign | ||
url += options.hash; | ||
} // Should url be wrapped? | ||
@@ -992,3 +1073,3 @@ // See https://drafts.csswg.org/css-values-3/#urls | ||
if (/["'() \t\n]/.test(url) || needQuotes) { | ||
if (/["'() \t\n]/.test(url) || options.needQuotes) { | ||
return "\"".concat(url.replace(/"/g, '\\"').replace(/\n/g, '\\n'), "\""); | ||
@@ -1012,4 +1093,2 @@ } | ||
var stylesInDom = {}; | ||
var isOldIE = function isOldIE() { | ||
@@ -1055,61 +1134,49 @@ var memo; | ||
function listToStyles(list, options) { | ||
var styles = []; | ||
var newStyles = {}; | ||
var stylesInDom = []; | ||
for (var i = 0; i < list.length; i++) { | ||
var item = list[i]; | ||
var id = options.base ? item[0] + options.base : item[0]; | ||
var css = item[1]; | ||
var media = item[2]; | ||
var sourceMap = item[3]; | ||
var part = { | ||
css: css, | ||
media: media, | ||
sourceMap: sourceMap | ||
}; | ||
function getIndexByIdentifier(identifier) { | ||
var result = -1; | ||
if (!newStyles[id]) { | ||
styles.push(newStyles[id] = { | ||
id: id, | ||
parts: [part] | ||
}); | ||
} else { | ||
newStyles[id].parts.push(part); | ||
for (var i = 0; i < stylesInDom.length; i++) { | ||
if (stylesInDom[i].identifier === identifier) { | ||
result = i; | ||
break; | ||
} | ||
} | ||
return styles; | ||
return result; | ||
} | ||
function addStylesToDom(styles, options) { | ||
for (var i = 0; i < styles.length; i++) { | ||
var item = styles[i]; | ||
var domStyle = stylesInDom[item.id]; | ||
var j = 0; | ||
function modulesToDom(list, options) { | ||
var idCountMap = {}; | ||
var identifiers = []; | ||
if (domStyle) { | ||
domStyle.refs++; | ||
for (var i = 0; i < list.length; i++) { | ||
var item = list[i]; | ||
var id = options.base ? item[0] + options.base : item[0]; | ||
var count = idCountMap[id] || 0; | ||
var identifier = "".concat(id, " ").concat(count); | ||
idCountMap[id] = count + 1; | ||
var index = getIndexByIdentifier(identifier); | ||
var obj = { | ||
css: item[1], | ||
media: item[2], | ||
sourceMap: item[3] | ||
}; | ||
for (; j < domStyle.parts.length; j++) { | ||
domStyle.parts[j](item.parts[j]); | ||
} | ||
for (; j < item.parts.length; j++) { | ||
domStyle.parts.push(addStyle(item.parts[j], options)); | ||
} | ||
if (index !== -1) { | ||
stylesInDom[index].references++; | ||
stylesInDom[index].updater(obj); | ||
} else { | ||
var parts = []; | ||
stylesInDom.push({ | ||
identifier: identifier, | ||
updater: addStyle(obj, options), | ||
references: 1 | ||
}); | ||
} | ||
for (; j < item.parts.length; j++) { | ||
parts.push(addStyle(item.parts[j], options)); | ||
} | ||
identifiers.push(identifier); | ||
} | ||
stylesInDom[item.id] = { | ||
id: item.id, | ||
refs: 1, | ||
parts: parts | ||
}; | ||
} | ||
} | ||
return identifiers; | ||
} | ||
@@ -1119,13 +1186,14 @@ | ||
var style = document.createElement('style'); | ||
var attributes = options.attributes || {}; | ||
if (typeof options.attributes.nonce === 'undefined') { | ||
if (typeof attributes.nonce === 'undefined') { | ||
var nonce = true ? __webpack_require__.nc : undefined; | ||
if (nonce) { | ||
options.attributes.nonce = nonce; | ||
attributes.nonce = nonce; | ||
} | ||
} | ||
Object.keys(options.attributes).forEach(function (key) { | ||
style.setAttribute(key, options.attributes[key]); | ||
Object.keys(attributes).forEach(function (key) { | ||
style.setAttribute(key, attributes[key]); | ||
}); | ||
@@ -1168,3 +1236,3 @@ | ||
function applyToSingletonTag(style, index, remove, obj) { | ||
var css = remove ? '' : obj.css; // For old IE | ||
var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE | ||
@@ -1198,2 +1266,4 @@ /* istanbul ignore if */ | ||
style.setAttribute('media', media); | ||
} else { | ||
style.removeAttribute('media'); | ||
} | ||
@@ -1256,4 +1326,3 @@ | ||
module.exports = function (list, options) { | ||
options = options || {}; | ||
options.attributes = typeof options.attributes === 'object' ? options.attributes : {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style> | ||
options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style> | ||
// tags it will allow on a page | ||
@@ -1265,33 +1334,32 @@ | ||
var styles = listToStyles(list, options); | ||
addStylesToDom(styles, options); | ||
list = list || []; | ||
var lastIdentifiers = modulesToDom(list, options); | ||
return function update(newList) { | ||
var mayRemove = []; | ||
newList = newList || []; | ||
for (var i = 0; i < styles.length; i++) { | ||
var item = styles[i]; | ||
var domStyle = stylesInDom[item.id]; | ||
if (domStyle) { | ||
domStyle.refs--; | ||
mayRemove.push(domStyle); | ||
} | ||
if (Object.prototype.toString.call(newList) !== '[object Array]') { | ||
return; | ||
} | ||
if (newList) { | ||
var newStyles = listToStyles(newList, options); | ||
addStylesToDom(newStyles, options); | ||
for (var i = 0; i < lastIdentifiers.length; i++) { | ||
var identifier = lastIdentifiers[i]; | ||
var index = getIndexByIdentifier(identifier); | ||
stylesInDom[index].references--; | ||
} | ||
for (var _i = 0; _i < mayRemove.length; _i++) { | ||
var _domStyle = mayRemove[_i]; | ||
var newLastIdentifiers = modulesToDom(newList, options); | ||
if (_domStyle.refs === 0) { | ||
for (var j = 0; j < _domStyle.parts.length; j++) { | ||
_domStyle.parts[j](); | ||
} | ||
for (var _i = 0; _i < lastIdentifiers.length; _i++) { | ||
var _identifier = lastIdentifiers[_i]; | ||
delete stylesInDom[_domStyle.id]; | ||
var _index = getIndexByIdentifier(_identifier); | ||
if (stylesInDom[_index].references === 0) { | ||
stylesInDom[_index].updater(); | ||
stylesInDom.splice(_index, 1); | ||
} | ||
} | ||
lastIdentifiers = newLastIdentifiers; | ||
}; | ||
@@ -1411,31 +1479,64 @@ }; | ||
var content = __webpack_require__(/*! !../node_modules/css-loader/dist/cjs.js!../node_modules/resolve-url-loader!../node_modules/sass-loader/dist/cjs.js?sourceMap!./autoback.scss */ "./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss"); | ||
var api = __webpack_require__(/*! ../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"); | ||
var content = __webpack_require__(/*! !../node_modules/css-loader/dist/cjs.js!../node_modules/resolve-url-loader!../node_modules/sass-loader/dist/cjs.js?sourceMap!./autoback.scss */ "./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss"); | ||
if (typeof content === 'string') { | ||
content = [[module.i, content, '']]; | ||
} | ||
content = content.__esModule ? content.default : content; | ||
var options = {} | ||
if (typeof content === 'string') { | ||
content = [[module.i, content, '']]; | ||
} | ||
var options = {}; | ||
options.insert = "head"; | ||
options.singleton = false; | ||
var update = __webpack_require__(/*! ../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js")(content, options); | ||
var update = api(content, options); | ||
if (content.locals) { | ||
module.exports = content.locals; | ||
} | ||
if (true) { | ||
if (!content.locals) { | ||
if (!content.locals || module.hot.invalidate) { | ||
var isEqualLocals = function isEqualLocals(a, b) { | ||
if (!a && b || a && !b) { | ||
return false; | ||
} | ||
var p; | ||
for (p in a) { | ||
if (a[p] !== b[p]) { | ||
return false; | ||
} | ||
} | ||
for (p in b) { | ||
if (!a[p]) { | ||
return false; | ||
} | ||
} | ||
return true; | ||
}; | ||
var oldLocals = content.locals; | ||
module.hot.accept( | ||
/*! !../node_modules/css-loader/dist/cjs.js!../node_modules/resolve-url-loader!../node_modules/sass-loader/dist/cjs.js?sourceMap!./autoback.scss */ "./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss", | ||
function () { | ||
var newContent = __webpack_require__(/*! !../node_modules/css-loader/dist/cjs.js!../node_modules/resolve-url-loader!../node_modules/sass-loader/dist/cjs.js?sourceMap!./autoback.scss */ "./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss"); | ||
content = __webpack_require__(/*! !../node_modules/css-loader/dist/cjs.js!../node_modules/resolve-url-loader!../node_modules/sass-loader/dist/cjs.js?sourceMap!./autoback.scss */ "./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss"); | ||
if (typeof newContent === 'string') { | ||
newContent = [[module.i, newContent, '']]; | ||
} | ||
update(newContent); | ||
content = content.__esModule ? content.default : content; | ||
if (typeof content === 'string') { | ||
content = [[module.i, content, '']]; | ||
} | ||
if (!isEqualLocals(oldLocals, content.locals)) { | ||
module.hot.invalidate(); | ||
return; | ||
} | ||
oldLocals = content.locals; | ||
update(content); | ||
} | ||
@@ -1445,3 +1546,3 @@ ) | ||
module.hot.dispose(function() { | ||
module.hot.dispose(function() { | ||
update(); | ||
@@ -1451,2 +1552,4 @@ }); | ||
module.exports = content.locals || {}; | ||
/***/ }), | ||
@@ -1458,6 +1561,8 @@ | ||
\*******************************/ | ||
/*! no static exports found */ | ||
/***/ (function(module, exports) { | ||
/*! exports provided: default */ | ||
/***/ (function(module, __webpack_exports__, __webpack_require__) { | ||
module.exports = "data:image/png;base64,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" | ||
"use strict"; | ||
__webpack_require__.r(__webpack_exports__); | ||
/* harmony default export */ __webpack_exports__["default"] = ("data:image/png;base64,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"); | ||
@@ -1464,0 +1569,0 @@ /***/ }) |
@@ -1,1 +0,1 @@ | ||
!function(U){var n=window.webpackHotUpdate;window.webpackHotUpdate=function(e,t){!function(e,t){if(!H[e]||!f[e])return;for(var n in f[e]=!1,t)Object.prototype.hasOwnProperty.call(t,n)&&(Y[n]=t[n]);0==--d&&0===l&&h()}(e,t),n&&n(e,t)};var c,r=!0,k="c8f1304c62de330f4ded",t=1e4,I={},O=[],o=[];function i(t){var n=Q[t];if(!n)return L;function r(e){return n.hot.active?(Q[e]?-1===Q[e].parents.indexOf(t)&&Q[e].parents.push(t):(O=[t],c=e),-1===n.children.indexOf(e)&&n.children.push(e)):(console.warn("[HMR] unexpected require("+e+") from disposed module "+t),O=[]),L(e)}function e(t){return{configurable:!0,enumerable:!0,get:function(){return L[t]},set:function(e){L[t]=e}}}for(var o in L)Object.prototype.hasOwnProperty.call(L,o)&&"e"!==o&&"t"!==o&&Object.defineProperty(r,o,e(o));return r.e=function(e){return"ready"===T&&M("prepare"),l++,L.e(e).then(t,function(e){throw t(),e});function t(){l--,"prepare"===T&&(u[e]||A(e),0===l&&0===d&&h())}},r.t=function(e,t){return 1&t&&(e=r(e)),L.t(e,-2&t)},r}var s=[],T="idle";function M(e){T=e;for(var t=0;t<s.length;t++)s[t].call(null,e)}var a,Y,C,d=0,l=0,u={},f={},H={};function P(e){return+e+""===e?+e:e}function p(e){if("idle"!==T)throw new Error("check() is only allowed in idle status");return r=e,M("check"),function(e){return e=e||1e4,new Promise(function(t,n){if("undefined"==typeof XMLHttpRequest)return n(new Error("No browser support"));try{var r=new XMLHttpRequest,o=L.p+""+k+".hot-update.json";r.open("GET",o,!0),r.timeout=e,r.send(null)}catch(e){return n(e)}r.onreadystatechange=function(){if(4===r.readyState)if(0===r.status)n(new Error("Manifest request to "+o+" timed out."));else if(404===r.status)t();else if(200!==r.status&&304!==r.status)n(new Error("Manifest request to "+o+" failed."));else{try{var e=JSON.parse(r.responseText)}catch(e){return void n(e)}t(e)}}})}(t).then(function(e){if(!e)return M("idle"),null;f={},u={},H=e.c,C=e.h,M("prepare");var t=new Promise(function(e,t){a={resolve:e,reject:t}});Y={};return A(0),"prepare"===T&&0===l&&0===d&&h(),t})}function A(e){H[e]?(f[e]=!0,d++,function(e){var t=document.createElement("script");t.charset="utf-8",t.src=L.p+""+e+"."+k+".hot-update.js",document.head.appendChild(t)}(e)):u[e]=!0}function h(){M("ready");var t=a;if(a=null,t)if(r)Promise.resolve().then(function(){return g(r)}).then(function(e){t.resolve(e)},function(e){t.reject(e)});else{var e=[];for(var n in Y)Object.prototype.hasOwnProperty.call(Y,n)&&e.push(P(n));t.resolve(e)}}function g(n){if("ready"!==T)throw new Error("apply() is only allowed in ready status");var e,t,r,l,o;function c(e){for(var t=[e],n={},r=t.map(function(e){return{chain:[e],id:e}});0<r.length;){var o=r.pop(),c=o.id,i=o.chain;if((l=Q[c])&&!l.hot._selfAccepted){if(l.hot._selfDeclined)return{type:"self-declined",chain:i,moduleId:c};if(l.hot._main)return{type:"unaccepted",chain:i,moduleId:c};for(var s=0;s<l.parents.length;s++){var a=l.parents[s],d=Q[a];if(d){if(d.hot._declinedDependencies[c])return{type:"declined",chain:i.concat([a]),moduleId:c,parentId:a};-1===t.indexOf(a)&&(d.hot._acceptedDependencies[c]?(n[a]||(n[a]=[]),u(n[a],[c])):(delete n[a],t.push(a),r.push({chain:i.concat([a]),id:a})))}}}}return{type:"accepted",moduleId:e,outdatedModules:t,outdatedDependencies:n}}function u(e,t){for(var n=0;n<t.length;n++){var r=t[n];-1===e.indexOf(r)&&e.push(r)}}n=n||{};function i(){console.warn("[HMR] unexpected require("+p.moduleId+") to disposed module")}var s={},a=[],d={};for(var f in Y)if(Object.prototype.hasOwnProperty.call(Y,f)){var p;o=P(f);var A=!1,h=!1,g=!1,v="";switch((p=Y[f]?c(o):{type:"disposed",moduleId:f}).chain&&(v="\nUpdate propagation: "+p.chain.join(" -> ")),p.type){case"self-declined":n.onDeclined&&n.onDeclined(p),n.ignoreDeclined||(A=new Error("Aborted because of self decline: "+p.moduleId+v));break;case"declined":n.onDeclined&&n.onDeclined(p),n.ignoreDeclined||(A=new Error("Aborted because of declined dependency: "+p.moduleId+" in "+p.parentId+v));break;case"unaccepted":n.onUnaccepted&&n.onUnaccepted(p),n.ignoreUnaccepted||(A=new Error("Aborted because "+o+" is not accepted"+v));break;case"accepted":n.onAccepted&&n.onAccepted(p),h=!0;break;case"disposed":n.onDisposed&&n.onDisposed(p),g=!0;break;default:throw new Error("Unexception type "+p.type)}if(A)return M("abort"),Promise.reject(A);if(h)for(o in d[o]=Y[o],u(a,p.outdatedModules),p.outdatedDependencies)Object.prototype.hasOwnProperty.call(p.outdatedDependencies,o)&&(s[o]||(s[o]=[]),u(s[o],p.outdatedDependencies[o]));g&&(u(a,[p.moduleId]),d[o]=i)}var m,b=[];for(t=0;t<a.length;t++)o=a[t],Q[o]&&Q[o].hot._selfAccepted&&d[o]!==i&&b.push({module:o,errorHandler:Q[o].hot._selfAccepted});M("dispose"),Object.keys(H).forEach(function(e){!1===H[e]&&function(e){delete installedChunks[e]}(e)});for(var y,w,x=a.slice();0<x.length;)if(o=x.pop(),l=Q[o]){var R={},S=l.hot._disposeHandlers;for(r=0;r<S.length;r++)(e=S[r])(R);for(I[o]=R,l.hot.active=!1,delete Q[o],delete s[o],r=0;r<l.children.length;r++){var j=Q[l.children[r]];j&&0<=(m=j.parents.indexOf(o))&&j.parents.splice(m,1)}}for(o in s)if(Object.prototype.hasOwnProperty.call(s,o)&&(l=Q[o]))for(w=s[o],r=0;r<w.length;r++)y=w[r],0<=(m=l.children.indexOf(y))&&l.children.splice(m,1);for(o in M("apply"),k=C,d)Object.prototype.hasOwnProperty.call(d,o)&&(U[o]=d[o]);var D=null;for(o in s)if(Object.prototype.hasOwnProperty.call(s,o)&&(l=Q[o])){w=s[o];var B=[];for(t=0;t<w.length;t++)if(y=w[t],e=l.hot._acceptedDependencies[y]){if(-1!==B.indexOf(e))continue;B.push(e)}for(t=0;t<B.length;t++){e=B[t];try{e(w)}catch(e){n.onErrored&&n.onErrored({type:"accept-errored",moduleId:o,dependencyId:w[t],error:e}),n.ignoreErrored||(D=D||e)}}}for(t=0;t<b.length;t++){var E=b[t];o=E.module,O=[o];try{L(o)}catch(t){if("function"==typeof E.errorHandler)try{E.errorHandler(t)}catch(e){n.onErrored&&n.onErrored({type:"self-accept-error-handler-errored",moduleId:o,error:e,originalError:t}),n.ignoreErrored||(D=D||e),D=D||t}else n.onErrored&&n.onErrored({type:"self-accept-errored",moduleId:o,error:t}),n.ignoreErrored||(D=D||t)}}return D?(M("fail"),Promise.reject(D)):(M("idle"),new Promise(function(e){e(a)}))}var Q={};function L(e){if(Q[e])return Q[e].exports;var t=Q[e]={i:e,l:!1,exports:{},hot:function(e){var r={_acceptedDependencies:{},_declinedDependencies:{},_selfAccepted:!1,_selfDeclined:!1,_disposeHandlers:[],_main:c!==e,active:!0,accept:function(e,t){if(void 0===e)r._selfAccepted=!0;else if("function"==typeof e)r._selfAccepted=e;else if("object"==typeof e)for(var n=0;n<e.length;n++)r._acceptedDependencies[e[n]]=t||function(){};else r._acceptedDependencies[e]=t||function(){}},decline:function(e){if(void 0===e)r._selfDeclined=!0;else if("object"==typeof e)for(var t=0;t<e.length;t++)r._declinedDependencies[e[t]]=!0;else r._declinedDependencies[e]=!0},dispose:function(e){r._disposeHandlers.push(e)},addDisposeHandler:function(e){r._disposeHandlers.push(e)},removeDisposeHandler:function(e){var t=r._disposeHandlers.indexOf(e);0<=t&&r._disposeHandlers.splice(t,1)},check:p,apply:g,status:function(e){if(!e)return T;s.push(e)},addStatusHandler:function(e){s.push(e)},removeStatusHandler:function(e){var t=s.indexOf(e);0<=t&&s.splice(t,1)},data:I[e]};return c=void 0,r}(e),parents:(o=O,O=[],o),children:[]};return U[e].call(t.exports,t,t.exports,i(e)),t.l=!0,t.exports}L.m=U,L.c=Q,L.d=function(e,t,n){L.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},L.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},L.t=function(t,e){if(1&e&&(t=L(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(L.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)L.d(n,r,function(e){return t[e]}.bind(null,r));return n},L.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return L.d(t,"a",t),t},L.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},L.p="",L.h=function(){return k},i("./index.js")(L.s="./index.js")}({"./index.js":function(e,t,n){"use strict";n.r(t);var r;n("./src/autoback.scss");r=function(){var e,t,i=window.sessionStorage.getItem("cl-autoback");if(null!==i)try{i=JSON.parse(i)}catch(e){i=[]}else i=[];(i.length<2||(e=i.pop(),t=window.location.href,(e=e.replace(/\/$/,""))!==(t=t.replace(/\/$/,""))))&&(i=[]);var s=document.querySelectorAll("div.cl-autoback");if(0===i.length)for(var n=0;n<s.length;n++)s[n].innerHTML="";else!function(){for(var t=i[i.length-1],e=0;e<s.length;e++){var n=s[e],r=document.createElement("P");n.innerHTML="",n.appendChild(r);var o=document.createElement("A");if(n.classList.contains("cl-strip")){var c=t.title.indexOf(" ");o.textContent=t.title.substr(c+1)}else o.textContent=t.title;o.href=t.href,r.appendChild(o),o.onclick=function(e){i.pop(),i.push(t.href),window.sessionStorage.setItem("cl-autoback",JSON.stringify(i))}}}();document.body.addEventListener("click",function(e){var t=e.target;"A"===t.tagName&&t.classList.contains("cl-autoback")&&(i.push({title:document.title,href:window.location.href}),i.push(t.href),window.sessionStorage.setItem("cl-autoback",JSON.stringify(i)))})},(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?r():document.addEventListener("DOMContentLoaded",r)},"./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss":function(e,t,n){t=e.exports=n("./node_modules/css-loader/dist/runtime/api.js")(!1);var r=n("./node_modules/css-loader/dist/runtime/getUrl.js")(n("./src/img/backarrow.png"));t.push([e.i,"div.cl-autoback p{font-size:0.95em;background-image:url("+r+");background-repeat:no-repeat;background-size:auto 1.6em;padding:0.13em 0 0 2.6em;height:1.6em}\n",""])},"./node_modules/css-loader/dist/runtime/api.js":function(e,t,n){"use strict";e.exports=function(n){var s=[];return s.toString=function(){return this.map(function(e){var t=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=function(e){var t=btoa(unescape(encodeURIComponent(JSON.stringify(e)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(t);return"/*# ".concat(n," */")}(r),c=r.sources.map(function(e){return"/*# sourceURL=".concat(r.sourceRoot).concat(e," */")});return[n].concat(c).concat([o]).join("\n")}return[n].join("\n")}(e,n);return e[2]?"@media ".concat(e[2],"{").concat(t,"}"):t}).join("")},s.i=function(e,t){"string"==typeof e&&(e=[[null,e,""]]);for(var n={},r=0;r<this.length;r++){var o=this[r][0];null!=o&&(n[o]=!0)}for(var c=0;c<e.length;c++){var i=e[c];null!=i[0]&&n[i[0]]||(t&&!i[2]?i[2]=t:t&&(i[2]="(".concat(i[2],") and (").concat(t,")")),s.push(i))}},s}},"./node_modules/css-loader/dist/runtime/getUrl.js":function(e,t,n){"use strict";e.exports=function(e,t){return"string"!=typeof(e=e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)||t?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js":function(e,t,o){"use strict";var n,r,l={},c=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=(r={},function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}r[e]=t}return r[e]});function u(e,t){for(var n=[],r={},o=0;o<e.length;o++){var c=e[o],i=t.base?c[0]+t.base:c[0],s={css:c[1],media:c[2],sourceMap:c[3]};r[i]?r[i].parts.push(s):n.push(r[i]={id:i,parts:[s]})}return n}function f(e,t){for(var n=0;n<e.length;n++){var r=e[n],o=l[r.id],c=0;if(o){for(o.refs++;c<o.parts.length;c++)o.parts[c](r.parts[c]);for(;c<r.parts.length;c++)o.parts.push(g(r.parts[c],t))}else{for(var i=[];c<r.parts.length;c++)i.push(g(r.parts[c],t));l[r.id]={id:r.id,refs:1,parts:i}}}}function s(t){var n=document.createElement("style");if(void 0===t.attributes.nonce){var e=o.nc;e&&(t.attributes.nonce=e)}if(Object.keys(t.attributes).forEach(function(e){n.setAttribute(e,t.attributes[e])}),"function"==typeof t.insert)t.insert(n);else{var r=i(t.insert||"head");if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}return n}var a,d=(a=[],function(e,t){return a[e]=t,a.filter(Boolean).join("\n")});function p(e,t,n,r){var o=n?"":r.css;if(e.styleSheet)e.styleSheet.cssText=d(t,o);else{var c=document.createTextNode(o),i=e.childNodes;i[t]&&e.removeChild(i[t]),i.length?e.insertBefore(c,i[t]):e.appendChild(c)}}var A=null,h=0;function g(t,e){var n,r,o;if(e.singleton){var c=h++;n=A=A||s(e),r=p.bind(null,n,c,!1),o=p.bind(null,n,c,!0)}else n=s(e),r=function(e,t,n){var r=n.css,o=n.media,c=n.sourceMap;if(o&&e.setAttribute("media",o),c&&btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(c))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}.bind(null,n,e),o=function(){!function(e){if(null===e.parentNode)return;e.parentNode.removeChild(e)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}e.exports=function(e,a){(a=a||{}).attributes="object"==typeof a.attributes?a.attributes:{},a.singleton||"boolean"==typeof a.singleton||(a.singleton=c());var d=u(e,a);return f(d,a),function(e){for(var t=[],n=0;n<d.length;n++){var r=d[n],o=l[r.id];o&&(o.refs--,t.push(o))}e&&f(u(e,a),a);for(var c=0;c<t.length;c++){var i=t[c];if(0===i.refs){for(var s=0;s<i.parts.length;s++)i.parts[s]();delete l[i.id]}}}}},"./src/autoback.scss":function(t,e,n){var r=n("./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss");"string"==typeof r&&(r=[[t.i,r,""]]);var o={insert:"head",singleton:!1},c=n("./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js")(r,o);r.locals&&(t.exports=r.locals),r.locals||t.hot.accept("./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss",function(){var e=n("./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js?sourceMap!./src/autoback.scss");"string"==typeof e&&(e=[[t.i,e,""]]),c(e)}),t.hot.dispose(function(){c()})},"./src/img/backarrow.png":function(e,t){e.exports="data:image/png;base64,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"}}); | ||
!function(e){var t=window.webpackHotUpdate;window.webpackHotUpdate=function(e,n){!function(e,t){if(!w[e]||!y[e])return;for(var n in y[e]=!1,t)Object.prototype.hasOwnProperty.call(t,n)&&(p[n]=t[n]);0==--g&&0===b&&D()}(e,n),t&&t(e,n)};var n,r=!0,o="e979b09d868da61aae1d",i={},c=[],a=[];function d(e){var t=I[e];if(!t)return O;var r=function(r){return t.hot.active?(I[r]?-1===I[r].parents.indexOf(e)&&I[r].parents.push(e):(c=[e],n=r),-1===t.children.indexOf(r)&&t.children.push(r)):(console.warn("[HMR] unexpected require("+r+") from disposed module "+e),c=[]),O(r)},o=function(e){return{configurable:!0,enumerable:!0,get:function(){return O[e]},set:function(t){O[e]=t}}};for(var i in O)Object.prototype.hasOwnProperty.call(O,i)&&"e"!==i&&"t"!==i&&Object.defineProperty(r,i,o(i));return r.e=function(e){return"ready"===u&&l("prepare"),b++,O.e(e).then(t,(function(e){throw t(),e}));function t(){b--,"prepare"===u&&(m[e]||S(e),0===b&&0===g&&D())}},r.t=function(e,t){return 1&t&&(e=r(e)),O.t(e,-2&t)},r}function s(t){var r={_acceptedDependencies:{},_declinedDependencies:{},_selfAccepted:!1,_selfDeclined:!1,_selfInvalidated:!1,_disposeHandlers:[],_main:n!==t,active:!0,accept:function(e,t){if(void 0===e)r._selfAccepted=!0;else if("function"==typeof e)r._selfAccepted=e;else if("object"==typeof e)for(var n=0;n<e.length;n++)r._acceptedDependencies[e[n]]=t||function(){};else r._acceptedDependencies[e]=t||function(){}},decline:function(e){if(void 0===e)r._selfDeclined=!0;else if("object"==typeof e)for(var t=0;t<e.length;t++)r._declinedDependencies[e[t]]=!0;else r._declinedDependencies[e]=!0},dispose:function(e){r._disposeHandlers.push(e)},addDisposeHandler:function(e){r._disposeHandlers.push(e)},removeDisposeHandler:function(e){var t=r._disposeHandlers.indexOf(e);t>=0&&r._disposeHandlers.splice(t,1)},invalidate:function(){switch(this._selfInvalidated=!0,u){case"idle":(p={})[t]=e[t],l("ready");break;case"ready":U(t);break;case"prepare":case"check":case"dispose":case"apply":(v=v||[]).push(t)}},check:R,apply:E,status:function(e){if(!e)return u;f.push(e)},addStatusHandler:function(e){f.push(e)},removeStatusHandler:function(e){var t=f.indexOf(e);t>=0&&f.splice(t,1)},data:i[t]};return n=void 0,r}var f=[],u="idle";function l(e){u=e;for(var t=0;t<f.length;t++)f[t].call(null,e)}var A,p,h,v,g=0,b=0,m={},y={},w={};function x(e){return+e+""===e?+e:e}function R(e){if("idle"!==u)throw new Error("check() is only allowed in idle status");return r=e,l("check"),(t=1e4,t=t||1e4,new Promise((function(e,n){if("undefined"==typeof XMLHttpRequest)return n(new Error("No browser support"));try{var r=new XMLHttpRequest,i=O.p+""+o+".hot-update.json";r.open("GET",i,!0),r.timeout=t,r.send(null)}catch(e){return n(e)}r.onreadystatechange=function(){if(4===r.readyState)if(0===r.status)n(new Error("Manifest request to "+i+" timed out."));else if(404===r.status)e();else if(200!==r.status&&304!==r.status)n(new Error("Manifest request to "+i+" failed."));else{try{var t=JSON.parse(r.responseText)}catch(e){return void n(e)}e(t)}}}))).then((function(e){if(!e)return l(B()?"ready":"idle"),null;y={},m={},w=e.c,h=e.h,l("prepare");var t=new Promise((function(e,t){A={resolve:e,reject:t}}));p={};return S(0),"prepare"===u&&0===b&&0===g&&D(),t}));var t}function S(e){w[e]?(y[e]=!0,g++,function(e){var t=document.createElement("script");t.charset="utf-8",t.src=O.p+""+e+"."+o+".hot-update.js",document.head.appendChild(t)}(e)):m[e]=!0}function D(){l("ready");var e=A;if(A=null,e)if(r)Promise.resolve().then((function(){return E(r)})).then((function(t){e.resolve(t)}),(function(t){e.reject(t)}));else{var t=[];for(var n in p)Object.prototype.hasOwnProperty.call(p,n)&&t.push(x(n));e.resolve(t)}}function E(t){if("ready"!==u)throw new Error("apply() is only allowed in ready status");return function t(r){var a,d,s,f,u;function A(e){for(var t=[e],n={},r=t.map((function(e){return{chain:[e],id:e}}));r.length>0;){var o=r.pop(),i=o.id,c=o.chain;if((f=I[i])&&(!f.hot._selfAccepted||f.hot._selfInvalidated)){if(f.hot._selfDeclined)return{type:"self-declined",chain:c,moduleId:i};if(f.hot._main)return{type:"unaccepted",chain:c,moduleId:i};for(var a=0;a<f.parents.length;a++){var d=f.parents[a],s=I[d];if(s){if(s.hot._declinedDependencies[i])return{type:"declined",chain:c.concat([d]),moduleId:i,parentId:d};-1===t.indexOf(d)&&(s.hot._acceptedDependencies[i]?(n[d]||(n[d]=[]),g(n[d],[i])):(delete n[d],t.push(d),r.push({chain:c.concat([d]),id:d})))}}}}return{type:"accepted",moduleId:e,outdatedModules:t,outdatedDependencies:n}}function g(e,t){for(var n=0;n<t.length;n++){var r=t[n];-1===e.indexOf(r)&&e.push(r)}}B();var b={},m=[],y={},R=function(){console.warn("[HMR] unexpected require("+D.moduleId+") to disposed module")};for(var S in p)if(Object.prototype.hasOwnProperty.call(p,S)){var D;u=x(S),D=p[S]?A(u):{type:"disposed",moduleId:S};var E=!1,U=!1,k=!1,j="";switch(D.chain&&(j="\nUpdate propagation: "+D.chain.join(" -> ")),D.type){case"self-declined":r.onDeclined&&r.onDeclined(D),r.ignoreDeclined||(E=new Error("Aborted because of self decline: "+D.moduleId+j));break;case"declined":r.onDeclined&&r.onDeclined(D),r.ignoreDeclined||(E=new Error("Aborted because of declined dependency: "+D.moduleId+" in "+D.parentId+j));break;case"unaccepted":r.onUnaccepted&&r.onUnaccepted(D),r.ignoreUnaccepted||(E=new Error("Aborted because "+u+" is not accepted"+j));break;case"accepted":r.onAccepted&&r.onAccepted(D),U=!0;break;case"disposed":r.onDisposed&&r.onDisposed(D),k=!0;break;default:throw new Error("Unexception type "+D.type)}if(E)return l("abort"),Promise.reject(E);if(U)for(u in y[u]=p[u],g(m,D.outdatedModules),D.outdatedDependencies)Object.prototype.hasOwnProperty.call(D.outdatedDependencies,u)&&(b[u]||(b[u]=[]),g(b[u],D.outdatedDependencies[u]));k&&(g(m,[D.moduleId]),y[u]=R)}var T,Y=[];for(d=0;d<m.length;d++)u=m[d],I[u]&&I[u].hot._selfAccepted&&y[u]!==R&&!I[u].hot._selfInvalidated&&Y.push({module:u,parents:I[u].parents.slice(),errorHandler:I[u].hot._selfAccepted});l("dispose"),Object.keys(w).forEach((function(e){!1===w[e]&&function(e){delete installedChunks[e]}(e)}));var M,C,P=m.slice();for(;P.length>0;)if(u=P.pop(),f=I[u]){var Q={},H=f.hot._disposeHandlers;for(s=0;s<H.length;s++)(a=H[s])(Q);for(i[u]=Q,f.hot.active=!1,delete I[u],delete b[u],s=0;s<f.children.length;s++){var L=I[f.children[s]];L&&((T=L.parents.indexOf(u))>=0&&L.parents.splice(T,1))}}for(u in b)if(Object.prototype.hasOwnProperty.call(b,u)&&(f=I[u]))for(C=b[u],s=0;s<C.length;s++)M=C[s],(T=f.children.indexOf(M))>=0&&f.children.splice(T,1);l("apply"),void 0!==h&&(o=h,h=void 0);for(u in p=void 0,y)Object.prototype.hasOwnProperty.call(y,u)&&(e[u]=y[u]);var W=null;for(u in b)if(Object.prototype.hasOwnProperty.call(b,u)&&(f=I[u])){C=b[u];var Z=[];for(d=0;d<C.length;d++)if(M=C[d],a=f.hot._acceptedDependencies[M]){if(-1!==Z.indexOf(a))continue;Z.push(a)}for(d=0;d<Z.length;d++){a=Z[d];try{a(C)}catch(e){r.onErrored&&r.onErrored({type:"accept-errored",moduleId:u,dependencyId:C[d],error:e}),r.ignoreErrored||W||(W=e)}}}for(d=0;d<Y.length;d++){var N=Y[d];u=N.module,c=N.parents,n=u;try{O(u)}catch(e){if("function"==typeof N.errorHandler)try{N.errorHandler(e)}catch(t){r.onErrored&&r.onErrored({type:"self-accept-error-handler-errored",moduleId:u,error:t,originalError:e}),r.ignoreErrored||W||(W=t),W||(W=e)}else r.onErrored&&r.onErrored({type:"self-accept-errored",moduleId:u,error:e}),r.ignoreErrored||W||(W=e)}}if(W)return l("fail"),Promise.reject(W);if(v)return t(r).then((function(e){return m.forEach((function(t){e.indexOf(t)<0&&e.push(t)})),e}));return l("idle"),new Promise((function(e){e(m)}))}(t=t||{})}function B(){if(v)return p||(p={}),v.forEach(U),v=void 0,!0}function U(t){Object.prototype.hasOwnProperty.call(p,t)||(p[t]=e[t])}var I={};function O(t){if(I[t])return I[t].exports;var n=I[t]={i:t,l:!1,exports:{},hot:s(t),parents:(a=c,c=[],a),children:[]};return e[t].call(n.exports,n,n.exports,d(t)),n.l=!0,n.exports}O.m=e,O.c=I,O.d=function(e,t,n){O.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},O.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},O.t=function(e,t){if(1&t&&(e=O(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(O.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)O.d(n,r,function(t){return e[t]}.bind(null,r));return n},O.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return O.d(t,"a",t),t},O.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},O.p="",O.h=function(){return o},d(6)(O.s=6)}([function(e,t,n){var r=n(3),o=n(4),i=n(5);t=r(!1);var c=o(i);t.push([e.i,"div.cl-autoback p{font-size:0.95em;background-image:url("+c+");background-repeat:no-repeat;background-size:auto 1.6em;padding:0.13em 0 0 2.6em;height:1.6em}\n",""]),e.exports=t},function(e,t,n){var r=n(2),o=n(0);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var i={insert:"head",singleton:!1},c=r(o,i);if(!o.locals||e.hot.invalidate){var a=o.locals;e.hot.accept(0,(function(){"string"==typeof(o=(o=n(0)).__esModule?o.default:o)&&(o=[[e.i,o,""]]),function(e,t){if(!e&&t||e&&!t)return!1;var n;for(n in e)if(e[n]!==t[n])return!1;for(n in t)if(!e[n])return!1;return!0}(a,o.locals)?(a=o.locals,c(o)):e.hot.invalidate()}))}e.hot.dispose((function(){c()})),e.exports=o.locals||{}},function(e,t,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),c=[];function a(e){for(var t=-1,n=0;n<c.length;n++)if(c[n].identifier===e){t=n;break}return t}function d(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],d=t.base?i[0]+t.base:i[0],s=n[d]||0,f="".concat(d," ").concat(s);n[d]=s+1;var u=a(f),l={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(c[u].references++,c[u].updater(l)):c.push({identifier:f,updater:v(l,t),references:1}),r.push(f)}return r}function s(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var c=i(e.insert||"head");if(!c)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");c.appendChild(t)}return t}var f,u=(f=[],function(e,t){return f[e]=t,f.filter(Boolean).join("\n")});function l(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=u(t,o);else{var i=document.createTextNode(o),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(i,c[t]):e.appendChild(i)}}function A(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var p=null,h=0;function v(e,t){var n,r,o;if(t.singleton){var i=h++;n=p||(p=s(t)),r=l.bind(null,n,i,!1),o=l.bind(null,n,i,!0)}else n=s(t),r=A.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=d(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=a(n[r]);c[o].references--}for(var i=d(e,t),s=0;s<n.length;s++){var f=a(n[s]);0===c[f].references&&(c[f].updater(),c.splice(f,1))}n=i}}}},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(c=r,a=btoa(unescape(encodeURIComponent(JSON.stringify(c)))),d="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(a),"/*# ".concat(d," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var c,a,d;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var c=this[i][0];null!=c&&(o[c]=!0)}for(var a=0;a<e.length;a++){var d=[].concat(e[a]);r&&o[d[0]]||(n&&(d[2]?d[2]="".concat(n," and ").concat(d[2]):d[2]=n),t.push(d))}},t}},function(e,t,n){"use strict";e.exports=function(e,t){return t||(t={}),"string"!=typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},function(e,t,n){"use strict";n.r(t),t.default="data:image/png;base64,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"},function(e,t,n){"use strict";n.r(t);n(1);var r,o=function(){};r=o.install=function(){var e,t,n=window.sessionStorage.getItem("cl-autoback");if(null!==n)try{n=JSON.parse(n)}catch(e){n=[]}else n=[];(n.length<2||(e=n.pop(),t=window.location.href,(e=e.replace(/\/$/,""))!==(t=t.replace(/\/$/,""))))&&(n=[]);var r=document.querySelectorAll("div.cl-autoback");if(0===n.length)for(var o=0;o<r.length;o++)r[o].innerHTML="";else!function(){for(var e=n[n.length-1],t=0;t<r.length;t++){var o=r[t],i=document.createElement("P");o.innerHTML="",o.appendChild(i);var c=document.createElement("A");if(o.classList.contains("cl-strip")){var a=e.title.indexOf(" ");c.textContent=e.title.substr(a+1)}else c.textContent=e.title;c.href=e.href,i.appendChild(c),c.onclick=function(t){n.pop(),n.push(e.href),window.sessionStorage.setItem("cl-autoback",JSON.stringify(n))}}}();document.body.addEventListener("click",(function(e){var t=e.target;"A"===t.tagName&&t.classList.contains("cl-autoback")&&(n.push({title:document.title,href:window.location.href}),n.push(t.href),window.sessionStorage.setItem("cl-autoback",JSON.stringify(n)))}))},(document.attachEvent?"complete"===document.readyState:"loading"!==document.readyState)?r():document.addEventListener("DOMContentLoaded",r)}]); |
{ | ||
"name": "autoback-cl", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Simple autoback mechanism for web sites", | ||
@@ -25,33 +25,24 @@ "main": "dist/autoback-cl.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/runtime": "^7.5.5", | ||
"babel-loader": "^8.0.6", | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-transform-runtime": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@babel/runtime": "^7.9.6", | ||
"babel-loader": "^8.1.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"copy-webpack-plugin": "^5.0.4", | ||
"css-loader": "^3.2.0", | ||
"file-loader": "^4.2.0", | ||
"html-webpack-include-assets-plugin": "^2.0.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jasmine-core": "^3.4.0", | ||
"karma": "^4.3.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-jasmine": "^2.0.1", | ||
"karma-jasmine-html-reporter": "^1.4.2", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack-with-fast-source-maps": "^1.10.2", | ||
"node-sass": "^4.12.0", | ||
"css-loader": "^3.5.3", | ||
"file-loader": "^6.0.0", | ||
"html-webpack-plugin": "^4.3.0", | ||
"node-sass": "^4.14.1", | ||
"optimize-css-assets-webpack-plugin": "^5.0.3", | ||
"resolve-url-loader": "^3.1.0", | ||
"sass-loader": "^7.3.1", | ||
"style-loader": "^1.0.0", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"url-loader": "^2.1.0", | ||
"resolve-url-loader": "^3.1.1", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.2.1", | ||
"terser-webpack-plugin": "^3.0.1", | ||
"url-loader": "^4.1.0", | ||
"url-parse": "^1.4.7", | ||
"webpack": "^4.39.3", | ||
"webpack-cli": "^3.3.7", | ||
"webpack-dev-server": "^3.8.0", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11", | ||
"webpack-dev-server": "^3.11.0", | ||
"webpack-merge": "^4.2.2" | ||
} | ||
} |
@@ -5,4 +5,2 @@ const path = require('path'); | ||
const webpack = require('webpack'); | ||
const HtmlWebpackIncludeAssetsPlugin = require('html-webpack-include-assets-plugin'); | ||
const CopyWebpackPlugin = require('copy-webpack-plugin'); | ||
@@ -37,3 +35,2 @@ module.exports = { | ||
}), | ||
new webpack.NamedModulesPlugin(), | ||
new webpack.HotModuleReplacementPlugin() | ||
@@ -40,0 +37,0 @@ ], module: { |
const merge = require('webpack-merge'); | ||
const common = require('./webpack.common.js'); | ||
const UglifyJSPlugin = require('uglifyjs-webpack-plugin'); | ||
const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin"); | ||
const path = require('path'); | ||
const TerserPlugin = require('terser-webpack-plugin'); | ||
@@ -12,6 +12,6 @@ | ||
minimizer: [ | ||
new UglifyJSPlugin({ | ||
new TerserPlugin({ | ||
cache: true, | ||
parallel: true, | ||
sourceMap: true // set to true if you want JS source maps | ||
sourceMap: true // Must be set to true if using source-maps in production | ||
}), | ||
@@ -18,0 +18,0 @@ new OptimizeCSSAssetsPlugin({}) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
150953
21
1611