| @@ -168,19 +168,19 @@ | ||
| 168 | 168 | |
| 169 | 169 | /******/ }); |
| 170 | 170 | /************************************************************************/ |
| 171 | 171 | /******/ // The module cache |
| 172 | -/******/ var __webpack_module_cache__ = {}; | |
| 172 | +/******/ const __webpack_module_cache__ = {}; | |
| 173 | 173 | /******/ |
| 174 | 174 | /******/ // The require function |
| 175 | 175 | /******/ function __webpack_require__(moduleId) { |
| 176 | 176 | /******/ // Check if module is in cache |
| 177 | -/******/ var cachedModule = __webpack_module_cache__[moduleId]; | |
| 177 | +/******/ const cachedModule = __webpack_module_cache__[moduleId]; | |
| 178 | 178 | /******/ if (cachedModule !== undefined) { |
| 179 | 179 | /******/ return cachedModule.exports; |
| 180 | 180 | /******/ } |
| 181 | 181 | /******/ // Create a new module (and put it into the cache) |
| 182 | -/******/ var module = __webpack_module_cache__[moduleId] = { | |
| 182 | +/******/ const module = __webpack_module_cache__[moduleId] = { | |
| 183 | 183 | /******/ // no module.id needed |
| 184 | 184 | /******/ // no module.loaded needed |
| 185 | 185 | /******/ exports: {} |
| 186 | 186 | /******/ }; |
| @@ -187,9 +187,9 @@ | ||
| 187 | 187 | /******/ |
| 188 | 188 | /******/ // Execute the module function |
| 189 | 189 | /******/ if (!(moduleId in __webpack_modules__)) { |
| 190 | 190 | /******/ delete __webpack_module_cache__[moduleId]; |
| 191 | -/******/ var e = new Error("Cannot find module '" + moduleId + "'"); | |
| 191 | +/******/ const e = new Error("Cannot find module '" + moduleId + "'"); | |
| 192 | 192 | /******/ e.code = 'MODULE_NOT_FOUND'; |
| 193 | 193 | /******/ throw e; |
| 194 | 194 | /******/ } |
| 195 | 195 | /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); |
| @@ -202,9 +202,9 @@ | ||
| 202 | 202 | /******/ /* webpack/runtime/compat get default export */ |
| 203 | 203 | /******/ (() => { |
| 204 | 204 | /******/ // getDefaultExport function for compatibility with non-harmony modules |
| 205 | 205 | /******/ __webpack_require__.n = (module) => { |
| 206 | -/******/ var getter = module && module.__esModule ? | |
| 206 | +/******/ const getter = module && module.__esModule ? | |
| 207 | 207 | /******/ () => (module['default']) : |
| 208 | 208 | /******/ () => (module); |
| 209 | 209 | /******/ __webpack_require__.d(getter, { a: getter }); |
| 210 | 210 | /******/ return getter; |
| @@ -212,14 +212,29 @@ | ||
| 212 | 212 | /******/ })(); |
| 213 | 213 | /******/ |
| 214 | 214 | /******/ /* webpack/runtime/define property getters */ |
| 215 | 215 | /******/ (() => { |
| 216 | -/******/ // define getter functions for harmony exports | |
| 216 | +/******/ // define getter/value functions for harmony exports | |
| 217 | 217 | /******/ __webpack_require__.d = (exports, definition) => { |
| 218 | -/******/ for(var key in definition) { | |
| 219 | -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | |
| 220 | -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | |
| 218 | +/******/ if(Array.isArray(definition)) { | |
| 219 | +/******/ var i = 0; | |
| 220 | +/******/ while(i < definition.length) { | |
| 221 | +/******/ var key = definition[i++]; | |
| 222 | +/******/ var binding = definition[i++]; | |
| 223 | +/******/ if(!__webpack_require__.o(exports, key)) { | |
| 224 | +/******/ if(binding === 0) { | |
| 225 | +/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] }); | |
| 226 | +/******/ } else { | |
| 227 | +/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding }); | |
| 228 | +/******/ } | |
| 229 | +/******/ } else if(binding === 0) { i++; } | |
| 221 | 230 | /******/ } |
| 231 | +/******/ } else { | |
| 232 | +/******/ for(var key in definition) { | |
| 233 | +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | |
| 234 | +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | |
| 235 | +/******/ } | |
| 236 | +/******/ } | |
| 222 | 237 | /******/ } |
| 223 | 238 | /******/ }; |
| 224 | 239 | /******/ })(); |
| 225 | 240 | /******/ |
| @@ -224,9 +239,9 @@ | ||
| 224 | 239 | /******/ })(); |
| 225 | 240 | /******/ |
| 226 | 241 | /******/ /* webpack/runtime/hasOwnProperty shorthand */ |
| 227 | 242 | /******/ (() => { |
| 228 | -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) | |
| 243 | +/******/ __webpack_require__.o = (obj, prop) => (Object.hasOwn(obj, prop)) | |
| 229 | 244 | /******/ })(); |
| 230 | 245 | /******/ |
| 231 | 246 | /******/ /* webpack/runtime/make namespace object */ |
| 232 | 247 | /******/ (() => { |
| @@ -231,9 +246,9 @@ | ||
| 231 | 246 | /******/ /* webpack/runtime/make namespace object */ |
| 232 | 247 | /******/ (() => { |
| 233 | 248 | /******/ // define __esModule on exports |
| 234 | 249 | /******/ __webpack_require__.r = (exports) => { |
| 235 | -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { | |
| 250 | +/******/ if(Symbol.toStringTag) { | |
| 236 | 251 | /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
| 237 | 252 | /******/ } |
| 238 | 253 | /******/ Object.defineProperty(exports, '__esModule', { value: true }); |
| 239 | 254 | /******/ }; |
| @@ -239,9 +254,9 @@ | ||
| 239 | 254 | /******/ }; |
| 240 | 255 | /******/ })(); |
| 241 | 256 | /******/ |
| 242 | 257 | /************************************************************************/ |
| 243 | -var __webpack_exports__ = {}; | |
| 258 | +let __webpack_exports__ = {}; | |
| 244 | 259 | // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk. |
| 245 | 260 | (() => { |
| 246 | 261 | /*!****************************************************************************!*\ |
| 247 | 262 | !*** ./assets/src/apps/js/blocks/course-elements/course-progress/index.js ***! |